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

  /external/v8/src/
prettyprinter.cc 657 void AstPrinter::PrintLiteralIndented(const char* info,
673 PrintLiteralIndented(info, value, true);
686 PrintLiteralIndented(buf.start(), value, true);
716 PrintLiteralIndented("NAME", program->name(), true);
717 PrintLiteralIndented("INFERRED NAME", program->inferred_name(), true);
911 PrintLiteralIndented("NAME", node->name(), false);
912 PrintLiteralIndented("INFERRED NAME", node->inferred_name(), false);
924 PrintLiteralIndented("BOILERPLATE", node->boilerplate(), true);
937 PrintLiteralIndented("LITERAL", node->handle(), true);
943 PrintLiteralIndented("PATTERN", node->pattern(), false)
    [all...]
prettyprinter.h 101 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);

Completed in 11 milliseconds