mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +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 WeakMap constructor to create and initialize the subclass instance with
|
||||||
the internal state necessary to support the WeakMap.prototype built-in
|
the internal state necessary to support the WeakMap.prototype built-in
|
||||||
methods.
|
methods.
|
||||||
|
features: [WeakMap]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class WM extends WeakMap {}
|
class WM extends WeakMap {}
|
||||||
|
@ -14,6 +14,7 @@ info: |
|
|||||||
the WeakMap constructor to create and initialize the subclass instance with
|
the WeakMap constructor to create and initialize the subclass instance with
|
||||||
the internal state necessary to support the WeakMap.prototype built-in
|
the internal state necessary to support the WeakMap.prototype built-in
|
||||||
methods.
|
methods.
|
||||||
|
features: [WeakMap]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class M1 extends WeakMap {
|
class M1 extends WeakMap {
|
||||||
|
@ -14,6 +14,7 @@ info: |
|
|||||||
the WeakSet constructor to create and initialize the subclass instance with
|
the WeakSet constructor to create and initialize the subclass instance with
|
||||||
the internal state necessary to support the WeakSet.prototype built-in
|
the internal state necessary to support the WeakSet.prototype built-in
|
||||||
methods.
|
methods.
|
||||||
|
features: [WeakSet]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class WS extends WeakSet {}
|
class WS extends WeakSet {}
|
||||||
|
@ -14,6 +14,7 @@ info: |
|
|||||||
the WeakSet constructor to create and initialize the subclass instance with
|
the WeakSet constructor to create and initialize the subclass instance with
|
||||||
the internal state necessary to support the WeakSet.prototype built-in
|
the internal state necessary to support the WeakSet.prototype built-in
|
||||||
methods.
|
methods.
|
||||||
|
features: [WeakSet]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class WS1 extends WeakSet {
|
class WS1 extends WeakSet {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user