Sign in
webkit
/
WebKit
/
18eafb7225658eb078fb4b435c7e6f4bc55edf7a
/
.
/
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
);
}