https://codereview.chromium.org/332443002/diff/20001/test/mjsunit/object-literal-computed-names.js
File test/mjsunit/object-literal-computed-names.js (right):
https://codereview.chromium.org/332443002/diff/20001/test/mjsunit/object-literal-computed-names.js#newcode25
test/mjsunit/object-literal-computed-names.js:25: // function is really
big.
This is not lazily parsed (i.e., parsed with PreParser), see
https://codereview.chromium.org/329413002/ for explanation why.
Pls verify for realz that PreParser gets invoked when you think it is
(you probably cannot verify it from the outside, but you can verify it
by inspecting what the code does).
Also, pls add tests ("RunParserSyncTest") in test-parsing (see
TEST(InvalidLeftHandSide) for an example) to verify that Parser and
PreParser accept the same language and produce the same errors.
https://codereview.chromium.org/332443002/
--
--
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.