void callback(const v8::FunctionCallbackInfo<v8::Value>& args) {
  v8::Isolate* isolate1 = args.GetIsolate();
  v8::Isolate* isolate2 = v8::Isolate::GetCurrent();
}

Will isolate1 and isolate2 have different values? If so, when? Thanks a lot.

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

Reply via email to