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
/
ion
/
bug1324521.js
blob: 38f9162fa28336e25f12ec4ec05f665b22534995 (
plain
)
1
2
3
4
5
6
function
f
()
{
var
args
=
arguments
;
var
i
=
0
;
while
(
!
inIon
())
args
[
i
];
};
f
();