Searched refs:getNearestVariableScope (Results 1 – 6 of 6) sorted by relevance
62 let enclosingVariableScope = newScope.getNearestVariableScope();82 let enclosingVariableScope = newScope.getNearestVariableScope();121 let enclosingVariableScope = newScope.getNearestVariableScope();
144 getNearestVariableScope(): VariableScope | undefined { method in Scope234 let enclosingVariableScope: VariableScope = this.getNearestVariableScope();534 let functionScope = this.getNearestVariableScope();
281 let parentVariableScope = <VariableScope>curScope.getNearestVariableScope();302 let variableScopeParent = <VariableScope>scope.getNearestVariableScope();311 let nearestRefVariableScope = <VariableScope>scope.getNearestVariableScope();335 let varialbeScope = scope.getNearestVariableScope();630 hoistScope = <Scope>scope.getNearestVariableScope();
140 let nearestVariableScope = <VariableScope>scope.getNearestVariableScope();
46 let scope = pandaGen.getScope()!.getNearestVariableScope();
260 return globalPandaGen ? globalPandaGen.getScope()!.getNearestVariableScope() : undefined;