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

Issue 2166023002: Rescope arrow-function parameter lists by moving the delta to the parameter scope (Closed)

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

Description

Rescope arrow-function parameter lists by moving the delta to the parameter scope [superseded by adam's CL] BUG=v8:5209

Patch Set 1 #

Patch Set 2 : remove unresolved() again #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -26 lines) Patch
M src/ast/scopes.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M src/ast/scopes.cc View 1 chunk +44 lines, -0 lines 1 comment Download
M src/parsing/parser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/parsing/parser.cc View 2 chunks +5 lines, -15 lines 0 comments Download
M src/parsing/parser-base.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/parsing/preparser.h View 2 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Toon Verwaest
ptal. I'm sure you'll have some interesting comments :) I'm not entirely excited about the ...
4 years, 5 months ago (2016-07-20 17:35:39 UTC) #2
adamk
This will let you remove one call to RewriteParameterInitializerScope (https://cs.chromium.org/chromium/src/v8/src/parsing/pattern-rewriter.cc?rcl=0&l=407). But the others are trickier. ...
4 years, 5 months ago (2016-07-20 21:30:02 UTC) #3
Toon Verwaest
As we discussed offline yesterday, the easiest is probably to do what you suggest: store ...
4 years, 5 months ago (2016-07-21 05:29:53 UTC) #4
nickie
LGTM (for all that it's worth), modulo a comment asking for a DCHECK. I found ...
4 years, 5 months ago (2016-07-21 15:08:52 UTC) #6
adamk
4 years, 5 months ago (2016-07-21 19:58:22 UTC) #7
After chatting with Toon I've taken this one over at
https://codereview.chromium.org/2171703004/

Powered by Google App Engine
This is Rietveld 408576698