Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 206433003: Move ParseLeftHandSideExpression to ParserBase. (Closed)

Created:
6 years, 9 months ago by marja
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

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. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20150

Patch Set 1 #

Total comments: 3

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -192 lines) Patch
M src/parser.h View 1 8 chunks +7 lines, -30 lines 0 comments Download
M src/parser.cc View 3 chunks +12 lines, -75 lines 0 comments Download
M src/preparser.h View 1 14 chunks +145 lines, -41 lines 0 comments Download
M src/preparser.cc View 2 chunks +3 lines, -46 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
marja
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 ...
6 years, 9 months ago (2014-03-20 16:06:54 UTC) #1
Michael Starzinger
LGTM. https://codereview.chromium.org/206433003/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/206433003/diff/1/src/parser.h#newcode493 src/parser.h:493: void CheckPossibleEvalCall(Expression* expression, nit: Should fit into one ...
6 years, 9 months ago (2014-03-21 09:45:43 UTC) #2
marja
thx for review! https://codereview.chromium.org/206433003/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/206433003/diff/1/src/parser.h#newcode493 src/parser.h:493: void CheckPossibleEvalCall(Expression* expression, On 2014/03/21 09:45:44, ...
6 years, 9 months ago (2014-03-21 09:50:56 UTC) #3
marja
6 years, 9 months ago (2014-03-21 09:51:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20150 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698