On Sat, Mar 8, 2014 at 1:25 AM, Flying Jester <[email protected]> wrote: > I too would like to know about this. For me, the biggest issue is that I > can't figure out how to pass handles that have GC callbacks out of functions > anymore since handlescope.close has been removed.
You use EscapableHandleScope now and call scope.Escape(value). -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
