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
/
bug789300.js
blob: 41438b641977a73f02c09ae68195a85ac8a61673 (
plain
)
1
2
3
4
function
f
()
{
return
(
NaN
?
4
:
5
);
}
assertEq
(
f
(),
5
);