blob: 256f2c0eae2e0e6a61f68c2e401be176dcadfafd (
plain)
1
2
3
4
5
6
7
8
9
10
|
// |jit-test| skip-if: helperThreadCount() === 0
setGCCallback({
action: "majorGC"
});
gcparam("allocationThreshold", 1);
offThreadCompileScript("");
for (let i = 0; i < 40000; i++)
Symbol.for(i);
eval(0);
|