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

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