Lines Matching refs:emit
368 stream.emit('data', chunk);
508 // has returned yet), so that we know whether or not it's safe to emit
575 // If we tried to read() past the EOF, then emit end on the next tick.
582 this.emit('data', ret);
601 // If we are sync, wait until next tick to emit the data.
609 // We have to emit readable now that we are EOF. Modules
615 // Don't emit readable right away in sync mode, because this can trigger
633 stream.emit('readable');
828 dest.emit('error', er);
855 dest.emit('pipe', src);
907 dests[i].emit('unpipe', this, { hasUnpiped: false });
920 dest.emit('unpipe', this, unpipeInfo);
1044 stream.emit('resume');
1055 this.emit('pause');
1073 // TODO (ronag): Should this.destroy(err) emit
1400 stream.emit('end');