Home
last modified time | relevance | path

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

/third_party/jsframework/test/ut/
Druntime.ts90 framework.callJS(id, [{
175 const result = framework.callJS(undefined, undefined);
180 const result = framework.callJS('123', [{
188 const result = framework.callJS(instanceId, {
/third_party/jsframework/runtime/preparation/
Dmethods.ts117 function callJS(pageId: string, tasks: any[]): any | Error { function
155 callJS: callJS,
Dinit.ts41 callJS: (pageId: string, tasks: any[]) => any | Error; property
64 'callJS': globalApi.callJS