summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/recover-lambdas-bug1118911.js
blob: d1e43cb71755ab8b151c607e27072863c233d0b4 (plain)
1
2
3
4
5
6
7
8
9
10
function test() {
  function f() {
    return k.apply(this, arguments);
  }
  if (undefined >> undefined !== 0) {}
  for (var [ v , c ] in this.tracemonkey) {  }
}
try { test(); } catch(exc1) {}
try { test(); } catch(exc1) {}