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