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
/
loop-test-fold.js
blob: ff897c405bd1763e2bbb9f222a29af3e60dc487d (
plain
)
1
2
3
4
5
6
7
function
f
(
a
,
b
)
{
do
{
a
--
;
}
while
(
a
||
b
);
}
f
(
2000
,
0
);