Seems like a step in the right direction.
https://codereview.chromium.org/1128043006/diff/1/src/parser.cc
File src/parser.cc (right):
https://codereview.chromium.org/1128043006/diff/1/src/parser.cc#newcode2425
src/parser.cc:2425: Expect(Token::ASSIGN, ok);
Maybe add a macro for CHECK_OK_VOID?
https://codereview.chromium.org/1128043006/diff/1/src/parser.cc#newcode2470
src/parser.cc:2470: parsing_result->out = first_name;
rename out?
https://codereview.chromium.org/1128043006/diff/1/src/parser.cc#newcode3468
src/parser.cc:3468: ParseVariableDeclarations(kForStatement,
&parsing_result, CHECK_OK);
Can this code be shared with the sloppy branch?
https://codereview.chromium.org/1128043006/diff/1/src/pattern-rewriter.cc
File src/pattern-rewriter.cc (right):
https://codereview.chromium.org/1128043006/diff/1/src/pattern-rewriter.cc#newcode27
src/pattern-rewriter.cc:27: VisitorState state;
or maybe:
VisitorState state(block, decl, names, ok);
https://codereview.chromium.org/1128043006/
--
--
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.