mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 20:44:43 +02:00
add missing WeakSet and WeakMap features
This commit is contained in:
parent
811090fce2
commit
5b231ab2d6
@ -15,7 +15,7 @@ info: |
|
|||||||
a. Perform ! KeepDuringJob(target).
|
a. Perform ! KeepDuringJob(target).
|
||||||
b. Return target.
|
b. Return target.
|
||||||
6. Return undefined.
|
6. Return undefined.
|
||||||
features: [WeakRef, FinalizationGroup]
|
features: [WeakSet, WeakMap, WeakRef, FinalizationGroup]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(typeof WeakRef.prototype.deref, 'function');
|
assert.sameValue(typeof WeakRef.prototype.deref, 'function');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user