Home
last modified time | relevance | path

Searched defs:autoDestroy (Results 1 – 24 of 24) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream-writable-write-error.js30 function test(autoDestroy) { argument
33 autoDestroy, property
42 autoDestroy, property
50 autoDestroy, property
58 autoDestroy, property
Dtest-stream-auto-destroy.js8 autoDestroy: true, property
32 autoDestroy: true, property
56 autoDestroy: true, property
93 autoDestroy: true, property
107 autoDestroy: true, property
Dtest-stream2-readable-wrap-error.js16 const r = new Readable({ autoDestroy: true }) property
29 const r = new Readable({ autoDestroy: false }) property
Dtest-stream-pipe-error-handling.js65 const r = new R({ autoDestroy: false }); property
66 const w = new W({ autoDestroy: false }); property
Dtest-stream-pipe-error-unhandled.js16 autoDestroy: true, property
Dtest-stream-finished.js294 autoDestroy: false property
307 autoDestroy: false property
317 autoDestroy: false property
407 autoDestroy: false property
Dtest-stream-duplex-destroy.js201 autoDestroy: true, property
213 autoDestroy: true, property
224 autoDestroy: true, property
Dtest-stream-readable-async-iterators.js56 const readable = new Readable({ autoDestroy: false, read() {} }); property
590 autoDestroy: false, property
606 autoDestroy: false, property
Dtest-stream-writable-null.js9 super({ autoDestroy: false, ...options }); property
Dtest-stream-unshift-read-race.js35 const r = stream.Readable({ highWaterMark: hwm, autoDestroy: false }); property
Dtest-stream-writable-destroy.js263 autoDestroy: true property
370 autoDestroy: false property
408 autoDestroy: false, property
Dtest-stream2-pipe-error-handling.js83 const dest = new stream.Writable({ autoDestroy: false }); property
Dtest-stream-pipeline.js902 const src = new PassThrough({ autoDestroy: false }); property
903 const dst = new PassThrough({ autoDestroy: false }); property
1119 autoDestroy: false, property
1163 autoDestroy: false, property
Dtest-stream-readable-destroy.js259 autoDestroy: false, property
Dtest-stream2-writable.js278 const w = new W({ autoDestroy: false }); property
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js58 module.exports = define({autoDestroy:false, destroy:false}) property
59 module.exports.obj = define({autoDestroy: false, destroy:false, objectMode:true, highWaterMark:16}) property
/third_party/node/lib/internal/
Dheap_utils.js16 super({ autoDestroy: true }); property
/third_party/node/lib/internal/fs/
Dsync_write_stream.js11 Writable.call(this, { autoDestroy: true }); property
/third_party/node/test/known_issues/
Dtest-stream-writable-sync-error.js17 super({ autoDestroy: false }); property
/third_party/node/lib/
D_http_incoming.js51 Stream.Readable.call(this, { autoDestroy: false, ...streamOptions }); property
Dzlib.js291 ReflectApply(Transform, this, [{ autoDestroy: true, ...opts }]); property
/third_party/node/deps/npm/node_modules/duplexify/
Dindex.js15 var autoDestroy = function (self, err) { function
/third_party/node/lib/internal/http2/
Dcompat.js291 super({ autoDestroy: false, ...options }); property
/third_party/node/tools/
Dlint-md.mjs4050 autoDestroy: true, property