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

Issue 1226103002: [es6] Handle conflicts for sloppy let (Closed)

Created:
5 years, 5 months ago by arv (Not doing code reviews)
Modified:
5 years, 5 months ago
Reviewers:
Dan Ehrenberg, rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Handle conflicts for sloppy let We have to call CheckConflictingVarDeclarations in case we have enabled --harmony-sloppy BUG=v8:4287 LOG=N R=littledan@chromium.org, rossberg@chromium.org Committed: https://crrev.com/d90013d1d1f9676ca8ad4ae4bf462d219e66b2c0 Cr-Commit-Position: refs/heads/master@{#29578}

Patch Set 1 #

Patch Set 2 : Add back commented out code and add a todo #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : more comments and git rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -35 lines) Patch
M src/parser.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/preparser.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M test/mjsunit/es6/block-let-semantics.js View 1 2 3 1 chunk +16 lines, -14 lines 0 comments Download
A + test/mjsunit/harmony/block-conflicts-sloppy.js View 1 2 3 3 chunks +15 lines, -6 lines 0 comments Download
M test/mjsunit/harmony/block-let-semantics-sloppy.js View 1 2 3 1 chunk +16 lines, -15 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
arv (Not doing code reviews)
PTAL
5 years, 5 months ago (2015-07-08 21:29:21 UTC) #1
Dan Ehrenberg
lgtm https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h#newcode3769 src/preparser.h:3769: if (is_strict(language_mode()) || allow_harmony_sloppy()) { A tangent, but ...
5 years, 5 months ago (2015-07-08 23:42:13 UTC) #2
arv (Not doing code reviews)
https://codereview.chromium.org/1226103002/diff/40001/test/mjsunit/harmony/block-conflicts-sloppy.js File test/mjsunit/harmony/block-conflicts-sloppy.js (right): https://codereview.chromium.org/1226103002/diff/40001/test/mjsunit/harmony/block-conflicts-sloppy.js#newcode62 test/mjsunit/harmony/block-conflicts-sloppy.js:62: // TestAll('Conflict', 'eval("' + s + '");'); On 2015/07/08 ...
5 years, 5 months ago (2015-07-09 14:30:53 UTC) #3
rossberg
lgtm https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h#newcode3769 src/preparser.h:3769: if (is_strict(language_mode()) || allow_harmony_sloppy()) { On 2015/07/08 23:42:13, ...
5 years, 5 months ago (2015-07-10 12:13:17 UTC) #4
arv (Not doing code reviews)
https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1226103002/diff/40001/src/preparser.h#newcode3769 src/preparser.h:3769: if (is_strict(language_mode()) || allow_harmony_sloppy()) { On 2015/07/10 12:13:17, rossberg ...
5 years, 5 months ago (2015-07-10 13:00:48 UTC) #5
arv (Not doing code reviews)
more comments and git rebase
5 years, 5 months ago (2015-07-10 16:02:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226103002/60001
5 years, 5 months ago (2015-07-10 16:09:33 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-10 16:39:52 UTC) #10
commit-bot: I haz the power
5 years, 5 months ago (2015-07-10 16:40:04 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d90013d1d1f9676ca8ad4ae4bf462d219e66b2c0
Cr-Commit-Position: refs/heads/master@{#29578}

Powered by Google App Engine
This is Rietveld 408576698