Is there any way to hook into every context creation? I'm writing a plugin for node, so I don't get to create the actual contexts myself, but would like to attach some data to them that I can later read out. Something like Isolate::ContextCreatedCallback(&myStuff), where myStuff attaches data to context.
-- -- 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.
