Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_readable.js116 this.pipesCount = 0;
568 switch (state.pipesCount) {
579 state.pipesCount += 1;
580 debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);
636 …if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes…
701 if (state.pipesCount === 0) return this;
704 if (state.pipesCount === 1) {
711 state.pipesCount = 0;
722 var len = state.pipesCount;
724 state.pipesCount = 0;
[all …]
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dreadable.js1134 pipesCount: { property
/third_party/node/lib/internal/streams/
Dreadable.js1300 pipesCount: { property