summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1285186.js
blob: f0974c6de9d2469a05cae835750bea67bef1cb96 (plain)
1
2
3
4
5
// |jit-test| skip-if: helperThreadCount() === 0
gczeal(10);
newGlobal();
offThreadCompileToStencil("let x = 1;");
abortgc();