Home
last modified time | relevance | path

Searched refs:errnoException (Results 1 – 12 of 12) sorted by relevance

/third_party/node/lib/
Ddgram.js94 const errnoException = errors.errnoException; constant
279 const ex = errnoException(err, 'open');
292 throw errnoException(err, 'open');
454 throw errnoException(err, 'connect');
765 throw errnoException(err, 'getsockname');
781 throw errnoException(err, 'getpeername');
790 throw errnoException(err, 'setBroadcast');
800 throw errnoException(err, 'setTTL');
812 throw errnoException(err, 'setMulticastTTL');
822 throw errnoException(err, 'setMulticastLoopback');
[all …]
Dtty.js78 this.emit('error', errors.errnoException(err, 'setRawMode'));
133 this.emit('error', errors.errnoException(err, 'getWindowSize'));
Dnet.js99 errnoException,
337 throw errnoException(err, 'open');
346 throw errnoException(err, 'setBlocking');
436 return this.destroy(errnoException(err, 'shutdown'));
586 socket.destroy(errnoException(err, 'read'));
617 this.destroy(errnoException(err, 'read'));
1495 throw errnoException(err, 'uv_pipe_chmod');
1535 throw errnoException(err, 'address');
1551 self.emit('error', errnoException(err, 'accept'));
Dutil.js44 errnoException,
325 _errnoException: errnoException,
/third_party/node/lib/internal/
Dstream_base_commons.js23 errnoException
94 const ex = errnoException(status, 'write', this.error);
156 return self.destroy(errnoException(err, 'write', req.error), cb);
195 stream.destroy(errnoException(err, 'read'));
209 stream.destroy(errnoException(nread, 'read'));
230 stream.destroy(errnoException(err, 'read'));
Dchild_process.js14 errnoException,
277 const err = errnoException(exitCode, syscall);
408 throw errnoException(err, 'spawn');
497 throw errnoException(err, 'kill');
500 this.emit('error', errnoException(err, 'kill'));
863 const ex = errnoException(err, 'write');
1107 result.error = errnoException(result.error, 'spawnSync ' + options.file);
Derrors.js522 const errnoException = hideStackFrames( constant
523 function errnoException(err, syscall, original) { function
754 errnoException, property
/third_party/node/lib/internal/process/
Dsignal.js8 errnoException,
35 throw errnoException(err, 'uv_signal_start');
Dper_thread.js26 errnoException,
210 throw errnoException(err, 'kill');
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md209 * dgram: remove new keyword from errnoException (Jackson Tian)
DCHANGELOG_V9.md129 …/nodejs/node/commit/7b850a7565)] - **http2**: destroy() stream, upon errnoException (Sarat Addepal…
DCHANGELOG_V8.md1035 …/nodejs/node/commit/eddf3a6c70)] - **http2**: destroy() stream, upon errnoException (Sarat Addepal…