Home
last modified time | relevance | path

Searched defs:funcScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp88 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp52 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp344 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction()
656 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local
827 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
Dscope.h502 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1419 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local
1558 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local