Searched refs:bindDir (Results 1 – 2 of 2) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | directive.ts | 428 bindDir(vm, el, '$data', attr.$data); 430 bindDir(vm, el, 'data', attr.data); 433 bindDir(vm, el, 'attr', attr); 730 bindDir(vm, el, name, typeStyle, isFirst, isLast, isSetContent); 805 bindDir(vm, el, 'style', style); 855 export function bindDir(vm: Vm, el: Element, name: string, data: object, isFirst?: boolean, isLast?… function 1310 bindDir(vm, el, 'attrStyle', css[newKey]);
|
D | compiler.ts | 44 bindDir, 326 bindDir(vm, element, 'attr', attr);
|