Home
last modified time | relevance | path

Searched refs:NeedLexEnv (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp45 if (scope_->NeedLexEnv()) { in Compile()
67 if (scope_->NeedLexEnv()) { in Compile()
75 if (scope_->NeedLexEnv()) { in Compile()
DforOfStatement.cpp47 if (scope_->NeedLexEnv()) { in Compile()
62 if (scope_->NeedLexEnv()) { in Compile()
70 if (scope_->NeedLexEnv()) { in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.cpp56 ASSERT(scope->NeedLexEnv()); in InitLoopContext()
DenvScope.h101 return scope->IsVariableScope() && scope->AsVariableScope()->NeedLexEnv(); in NeedEnv()
Dpandagen.cpp220 if (topScope_->NeedLexEnv()) { in InitializeLexEnv()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp95 if ((funcVariableScope != nullptr) && (funcVariableScope->NeedLexEnv())) { in HasLexEnvInCorrespondingFunctionScope()
133 if (iter->AsVariableScope()->NeedLexEnv()) { in Find()
Dscope.h405 bool NeedLexEnv() const in NeedLexEnv() function