Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 25 of 26) sorted by relevance

12

/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DTypeNode.ts39 get annotations(): readonly AnnotationUsage[] { method in TypeNode
DClassProperty.ts57 get annotations(): readonly AnnotationUsage[] { method in ClassProperty
DVariableDeclaration.ts58 get annotations(): readonly AnnotationUsage[] { method in VariableDeclaration
DArrowFunctionExpression.ts57 get annotations(): readonly AnnotationUsage[] { method in ArrowFunctionExpression
DETSModule.ts58 get annotations(): readonly AnnotationUsage[] { method in ETSModule
DFunctionDeclaration.ts59 get annotations(): readonly AnnotationUsage[] { method in FunctionDeclaration
DTSTypeParameter.ts74 get annotations(): readonly AnnotationUsage[] { method in TSTypeParameter
DTSTypeAliasDeclaration.ts70 get annotations(): readonly AnnotationUsage[] { method in TSTypeAliasDeclaration
DETSParameterExpression.ts95 get annotations(): readonly AnnotationUsage[] { method in ETSParameterExpression
DTSInterfaceDeclaration.ts89 get annotations(): readonly AnnotationUsage[] { method in TSInterfaceDeclaration
DAnnotationDeclaration.ts100 get annotations(): readonly AnnotationUsage[] { method in AnnotationDeclaration
DScriptFunction.ts185 get annotations(): readonly AnnotationUsage[] { method in ScriptFunction
DClassDefinition.ts208 get annotations(): readonly AnnotationUsage[] { method in ClassDefinition
/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Done-decorator-on-function-method.ts28 const annotations = statement.annotations; constant
Dwrap-builder-check.ts27 const annotations = statement.annotations; constant
Dobserved-heritage-compatible-check.ts25 const annotations = child.definition?.annotations ?? []; constant
Dno-duplicate-decorators.ts64 const lastAnnotation = annotations[annotations.length - 1]; constant
/developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/
Dtypes.ts367 get annotations(): AnnotationUsage[] { method in ArrowFunctionExpression
452 get annotations(): AnnotationUsage[] { method in FunctionDeclaration
458 set annotations(newAnnotations: AnnotationUsage[]) { method in FunctionDeclaration
546 get annotations(): AnnotationUsage[] { method in ETSParameterExpression
550 set annotations(newAnnotations: AnnotationUsage[]) { method in ETSParameterExpression
797 get annotations(): readonly AnnotationUsage[] { method in VariableDeclaration
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/property-translators/
Dlocalstoragelink.ts39 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
Dutils.ts237 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
254 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
Dlocalstorageprop.ts39 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
DstorageProp.ts49 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
Dstoragelink.ts49 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/
Dinterop.ts516 const annotations = node.annotations; constant
/developtools/ace_ets2bundle/koala-wrapper/native/src/
Dbridges.cc73 auto annotations = GetImpl()->AnnotationAllowedAnnotations(context, node, &params_len); in KOALA_INTEROP_2() local
83 auto annotations = GetImpl()->AnnotationAllowedAnnotationsConst(context, node, &params_len); in KOALA_INTEROP_3() local

12