Lines Matching refs:PrintStatements
34 PrintStatements(node->statements()); in VisitBlock()
194 PrintStatements(clause->statements()); in VisitCaseClause()
494 PrintStatements(program->body()); in PrintProgram()
545 void PrettyPrinter::PrintStatements(ZoneList<Statement*>* statements) { in PrintStatements() function in v8::internal::PrettyPrinter
641 PrintStatements(function->body()); in PrintFunctionLiteral()
732 PrintStatements(program->body()); in PrintProgram()
759 void AstPrinter::PrintStatements(ZoneList<Statement*>* statements) { in PrintStatements() function in v8::internal::AstPrinter
776 PrintStatements(node->statements()); in VisitBlock()
845 PrintStatements(node->body()->statements()); in VisitModuleStatement()
908 PrintStatements(clause->statements()); in VisitCaseClause()
912 PrintStatements(clause->statements()); in VisitCaseClause()