hi,
I have C library which takes void* as userdata and gives it back in the
callbacks. I would like to use that to pass the context (Handle<Context>)
since my application supports multiple contexts. Can i just use the Context*
from the handle, iam guessing thats not GC safe. If i stuff Handle<Context>
in a structure and pass that, iam guessing that would be safe. Are there
other solutions for this pattern.

Thanks,
Zaheer

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to