Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
should-not-emit-double-rep-for-bigint.js
blob: cfdd7c89089f4d4924084ec6de36302bc3e3b44f [
file
] [
log
] [
blame
]
//@ runDefault("--validateAbstractInterpreterState=1", "--useConcurrentJIT=0")
function
foo
(
x
)
{
if
(
x
>
0n
)
return
}
for
(
let i
=
0
;
i
<
2e5
;
i
++)
{
foo
(
1
);
}