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