Home
last modified time | relevance | path

Searched defs:structName (Results 1 – 13 of 13) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dvariable-initialization-via-component-cons.ts77 const structName: string = member.definition.ident?.name ?? ''; constant
108 const structName: string = getIdentifierName(node); constant
144 const structName: string = getIdentifierName(node); constant
Dno-same-as-built-in-attribute.ts32 const structName = node.definition.ident?.name ?? ' '; constant
Dcustom-dialog-missing-controller.ts28 const structName = node.definition.ident; constant
Dcheck-construct-private-parameter.ts45 const structName: string = member.definition.ident?.name ?? ''; constant
DcomponentV2-mix-check.ts31 const structName = node.definition.ident?.name ?? ''; constant
Dstruct-missing-decorator.ts38 const structName = node.definition.ident?.name ?? ''; constant
Dconstruct-parameter-literal.ts45 const structName: string = member.definition.ident?.name ?? ''; constant
Dvalidate-build-in-struct.ts68 const structName = node.definition.ident; constant
Dconsumer-provider-decorator-check.ts39 const structName = node.definition.ident?.name ?? ''; constant
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dprocess_struct_componentV2.ts72 structName: string = ''; property in StructInfo
180 const structName: string = node.name.getText(); constant
Dvalidate_ui_syntax.ts476 const structName: string = node.name.escapedText.toString(); constant
/developtools/ace_ets2bundle/compiler/src/
Dprocess_struct_componentV2.ts73 structName: string = ''; property in StructInfo
181 const structName: string = node.name.getText(); constant
Dvalidate_ui_syntax.ts480 const structName: string = node.name.escapedText.toString(); constant