Searched refs:context_pop_count (Results 1 – 1 of 1) sorted by relevance
4454 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitContinueStatement() local4455 if (context_pop_count > 0) { in VisitContinueStatement()4456 while (context_pop_count-- > 0) { in VisitContinueStatement()4487 int context_pop_count = inner_scope->ContextChainLength(outer_scope); in VisitBreakStatement() local4488 if (context_pop_count > 0) { in VisitBreakStatement()4489 while (context_pop_count-- > 0) { in VisitBreakStatement()