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
/
bug610652.js
blob: b5c64d193c1cf9576f0f5265d5a89efc204ae5c2 (
plain
)
1
2
3
4
5
function
a1
(
a2
)
{
return
10
-
a2
;
}
a3
=
a1
(
-
2147483648
);
assertEq
(
a3
,
2147483658
);