Searched refs:PrintDeclarations (Results 1 – 2 of 2) sorted by relevance
90 void PrintDeclarations(ZoneList<Declaration*>* declarations);118 void PrintDeclarations(ZoneList<Declaration*>* declarations);
1089 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { in PrintDeclarations() function in v8::internal::PrettyPrinter1102 PrintDeclarations(function->scope()->declarations()); in PrintFunctionLiteral()1199 PrintDeclarations(program->scope()->declarations()); in PrintProgram()1206 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { in PrintDeclarations() function in v8::internal::AstPrinter