summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/oomInOffTheadCompile2.js
blob: 12c514b7ef95d8ff2e6f27d19ff2f9698ecdf898 (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this) || helperThreadCount() === 0

oomTest(() => {
    offThreadCompileScript("function a(x) {");
    runOffThreadScript();
});