Home
last modified time | relevance | path

Searched refs:NeedLexEnv (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp47 if (scope_->NeedLexEnv()) { in Compile()
62 if (scope_->NeedLexEnv()) { in Compile()
70 if (scope_->NeedLexEnv()) { in Compile()
H A DforInStatement.cpp45 if (scope_->NeedLexEnv()) { in Compile()
67 if (scope_->NeedLexEnv()) { in Compile()
75 if (scope_->NeedLexEnv()) { in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp61 ASSERT(scope->NeedLexEnv()); in CopyBindings()
H A DenvScope.h112 return scope->IsVariableScope() && scope->AsVariableScope()->NeedLexEnv(); in NeedEnv()
H A DregScope.cpp130 if (funcScope->NeedLexEnv()) { in FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.cpp52 if (!scope->NeedLexEnv()) { in InitVariableContext()
H A Dpandagen.cpp257 if (topScope_->NeedLexEnv()) { in InitializeLexEnv()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp105 if (funcVariableScope->NeedLexEnv()) { in CalculateLevelInCorrespondingFunctionScope()
150 if (iter->AsVariableScope()->NeedLexEnv()) { in Find()
183 if (iter->AsVariableScope()->NeedLexEnv()) { in Find()
319 if (iter->AsVariableScope()->NeedLexEnv()) { in FindPrivateName()
H A Dscope.h568 bool NeedLexEnv() const in NeedLexEnv() function in VariableScope
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h334 if (funcVariableScope != nullptr && funcVariableScope->NeedLexEnv()) { in FindImpl()
351 if (iter->AsVariableScope()->NeedLexEnv()) { in FindImpl()
387 bool NeedLexEnv() const in NeedLexEnv() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VariableScope
801 if (NeedLexEnv()) { in InitScope()
H A Dscope.cpp960 if (NeedLexEnv()) { in ConvertToVariableScope()
999 ASSERT(declScope_->NeedLexEnv()); in ConvertToVariableScope()

Completed in 13 milliseconds