Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts176 …if (ts.isStructDeclaration(node) && ts.isIdentifier(node.name) && isCustomComponent(node, structDe…
541 function isCustomComponent(node: ts.StructDeclaration, structDecorator: structDecoratorResult): boo… function
817 if (isCustomComponent(originNode, structDecorator)) {
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15isCustomComponent(e)?this.genCustomParams(t):this.genCommonParams(t)}genCommonParams(e){if("string… method in n.setParams.l