Home
last modified time | relevance | path

Searched defs:emitClose (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-stream-destroy-emit-error.js22 const stream = fs.createReadStream(__filename, { emitClose: true }); property
29 { emitClose: true }); property
Dtest-file-write-stream4.js17 emitClose: true property
Dtest-fs-stream-construct-compat-error-read.js26 const r = new ReadStream('/doesnotexist', { emitClose: true }) property
Dtest-fs-stream-construct-compat-error-write.js39 { flags: 'wx+', emitClose: true }) property
Dtest-http2-client-jsstream-destroy.js18 super({ emitClose: true }); property
Dtest-stream-finished.js344 emitClose: false, property
/third_party/node/lib/internal/streams/
Dreadable.js139 emitClose: makeBitMapDescriptor(kEmitClose), property
/third_party/node/lib/internal/http2/
Dcore.js1085 function emitClose(self, error) { function