Searched defs:staticType (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 7884 const staticType = getTypeOfSymbol(symbol); constant 40951 const staticType = getTypeOfSymbol(symbol) as ObjectType; constant 41169 const thisType = memberIsStatic ? staticType : typeWithThis; constant 41296 const staticType = getTypeOfSymbol(symbol) as ObjectType; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 48280 function serializeBaseType(t, staticType, rootName) { argument 74353 function checkMembersForOverrideModifier(node, type, typeWithThis, staticType) { argument 74376 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 74386 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|
| D | typingsInstaller.js | 58206 function serializeBaseType(t, staticType, rootName) { argument 88324 function checkMembersForOverrideModifier(node, type, typeWithThis, staticType) { argument 88353 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument 88371 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
|