Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
ftl-osr-entry-order-reverse4.js
blob: 587f7c90bf946c2db478010fb0fcb4f27ad9c1e9 [
file
] [
log
] [
blame
]
function
foo
(
a0
)
{
for
(
let i
=
0
;
i
<
100
;
i
++)
{
if
(!
a0
)
{
foo
({});
}
for
(
let j
=
0
;
j
<
100000
;
j
++)
{}
}
a0
.
a
;
}
foo
(
0
);