summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1287869.js
blob: dc04345ccf362ea2ff413e0fd1dd39f8b5023223 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('gczeal' in this)

gczeal(16);
let a = [];
for (let i = 0; i < 1000; i++)
    a.push({x: i});
gc();