Lines Matching refs:emit
269 // If there's no error handler, do not emit an 'error' event
279 caught = this.emit('error', er);
295 caught = this.emit('error', er);
361 // e.emit('error', er); // RangeError, stack overflow!
408 self.emit('error', er);
477 const eventEmit = EventEmitter.prototype.emit;
478 EventEmitter.prototype.emit = function emit(...args) {
485 // Just call original `emit` if current EE instance has `error`
540 domain.emit('error', er);