Searched refs:_drained (Results 1 – 2 of 2) sorted by relevance
51 this._drained = false147 this._drained = true158 this._drained = true163 if (this._forwarding || !this._readable2 || !this._drained) return168 while (this._drained && (data = shift(this._readable2)) !== null) {170 this._drained = this.push(data)
93 if (!this._drained() || !this._ondrain) return;100 ParallelTransform.prototype._drained = function() { method in ParallelTransform