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