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

Issue 2158853002: [parser] Rewritable expressions should not be valid variable references (Closed)

Created:
4 years, 5 months ago by nickie
Modified:
4 years, 5 months ago
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

[parser] Rewritable expressions should not be valid variable references This patch restores the status of rewritable expressions, which were not considered valid variable references before CL 2126233002, regardless of the type of the wrapped expression. R=mstarzinger@chromium.org, verwaest@chromium.org BUG= LOG=N Committed: https://crrev.com/24291c326b3842abf9e358193e32306c45656dd1 Cr-Commit-Position: refs/heads/master@{#37864}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/ast/ast.cc View 1 chunk +4 lines, -0 lines 3 comments Download

Messages

Total messages: 14 (6 generated)
nickie
4 years, 5 months ago (2016-07-18 12:54:54 UTC) #1
Michael Starzinger
https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc File src/ast/ast.cc (right): https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc#newcode131 src/ast/ast.cc:131: if (IsRewritableExpression()) return false; I am confused, how can ...
4 years, 5 months ago (2016-07-18 13:08:04 UTC) #4
Michael Starzinger
LGTM (with both eyes closed). https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc File src/ast/ast.cc (right): https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc#newcode131 src/ast/ast.cc:131: if (IsRewritableExpression()) return false; ...
4 years, 5 months ago (2016-07-18 13:10:13 UTC) #5
nickie
https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc File src/ast/ast.cc (right): https://codereview.chromium.org/2158853002/diff/1/src/ast/ast.cc#newcode131 src/ast/ast.cc:131: if (IsRewritableExpression()) return false; On 2016/07/18 13:08:04, Michael Starzinger ...
4 years, 5 months ago (2016-07-18 13:13:18 UTC) #6
Toon Verwaest
lgtm, great find! Thanks for fixing.
4 years, 5 months ago (2016-07-19 11:21:27 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/2158853002/1
4 years, 5 months ago (2016-07-19 11:25:39 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-19 11:27:41 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 11:30:43 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/24291c326b3842abf9e358193e32306c45656dd1
Cr-Commit-Position: refs/heads/master@{#37864}

Powered by Google App Engine
This is Rietveld 408576698