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
/
bug667507.js
blob: 883857a1e70d9b0757e6861112bcfb67fab775cc (
plain
)
1
2
3
4
5
6
for
(
i
=
0
;
i
<
10
;
i
++
)
{
Object
.
defineProperty
({},
""
,
{
get
:
function
()
{}
})
gc
()
}