Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp52 if (!HasEnv()) { in CopyBindings()
76 if (!HasEnv()) { in CopyPetIterationCtx()
H A DdynamicContext.cpp67 if (!envScope_->HasEnv()) { in LexEnvContext()
80 if (!envScope_->HasEnv()) { in ~LexEnvContext()
104 return envScope_->HasEnv(); in HasTryCatch()
110 if (cfc == ControlFlowChange::CONTINUE || !envScope_->HasEnv()) { in AbortContext()
H A DenvScope.h98 ASSERT(HasEnv()); in Scope()
102 bool HasEnv() const in HasEnv() function in ark::es2panda::ark::es2panda::compiler::LoopEnvScope
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp60 if (!envScope_->HasEnv()) { in LexEnvContext()
73 if (!envScope_->HasEnv()) { in ~LexEnvContext()
92 return envScope_->HasEnv(); in HasTryCatch()
98 if (!envScope_->HasEnv()) { in AbortContext()
H A DenvScope.h76 bool HasEnv() const in HasEnv() function in panda::es2panda::panda::es2panda::compiler::VariableEnvScope
83 ASSERT(HasEnv()); in Scope()
H A DenvScope.cpp63 if (!HasEnv()) { in CopyPerIterationCtx()

Completed in 4 milliseconds