Home
last modified time | relevance | path

Searched refs:exceptionWithHostPort (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/
Ddgram.js95 const exceptionWithHostPort = errors.exceptionWithHostPort; constant
347 const ex = exceptionWithHostPort(err, 'bind', ip, port);
357 const ex = exceptionWithHostPort(err, 'bind', ip, port);
426 ex = exceptionWithHostPort(err, 'connect', address, port);
714 const ex = exceptionWithHostPort(err, 'send', address, port);
721 err = exceptionWithHostPort(err, 'send', this.address, this.port);
Dutil.js45 exceptionWithHostPort,
326 _exceptionWithHostPort: exceptionWithHostPort,
Dnet.js100 exceptionWithHostPort,
900 const ex = exceptionWithHostPort(err, 'bind', localAddress, localPort);
934 const ex = exceptionWithHostPort(err, 'connect', address, port, details);
1159 const ex = exceptionWithHostPort(status,
1398 const ex = exceptionWithHostPort(err, 'bind', address, port);
/third_party/node/lib/internal/
Derrors.js556 const exceptionWithHostPort = hideStackFrames( constant
557 function exceptionWithHostPort(err, syscall, address, port, additional) { function
755 exceptionWithHostPort, property