Source code

Revision control

Copy as Markdown

Other Tools

onerror = function(a, b, c, d) {
postMessage([a, b, c, d]);
return true; // the error is "handled"
}
function x() {
y();
}
x();