Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
ftl-bigint32-and-cell-or-misc.js
blob: 3b1af5e24df252faf0cfa79604564e8baf8533d4 [
file
] [
log
] [
blame
]
//@ runDefault("--jitPolicyScale=0", "--useConcurrentJIT=0")
[].
__proto__
.
x
=
undefined
;
function
foo
()
{
for
(
const
q in
[
0
])
{
const
m1
=
~(
0n
>>
0n
);
for
(
let i
=
0
;
i
<
2
;
i
++)
{}
let m2
=
m1
;
}
}
for
(
let i
=
0
;
i
<
100
;
i
++)
{
foo
();
}