Searched defs:getTypeWithThisArgument (Results 1 – 3 of 3) sorted by relevance
11317 …function getTypeWithThisArgument(type: Type, thisArgument?: Type, needApparentType?: boolean): Typ… function11360 …const instantiatedBaseType = thisArgument ? getTypeWithThisArgument(instantiateType(baseType, mapp… constant41068 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant41300 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant
50585 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function
60873 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function