mirror of https://github.com/tc39/test262.git
Add missing features flags
This commit is contained in:
parent
0001489473
commit
1af15d5199
|
@ -30,7 +30,7 @@ info: |
|
|||
Let desc be the PropertyDescriptor { [[Configurable]]: false, [[Writable]]: false }.
|
||||
Perform ? DefinePropertyOrThrow(O, k, desc).
|
||||
Return true.
|
||||
|
||||
features: [FinalizationRegistry]
|
||||
---*/
|
||||
|
||||
Object.seal(new FinalizationRegistry(() => {}));
|
||||
|
|
|
@ -30,7 +30,7 @@ info: |
|
|||
Let desc be the PropertyDescriptor { [[Configurable]]: false, [[Writable]]: false }.
|
||||
Perform ? DefinePropertyOrThrow(O, k, desc).
|
||||
Return true.
|
||||
|
||||
features: [WeakRef]
|
||||
---*/
|
||||
|
||||
Object.seal(new WeakRef({}));
|
||||
|
|
Loading…
Reference in New Issue