Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
atomics-is-lock-free-and-zero.js
blob: 44adffbbbfbdccc94d3b02d409089d411d7de39c [
file
] [
log
] [
blame
]
//@ runDefault("--jitPolicyScale=0", "--useConcurrentJIT=0")
for
(
let i
=
0
;
i
<
1e4
;
i
++)
{
let x
=
Atomics
.
isLockFree
(
0
);
try
{
eval
(
'a'
);
}
catch
{}
}