Searched refs:lastEventsTimes (Results 1 – 4 of 4) sorted by relevance
10 lastEventsTimes = {}; field in BarCodeScanner94 this.lastEventsTimes[type] &&96 Date.now() - this.lastEventsTimes[type] < EVENT_THROTTLE_MS) {101 this.lastEventsTimes[type] = new Date(); property in BarCodeScanner
97 lastEventsTimes: {
1 …lastEventsTimes: { [key: string]: any } = {};\n\n static Constants = {\n BarCodeType,\n Typ…
125 lastEventsTimes: { [key: string]: any } = {};231 this.lastEventsTimes[type] &&233 Date.now() - this.lastEventsTimes[type] < EVENT_THROTTLE_MS240 this.lastEventsTimes[type] = new Date();