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
/
bug510434.js
blob: 253352e29d210a4e54403a517cdf7b44818fe7aa (
plain
)
1
2
var
f
=
function
(){
var
arguments
=
3
;
for
(
var
j
=
0
;
j
<
4
;
++
j
)
print
(
arguments
);
};
f
();