index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
ion
/
bug792234.js
blob: 3fc9661deead68c4a54996aa863045343f615bcd (
plain
)
1
2
3
4
5
6
7
function
foo
()
{
return
''
/
undefined
;
}
foo
();
assertEq
(
foo
(),
NaN
);