Atomics.waitAsync: fix lint trash

This commit is contained in:
Rick Waldron 2020-04-15 17:06:42 -04:00
parent d7e4de1484
commit fadb9073d3
6 changed files with 1 additions and 6 deletions

View File

@ -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)

View File

@ -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(

View File

@ -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]]

View File

@ -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]]

View File

@ -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(

View File

@ -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(