Searched defs:getTypeWithThisArgument (Results 1 – 3 of 3) sorted by relevance
11276 …function getTypeWithThisArgument(type: Type, thisArgument?: Type, needApparentType?: boolean): Typ… function11319 …const instantiatedBaseType = thisArgument ? getTypeWithThisArgument(instantiateType(baseType, mapp… constant41006 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant41238 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant
60678 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function
50406 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function