Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-readline-undefined-columns.js14 const oStream = new PassThrough(); constant
19 output: oStream,
27 oStream.on('data', function(data) {
31 oStream.on('end', common.mustCall(() => {
46 oStream.end();