Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DDocument.ts144 public createBody(tagName: string, options?: any): Node { method in Document
/third_party/jsframework/runtime/main/model/
DdomHelper.ts40 export function createBody(vm: Vm, type: string): Node { function