https://codereview.chromium.org/982123003/diff/90001/include/v8.h
File include/v8.h (right):

https://codereview.chromium.org/982123003/diff/90001/include/v8.h#newcode1090
include/v8.h:1090: MaybeLocal<Value> Run(Local<Context> context);
What is the |context| argument here? Why isn't the currently-entered
Context in this isolate sufficient? I ran into this today and was a bit
surprised. If nothing else it seems like there should be something in
the comment explaining the argument. I'm asking because I intend to add
some similar classes/methods around Modules.

Same question goes for all the places below where Context got added.

https://codereview.chromium.org/982123003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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