Hey!

In my nodejs extensions, I never had to really worry for things like this. But 
now, for my own program, I am given a v8::Context. If I now call Object::New(), 
will this apply to the context that was given to me? The function receives the 
context as a parameter:


  virtual void DidCreateScriptContext(WebKit::WebFrame* frame,
                                      v8::Handle<v8::Context> context,
                                      int extension_group,
                                      int world_id) {}


Kind regards,
Ingwie

-- 
-- 
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.

Reply via email to