mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
tag subclass tests with WeakSet and WeakMap (#2421)
This commit is contained in:
parent
da9612db98
commit
34333993d7
@ -14,6 +14,7 @@ info: |
|
||||
the WeakMap constructor to create and initialize the subclass instance with
|
||||
the internal state necessary to support the WeakMap.prototype built-in
|
||||
methods.
|
||||
features: [WeakMap]
|
||||
---*/
|
||||
|
||||
class WM extends WeakMap {}
|
||||
|
@ -14,6 +14,7 @@ info: |
|
||||
the WeakMap constructor to create and initialize the subclass instance with
|
||||
the internal state necessary to support the WeakMap.prototype built-in
|
||||
methods.
|
||||
features: [WeakMap]
|
||||
---*/
|
||||
|
||||
class M1 extends WeakMap {
|
||||
|
@ -14,6 +14,7 @@ info: |
|
||||
the WeakSet constructor to create and initialize the subclass instance with
|
||||
the internal state necessary to support the WeakSet.prototype built-in
|
||||
methods.
|
||||
features: [WeakSet]
|
||||
---*/
|
||||
|
||||
class WS extends WeakSet {}
|
||||
|
@ -14,6 +14,7 @@ info: |
|
||||
the WeakSet constructor to create and initialize the subclass instance with
|
||||
the internal state necessary to support the WeakSet.prototype built-in
|
||||
methods.
|
||||
features: [WeakSet]
|
||||
---*/
|
||||
|
||||
class WS1 extends WeakSet {
|
||||
|
Loading…
x
Reference in New Issue
Block a user