Searched refs:PrintLabelsIndented (Results 1 – 2 of 2) sorted by relevance
132 void PrintLabelsIndented(ZoneList<const AstRawString*>* labels);
1207 void AstPrinter::PrintLabelsIndented(ZoneList<const AstRawString*>* labels) { in PrintLabelsIndented() function in v8::internal::AstPrinter1349 PrintLabelsIndented(node->target()->labels()); in VisitContinueStatement()1355 PrintLabelsIndented(node->target()->labels()); in VisitBreakStatement()1374 PrintLabelsIndented(node->labels()); in VisitSwitchStatement()1398 PrintLabelsIndented(node->labels()); in VisitDoWhileStatement()1408 PrintLabelsIndented(node->labels()); in VisitWhileStatement()1418 PrintLabelsIndented(node->labels()); in VisitForStatement()