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
/
basic
/
bug645632.js
blob: dbb5b8fd75c6a1b8cf9e83edbf73127cdf65a3ec (
plain
)
1
2
3
4
5
6
function
f
(
o
)
{
o
[{}]
=
1
;
with
(
Object
)
{}
}
f
(
Object
.
prototype
);