Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource8.ts9 constructor (public scopeChain: ScopeChain, property in AssignScopeContext
DparserRealSource6.ts10 constructor (public scopeChain: ScopeChain, public checker: TypeChecker) { property in TypeCollectionContext
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js152 var scopeChain = context.scopeChain; variable
909 function findTypeSymbolInScopeChain(name, scopeChain) { argument
DparserRealSource6.js231 function TypeCollectionContext(scopeChain, checker) { argument
DparserRealSource8.js476 function AssignScopeContext(scopeChain, typeFlow, modDeclChain) { argument