mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
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).
|
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]
|
features: [Symbol.toStringTag, Symbol.iterator, generators, WeakMap]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var toString = Object.prototype.toString;
|
var toString = Object.prototype.toString;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user