Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp122 // iterated. so by default we set prevScopeNotFunctionScope as true so under such case, in Find()
124 bool prevScopeNotFunctionScope = true; in Find() local
128 bool functionScopeNotIterated = iter->IsFunctionParamScope() && prevScopeNotFunctionScope; in Find()
162 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()

Completed in 2 milliseconds