node_modules/mocha/mocha.js 1 location
|
@@ 10555-10555 (lines=1) @@
|
10552 |
|
} |
10553 |
|
} |
10554 |
|
|
10555 |
|
function Readable(options) { |
10556 |
|
Duplex = Duplex || require('./_stream_duplex'); |
10557 |
|
|
10558 |
|
if (!(this instanceof Readable)) return new Readable(options); |
node_modules/readable-stream/lib/_stream_readable.js 1 location
|
@@ 178-178 (lines=1) @@
|
175 |
|
} |
176 |
|
} |
177 |
|
|
178 |
|
function Readable(options) { |
179 |
|
Duplex = Duplex || require('./_stream_duplex'); |
180 |
|
|
181 |
|
if (!(this instanceof Readable)) return new Readable(options); |