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
/
bug677074.js
blob: 4d678231843496425df18feba1c775ff33ede842 (
plain
)
1
2
3
4
5
6
function
f0
(
p0
,
p1
)
{
if
(
p0
)
{
p1
+
p1
;
}
else
if
(
p0
);
}
print
(
f0
(
0
,
0
));