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

Issue 2273693002: [parser] Clean up (pre)parser traits, part 2 (Closed)

Created:
4 years, 4 months ago by nickie
Modified:
4 years, 4 months ago
Reviewers:
adamk, marja
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@nickie-2267783002-ref-traits
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[parser] Clean up (pre)parser traits, part 2 This patch moves the following methods from the traits objects to the (pre)parser implementation objects: - AsIdentifier - CheckAssigningFunctionLiteralToProperty - GetPropertyValue - InferFunctionName - IsArguments - IsArrayIndex - IsBoilerplateProperty - IsConstructor - IsDirectEvalCall - IsEval - IsEvalOrArguments - IsFutureStrictReserved - IsIdentifier - IsPrototype - IsThisProperty - IsUndefined - MarkExpressionAsAssigned - PushLiteralName - PushPropertyName - ShortcutNumericLiteralBinaryExpression R=adamk@chromium.org, marja@chromium.org BUG= LOG=N Committed: https://crrev.com/626309272ec4b08a5656f86950686e80bcf45170 Cr-Commit-Position: refs/heads/master@{#38861}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -288 lines) Patch
M src/parsing/parser.h View 3 chunks +117 lines, -73 lines 0 comments Download
M src/parsing/parser.cc View 1 2 chunks +14 lines, -81 lines 0 comments Download
M src/parsing/parser-base.h View 1 31 chunks +35 lines, -36 lines 0 comments Download
M src/parsing/preparser.h View 2 chunks +105 lines, -98 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
nickie
4 years, 4 months ago (2016-08-23 14:27:52 UTC) #1
adamk
lgtm https://codereview.chromium.org/2273693002/diff/1/src/parsing/parser.h File src/parsing/parser.h (right): https://codereview.chromium.org/2273693002/diff/1/src/parsing/parser.h#newcode827 src/parsing/parser.h:827: // Helper functions for recursive descent. I don't ...
4 years, 4 months ago (2016-08-23 16:03:45 UTC) #2
marja
rubberstamp-y lgtm, as in, didn't check each line of code separately, trusting that you moved ...
4 years, 4 months ago (2016-08-24 08:50:00 UTC) #3
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/2273693002/1
4 years, 4 months ago (2016-08-24 09:05:27 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/11495) v8_linux_gcc_compile_rel on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-24 09:06:38 UTC) #7
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/2273693002/20001
4 years, 4 months ago (2016-08-24 09:46:07 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-24 10:08:39 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 10:08:54 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/626309272ec4b08a5656f86950686e80bcf45170
Cr-Commit-Position: refs/heads/master@{#38861}

Powered by Google App Engine
This is Rietveld 408576698