mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
add esid to array/protoype
This commit is contained in:
parent
1122913fd9
commit
4a9c9e9886
@ -12,6 +12,7 @@ info: >
|
|||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
features: [Symbol.iterator]
|
features: [Symbol.iterator]
|
||||||
es6id: 22.1.3.30
|
es6id: 22.1.3.30
|
||||||
|
esid: sec-array.prototype-@@iterator
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(Array.prototype[Symbol.iterator], Array.prototype.values);
|
assert.sameValue(Array.prototype[Symbol.iterator], Array.prototype.values);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user