Home
last modified time | relevance | path

Searched defs:staticType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts7843 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/
DtypingsInstaller.js58011 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
Dtsc.js48101 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