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
/
testBug616454.js
blob: 34ca440a7a68981959a7d7aeb209801cbc415c7e (
plain
)
1
2
function
isnan
(
x
)
{
return
x
!==
x
}
assertEq
(
isnan
(
deserialize
(
serialize
(
-
'test'
))),
true
);