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
/
bug724976.js
blob: 01b7f0421e0e74303578349c621282190f73f03c (
plain
)
1
2
3
4
function
g
(
a
)
{}
for
(
var
i
=
0
;
i
<
10000
;
i
++
)
{
g
(
0
||
1
);
}