Home
last modified time | relevance | path

Searched refs:EnvScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.h47 class EnvScope {
49 explicit EnvScope() = default;
51 NO_COPY_SEMANTIC(EnvScope);
52 NO_MOVE_SEMANTIC(EnvScope);
53 ~EnvScope();
57 EnvScope *Prev() const in Prev()
66 EnvScope *prev_ {};
69 class LoopEnvScope : public EnvScope {
DenvScope.cpp33 void EnvScope::Initialize(PandaGen *pg) in Initialize()
40 EnvScope::~EnvScope() in ~EnvScope()
DregScope.h28 class EnvScope; variable
88 EnvScope *envScope_;
DregScope.cpp83 …egScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<EnvScope>()) in FunctionRegScope()
129 envScope_->~EnvScope(); in ~FunctionRegScope()
Dpandagen.h213 EnvScope *GetEnvScope() const in GetEnvScope()
520 EnvScope *envScope_ {};
535 friend class EnvScope; variable