index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug642254.js
blob: a603920fe33c832f00d9caa343dc36170e450a17 (
plain
)
1
2
3
4
function
f
(
i
)
{
for
(
var
n
=
0
;
n
<
0
;
n
=
i
)
{
}
}
actual
=
f
(
.5
);