thanks, that is clear.
but that means i have to store a persistent object for every c++ object I 
create so that i can go from javascript objet to c++ object and vice 
versa.. . so, either i add the field persistent::object to my class, which 
links strongly my code to v8 or i need to have an array of persistent, and 
when i need one javascript object from the c++ object, i look throught the 
array to find the internal field with the corresponding address (stored 
each time i create a javascript object).
Is that right?
 

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to