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

Issue 2407863003: Remove --harmony-for-in flag which is always false (Closed)

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

Description

Remove --harmony-for-in flag which is always false The ES spec has been updated to include this legacy syntax in Annex B: https://tc39.github.io/ecma262/#sec-initializers-in-forin-statement-heads R=neis@chromium.org BUG=v8:4942 Committed: https://crrev.com/d4c4618174e88eb0635ca276c4e79e4905e9e316 Cr-Commit-Position: refs/heads/master@{#40189}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Migrate tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -34 lines) Patch
M src/bootstrapper.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parser.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M src/parsing/parser-base.h View 4 chunks +1 line, -10 lines 0 comments Download
M test/cctest/test-parsing.cc View 3 chunks +12 lines, -7 lines 0 comments Download
M test/mjsunit/for-in.js View 1 2 chunks +7 lines, -2 lines 0 comments Download
D test/mjsunit/harmony/for-in.js View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
adamk
4 years, 2 months ago (2016-10-10 22:40:10 UTC) #1
neis
lgtm with comments https://codereview.chromium.org/2407863003/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2407863003/diff/1/src/parsing/parser.cc#newcode1971 src/parsing/parser.cc:1971: ++use_counts_[v8::Isolate::kForInInitializer]; Don't you want to delete ...
4 years, 2 months ago (2016-10-11 08:59:59 UTC) #6
adamk
https://codereview.chromium.org/2407863003/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2407863003/diff/1/src/parsing/parser.cc#newcode1971 src/parsing/parser.cc:1971: ++use_counts_[v8::Isolate::kForInInitializer]; On 2016/10/11 08:59:58, neis wrote: > Don't you ...
4 years, 2 months ago (2016-10-11 22:14:48 UTC) #7
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/2407863003/20001
4 years, 2 months ago (2016-10-11 22:15:01 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-11 23:20:44 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 23:21:08 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d4c4618174e88eb0635ca276c4e79e4905e9e316
Cr-Commit-Position: refs/heads/master@{#40189}

Powered by Google App Engine
This is Rietveld 408576698