Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DparserRealSource6.js98 context: TypeCollectionContext,
110 export function popTypeCollectionScope(context: TypeCollectionContext) {
230 var TypeCollectionContext = /** @class */ (function () { class
231 function TypeCollectionContext(scopeChain, checker) { class in anonymousFunction1aaba0510800.TypeCollectionContext
DparserRealSource7.js35 function addPrototypeField(classType: Type, ast: AST, context: TypeCollectionContext) {
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts7 export class TypeCollectionContext { class