node_modules/mocha/mocha.js 1 location
|
@@ 11196-11196 (lines=1) @@
|
11193 |
|
// wrap an old-style stream as the async data source. |
11194 |
|
// This is *not* part of the readable stream interface. |
11195 |
|
// It is an ugly unfortunate mess of history. |
11196 |
|
Readable.prototype.wrap = function (stream) { |
11197 |
|
var state = this._readableState; |
11198 |
|
var paused = false; |
11199 |
|
|
node_modules/readable-stream/lib/_stream_readable.js 1 location
|
@@ 819-819 (lines=1) @@
|
816 |
|
// wrap an old-style stream as the async data source. |
817 |
|
// This is *not* part of the readable stream interface. |
818 |
|
// It is an ugly unfortunate mess of history. |
819 |
|
Readable.prototype.wrap = function (stream) { |
820 |
|
var _this = this; |
821 |
|
|
822 |
|
var state = this._readableState; |