mirror of https://github.com/tc39/test262.git
add SharedArrayBuffer feature to test
This commit is contained in:
parent
ab29fd3225
commit
6833180066
|
@ -7,6 +7,7 @@ info: |
|
|||
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
|
||||
false, [[Configurable]]: false }.
|
||||
includes: [propertyHelper.js]
|
||||
features: [SharedArrayBuffer]
|
||||
---*/
|
||||
|
||||
verifyProperty(SharedArrayBuffer, 'prototype', {
|
||||
|
|
Loading…
Reference in New Issue