summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1236473.js
blob: 0051e789a6b68ffdeaee2043fc70f7f25237e6c6 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('oomTest' in this)

oomTest(() => {
    offThreadCompileToStencil(`try {} catch (NaN) {}`);
    var stencil = finishOffThreadStencil();
    evalStencil(stencil);
});