index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug660597.js
blob: 207a828e71e257de24b9d9ffd218782a9b676c7b (
plain
)
1
2
3
4
5
function
foo
()
{
with
(
foo
)
this
[
"00"
]
=
function
(){}
}
new
foo
;