- add sources.
[platform/framework/web/crosswalk.git] / src / net / data / proxy_resolver_v8_unittest / unhandled_exception.js
1 function FindProxyForURL(url, host) {
2   // This will throw a runtime exception.
3   return "PROXY x" + undefined_variable;
4 }
5