Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp106 auto *funcVariableScope = iter->AsFunctionParamScope()->GetFunctionScope(); in Find() local
109 if ((funcVariableScope != nullptr) && (funcVariableScope->NeedLexEnv())) { in Find()