Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js57 ret.value_.push(this.astToObj(child, ret));
66 astToObj(node, parent) { method in Generator
89 ret.value_ = this.astToObj(node.child_, ret);
95 ret.value_.push(this.astToObj(child, ret));
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js2163 let newRoot = Generator.gi().astToObj(t[index].ast.astRoot_);