mirror of
https://github.com/tc39/test262.git
synced 2025-11-29 10:03:35 +01:00
fix: unify and clarify language around undefined timeout arg in DoWait
This commit is contained in:
parent
5ad17a2068
commit
9cd2385591
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Undefined timeout arg is coerced to zero
|
||||
Undefined timeout arg should result in an infinite timeout
|
||||
info: |
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
/*---
|
||||
esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Undefined timeout arg is coerced to zero
|
||||
Undefined timeout arg should result in an infinite timeout
|
||||
info: |
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Undefined timeout arg is coerced to zero
|
||||
Undefined timeout arg should result in an infinite timeout
|
||||
info: |
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Undefined timeout arg is coerced to zero
|
||||
Undefined timeout arg should result in an infinite timeout
|
||||
info: |
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-atomics.waitasync
|
||||
description: >
|
||||
Undefined timeout arg is coerced to zero
|
||||
Undefined timeout arg should result in an infinite timeout
|
||||
info: |
|
||||
Atomics.waitAsync( typedArray, index, value, timeout )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user