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