summaryrefslogtreecommitdiffstats
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();