mirror of https://github.com/tc39/test262.git
Atomics.waitAsync: fix lint
This commit is contained in:
parent
d8efa93bec
commit
d9740c1726
|
@ -16,7 +16,6 @@ info: |
|
|||
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, BigInt, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
|
@ -23,7 +23,6 @@ info: |
|
|||
Return _resultObject_.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
|
@ -17,7 +17,6 @@ info: |
|
|||
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
Loading…
Reference in New Issue