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
/
jaeger
/
bug705873.js
blob: 1d4d65246a9dd6887d31658803a0045f24e17256 (
plain
)
1
2
3
4
5
6
7
a
=
[]
function
f
(
o
)
{
o
[
5
]
=
{}
}
for
(
var
i
=
0
;
i
<
20
;
i
++
)
{
with
(
a
)
f
(
a
)
}