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
/
jaeger
/
bug639478-1.js
blob: a0f2fd37e25c3455dd934ec7abdf4c9632b27878 (
plain
)
1
2
3
4
5
function f(x) { return (x % 123.45) >> x; } assertEq(f(-123), -4);