Home | History | Annotate | Download | only in js-unittest
      1 function FindProxyForURL(url, host) {
      2   return undefined;
      3 }
      4 
      5