Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11317 …function getTypeWithThisArgument(type: Type, thisArgument?: Type, needApparentType?: boolean): Typ… function
11360 …const instantiatedBaseType = thisArgument ? getTypeWithThisArgument(instantiateType(baseType, mapp… constant
41068 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant
41300 …const baseWithThis = baseTypes?.length ? getTypeWithThisArgument(first(baseTypes), type.thisType) … constant
/third_party/typescript/lib/
Dtsc.js50585 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function
DtypingsInstaller.js60873 function getTypeWithThisArgument(type, thisArgument, needApparentType) { function