summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/warning-oom.js
blob: d784c642d4ac70827a3bfd5581535a62afea21ba (plain)
1
2
3
4
5
// OOM during reporting warning should be handled.

oomTest(function(){
  new Function("return; 0;");
});