Home
last modified time | relevance | path

Searched refs:uvExceptionWithHostPort (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-uv-unmapped-exception.js5 const { uvException, uvExceptionWithHostPort } = require('internal/errors');
17 const exception = uvExceptionWithHostPort(100, 'listen', '127.0.0.1', 80);
/third_party/node/lib/internal/
Derrors.js565 const uvExceptionWithHostPort = hideStackFrames( constant
566 function uvExceptionWithHostPort(err, syscall, address, port) { function
940 uvExceptionWithHostPort, property
/third_party/node/lib/
Dnet.js111 uvExceptionWithHostPort,
1800 const error = uvExceptionWithHostPort(rval, 'listen', address, port);
1817 const ex = uvExceptionWithHostPort(err, 'listen', address, port);
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2260 …om/nodejs/node/commit/d8d93442aa)] - **lib**: adjust params from uvExceptionWithHostPort (msmichel…
DCHANGELOG_V10.md1377 …om/nodejs/node/commit/7527632235)] - **lib**: adjust params from uvExceptionWithHostPort (msmichel…