Home
last modified time | relevance | path

Searched refs:emitClose (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-stream-destroy-emit-error.js22 const stream = fs.createReadStream(__filename, { emitClose: true });
29 { emitClose: true });
H A Dtest-fs-stream-construct-compat-error-read.js26 const r = new ReadStream('/doesnotexist', { emitClose: true })
H A Dtest-fs-stream-construct-compat-error-write.js39 { flags: 'wx+', emitClose: true })
H A Dtest-stream-finished.js344 emitClose: false,
/third_party/node/lib/internal/streams/
H A Ddestroy.js131 if (w?.emitClose || r?.emitClose) {
H A Dutils.js281 state.emitClose &&
H A Dwritable.js182 this.emitClose = !options || options.emitClose !== false;
196 // depending on emitClose.
H A Dreadable.js139 emitClose: makeBitMapDescriptor(kEmitClose),
146 // depending on emitClose.
190 if (options && options.emitClose === false) this.state &= ~kEmitClose;
/third_party/node/lib/internal/bootstrap/switches/
H A Dis_main_thread.js120 if (!this._writableState.emitClose) {
/third_party/node/lib/internal/http2/
H A Dcore.js1085 function emitClose(self, error) { function
1115 emitClose(session, error);
1135 process.nextTick(emitClose, session, error);
/third_party/node/lib/
H A Dnet.js417 options.emitClose = false;

Completed in 11 milliseconds