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

Issue 203193004: Move ParseUnaryExpression into ParserBase and add tests. (Closed)

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

Description

Move ParseUnaryExpression into ParserBase and add tests. This also makes PreParser produce the strict_delete error the same way as Parser (see test). R=rossberg@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20079

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : oops #

Total comments: 3

Patch Set 4 : code review (rossberg) #

Patch Set 5 : rebased #

Patch Set 6 : rebased #

Patch Set 7 : rebased - gonna fix #

Patch Set 8 : clang build fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -143 lines) Patch
M src/parser.h View 1 2 3 4 5 3 chunks +18 lines, -1 line 0 comments Download
M src/parser.cc View 1 2 3 4 5 4 chunks +54 lines, -107 lines 0 comments Download
M src/preparser.h View 1 2 3 4 5 6 7 7 chunks +77 lines, -2 lines 0 comments Download
M src/preparser.cc View 2 chunks +2 lines, -33 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
marja
rossberg, ptal
6 years, 9 months ago (2014-03-18 18:09:24 UTC) #1
rossberg
https://codereview.chromium.org/203193004/diff/40001/src/parser.h File src/parser.h (right): https://codereview.chromium.org/203193004/diff/40001/src/parser.h#newcode513 src/parser.h:513: bool ShortcutLiteralUnaryExpression( Nit: not sure I like the name. ...
6 years, 9 months ago (2014-03-19 11:41:46 UTC) #2
marja
thx for comments; pt another l https://codereview.chromium.org/203193004/diff/40001/src/parser.h File src/parser.h (right): https://codereview.chromium.org/203193004/diff/40001/src/parser.h#newcode521 src/parser.h:521: bool AddUnaryExpressionTypeFeedback( On ...
6 years, 9 months ago (2014-03-19 12:12:43 UTC) #3
rossberg
lgtm
6 years, 9 months ago (2014-03-19 12:28:08 UTC) #4
marja
Committed patchset #6 manually as r20077 (presubmit successful).
6 years, 9 months ago (2014-03-19 13:42:49 UTC) #5
marja
I'm taking the liberty to reuse the old codereview for committing a fixed version (clang ...
6 years, 9 months ago (2014-03-19 14:08:24 UTC) #6
marja
6 years, 9 months ago (2014-03-19 14:08:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r20079 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698