Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dcompiler.ts179 const component: VmOptions | null = targetIsComposed(vm, type);
329 const component: VmOptions | null = targetIsComposed(vm, dynamicType);
372 export function targetIsComposed(vm: Vm, type: string): VmOptions { function
/third_party/jsframework/runtime/vdom/
DElement.ts32 targetIsComposed
704 const component: VmOptions | null = targetIsComposed(this._vm, value.toString());