summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1337324.js
blob: 5ca628fc1d7b657af270376da61d9c857a18c4d2 (plain)
1
2
3
4
5
oomTest(function () {
    offThreadCompileModuleToStencil('');
    var stencil = finishOffThreadStencil();
    instantiateModuleStencil(stencil);
});