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-1287869.js
blob: 7175342655334f59782374c0c77202d6be35a378 (
plain
)
1
2
3
4
5
gczeal
(
16
);
let
a
=
[];
for
(
let
i
=
0
;
i
<
1000
;
i
++
)
a
.
push
({
x
:
i
});
gc
();