Status: New
Owner: ----
New issue 1205 by [email protected]: Isolate::setData
http://code.google.com/p/v8/issues/detail?id=1205
It would be nice to have a way to add user data to an isolate instance.
In my usecase I have a class with is associated one to one with the Isolate
class. It works great, but not all public callbacks allow to pass an user
data as an argument. In this kind of situation it is really expensive to
keep the association. To be more concrete I would like to be able to access
Isolate specific data from GCEpilogueCallback to forward the callback to my
class method :-)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev