Reviewers: Michael Starzinger,

Message:
mstarzinger, ptal


https://codereview.chromium.org/206433003/diff/1/src/parser.h
File src/parser.h (left):

https://codereview.chromium.org/206433003/diff/1/src/parser.h#oldcode745
src/parser.h:745: Expression* ParseUnaryExpression(bool* ok);
These are leftover definitions of funcs that have already moved to
parserbase.

Description:
Move ParseLeftHandSideExpression to ParserBase.

Includes cleanups:
- Reorganized functions in PreParserFactory to be in the logical order.
- De-hackified things PreParser doesn't need to track, such as IsCall &
IsCallNew.

[email protected]
BUG=

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+163, -191 lines):
  M src/parser.h
  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