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