Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts40990 const baseWithThis = getTypeWithThisArgument(baseType, type.thisType); constant
41052 const baseWithThis = getTypeWithThisArgument(t, type.thisType); 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.js74376 …ckExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, typeWith… argument
74386 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
74446 function issueMemberSpecificError(node, typeWithThis, baseWithThis, broadDiag) { argument
DtypingsInstaller.js88353 …ckExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, typeWith… argument
88371 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
88431 function issueMemberSpecificError(node, typeWithThis, baseWithThis, broadDiag) { argument