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
/
ion
/
bug678239-1.js
blob: 8a8f19ac16f75c4743337b9f7170b03dd167867a (
plain
)
1
2
3
4
5
function
f
(
x
)
{
x
=
x
+
1
;
return
x
;
}
assertEq
(
f
(
3
),
4
)