Home
last modified time | relevance | path

Searched refs:AsVariableScope (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassStaticBlock.cpp39 compiler::VariableEnvScope envScope(pg, scope_->AsVariableScope(), target); in Compile()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp50 return iter->AsVariableScope(); in EnclosingVariableScope()
150 if (iter->AsVariableScope()->NeedLexEnv()) { in Find()
154 if (iter->AsVariableScope()->NeedSendableEnv()) { in Find()
183 if (iter->AsVariableScope()->NeedLexEnv()) { in Find()
319 if (iter->AsVariableScope()->NeedLexEnv()) { in FindPrivateName()
H A Dscope.h237 VariableScope *AsVariableScope() in AsVariableScope() function in Scope
243 const VariableScope *AsVariableScope() const in AsVariableScope() function in Scope
H A Dbinder.cpp302 scope->AsVariableScope()->AddFlag(VariableScopeFlags::USE_ARGS); in InstantiateArguments()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.h112 return scope->IsVariableScope() && scope->AsVariableScope()->NeedLexEnv(); in NeedEnv()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h124 VariableScope *AsVariableScope() in AsVariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
130 const VariableScope *AsVariableScope() const in AsVariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
351 if (iter->AsVariableScope()->NeedLexEnv()) { in FindImpl()
H A Dscope.cpp52 return iter->AsVariableScope(); in EnclosingVariableScope()
67 return iter->AsVariableScope(); in EnclosingVariableScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp421 const auto *varScope = scope_->AsVariableScope(); in LoadAccFromArgs()

Completed in 14 milliseconds