mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
Add missing includes to some Atomics.waitAsync tests
This commit is contained in:
parent
fd10123a71
commit
6d49a317ac
@ -16,6 +16,7 @@ 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, BigInt, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, BigInt, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||||
|
@ -23,6 +23,7 @@ info: |
|
|||||||
Return _resultObject_.
|
Return _resultObject_.
|
||||||
|
|
||||||
flags: [async]
|
flags: [async]
|
||||||
|
includes: [atomicsHelper.js]
|
||||||
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||||
|
@ -17,6 +17,7 @@ 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, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||||
---*/
|
---*/
|
||||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user