Home | History | Annotate | Download | only in proxy_resolver_v8_unittest
      1 function FindProxyForURL(url, host) {
      2   // This will throw a runtime exception.
      3   return "PROXY x" + undefined_variable;
      4 }
      5 
      6