Source code
Revision control
Copy as Markdown
Other Tools
onerror = function(a, b, c, d) {
return false; // the error is "not handled"
}
function x() {
y();
}
x();
onerror = function(a, b, c, d) {
return false; // the error is "not handled"
}
function x() {
y();
}
x();