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
/
warp
/
bug1676631.js
blob: d9f7947396b16d4547b2a364a775ef7b7eb5c25d (
plain
)
1
2
3
4
5
6
7
function
f
()
{
var
a
=
arguments
;
for
(
var
i
=
0
;
i
<
10
;
i
++
)
{
a
[
""
]
}
}
f
();