Update baselines

This commit is contained in:
Jake Bailey
2025-03-27 15:43:16 -07:00
parent 721ed5ca49
commit 0693cc72e6
@@ -62,9 +62,9 @@ const int64 = new BigInt64Array(sab64);
> : ^^^^^^^^^^^^^^^^^
const waitValue = Atomics.wait(int32, 0, 0);
>waitValue : "ok" | "not-equal" | "timed-out"
>waitValue : "not-equal" | "ok" | "timed-out"
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>Atomics.wait(int32, 0, 0) : "ok" | "not-equal" | "timed-out"
>Atomics.wait(int32, 0, 0) : "not-equal" | "ok" | "timed-out"
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>Atomics.wait : { (typedArray: Int32Array<ArrayBufferLike>, index: number, value: number, timeout?: number): "ok" | "not-equal" | "timed-out"; (typedArray: BigInt64Array<ArrayBufferLike>, index: number, value: bigint, timeout?: number): "ok" | "not-equal" | "timed-out"; }
> : ^^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^^ ^^^ ^^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^^ ^^^ ^^^