Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/preparation/
Dinit.ts41 callJS: (pageId: string, tasks: any[]) => any | Error; property
Dmethods.ts117 function callJS(pageId: string, tasks: any[]): any | Error { function