Searched defs:baseStaticType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 41007 const baseStaticType = getBaseConstructorTypeOfClass(type); constant 41108 const baseType = memberIsStatic ? baseStaticType : baseWithThis; constant 41239 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 88138 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 88156 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|
| D | tsc.js | 74177 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 74187 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|