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

Issue 207633003: Move new expression parsing funcs 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 new expression parsing funcs to ParserBase. Functions moved: ParseMemberWithNewPrefixesExpression, ParseMemberExpression, ParseMemberExpressionContinuation. Now all Parse*Expression functions are in ParserBase. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20153

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -247 lines) Patch
M src/parser.h View 1 4 chunks +2 lines, -5 lines 0 comments Download
M src/parser.cc View 1 3 chunks +11 lines, -126 lines 0 comments Download
M src/preparser.h View 1 7 chunks +141 lines, -6 lines 0 comments Download
M src/preparser.cc View 2 chunks +0 lines, -110 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
marja
mstarzinger, ptal. The intended order for the 3 CLs: https://codereview.chromium.org/202333004/ (postfix) https://codereview.chromium.org/206433003/ (lefthandside) https://codereview.chromium.org/207633003/ (this)
6 years, 9 months ago (2014-03-21 08:55:10 UTC) #1
Michael Starzinger
LGTM with nits. https://codereview.chromium.org/207633003/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/207633003/diff/1/src/parser.h#newcode478 src/parser.h:478: void MaybePushPropertyName(FuncNameInferrer* fni, Expression* expression); nit: ...
6 years, 9 months ago (2014-03-21 10:09:59 UTC) #2
marja
t https://codereview.chromium.org/207633003/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/207633003/diff/1/src/parser.h#newcode478 src/parser.h:478: void MaybePushPropertyName(FuncNameInferrer* fni, Expression* expression); On 2014/03/21 10:09:59, ...
6 years, 9 months ago (2014-03-21 10:28:24 UTC) #3
marja
6 years, 9 months ago (2014-03-21 10:34:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20153 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698