mirror of https://github.com/tc39/test262.git
add missing feature (#2250)
This commit is contained in:
parent
1cb241cf36
commit
2fb39cb4e9
|
@ -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]
|
||||
features: [Symbol.toStringTag, Symbol.iterator, generators, WeakMap]
|
||||
---*/
|
||||
|
||||
var toString = Object.prototype.toString;
|
||||
|
|
Loading…
Reference in New Issue