Home
last modified time | relevance | path

Searched refs:listenerCount (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Devents.js354 EventEmitter.listenerCount = function (emitter, type) { function
355 if (typeof emitter.listenerCount === 'function') {
356 return emitter.listenerCount(type);
358 return listenerCount.call(emitter, type);
362 EventEmitter.prototype.listenerCount = listenerCount; method in EventEmitter
363 function listenerCount(type) { function
/AliOS-Things-master/components/amp/libjs/lib/
A Devents.js354 EventEmitter.listenerCount = function (emitter, type) { function
355 if (typeof emitter.listenerCount === 'function') {
356 return emitter.listenerCount(type);
358 return listenerCount.call(emitter, type);
362 EventEmitter.prototype.listenerCount = listenerCount; method in EventEmitter
363 function listenerCount(type) { function

Completed in 4 milliseconds