Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp50 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
Dscope.cpp95 auto *funcVariableScope = scope->GetFunctionScope(); in HasLexEnvInCorrespondingFunctionScope()
Dbinder.cpp284 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
Dscope.h533 FunctionScope *GetFunctionScope() const in GetFunctionScope() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp177 *scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArgumentsImpl()
215 …iableScope *scope = iter->IsFunctionParamScope() ? iter->AsFunctionParamScope()->GetFunctionScope() in PropagateDirectEval()
643 scope_->AsFunctionParamScope()->GetFunctionScope()->InsertBinding(decl->Name(), param); in AddMandatoryParam()
Dvarbinder.h291 varbinder->varScope_ = scope->GetFunctionScope();
Dscope.h316 const auto *const funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in FindImpl()
442 FunctionScope *GetFunctionScope() const in GetFunctionScope() function