Hi, Sorry for the newbie question. If I create a handle scope in a function and a handle within that scope, and I then send that handle to JS as a return value (via `args.GetReturnValue().Set(handle)`), is it correct that I don't need to escape the handle? i.e., escaping handles is only for C++ returns?
Thanks, nj -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
