mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue