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
/
bug617458.js
blob: 1dc9b2f87ce1cf66e3cb92aead79f1ff0913decb (
plain
)
1
2
3
4
5
6
function
f
(
x
)
{
var
a
=
4
|
x
;
a
=
+
a
;
}
f
(
10
);