Sign in
cobalt
/
cobalt
/
aa3fa575a3bff33238a9a436ba5e61d9921364e3
/
.
/
src
/
net
/
data
/
proxy_resolver_v8_unittest
/
unhandled_exception.js
blob: 9cc28569e08832551afa622b27784fec5ff9b4af [
file
] [
log
] [
blame
]
function
FindProxyForURL
(
url
,
host
)
{
// This will throw a runtime exception.
return
"PROXY x"
+
undefined_variable
;
}