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

  /external/v8/src/
prettyprinter.h 73 void PrintDeclarations(ZoneList<Declaration*>* declarations);
97 void PrintDeclarations(ZoneList<Declaration*>* declarations);
prettyprinter.cc 556 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
569 PrintDeclarations(function->scope()->declarations());
719 PrintDeclarations(program->scope()->declarations());
726 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
    [all...]

Completed in 58 milliseconds