summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1465695.js
blob: 9c63fcfd1b7abca09defa9ec0cd227732d4d3f6c (plain)
1
2
3
// |jit-test| skip-if: helperThreadCount() === 0
for (let x = 0; x < 99; ++x)
    evalInWorker("newGlobal().offThreadCompileToStencil(\"{}\");");