Searched refs:listenerCount (Results 1 – 19 of 19) sorted by relevance
2941 EventEmitter.listenerCount = function(emitter, type) {2942 if (typeof emitter.listenerCount === 'function') {2943 return emitter.listenerCount(type);2945 return listenerCount.call(emitter, type);2949 EventEmitter.prototype.listenerCount = listenerCount;2950 function listenerCount(type) {
2 …his,t,!1)},f.listenerCount=function(t,n){return"function"==typeof t.listenerCount?t.listenerCount(…
5355 EventEmitter.listenerCount = function(emitter, type) {5356 if (typeof emitter.listenerCount === 'function') {5357 return emitter.listenerCount(type);5359 return listenerCount.call(emitter, type);5363 EventEmitter.prototype.listenerCount = listenerCount;5364 function listenerCount(type) {
2 …his,t,!1)},u.listenerCount=function(t,n){return"function"==typeof t.listenerCount?t.listenerCount(…
1 …listenerCount","copy","addEventListener","wrapListener","removeEventListener","RangeError","getPro…
1 …listenerCount = function(emitter, type) {\n if (typeof emitter.listenerCount === 'function') {\n …
6 …listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):c.call(e,t…
919 } else if (this.listenerCount('command:*')) {
10 …listenerCount(this,"error"))throw t}function h(){u.removeListener("data",n),t.removeListener("drai… function in n11 …))}function s(e){L("onerror",e),l(),t.removeListener("error",s),0===E.listenerCount(t,"error")&&t.…
17372 if (EE.listenerCount(this, 'error') === 0) {17688 EventEmitter.listenerCount = function(emitter, type) {17799 if (!EE.listenerCount) EE.listenerCount = function(emitter, type) {18348 if (EE.listenerCount(dest, 'error') === 0)18398 if (state.awaitDrain === 0 && EE.listenerCount(src, 'data')) {
1 …listenerCount","removeListener","_isStdio","_events","_maxListeners","defaultMaxListeners","setMax…
36233 EventEmitter.listenerCount = function(emitter, type) {36234 if (typeof emitter.listenerCount === 'function') {36235 return emitter.listenerCount(type);36237 return listenerCount.call(emitter, type);36241 EventEmitter.prototype.listenerCount = listenerCount;36242 function listenerCount(type) {48690 if (EE.listenerCount(this, 'error') === 0) {49872 …state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if…49929 state.readableListening = self.listenerCount('readable') > 0;49935 } else if (self.listenerCount('data') > 0) {
2 …listenerCount(r){var i=this._events;if(void 0!==i){var o=i[r];if("function"==typeof o)return 1;if(…
48989 EventEmitter.listenerCount = function (emitter, type) {48990 if (typeof emitter.listenerCount === 'function') {48991 return emitter.listenerCount(type);48993 return listenerCount.call(emitter, type);48997 EventEmitter.prototype.listenerCount = listenerCount;48999 function listenerCount(type) {72433 …state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if…72490 state.readableListening = self.listenerCount('readable') > 0;72496 } else if (self.listenerCount('data') > 0) {78961 if (EE.listenerCount(this, 'error') === 0) {
1 …listenerCount) {\n let threshold = _globalLeakWarningThreshold;\n if (typeof this.cu…