Searched refs:PrintLabelsIndented (Results 1 – 2 of 2) sorted by relevance
752 void AstPrinter::PrintLabelsIndented(ZonePtrList<const AstRawString>* labels, in PrintLabelsIndented() function in v8::internal::AstPrinter833 PrintLabelsIndented(node->labels()); in VisitBlock()884 PrintLabelsIndented(node->target()->labels()); in VisitContinueStatement()890 PrintLabelsIndented(node->target()->labels()); in VisitBreakStatement()909 PrintLabelsIndented(node->labels()); in VisitSwitchStatement()926 PrintLabelsIndented(node->labels()); in VisitDoWhileStatement()927 PrintLabelsIndented(node->own_labels(), "OWN "); in VisitDoWhileStatement()935 PrintLabelsIndented(node->labels()); in VisitWhileStatement()936 PrintLabelsIndented(node->own_labels(), "OWN "); in VisitWhileStatement()944 PrintLabelsIndented(node->labels()); in VisitForStatement()[all …]
113 void PrintLabelsIndented(ZonePtrList<const AstRawString>* labels,