Home
last modified time | relevance | path

Searched defs:emitClose (Results 1 – 9 of 9) 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/deps/undici/src/node_modules/busboy/lib/types/
Dmultipart.js225 emitClose: true, property
244 emitClose: true, property
Durlencoded.js11 emitClose: true, property
/third_party/node/lib/internal/http2/
Dcore.js1085 function emitClose(self, error) { function