Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts169 let functionScope = <FunctionScope>funcPg!.getScope();
188 let functionScope = <FunctionScope>funcPg!.getScope();
205 let functionScope = <FunctionScope>funcPg!.getScope();
221 let localScope = funcPg!.getScope();
DfunctionDeclaration.test.ts97 let functionScope = functionPg!.getScope();
/arkcompiler/ets_frontend/ts2panda/src/base/
DlexEnv.ts46 let scope = pandaGen.getScope()!.getNearestVariableScope();
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DthisKeyWord.test.ts55 let functionScope = functionPg!.getScope();
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts412 let scope = <VariableScope>pg.getScope();
490 let outerScope = outerPg!.getScope();
497 let anonymousScope = anonymousPg!.getScope();
504 let globalScope = globalPg!.getScope();
/arkcompiler/ets_frontend/ts2panda/src/
Ddebuginfo.ts309 (<DebugInsStartPlaceHolder> insns[i]).getScope().setScopeStartInsIdx(i);
317 (<DebugInsEndPlaceHolder> insns[i]).getScope().setScopeEndInsIdx(i > 0 ? i - 1 : 0);
Dts2panda.ts411 if (pg.getScope() instanceof ModuleScope) {
413 makeModuleRecord((<ModuleScope>pg.getScope()).module())
Dcompiler.ts149 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*"));
Dpandagen.ts419 getScope(): Scope | undefined { method in PandaGen
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts260 return globalPandaGen ? globalPandaGen.getScope()!.getNearestVariableScope() : undefined;
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts133 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));
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb409 getScope() {
422 getScope() {