chromium/third_party/blink/web_tests/external/wpt/workers/interfaces/WorkerGlobalScope/onerror/not-handled.js

onerror = function(a, b, c, d) {
  return false; // the error is "not handled"
}
function x() {
  y();
}
x();