index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
ion
/
bug677730.js
blob: e4e429e6bd79433683785e335b88e12f4e8bddf5 (
plain
)
1
2
3
4
function
f0
(
p
)
{
return
p
+
1
;
}
assertEq
(
f0
(
0x7fffffff
),
0x80000000
);