summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/recover-lambdas-bug1118911.js
blob: 7c27d395438e6bba4ce29146547b07a7b9be9739 (plain)
1
2
3
4
5
6
7
8
9

function test() {
  function f()
    k.apply(this, arguments);
  if (undefined >> undefined !== 0) {}
  for (var [ v , c ] in this.tracemonkey) {  }
}
try { test(); } catch(exc1) {}
try { test(); } catch(exc1) {}