Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
ftl-osr-entry-order-reverse4.js
blob: 1084e716d6bf0476350618eec18f75ef416cc03b [
file
] [
edit
]
function
foo
(
a0
)
{
for
(
let i
=
0
;
i
<
100
;
i
++)
{
if
(!
a0
)
{
foo
({});
}
for
(
let j
=
0
;
j
<
testLoopCount
;
j
++)
{}
}
a0
.
a
;
}
foo
(
0
);