Searched refs:uvExceptionWithHostPort (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
D | test-uv-unmapped-exception.js | 5 const { uvException, uvExceptionWithHostPort } = require('internal/errors'); 17 const exception = uvExceptionWithHostPort(100, 'listen', '127.0.0.1', 80);
|
/third_party/node/lib/internal/ |
D | errors.js | 565 const uvExceptionWithHostPort = hideStackFrames( constant 566 function uvExceptionWithHostPort(err, syscall, address, port) { function 940 uvExceptionWithHostPort, property
|
/third_party/node/lib/ |
D | net.js | 111 uvExceptionWithHostPort, 1800 const error = uvExceptionWithHostPort(rval, 'listen', address, port); 1817 const ex = uvExceptionWithHostPort(err, 'listen', address, port);
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 2260 …om/nodejs/node/commit/d8d93442aa)] - **lib**: adjust params from uvExceptionWithHostPort (msmichel…
|
D | CHANGELOG_V10.md | 1377 …om/nodejs/node/commit/7527632235)] - **lib**: adjust params from uvExceptionWithHostPort (msmichel…
|