summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug1337324.js
blob: 1ee7b116dd20b3819f4cd40469134862b6c090bf (plain)
1
2
3
4
5
// |jit-test| skip-if: !('oomTest' in this)
oomTest(function () {
    offThreadCompileModule('');
    finishOffThreadModule();
});