Oops, sorry, I meant a Persistent handle....

Definition: typedef v8::Persistent<v8::Context> _context;
Setting:    _context.Reset(isolate,ctx);
Getting:    v8::Local<v8::Context> ctx 
=  v8::Local<v8::Context>::New(_isolate,_context);

On Tuesday, March 15, 2016 at 2:12:17 PM UTC+2, Daniel Burchardt wrote:
>
> I can't find info about permanent handle or i'm noob... can you help me 
> and show code example?
>

-- 
-- 
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.

Reply via email to