Home
last modified time | relevance | path

Searched refs:envScope (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforUpdateStatement.cpp59 compiler::LoopEnvScope envScope(pg, labelTarget, scope_); in Compile()
76 envScope.CopyPerIterationCtx(); in Compile()
H A DwhileStatement.cpp49 compiler::LoopEnvScope envScope(pg, labelTarget, scope_); in Compile()
H A DdoWhileStatement.cpp48 compiler::LoopEnvScope envScope(pg, labelTarget, scope_); in Compile()
H A DforOfStatement.cpp91 compiler::LoopEnvScope envScope(pg, scope_, {}); in Compile()
H A DforInStatement.cpp90 compiler::LoopEnvScope envScope(pg, scope_, labelTarget); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassStaticBlock.cpp18 #include "compiler/core/envScope.h"
39 compiler::VariableEnvScope envScope(pg, scope_->AsVariableScope(), target); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp57 LexEnvContext::LexEnvContext(VariableEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() argument
58 : DynamicContext(pg, target), envScope_(envScope) in LexEnvContext()
H A DdynamicContext.h105 explicit LexEnvContext(VariableEnvScope *envScope, PandaGen *pg, LabelTarget target);
H A Dpandagen.h20 #include <compiler/core/envScope.h>
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp20 #include "compiler/core/envScope.h"
64 LexEnvContext::LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() argument
65 : DynamicContext(pg, target), envScope_(envScope) in LexEnvContext()
H A DdynamicContext.h116 explicit LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target);
H A DJSCompiler.cpp1375 compiler::LoopEnvScope envScope(pg, st->Scope(), labelTarget); in Compile()
1411 compiler::LoopEnvScope envScope(pg, st->Scope(), {}); in Compile()
1433 compiler::LoopEnvScope envScope(pg, labelTarget, st->Scope()); in Compile()
1445 envScope.CopyPetIterationCtx(); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp20 #include <compiler/core/envScope.h>

Completed in 9 milliseconds