Reviewers: marja, rossberg,

Message:
PTAL


https://codereview.chromium.org/1066933005/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1066933005/diff/1/src/parser.cc#newcode2375
src/parser.cc:2375:
scope_->RemoveUnresolved(pattern->AsVariableProxy());
Here, instead of adding an unresolved proxy and then removing it, I can
propagate the information that a binding pattern is expected through the
ExpressionClassifier.

Description:
Use ExpressionClassifier for bindings.

Just a refactoring, real pattern parsing comes in a later CL.

[email protected],[email protected]
BUG=v8:811
LOG=N

Please review this at https://codereview.chromium.org/1066933005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+166, -57 lines):
  M src/parser.cc
  M src/preparser.h
  M src/preparser.cc


--
--
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.

Reply via email to