xref
: /
external
/
chromium-libpac
/
test
/
js-unittest
/
return_object.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
FindProxyForURL
(
url
,
host
) {
2
return
{
result
:
"PROXY foo"
};
3
}
4
5