Home
last modified time | relevance | path

Searched refs:LexEnvContext (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h103 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 DdynamicContext.cpp57 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 DenvScope.h94 LexEnvContext lexEnvCtx_;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp64 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 DdynamicContext.h114 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 DenvScope.h119 LexEnvContext lexEnvCtx_;

Completed in 3 milliseconds