Home
last modified time | relevance | path

Searched refs:PrintDeclarations (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.h90 void PrintDeclarations(ZoneList<Declaration*>* declarations);
118 void PrintDeclarations(ZoneList<Declaration*>* declarations);
Dprettyprinter.cc1089 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { in PrintDeclarations() function in v8::internal::PrettyPrinter
1102 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