Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp485 VariableScope *outerVarScope = scope_->EnclosingVariableScope(); in AddCompilableFunction() local
486 ASSERT(outerVarScope != nullptr); in AddCompilableFunction()
487 outerVarScope->AddFlag(ScopeFlags::INNER_ARROW); in AddCompilableFunction()