Home
last modified time | relevance | path

Searched defs:typeArg (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DSupportedStdCallAPI.ts95 const typeArg = type.aliasTypeArguments[0]; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp124 auto typeArg = typeParam->Substitute(relation, substitution); in CheckInstantiationConstraints() local
Dhelpers.cpp2031 …ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2208 for (const typeArg of typeRef.typeArguments) { constant
2405 for (const typeArg of typeArgs) { constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp764 auto *typeArg = typeArguments_[idx]; in IsGenericSupertypeOf() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp580 auto *typeArg = in CreateCallForLambdaClassInvoke() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1155 for (const typeArg of typeNode.typeArguments) { constant