summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/oomInOffTheadCompile2.js
blob: de4ad4106d0f3fd275c0b4f0a803d05f779cf3c6 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: helperThreadCount() === 0

oomTest(() => {
    offThreadCompileToStencil("function a(x) {");
    var stencil = finishOffThreadStencil();
    evalStencil(stencil);
});