mirror of https://github.com/tc39/test262.git
Add missing iterator-helpers feature flag
This commit is contained in:
parent
dfc7ce4c28
commit
2f0193d4cf
|
@ -11,7 +11,7 @@ info: |
|
||||||
15. Let tag be ? Get(O, @@toStringTag).
|
15. Let tag be ? Get(O, @@toStringTag).
|
||||||
16. If Type(tag) is not String, set tag to builtinTag.
|
16. If Type(tag) is not String, set tag to builtinTag.
|
||||||
17. Return the string-concatenation of "[object ", tag, and "]".
|
17. Return the string-concatenation of "[object ", tag, and "]".
|
||||||
features: [Symbol.toStringTag, Symbol.iterator, generators, WeakMap]
|
features: [Symbol.toStringTag, Symbol.iterator, generators, WeakMap, iterator-helpers]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var toString = Object.prototype.toString;
|
var toString = Object.prototype.toString;
|
||||||
|
|
Loading…
Reference in New Issue