summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1296016.js
blob: 6637cc81909f63e2edb71949e2ec8bc7ef1774d8 (plain)
1
2
3
4
if (helperThreadCount() === 0)
    quit(0);
offThreadCompileScript(``);
evalInWorker(`runOffThreadScript()`);