summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug1661454.js
blob: 7692431039e7dc67f2b1b1001834a19b95fe775d (plain)
1
2
3
4
5
6
7
8
9
10
function oomTestEval(lfVarx) {
  oomTest(() => eval(lfVarx));
}

oomTestEval(``);
oomTestEval(`
  {
    function bug1661454() {  }
  }
`);