blob: 236b5e68d61d4d75c6111bf61b1918ccf13d48a9 [file] [log] [blame]
// |jit-test| error: TypeError
try {
x = [];
Array.prototype.forEach()
} catch (e) {}
x.forEach()