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

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