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