Home
last modified time | relevance | path

Searched refs:DestroyableTransform (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/through2/
Dthrough2.js5 function DestroyableTransform(opts) { class
10 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))