michael@0: // |jit-test| error: TypeError michael@0: michael@0: try { michael@0: x = []; michael@0: Array.prototype.forEach() michael@0: } catch (e) {} michael@0: x.forEach()