Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts7884 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/
Dtsc.js48280 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
DtypingsInstaller.js58206 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