On Tue, Oct 6, 2015 at 2:10 PM, Deepak Subramanian <[email protected]> wrote:
> Hi,
>
> Is there a way to create global handles from CString/from ordinary handles.
> I understand that these handles are persistent till a destroy is called. Is
> my understanding correct.
>
> Thanks.
>
> Best Regards,
> Deepak Subramanian

If I understand you correctly, yes: use v8::Global<T> or
v8::Persistent<T>.  When in doubt when to use what, use v8::Global<T>.

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