Home
last modified time | relevance | path

Searched defs:_eventsCount (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Devents.js14 EventEmitter.prototype._eventsCount = 0; method in EventEmitter
380 return this._eventsCount > 0 ? Function.prototype.apply.call(this._events) : []; class
/AliOS-Things-master/components/amp/libjs/lib/
A Devents.js14 EventEmitter.prototype._eventsCount = 0; method in EventEmitter
380 return this._eventsCount > 0 ? Function.prototype.apply.call(this._events) : []; class

Completed in 5 milliseconds