LGTM with nits.

http://codereview.chromium.org/7892013/diff/1/src/execution.cc
File src/execution.cc (right):

http://codereview.chromium.org/7892013/diff/1/src/execution.cc#newcode165
src/execution.cc:165: // For reasons that escape me, `global' can be the
JSBuiltinsObject
It's a nit, but please don't use accents for quoting, that hurts my
eyes. Your options:
- ‘proper’ typographic quotes (bad, because they're non-ASCII characters
and will confuse some compilers even in comments)
- 'regular' ASCII quote/apostrophe replacement characters
- the Chromium convention of |pipes| around identifiers in comments.

http://codereview.chromium.org/7892013/diff/1/test/mjsunit/regress/regress-bind-receiver.js
File test/mjsunit/regress/regress-bind-receiver.js (right):

http://codereview.chromium.org/7892013/diff/1/test/mjsunit/regress/regress-bind-receiver.js#newcode5
test/mjsunit/regress/regress-bind-receiver.js:5:
assertEquals(strict.bind(true)(), true);
assertEquals takes the expected value as the first parameter and the
actual value as the second. (Less confusing error messages)++ ;-)

http://codereview.chromium.org/7892013/

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

Reply via email to