Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts498 if (hasChild(node, isCheckType)) {
509 function hasChild(node: ts.EtsComponentExpression, isCheckType: ParamType): boolean { function