Add missing features flags

This commit is contained in:
Rick Waldron 2020-10-28 15:31:19 -04:00
parent 0001489473
commit 1af15d5199
2 changed files with 2 additions and 2 deletions

View File

@ -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(() => {}));

View File

@ -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({}));