recover-lambdas-bug1118911.js (227B)
1 function test() { 2 function f() { 3 return k.apply(this, arguments); 4 } 5 if (undefined >> undefined !== 0) {} 6 for (var [ v , c ] in this.tracemonkey) { } 7 } 8 try { test(); } catch(exc1) {} 9 try { test(); } catch(exc1) {}