Searched refs:context_pop_count (Results 1 – 1 of 1) sorted by relevance
4409 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitContinueStatement() local4410 if (context_pop_count > 0) { in VisitContinueStatement()4411 while (context_pop_count-- > 0) { in VisitContinueStatement()4442 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitBreakStatement() local4443 if (context_pop_count > 0) { in VisitBreakStatement()4444 while (context_pop_count-- > 0) { in VisitBreakStatement()