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

  /external/chromium_org/v8/src/
prettyprinter.cc 618 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
631 PrintDeclarations(function->scope()->declarations());
722 PrintDeclarations(program->scope()->declarations());
729 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
  /external/v8/src/
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 64 milliseconds