summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1285490.js
blob: 02bf4b56acfc750bd4ae60791ef9b517fa242cc9 (plain)
1
2
3
4
if (helperThreadCount() === 0)
    quit();
gczeal(4);
offThreadCompileScript("let x = 1;");