mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue