Searched refs:LexEnvContext (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.h | 103 class LexEnvContext : public DynamicContext { class 105 explicit LexEnvContext(VariableEnvScope *envScope, PandaGen *pg, LabelTarget target); 106 NO_COPY_SEMANTIC(LexEnvContext); 107 NO_MOVE_SEMANTIC(LexEnvContext); 108 ~LexEnvContext();
|
H A D | dynamicContext.cpp | 57 LexEnvContext::LexEnvContext(VariableEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() function in panda::es2panda::compiler::LexEnvContext 71 LexEnvContext::~LexEnvContext() in ~LexEnvContext() 90 bool LexEnvContext::HasTryCatch() const in HasTryCatch() 95 void LexEnvContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
|
H A D | envScope.h | 94 LexEnvContext lexEnvCtx_;
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.cpp | 64 LexEnvContext::LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target) in LexEnvContext() function in ark::es2panda::compiler::LexEnvContext 78 LexEnvContext::~LexEnvContext() in ~LexEnvContext() 97 PandaGen *LexEnvContext::AsPandaGen() const in AsPandaGen() 102 bool LexEnvContext::HasTryCatch() const in HasTryCatch() 107 void LexEnvContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
|
H A D | dynamicContext.h | 114 class LexEnvContext : public DynamicContext { class 116 explicit LexEnvContext(LoopEnvScope *envScope, PandaGen *pg, LabelTarget target); 117 NO_COPY_SEMANTIC(LexEnvContext); 118 NO_MOVE_SEMANTIC(LexEnvContext); 119 ~LexEnvContext();
|
H A D | envScope.h | 119 LexEnvContext lexEnvCtx_;
|
Completed in 3 milliseconds