bug-1161303.js (122B)
1 function f(x) { 2 for (var i = 0; i < 100000; i++ ) { 3 [(x, 2)]; 4 try { g(); } catch (t) {} 5 } 6 } 7 f(2);