LGTM

http://codereview.chromium.org/7152002/diff/1/src/runtime.cc
File src/runtime.cc (right):

http://codereview.chromium.org/7152002/diff/1/src/runtime.cc#newcode10188
src/runtime.cc:10188:
isolate->factory()->NewJSObject(isolate->object_function());
Do we really want this to be a plain JSObject. Don't we need this to be
a context extension object so we do not start looking up the prototype
chain? I guess this case is handled specifically in contexts.cc so it
will be OK?

http://codereview.chromium.org/7152002/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to