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
/
bug645985.js
blob: 7ba1a0386f958235423d7a44c038ef021e54c2c5 (
plain
)
1
2
3
4
5
function
f
(
o
)
{
o
+=
""
;
o
.
hasOwnProperty
(
"x"
);
}
f
({});