tag subclass tests with WeakSet and WeakMap (#2421)

This commit is contained in:
Gus Caplan 2019-11-11 17:58:38 -08:00 committed by Leo Balter
parent da9612db98
commit 34333993d7
4 changed files with 4 additions and 0 deletions

View File

@ -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 {}

View File

@ -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 {

View File

@ -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 {}

View File

@ -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 {