Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
b3-delete-orphans-should-neutralize-upsilons-with-dead-phis.js
blob: f3f6ea7771ec9f1a6e1ce6db6cae67f14b18c95d [
file
] [
log
] [
blame
]
//@ runFTLNoCJIT
(
function
()
{
for
(
var
i
=
0
;
i
<
1000000
;
++
i
)
{
const
v
=
Array
&
1
?
v
:
1
;
}
}());