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

  /external/v8/src/
prettyprinter.cc 32 #include "prettyprinter.h"
41 PrettyPrinter::PrettyPrinter() {
48 PrettyPrinter::~PrettyPrinter() {
53 void PrettyPrinter::VisitBlock(Block* node) {
61 void PrettyPrinter::VisitDeclaration(Declaration* node) {
72 void PrettyPrinter::VisitExpressionStatement(ExpressionStatement* node) {
78 void PrettyPrinter::VisitEmptyStatement(EmptyStatement* node) {
83 void PrettyPrinter::VisitIfStatement(IfStatement* node)
    [all...]
prettyprinter.h 38 class PrettyPrinter: public AstVisitor {
40 PrettyPrinter();
41 virtual ~PrettyPrinter();
44 // The result string is alive as long as the PrettyPrinter is alive.
80 class AstPrinter: public PrettyPrinter {
122 class JsonAstBuilder: public PrettyPrinter {
scopes.cc 30 #include "prettyprinter.h"
420 static void PrintVar(PrettyPrinter* printer, int indent, Variable* var) {
437 static void PrintMap(PrettyPrinter* printer, int indent, VariableMap* map) {
493 PrettyPrinter printer;
    [all...]
codegen.cc 36 #include "prettyprinter.h"
175 PrettyPrinter().PrintProgram(info->function()));

Completed in 2237 milliseconds