Add missing iterator-helpers feature flag

This commit is contained in:
Shu-yu Guo 2023-06-15 11:13:58 -07:00 committed by Philip Chimento
parent dfc7ce4c28
commit 2f0193d4cf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ info: |
15. Let tag be ? Get(O, @@toStringTag).
16. If Type(tag) is not String, set tag to builtinTag.
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;