Source code

Revision control

Copy as Markdown

Other Tools

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