lgtm



http://codereview.chromium.org/8417035/diff/17001/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/8417035/diff/17001/src/objects.cc#newcode7278
src/objects.cc:7278: map() == global_context->function_map());
Nit: These two assertions could be a single

map() == (classic() ? f_map : strict_f_map)

http://codereview.chromium.org/8417035/diff/17001/test/mjsunit/harmony/debug-blockscopes.js
File test/mjsunit/harmony/debug-blockscopes.js (right):

http://codereview.chromium.org/8417035/diff/17001/test/mjsunit/harmony/debug-blockscopes.js#newcode92
test/mjsunit/harmony/debug-blockscopes.js:92: // Check the global object
when hitting the global scope.
Reinserted at the wrong place. ;-)

http://codereview.chromium.org/8417035/

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

Reply via email to