Searched refs:DestroyableTransform (Results 1 – 1 of 1) sorted by relevance
5 function DestroyableTransform(opts) { class10 inherits(DestroyableTransform, Transform)12 DestroyableTransform.prototype.destroy = function(err) {53 var t2 = new DestroyableTransform(options)73 DestroyableTransform.call(this, this.options)76 inherits(Through2, DestroyableTransform)88 var t2 = new DestroyableTransform(xtend({ objectMode: true, highWaterMark: 16 }, options))