mirror of
https://github.com/tc39/test262.git
synced 2025-07-03 12:14:37 +02:00
Atomics.waitAsync: fix lint trash
This commit is contained in:
parent
d7e4de1484
commit
fadb9073d3
@ -17,7 +17,7 @@ info: |
|
|||||||
...
|
...
|
||||||
|
|
||||||
includes: [testAtomics.js]
|
includes: [testAtomics.js]
|
||||||
features: [Atomics.waitAsync, Atomics, SharedArrayBuffer]
|
features: [Atomics.waitAsync, Atomics, SharedArrayBuffer, ArrayBuffer, DataView, Symbol, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
const i32a = new Int32Array(
|
const i32a = new Int32Array(
|
||||||
new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 8)
|
new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 8)
|
||||||
|
@ -15,7 +15,6 @@ info: |
|
|||||||
6. Let q be ? ToNumber(timeout).
|
6. Let q be ? ToNumber(timeout).
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
includes: [atomicsHelper.js]
|
|
||||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics]
|
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics]
|
||||||
---*/
|
---*/
|
||||||
const i32a = new Int32Array(
|
const i32a = new Int32Array(
|
||||||
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
|||||||
description: >
|
description: >
|
||||||
Waiter does not spuriously notify on index which is subject to Sub operation
|
Waiter does not spuriously notify on index which is subject to Sub operation
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
AddWaiter ( WL, waiterRecord )
|
AddWaiter ( WL, waiterRecord )
|
||||||
|
|
||||||
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
||||||
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
|||||||
description: >
|
description: >
|
||||||
Waiter does not spuriously notify on index which is subject to xor operation
|
Waiter does not spuriously notify on index which is subject to xor operation
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
AddWaiter ( WL, waiterRecord )
|
AddWaiter ( WL, waiterRecord )
|
||||||
|
|
||||||
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
||||||
|
@ -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]
|
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics]
|
||||||
---*/
|
---*/
|
||||||
const i32a = new Int32Array(
|
const i32a = new Int32Array(
|
||||||
|
@ -21,7 +21,6 @@ info: |
|
|||||||
d. Return promiseCapability.[[Promise]].
|
d. Return promiseCapability.[[Promise]].
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
includes: [atomicsHelper.js]
|
|
||||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray]
|
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
const i32a = new Int32Array(
|
const i32a = new Int32Array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user