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

  /external/v8/src/ast/
prettyprinter.cc 453 const char* AstPrinter::Print(AstNode* node) {
459 void AstPrinter::Init() {
470 void AstPrinter::Print(const char* format, ...) {
496 void AstPrinter::PrintLabels(ZoneList<const AstRawString*>* labels) {
505 void AstPrinter::PrintLiteral(Handle<Object> value, bool quote) {
555 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) {
564 IndentedScope(AstPrinter* printer, const char* txt)
571 IndentedScope(AstPrinter* printer, const char* txt, int pos)
583 AstPrinter* ast_printer_;
589 AstPrinter::AstPrinter(Isolate* isolate
    [all...]
prettyprinter.h 55 class AstPrinter final : public AstVisitor<AstPrinter> {
57 explicit AstPrinter(Isolate* isolate);
58 ~AstPrinter();
61 // The result string is alive as long as the AstPrinter is alive.
ast.cc 54 AstPrinter::PrintOut(isolate, this);
    [all...]
  /external/v8/src/
codegen.cc 112 AstPrinter(info->isolate()).PrintProgram(info->literal()));

Completed in 229 milliseconds