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

Issue 2693313002: [ast] Mark temporaries as maybe-assigned by default. (Closed)

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

Description

[ast] Mark temporaries as maybe-assigned by default. This is in order to prevent accidental bugs in desugarings. R=adamk@chromium.org BUG=v8:5636 Review-Url: https://codereview.chromium.org/2693313002 Cr-Commit-Position: refs/heads/master@{#43237} Committed: https://chromium.googlesource.com/v8/v8/+/503ad143cc659d7be196219f366681b26500890f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make the powerful variant private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M src/ast/scopes.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ast/scopes.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/parsing/parser.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (9 generated)
neis
3 years, 10 months ago (2017-02-15 13:38:59 UTC) #1
neis
https://codereview.chromium.org/2693313002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2693313002/diff/1/src/parsing/parser.cc#newcode2994 src/parsing/parser.cc:2994: Token::ASSIGN, factory()->NewVariableProxy(PromiseVariable()), This was a bug because we potentially ...
3 years, 10 months ago (2017-02-15 13:44:33 UTC) #3
adamk
lgtm, but I wonder if we can tighten up the API a bit more. https://codereview.chromium.org/2693313002/diff/1/src/ast/scopes.h ...
3 years, 10 months ago (2017-02-15 19:03:59 UTC) #8
neis
Good suggestion, done.
3 years, 10 months ago (2017-02-16 09:20:04 UTC) #9
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/2693313002/20001
3 years, 10 months ago (2017-02-16 09:22:31 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 09:57:11 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/503ad143cc659d7be196219f366681b2650...

Powered by Google App Engine
This is Rietveld 408576698