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
/
basic
/
bug643733.js
blob: 89a6695b3d67180be547e132fc9636611869dbea (
plain
)
1
2
3
4
var
x
;
assertEq
(
-
(
typeof
(
x
+
x
)),
NaN
);
assertEq
(
-
(
typeof
Math
.
abs
()),
NaN
);