Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/app/
Dindex.ts97 const appPage: Page = new Page(options.appInstanceId, options, packageName, data); constant
98 pageMap.unshift(appPage);
101 const timerAPIs: object = genTimerAPI(appPage);
193 const appPage: Page = pageMap[app.appInstanceId]; constant
194 if (appPage) {
195 if (appPage.doc.taskCenter.callbackIsEmpty()) {
196 appPage.callTasks([{
201 destroy(appPage);
202 pageMap.remove(appPage);
204 appPage.destroyed = true;
/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts64 const appPage: Page = pageMap.getTop(packageName);
65 return appPage || page;