mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Atomics.waitAsync: fix lint issues
This commit is contained in:
parent
c3efb56025
commit
092342098e
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Atomics.waitAsync returns a result object containing a promise that resolves to "ok" and async is true.
|
||||
info: |
|
||||
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
1. Return DoWait(async, typedArray, index, value, timeout).
|
||||
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Atomics.waitAsync returns a result object containing a promise that resolves to "timed-out" and async is true.
|
||||
info: |
|
||||
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
1. Return DoWait(async, typedArray, index, value, timeout).
|
||||
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Atomics.waitAsync returns a result object containing a string "not-equal" and async is false.
|
||||
info: |
|
||||
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
1. Return DoWait(async, typedArray, index, value, timeout).
|
||||
|
Loading…
x
Reference in New Issue
Block a user