Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts41069 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
41170 const baseType = memberIsStatic ? baseStaticType : baseWithThis; constant
41301 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
/third_party/typescript/lib/
Dtsc.js74376 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument
74386 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
DtypingsInstaller.js88353 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument
88371 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument