Hey there!
This is a very short question: Usually, you create v8 stuff as local variables.
Local<Object> obj = ...;
Once the context ends, this obj is gone. But what about:
Local<Object> * obj = ...;
Is there a way to keep a v8 object "all the time"? like, create it, and keep
it, untill v8 is either de-initialized, or the object is delete'd?
Kind regards, Ingwie!
--
--
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.