Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts654 const realType = this.inferUnclearRefName(generic, arkClass); constant
823 … const realType = realTypes?.[type.getIndex()] ?? type.getDefaultType() ?? type.getConstraint(); constant
826 const realType = realTypes?.[0]; constant