Sign in
◑
Theme
mojo
/
mojo-tools
/
6a2cfe9b98e9ecebef3508f5eb8258f942b7af29
/
.
/
net
/
data
/
proxy_resolver_v8_unittest
/
binding_from_global.js
blob: 91bbcf2378ff2f4fd80d4ed1e9a7ecb54f8ed8a8 [
file
]
// Calls a bindings outside of FindProxyForURL(). This causes the code to
// get exercised during initialization.
var
x
=
myIpAddress
();
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY "
+
x
+
":80"
;
}