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
/
bug677066-2.js
blob: 14267cda2c38dbb2cd6f78969e66c2a9f63dd615 (
plain
)
1
2
3
4
5
6
7
function
f0
(
p0
)
{
var
v0
;
if
(
v0
)
v0
=
p0
;
return
v0
;
}
assertEq
(
f0
(
0
),
undefined
);