summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1268034.js
blob: 43f2a661fd74be04a588cfed525746d32e550536 (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this)

oomTest(function() {
    offThreadCompileToStencil("");
});
"".match();