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
/
bug958381.js
blob: 98fc48edaaef260c13029b851a855f47dacb0cc6 (
plain
)
1
2
3
4
function
f
(
x
)
{
return
(
x
!=
x
)
!=
Math
.
fround
(
x
)
}
assertEq
(
f
(
0
),
f
(
0
));