add more missing feature flags

This commit is contained in:
Gus Caplan 2020-02-08 14:27:37 -08:00 committed by Rick Waldron
parent 505949357b
commit 47f8c1c976
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ info: |
3. If finalizationGroup does not have a [[Cells]] internal slot, throw a TypeError exception.
4. If callback is not undefined and IsCallable(callback) is false, throw a TypeError exception.
...
features: [FinalizationGroup, WeakRef]
features: [WeakSet, WeakMap, FinalizationGroup, WeakRef]
---*/
assert.sameValue(typeof FinalizationGroup.prototype.cleanupSome, 'function');

View File

@ -12,7 +12,7 @@ info: |
3. If Type(target) is not Object, throw a TypeError exception.
4. If finalizationGroup does not have a [[Cells]] internal slot, throw a TypeError exception.
...
features: [FinalizationGroup, WeakRef]
features: [WeakSet, WeakMap, FinalizationGroup, WeakRef]
---*/
assert.sameValue(typeof FinalizationGroup.prototype.register, 'function');

View File

@ -12,7 +12,7 @@ info: |
3. If finalizationGroup does not have a [[Cells]] internal slot, throw a TypeError exception.
4. If Type(unregisterToken) is not Object, throw a TypeError exception.
...
features: [FinalizationGroup, WeakRef]
features: [WeakSet, WeakMap, FinalizationGroup, WeakRef]
---*/
assert.sameValue(typeof FinalizationGroup.prototype.unregister, 'function');