|
[es6] Iterators and generators should "extend" %IteratorPrototype%
All the builtin iterators as well as the generator objects have an
object called %IteratorPrototype% in the spec between them and
%ObjectPrototype%.
BUG= v8:3568
LOG=N
Committed: https://crrev.com/834a8e9f637c175ad214a06aa6a262b73a90627d
Cr-Commit-Position: refs/heads/master@{#28426}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+96 lines, -53 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/array-iterator.js
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/collection-iterator.js
|
View
|
|
5 chunks |
+2 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/generator.js
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
A |
src/iterator-prototype.js
|
View
|
1
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/string-iterator.js
|
View
|
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/generators-runtime.js
|
View
|
|
3 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/es6/iterator-prototype.js
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 8 (2 generated)
|