Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
DdomHelper.ts40 export function createBody(vm: Vm, type: string): Node { function
42 return doc.createBody(type);
Dcompiler.ts49 createBody,
647 element = createBody(vm, type);
/third_party/jsframework/runtime/vdom/
DDocument.ts144 public createBody(tagName: string, options?: any): Node { method in Document