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

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