(Note that [email protected] is also me, but not at work)


https://codereview.chromium.org/698073005/diff/1/src/runtime/runtime-classes.cc
File src/runtime/runtime-classes.cc (right):

https://codereview.chromium.org/698073005/diff/1/src/runtime/runtime-classes.cc#newcode112
src/runtime/runtime-classes.cc:112: Handle<Context>
context(default_constructor->context());
This is wrong - you create a constructor in builtins context here!
(since that is default_constructor's context)
You will have to pass a correct context to this function (see generated
calls to Runtime_NewClosure).

https://codereview.chromium.org/698073005/

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