mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
add more missing feature flags
This commit is contained in:
parent
505949357b
commit
47f8c1c976
@ -12,7 +12,7 @@ info: |
|
|||||||
3. If finalizationGroup does not have a [[Cells]] internal slot, throw a TypeError exception.
|
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.
|
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');
|
assert.sameValue(typeof FinalizationGroup.prototype.cleanupSome, 'function');
|
||||||
|
@ -12,7 +12,7 @@ info: |
|
|||||||
3. If Type(target) is not Object, throw a TypeError exception.
|
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.
|
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');
|
assert.sameValue(typeof FinalizationGroup.prototype.register, 'function');
|
||||||
|
@ -12,7 +12,7 @@ info: |
|
|||||||
3. If finalizationGroup does not have a [[Cells]] internal slot, throw a TypeError exception.
|
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.
|
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');
|
assert.sameValue(typeof FinalizationGroup.prototype.unregister, 'function');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user