Home
last modified time | relevance | path

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

/third_party/node/lib/
Ddgram.js100 const errnoException = errors.errnoException; constant
290 const ex = errnoException(err, 'open');
303 throw errnoException(err, 'open');
461 throw errnoException(err, 'connect');
776 throw errnoException(err, 'getsockname');
792 throw errnoException(err, 'getpeername');
801 throw errnoException(err, 'setBroadcast');
811 throw errnoException(err, 'setTTL');
823 throw errnoException(err, 'setMulticastTTL');
833 throw errnoException(err, 'setMulticastLoopback');
[all …]
Dtty.js77 this.emit('error', errors.errnoException(err, 'setRawMode'));
132 this.emit('error', errors.errnoException(err, 'getWindowSize'));
Dutil.js54 errnoException,
352 _errnoException: errnoException,
Dnet.js108 errnoException,
441 throw errnoException(err, 'open');
450 throw errnoException(err, 'setBlocking');
545 return cb(errnoException(err, 'shutdown'));
710 socket.destroy(errnoException(err, 'read'));
760 this.destroy(errnoException(err, 'read'));
829 this.emit('error', errnoException(err, 'reset'));
1993 throw errnoException(err, 'uv_pipe_chmod');
2034 throw errnoException(err, 'address');
2050 self.emit('error', errnoException(err, 'accept'));
/third_party/node/lib/internal/
Dstream_base_commons.js20 errnoException,
94 const ex = errnoException(status, 'write', this.error);
160 return cb(errnoException(err, 'write', req.error));
197 stream.destroy(errnoException(err, 'read'));
217 stream.destroy(errnoException(nread, 'read'));
Dchild_process.js20 errnoException,
284 const err = errnoException(exitCode, syscall);
414 throw errnoException(err, 'spawn');
502 throw errnoException(err, 'kill');
505 this.emit('error', errnoException(err, 'kill'));
872 const ex = errnoException(err, 'write');
1117 result.error = errnoException(result.error, 'spawnSync ' + options.file);
Derrors.js603 const errnoException = hideStackFrames( constant
604 function errnoException(err, syscall, original) { function
919 errnoException, property
/third_party/node/lib/internal/process/
Dsignal.js9 errnoException,
36 throw errnoException(err, 'uv_signal_start');
Dper_thread.js35 errnoException,
233 throw errnoException(err, 'kill');
/third_party/node/lib/internal/webstreams/
Dadapters.js49 errnoException,
859 const error = errnoException(status, 'write', this.error);
882 promise.reject(errnoException(ret, 'write', req));
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md212 * dgram: remove new keyword from errnoException (Jackson Tian)
DCHANGELOG_V9.md134 …/nodejs/node/commit/7b850a7565)] - **http2**: destroy() stream, upon errnoException (Sarat Addepal…
DCHANGELOG_V8.md1050 …/nodejs/node/commit/eddf3a6c70)] - **http2**: destroy() stream, upon errnoException (Sarat Addepal…