Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp124 bool prevScopeNotFunctionScope = true; in Find() local
128 bool functionScopeNotIterated = iter->IsFunctionParamScope() && prevScopeNotFunctionScope; in Find()
162 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()