Searched defs:_eventsCount (Results 1 – 2 of 2) sorted by relevance
14 EventEmitter.prototype._eventsCount = 0; method in EventEmitter380 return this._eventsCount > 0 ? Function.prototype.apply.call(this._events) : []; class
Completed in 5 milliseconds