Searched refs:PrintLiteralWithModeIndented (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ |
D | prettyprinter.cc | 738 void AstPrinter::PrintLiteralWithModeIndented(const char* info, Variable* var, in PrintLiteralWithModeIndented() function in v8::internal::AstPrinter 810 PrintLiteralWithModeIndented("VAR", scope->parameter(i), in PrintParameters() 840 PrintLiteralWithModeIndented("VARIABLE", node->proxy()->var(), in VisitVariableDeclaration() 1000 PrintLiteralWithModeIndented("CATCHVAR", node->scope()->catch_variable(), in VisitTryCatchStatement() 1185 PrintLiteralWithModeIndented(buf.start(), nullptr, node->raw_name()); in VisitVariableProxy() 1208 PrintLiteralWithModeIndented(buf.start(), var, node->raw_name()); in VisitVariableProxy()
|
D | prettyprinter.h | 111 void PrintLiteralWithModeIndented(const char* info, Variable* var,
|