blob: c3254b0ba7e1709e18d24816fffe94d5983237dd [file] [log] [blame]
onerror = function(a, b, c, d) {
return false; // the error is "not handled"
}
function x() {
y();
}
x();