Home
last modified time | relevance | path

Searched defs:isComponentV2 (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dmonitor-decorator-check.ts156 const isComponentV2 = arkts.isStructDeclaration(node) && checkIfStructIsComponentV2(node); constant
DcomponentV2-state-usage-validation.ts124 const isComponentV2 = hasisComponentV2(node); constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts979 function isComponentV2(node: ts.StructDeclaration): boolean { function
Dprocess_struct_componentV2.ts69 isComponentV2: boolean = false; property in StructInfo
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dprocess_import.ts979 function isComponentV2(node: ts.StructDeclaration): boolean { function
Dprocess_struct_componentV2.ts68 isComponentV2: boolean = false; property in StructInfo