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

Issue 197653002: Move ParseAssignmentExpression to ParserBase. (Closed)

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

Description

Move ParseAssignmentExpression to ParserBase. R=mstarzinger@chromium.org, mstarzinger BUG=v8:3126 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=19908 Committed: https://code.google.com/p/v8/source/detail?r=19920

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebased #

Patch Set 3 : rebased #

Patch Set 4 : clang fix #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -189 lines) Patch
M src/parser.h View 1 7 chunks +26 lines, -11 lines 0 comments Download
M src/parser.cc View 1 7 chunks +65 lines, -111 lines 0 comments Download
M src/preparser.h View 1 2 3 10 chunks +118 lines, -3 lines 0 comments Download
M src/preparser.cc View 1 6 chunks +27 lines, -64 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
marja
rossberg, ptal
6 years, 9 months ago (2014-03-12 16:23:54 UTC) #1
marja
(reviewer swap, mstarzinger, ptal)
6 years, 9 months ago (2014-03-13 08:32:42 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/197653002/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/197653002/diff/1/src/preparser.h#newcode1559 src/preparser.h:1559: return this->ParseYieldExpression(ok); As discussed offline: It would be ...
6 years, 9 months ago (2014-03-13 08:52:41 UTC) #3
rossberg
https://codereview.chromium.org/197653002/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/197653002/diff/1/src/parser.h#newcode484 src/parser.h:484: // with JSC we choose to report the error ...
6 years, 9 months ago (2014-03-13 09:25:34 UTC) #4
marja
thx for comments! https://codereview.chromium.org/197653002/diff/1/src/parser.h File src/parser.h (right): https://codereview.chromium.org/197653002/diff/1/src/parser.h#newcode484 src/parser.h:484: // with JSC we choose to ...
6 years, 9 months ago (2014-03-13 15:54:48 UTC) #5
marja
Committed patchset #3 manually as r19908 (presubmit successful).
6 years, 9 months ago (2014-03-13 16:06:15 UTC) #6
marja
Committed patchset #5 manually as r19920 (presubmit successful).
6 years, 9 months ago (2014-03-14 09:43:12 UTC) #7
marja
6 years, 9 months ago (2014-03-14 09:44:40 UTC) #8
Message was sent while issue was closed.
On 2014/03/14 09:43:12, marja wrote:
> Committed patchset #5 manually as r19920 (presubmit successful).

FYI, I'm reusing this code review for landing the version with the clang build
fix. I think this is more reasonable that creating another CL. For example, you
can see what the fix was via "delta from patch set".

Powered by Google App Engine
This is Rietveld 408576698