Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DparserRealSource6.js251 var EnclosingScopeContext = /** @class */ (function () { class
252 function EnclosingScopeContext(logger, script, text, pos, isMemberCompletion) { class in anonymousFunction65e9a6310800.EnclosingScopeContext
268 EnclosingScopeContext.prototype.getScope = function () { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource6.ts24 export class EnclosingScopeContext { class