|
Remove Reflect.enumerate
The Proxy enumerate trap and Reflect.enumerate are removed from the
ES2016 draft specification. This patch removes the Reflect.enumerate
function, and a follow-on patch will be responsible for the Proxy
trap changes.
R=adamk
LOG=Y
BUG= v8:4768
Committed: https://crrev.com/0b53b7d36b623b4b77f26079b54d388ea1dceff8
Cr-Commit-Position: refs/heads/master@{#34196}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+15 lines, -413 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
|
3 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
|
D |
src/js/harmony-reflect.js
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/harmony/private-symbols.js
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/harmony/reflect.js
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/harmony/reflect-enumerate.js
|
View
|
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/harmony/reflect-enumerate-delete.js
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/harmony/reflect-enumerate-opt.js
|
View
|
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/harmony/reflect-enumerate-special-cases.js
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/test262/test262.status
|
View
|
1
2
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 34 (15 generated)
|