bug829795.js (107B)
1 // |jit-test| error: TypeError 2 3 try { 4 x = []; 5 Array.prototype.forEach() 6 } catch (e) {} 7 x.forEach()