Home
last modified time | relevance | path

Searched defs:realGenericTypes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DTypeUtils.ts149 const realGenericTypes = type.getRealGenericTypes() || []; constant
158 const realGenericTypes = type.getRealGenericTypes() || []; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkClass.ts223 const realGenericTypes = type.getRealGenericTypes(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts805 const { args, argPositions, realGenericTypes } = argus; constant
867 let realGenericTypes: Type[] | undefined; variable
956 let realGenericTypes: Type[] | undefined; variable