Searched defs:staticType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 7843 const staticType = getTypeOfSymbol(symbol); constant 40889 const staticType = getTypeOfSymbol(symbol) as ObjectType; constant 41107 const thisType = memberIsStatic ? staticType : typeWithThis; constant 41234 const staticType = getTypeOfSymbol(symbol) as ObjectType; constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 58011 function serializeBaseType(t, staticType, rootName) { argument 88109 function checkMembersForOverrideModifier(node, type, typeWithThis, staticType) { argument 88138 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 88156 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|
| D | tsc.js | 48101 function serializeBaseType(t, staticType, rootName) { argument 74154 function checkMembersForOverrideModifier(node, type, typeWithThis, staticType) { argument 74177 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 74187 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|