I'm trying to bind V8 to another language, with C/C++ bridging the two together. From what I've gathered so far, it seems like I have to use Persistent handles to be able to pass Contexts/Values to/from the language. I need to be able to take a nested object in this language, and build one for the JavaScript environment to use.
Is using Persistent handles the correct approach, or is there a better way to do this that I'm overlooking? -- -- 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/groups/opt_out.
