Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts45 export const defineFn = function(page: Page, name?: string, ...args: any[] | null): void { constant
/third_party/jsframework/runtime/main/app/
Dbundle.ts51 export const defineFn = function(page: Page, packageName: string, name?: string, ...args: any[] | n… constant