HomeSort by relevance Sort by last modified time
    Searched refs:PrintDeclarations (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
prettyprinter.h 74 void PrintDeclarations(ZoneList<Declaration*>* declarations);
99 void PrintDeclarations(ZoneList<Declaration*>* declarations);
prettyprinter.cc 579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
592 PrintDeclarations(function->scope()->declarations());
706 PrintDeclarations(program->scope()->declarations());
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {

Completed in 511 milliseconds