Searched defs:EnclosingScopeContext (Results 1 – 2 of 2) sorted by relevance
251 var EnclosingScopeContext = /** @class */ (function () { class252 function EnclosingScopeContext(logger, script, text, pos, isMemberCompletion) { class in anonymousFunction65e9a6310800.EnclosingScopeContext268 EnclosingScopeContext.prototype.getScope = function () { class
24 export class EnclosingScopeContext { class