Searched defs:baseWithThis (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 40990 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/ |
| D | tsc.js | 74376 …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
|
| D | typingsInstaller.js | 88353 …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
|