summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1433014.js
blob: efb8ab98d35011714368676370ab43a1f72c9917 (plain)
1
2
3
4
5
// |jit-test| skip-if: helperThreadCount() === 0 || !('oomTest' in this)
evaluate(`
    oomTest(() => {
        offThreadCompileToStencil("");
    });`);