Searched defs:PrintDeclarations (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprettyprinter.cc579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { function in class:v8::internal::PrettyPrinter
592 PrintDeclarations(function->scope()->declarations());
706 PrintDeclarations(program->scope()->declarations());
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { function in class:v8::internal::AstPrinter

Completed in 27 milliseconds