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

/x/;
oomTest(function(){
    offThreadCompileToStencil('');
})