Searched refs:getScope (Results 1 – 12 of 12) sorted by relevance
169 let functionScope = <FunctionScope>funcPg!.getScope();188 let functionScope = <FunctionScope>funcPg!.getScope();205 let functionScope = <FunctionScope>funcPg!.getScope();221 let localScope = funcPg!.getScope();
97 let functionScope = functionPg!.getScope();
46 let scope = pandaGen.getScope()!.getNearestVariableScope();
55 let functionScope = functionPg!.getScope();
412 let scope = <VariableScope>pg.getScope();490 let outerScope = outerPg!.getScope();497 let anonymousScope = anonymousPg!.getScope();504 let globalScope = globalPg!.getScope();
309 (<DebugInsStartPlaceHolder> insns[i]).getScope().setScopeStartInsIdx(i);317 (<DebugInsEndPlaceHolder> insns[i]).getScope().setScopeEndInsIdx(i > 0 ? i - 1 : 0);
411 if (pg.getScope() instanceof ModuleScope) {413 makeModuleRecord((<ModuleScope>pg.getScope()).module())
149 this.scope = this.pandaGen.getScope()!;302 let scope = this.pandaGen.getScope();370 (<VariableScope>pandaGen.getScope()!).addFuncName(funcName);737 … let defaultV: ModuleVariable = <ModuleVariable>(this.pandaGen.getScope().findLocal("*default*"));
419 getScope(): Scope | undefined { method in PandaGen
260 return globalPandaGen ? globalPandaGen.getScope()!.getNearestVariableScope() : undefined;
133 let v: ModuleVariable = <ModuleVariable>(pandaGen.getScope().findLocal(className));137 … let defaultV: ModuleVariable = <ModuleVariable>(pandaGen.getScope().findLocal("*default*"));151 … let v: ModuleVariable = <ModuleVariable>(pandaGen.getScope().findLocal(className));
409 getScope() {422 getScope() {