Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp50 scope->AsFunctionParamScope()->GetFunctionScope() : scope->EnclosingVariableScope(); in SetLexical()
Dscope.cpp93 auto *funcVariableScope = scope->GetFunctionScope(); in HasLexEnvInCorrespondingFunctionScope()
Dbinder.cpp269 scope = iter->AsFunctionParamScope()->GetFunctionScope(); in InstantiateArguments()
Dscope.h497 FunctionScope *GetFunctionScope() const in GetFunctionScope() function