Lines Matching refs:debug

71684 var debug;
71687 debug = debugUtil.debuglog('stream');
71689 debug = function debug() {};
71872 debug('readableAddChunk', chunk);
72015 debug('read', n);
72024 debug('read: emitReadable', state.length, state.ended);
72059debug('need readable', doRead); // if we currently have less than the highWaterMark, then also rea…
72063 debug('length less than watermark', doRead);
72070 debug('reading or ended', doRead);
72072 debug('do read');
72110 debug('onEofChunk');
72145 debug('emitReadable', state.needReadable, state.emittedReadable);
72149 debug('emitReadable', state.flowing);
72157 debug('emitReadable_', state.destroyed, state.length, state.ended);
72213 debug('maybeReadMore read 0');
72249 debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);
72256 debug('onunpipe');
72267 debug('onend');
72280 debug('cleanup'); // cleanup event handlers once the pipe is broken
72302 debug('ondata');
72304 debug('dest.write', ret);
72312 debug('false write response, pause', state.awaitDrain);
72323 debug('onerror', er);
72340 debug('onfinish');
72348 debug('unpipe');
72356 debug('pipe resume');
72366 debug('pipeOnDrain', state.awaitDrain);
72441 debug('on readable', state.length, state.reading);
72502 debug('readable nexttick read 0');
72512 debug('resume'); // we flow only if there is no one listening
72532 debug('resume', state.reading);
72545 debug('call pause flowing=%j', this._readableState.flowing);
72548 debug('pause');
72559 debug('flow', state.flowing);
72575 debug('wrapped end');
72585 debug('wrapped data');
72617 debug('wrapped _read', n);
72702 debug('endReadable', state.endEmitted);
72711debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshi…
79255 var debug = void 0;
79258 debug = debugUtil.debuglog('stream');
79260 debug = function debug() {};
79553 debug('read', n);
79562 debug('read: emitReadable', state.length, state.ended);
79597debug('need readable', doRead); // if we currently have less than the highWaterMark, then also rea…
79601 debug('length less than watermark', doRead);
79608 debug('reading or ended', doRead);
79610 debug('do read');
79671 debug('emitReadable', state.flowing);
79678 debug('emit readable');
79700 debug('maybeReadMore read 0');
79736 debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);
79743 debug('onunpipe');
79754 debug('onend');
79767 debug('cleanup'); // cleanup event handlers once the pipe is broken
79794 debug('ondata');
79804 debug('false write response, pause', src._readableState.awaitDrain);
79816 debug('onerror', er);
79833 debug('onfinish');
79841 debug('unpipe');
79849 debug('pipe resume');
79859 debug('pipeOnDrain', state.awaitDrain);
79944 debug('readable nexttick read 0');
79954 debug('resume');
79971 debug('resume read 0');
79983 debug('call pause flowing=%j', this._readableState.flowing);
79986 debug('pause');
79996 debug('flow', state.flowing);
80010 debug('wrapped end');
80020 debug('wrapped data');
80052 debug('wrapped _read', n);