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
/
ion
/
bug888568.js
blob: 82102865f4be65bd9c49b53dc2819439a0c4afbc (
plain
)
1
2
3
4
5
function f() { return (42.0 + Math.abs(1.0e60)) | 0; } assertEq(f(), 0); assertEq(f(), 0);