Home
last modified time | relevance | path

Searched refs:timerAPIs (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/main/app/
DApp.ts137 public setTimer(timerAPIs: object): void {
139 Object.keys(timerAPIs).forEach((api) => {
140 that._appGlobal[api] = timerAPIs[api];
Dindex.ts101 const timerAPIs: object = genTimerAPI(appPage); constant
102 appMap[packageName].setTimer(timerAPIs);
131 compileBundle(functionCode, 'app.js', parseOptions, timerAPIs, services);
Dbundle.ts172 const timerAPIs: object = {}; constant
177 Object.assign(timerAPIs, {
211 return timerAPIs;