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
/
gc
/
bug-1313347.js
blob: c5f684f7a607f5b5cff75fafba8daeacf17768d7 (
plain
)
1
2
3
4
5
let
tenured
=
{};
gc
();
for
(
let
i
=
0
;
i
<
100000
;
i
++
)
{
tenured
[
i
/
2
]
=
{};
}