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

Issue 2297563007: Move ParseVariableDeclarations to ParserBase. (Closed)

Created:
4 years, 3 months ago by marja
Modified:
4 years, 3 months ago
Reviewers:
nickie
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move ParseVariableDeclarations to ParserBase. This enables PreParser to declare variables in the future without duplicating the parsing logic. BUG= Committed: https://crrev.com/c2369e9efe59ae9ea0edf6d27d5385e30294980e Cr-Commit-Position: refs/heads/master@{#39079}

Patch Set 1 #

Patch Set 2 : comment & whitespace fixes - see try jobs from a previous patch set #

Total comments: 12

Patch Set 3 : code review (nikolaos@) #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -283 lines) Patch
M src/parsing/parser.h View 1 2 3 6 chunks +16 lines, -4 lines 0 comments Download
M src/parsing/parser.cc View 1 2 3 2 chunks +8 lines, -151 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 3 chunks +154 lines, -0 lines 0 comments Download
M src/parsing/preparser.h View 1 2 3 7 chunks +29 lines, -6 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 3 2 chunks +19 lines, -122 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
marja
ptal I was thinking about the parameter ZoneList<const AstRawString*> names, it's somewhat not very pre-parser-y. ...
4 years, 3 months ago (2016-09-01 09:22:03 UTC) #4
nickie
LGTM, with some comments. https://codereview.chromium.org/2297563007/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2297563007/diff/20001/src/parsing/parser-base.h#newcode942 src/parsing/parser-base.h:942: } I suppose that by ...
4 years, 3 months ago (2016-09-01 10:53:08 UTC) #7
marja
https://codereview.chromium.org/2297563007/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2297563007/diff/20001/src/parsing/parser-base.h#newcode942 src/parsing/parser-base.h:942: } On 2016/09/01 10:53:08, nickie wrote: > I suppose ...
4 years, 3 months ago (2016-09-01 11:16:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2297563007/40001
4 years, 3 months ago (2016-09-01 11:16:21 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/23727) v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-09-01 11:17:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2297563007/60001
4 years, 3 months ago (2016-09-01 11:32:51 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-01 11:56:33 UTC) #18
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 11:57:04 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c2369e9efe59ae9ea0edf6d27d5385e30294980e
Cr-Commit-Position: refs/heads/master@{#39079}

Powered by Google App Engine
This is Rietveld 408576698