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

Issue 455763002: Unship unscopables and disable array.values iterators (Closed)

Created:
6 years, 4 months ago by rossberg
Modified:
6 years, 3 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Unship unscopables and disable array.values iterators This reverts https://code.google.com/p/v8/source/detail?r=22994 and disables the otherwise web-breaking .values iterator method on arrays and typed arrays. BUG=v8:3401 LOG=Y

Patch Set 1 #

Patch Set 2 : Adjust BUILD.gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -700 lines) Patch
M BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/array.js View 1 chunk +0 lines, -14 lines 0 comments Download
M src/array-iterator.js View 2 chunks +4 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +5 lines, -1 line 0 comments Download
M src/contexts.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/symbol.js View 1 chunk +2 lines, -2 lines 0 comments Download
A src/unscopables.js View 1 chunk +39 lines, -0 lines 0 comments Download
M test/cctest/test-unscopables-hidden-prototype.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/es6/array-iterator.js View 6 chunks +17 lines, -10 lines 0 comments Download
M test/mjsunit/es6/symbols.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/es6/typed-array-iterator.js View 1 chunk +8 lines, -4 lines 0 comments Download
D test/mjsunit/es6/unscopables.js View 1 chunk +0 lines, -664 lines 0 comments Download
A + test/mjsunit/harmony/unscopables.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
rossberg
Jochen, use this CL to revert unscopables, in case problems show up while I'm gone.
6 years, 4 months ago (2014-08-08 12:25:26 UTC) #1
arv (Not doing code reviews)
On 2014/08/08 at 12:25:26, rossberg wrote: > Jochen, use this CL to revert unscopables, in ...
6 years, 4 months ago (2014-08-08 15:42:01 UTC) #2
jochen (gone - plz use gerrit)
6 years, 3 months ago (2014-09-01 08:51:47 UTC) #3
We branched after your changes, so we don't need this CL anymore. Thanks anyway
for preparing it.

Powered by Google App Engine
This is Rietveld 408576698