Add missing feature

This commit is contained in:
devsnek 2020-10-08 17:20:37 -05:00 committed by Rick Waldron
parent ef1ad4c041
commit 52cb1d0c98
1 changed files with 1 additions and 1 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: [SharedArrayBuffer]
---*/
Object.seal(new SharedArrayBuffer(4));