• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1function FindProxyForURL(url, host) {
2  // This will throw a runtime exception.
3  return "PROXY x" + undefined_variable;
4}
5
6