mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 12:34:41 +02:00
Add missing feature
This commit is contained in:
parent
ef1ad4c041
commit
52cb1d0c98
@ -30,7 +30,7 @@ info: |
|
|||||||
Let desc be the PropertyDescriptor { [[Configurable]]: false, [[Writable]]: false }.
|
Let desc be the PropertyDescriptor { [[Configurable]]: false, [[Writable]]: false }.
|
||||||
Perform ? DefinePropertyOrThrow(O, k, desc).
|
Perform ? DefinePropertyOrThrow(O, k, desc).
|
||||||
Return true.
|
Return true.
|
||||||
|
features: [SharedArrayBuffer]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
Object.seal(new SharedArrayBuffer(4));
|
Object.seal(new SharedArrayBuffer(4));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user