Searched defs:TypeCollectionContext (Results 1 – 3 of 3) sorted by relevance
98 context: TypeCollectionContext,110 export function popTypeCollectionScope(context: TypeCollectionContext) {230 var TypeCollectionContext = /** @class */ (function () { class231 function TypeCollectionContext(scopeChain, checker) { class in anonymousFunction1aaba0510800.TypeCollectionContext
35 function addPrototypeField(classType: Type, ast: AST, context: TypeCollectionContext) {
7 export class TypeCollectionContext { class