Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts12526 const baseObjectType = getBaseConstraint((t as IndexedAccessType).objectType); constant
19967 const baseObjectType = getBaseConstraintOfType(objectType) || objectType; constant