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

Issue 1066933005: Use ExpressionClassifier for bindings. (Closed)

Created:
5 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 7 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use ExpressionClassifier for bindings. Just a refactoring, real pattern parsing comes in a later CL. R=rossberg@chromium.org,marja@chromium.org BUG=v8:811 LOG=N Committed: https://crrev.com/671ac25cf9baeee1111fbe326949692b066872cb Cr-Commit-Position: refs/heads/master@{#28084}

Patch Set 1 #

Total comments: 4

Patch Set 2 : CR feedback #

Total comments: 2

Patch Set 3 : Fixed webkit test issues #

Total comments: 4

Patch Set 4 : Rebasre + feedback = patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -78 lines) Patch
M src/parser.cc View 1 2 3 8 chunks +25 lines, -8 lines 0 comments Download
M src/preparser.h View 1 2 3 6 chunks +141 lines, -55 lines 0 comments Download
M src/preparser.cc View 7 chunks +19 lines, -7 lines 0 comments Download
M src/scanner.h View 1 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
Dmitry Lomov (no reviews)
PTAL https://codereview.chromium.org/1066933005/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1066933005/diff/1/src/parser.cc#newcode2375 src/parser.cc:2375: scope_->RemoveUnresolved(pattern->AsVariableProxy()); Here, instead of adding an unresolved proxy ...
5 years, 8 months ago (2015-04-23 16:29:24 UTC) #1
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1066933005/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1066933005/diff/1/src/parser.cc#newcode2375 src/parser.cc:2375: scope_->RemoveUnresolved(pattern->AsVariableProxy()); On 2015/04/23 16:29:24, Dmitry Lomov (chromium) wrote: ...
5 years, 8 months ago (2015-04-23 16:52:52 UTC) #3
Dmitry Lomov (no reviews)
https://codereview.chromium.org/1066933005/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1066933005/diff/1/src/preparser.h#newcode595 src/preparser.h:595: return expression_error_ == Scanner::Location::invalid(); On 2015/04/23 16:52:52, arv wrote: ...
5 years, 8 months ago (2015-04-23 17:06:50 UTC) #4
arv (Not doing code reviews)
https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h#newcode2019 src/preparser.h:2019: auto result = ParseAndClassifyIdentifier(&classifier, ok); Can't you use CHECK_OK_CUSTOM ...
5 years, 8 months ago (2015-04-23 20:20:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1066933005/20001
5 years, 8 months ago (2015-04-24 09:51:23 UTC) #8
Dmitry Lomov (no reviews)
https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h#newcode2019 src/preparser.h:2019: auto result = ParseAndClassifyIdentifier(&classifier, ok); On 2015/04/23 20:20:30, arv ...
5 years, 8 months ago (2015-04-24 10:03:55 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/5206)
5 years, 8 months ago (2015-04-24 10:24:56 UTC) #11
Dmitry Lomov (no reviews)
Fixed an error discovered by webkit tests + restructured patch a bit. PTAL
5 years, 7 months ago (2015-04-27 09:56:35 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1066933005/40001
5 years, 7 months ago (2015-04-27 09:56:53 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-04-27 10:21:17 UTC) #17
arv (Not doing code reviews)
Still LGTM https://codereview.chromium.org/1066933005/diff/40001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1066933005/diff/40001/src/preparser.h#newcode621 src/preparser.h:621: nit: -1 newline https://codereview.chromium.org/1066933005/diff/40001/src/preparser.h#newcode675 src/preparser.h:675: inconsistent newlines
5 years, 7 months ago (2015-04-27 13:59:24 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1066933005/60001
5 years, 7 months ago (2015-04-27 14:08:27 UTC) #21
Dmitry Lomov (no reviews)
https://codereview.chromium.org/1066933005/diff/40001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1066933005/diff/40001/src/preparser.h#newcode621 src/preparser.h:621: On 2015/04/27 13:59:24, arv wrote: > nit: -1 newline ...
5 years, 7 months ago (2015-04-27 14:09:16 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-04-27 14:35:49 UTC) #23
commit-bot: I haz the power
5 years, 7 months ago (2015-04-27 14:36:00 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/671ac25cf9baeee1111fbe326949692b066872cb
Cr-Commit-Position: refs/heads/master@{#28084}

Powered by Google App Engine
This is Rietveld 408576698