Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
JSTests
/
stress
/
atomic-store-result-type-in-ai.js
blob: 179587e8b2ef8e315a011a609632fedd48d90caf [
file
] [
log
] [
blame
]
//@ runDefault("--forceDebuggerBytecodeGeneration=1", "--useConcurrentJIT=0")
let a
=
new
Uint8Array
(
1
);
for
(
let i
=
0
;
i
<
10000
;
++
i
)
{
Atomics
.
store
(
a
,
0
,
i
);
}