Searched defs:baseStaticType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 41069 const baseStaticType = getBaseConstructorTypeOfClass(type); constant 41170 const baseType = memberIsStatic ? baseStaticType : baseWithThis; constant 41301 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 74376 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 74386 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|
| D | typingsInstaller.js | 88353 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 88371 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|