summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1382431.js
blob: c838f53463bed832c2e7551b4b54a5735a822907 (plain)
1
2
3
4
5
// |jit-test| skip-if: helperThreadCount() === 0

var fe = "vv";
for (i = 0; i < 24; i++) fe += fe;
offThreadCompileScript(fe, {});