Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DparserRealSource6.js129 context.scopeGetter = function () { function
135 case NodeType.ClassDeclaration:
165 case NodeType.InterfaceDeclaration:
337 context.scopeGetter = function () { function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts26 public scopeGetter: () => SymbolScope = null; property in EnclosingScopeContext