Home
last modified time | relevance | path

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

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