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
/
bug674085.js
blob: 0147621e7a9eb793885e8d20a3fd1d1c8161ea25 (
plain
)
1
2
3
4
5
6
function
f
(
x
)
{
for
(
var
i
=
0
;
i
<
50
;
i
++
)
{};
[
1
][
arguments
[
0
]]
++
;
x
=
1.2
;
}
f
(
0
);