Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts41007 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
41108 const baseType = memberIsStatic ? baseStaticType : baseWithThis; constant
41239 const baseStaticType = getBaseConstructorTypeOfClass(type); constant
/third_party/typescript/lib/
DtypingsInstaller.js88138 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument
88156 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument
Dtsc.js74177 …function checkExistingMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, ty… argument
74187 …function checkMemberForOverrideModifier(node, staticType, baseStaticType, baseWithThis, type, type… argument