chromium/services/proxy_resolver/test/data/proxy_resolver_v8_unittest/unhandled_exception.js

function FindProxyForURL(url, host) {
  // This will throw a runtime exception.
  return "PROXY x" + undefined_variable;
}