V8 always sets up a handle scope before invoking a callback so unless your callback creates a large number of local handles you don't have to worry about that.
On Fri, Nov 21, 2008 at 5:45 PM, Anthony Shipman <[EMAIL PROTECTED]> wrote: > > When v8 calls a C++ call-back function such as a getter, setter etc. is there > an automatic handle scope wrapped around the call or must every callee create > a handle scope? > -- > Anthony Shipman Mamas don't let your babies > [EMAIL PROTECTED] grow up to be outsourced. > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
