Home
last modified time | relevance | path

Searched defs:typeParams (Results 1 – 19 of 19) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DTSTypeReference.ts48 get typeParams(): TSTypeParameterInstantiation | undefined { method in TSTypeReference
DFunctionSignature.ts46 get typeParams(): TSTypeParameterDeclaration | undefined { method in FunctionSignature
DTaggedTemplateExpression.ts53 get typeParams(): TSTypeParameterInstantiation | undefined { method in TaggedTemplateExpression
DTSSignatureDeclaration.ts50 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSSignatureDeclaration
DTSImportType.ts50 get typeParams(): TSTypeParameterInstantiation | undefined { method in TSImportType
DTSFunctionType.ts48 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSFunctionType
DTSConstructorType.ts48 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSConstructorType
DETSTypeReferencePart.ts56 get typeParams(): TSTypeParameterInstantiation | undefined { method in ETSTypeReferencePart
DTSMethodSignature.ts51 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSMethodSignature
DNamedType.ts50 get typeParams(): TSTypeParameterInstantiation | undefined { method in NamedType
DETSFunctionType.ts50 get typeParams(): TSTypeParameterDeclaration | undefined { method in ETSFunctionType
DTSTypeAliasDeclaration.ts59 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSTypeAliasDeclaration
DCallExpression.ts59 get typeParams(): TSTypeParameterInstantiation | undefined { method in CallExpression
DTSInterfaceDeclaration.ts72 get typeParams(): TSTypeParameterDeclaration | undefined { method in TSInterfaceDeclaration
DScriptFunction.ts62 get typeParams(): TSTypeParameterDeclaration | undefined { method in ScriptFunction
DClassDefinition.ts172 get typeParams(): TSTypeParameterDeclaration | undefined { method in ClassDefinition
/developtools/ace_ets2bundle/koala-wrapper/native/src/
Dcommon.cc175 auto typeParams = reinterpret_cast<es2panda_AstNode*>(typeParamsPtr); in KOALA_INTEROP_1() local
/developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/
Dtypes.ts247 readonly typeParams: TSTypeParameterInstantiation | undefined; property in CallExpression
/developtools/ace_ets2bundle/koala-wrapper/native/src/generated/
Dbridges.cc1017 …KNativePointerArray _arguments, KUInt _argumentsSequenceLength, KNativePointer typeParams, KBoolea… in impl_CreateCallExpression()
1125 …ExpressionSetTypeParams(KNativePointer context, KNativePointer receiver, KNativePointer typeParams) in impl_CallExpressionSetTypeParams()
1331 …reateTSImportType(KNativePointer context, KNativePointer param, KNativePointer typeParams, KNative… in impl_CreateTSImportType()
1343 …Pointer context, KNativePointer original, KNativePointer param, KNativePointer typeParams, KNative… in impl_UpdateTSImportType()
1392 …ession(KNativePointer context, KNativePointer tag, KNativePointer quasi, KNativePointer typeParams) in impl_CreateTaggedTemplateExpression()
1403 …text, KNativePointer original, KNativePointer tag, KNativePointer quasi, KNativePointer typeParams) in impl_UpdateTaggedTemplateExpression()
1592 …l_CreateTSTypeReference(KNativePointer context, KNativePointer typeName, KNativePointer typeParams) in impl_CreateTSTypeReference()
1602 …NativePointer context, KNativePointer original, KNativePointer typeName, KNativePointer typeParams) in impl_UpdateTSTypeReference()
1706 …_NamedTypeSetTypeParams(KNativePointer context, KNativePointer receiver, KNativePointer typeParams) in impl_NamedTypeSetTypeParams()
1847 …rray _extends, KUInt _extendsSequenceLength, KNativePointer id, KNativePointer typeParams, KNative… in impl_CreateTSInterfaceDeclaration()
[all …]