index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
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);