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

Issue 1968753004: [cleanup] Split ForOf and ForIn AST nodes apart as they share little (Closed)

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

Description

[cleanup] Split ForOf and ForIn AST nodes apart as they share little Also make all AstVisitors consistently visit all the relevant parts of ForOfStatement. PrettyPrinter no longer fares well, but given how much desugaring happens to ForOf in the parser, any pretty-printed view of it isn't going to be human readable. AstPrinter, on the other hand, now gives a realistic view of what's been generated for for-of. Committed: https://crrev.com/4a7b9b973b3f39b89c594581932952c64da5ed8b Cr-Commit-Position: refs/heads/master@{#36215}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -55 lines) Patch
M src/ast/ast.h View 6 chunks +24 lines, -30 lines 0 comments Download
M src/ast/ast-expression-rewriter.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ast/ast-expression-visitor.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ast/prettyprinter.cc View 3 chunks +35 lines, -10 lines 0 comments Download
M src/compiler/ast-loop-assignment-analyzer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/crankshaft/typing.cc View 1 chunk +1 line, -8 lines 0 comments Download
M src/parsing/parser.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
adamk
4 years, 7 months ago (2016-05-11 00:48:28 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1968753004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1968753004/1
4 years, 7 months ago (2016-05-11 22:54:53 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-11 23:28:04 UTC) #7
Benedikt Meurer
Nice. LGTM.
4 years, 7 months ago (2016-05-12 04:14:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1968753004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1968753004/1
4 years, 7 months ago (2016-05-12 16:23:43 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-12 16:25:08 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 16:27:25 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4a7b9b973b3f39b89c594581932952c64da5ed8b
Cr-Commit-Position: refs/heads/master@{#36215}

Powered by Google App Engine
This is Rietveld 408576698