Searched refs:timerAPIs (Results 1 – 3 of 3) sorted by relevance
137 public setTimer(timerAPIs: object): void {139 Object.keys(timerAPIs).forEach((api) => {140 that._appGlobal[api] = timerAPIs[api];
101 const timerAPIs: object = genTimerAPI(appPage); constant102 appMap[packageName].setTimer(timerAPIs);131 compileBundle(functionCode, 'app.js', parseOptions, timerAPIs, services);
172 const timerAPIs: object = {}; constant177 Object.assign(timerAPIs, {211 return timerAPIs;