add missing WeakSet and WeakMap features

This commit is contained in:
Gus Caplan 2020-02-08 02:51:15 -08:00 committed by Rick Waldron
parent 811090fce2
commit 5b231ab2d6
1 changed files with 1 additions and 1 deletions

View File

@ -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');