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
/
bug755832.js
blob: 76008cb4a4197bb677525159aebab3f56c98ca13 (
plain
)
1
2
3
4
5
6
var
x
;
function
f
(
o
)
{
o
.
prop
=
x
=
3
;
}
f
({});
f
(
1
);