mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
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.
|
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
includes: [atomicsHelper.js]
|
|
||||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, BigInt, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
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"');
|
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||||
|
@ -23,7 +23,6 @@ info: |
|
|||||||
Return _resultObject_.
|
Return _resultObject_.
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
includes: [atomicsHelper.js]
|
|
||||||
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "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.
|
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
includes: [atomicsHelper.js]
|
|
||||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
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"');
|
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user