Searched refs:outerVarScope (Results 1 – 1 of 1) sorted by relevance
485 VariableScope *outerVarScope = scope_->EnclosingVariableScope(); in AddCompilableFunction() local486 ASSERT(outerVarScope != nullptr); in AddCompilableFunction()487 outerVarScope->AddFlag(ScopeFlags::INNER_ARROW); in AddCompilableFunction()