summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1390087.js
blob: 4d77467ca0c28d4fd2a47447dd3bdb906935ec31 (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| skip-if: helperThreadCount() === 0

setGCCallback({
    action: "majorGC"
});
gcparam("allocationThreshold", 1);
offThreadCompileToStencil("");
for (let i = 0; i < 40000; i++)
    Symbol.for(i);
eval(0);