Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 45190) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -427,6 +427,11 @@ |
| } |
| +void AstPrinter::VisitStopNode(StopNode* node) { |
| + ISL_Print("(%s %s)", node->PrettyName(), node->message()); |
| +} |
| + |
| + |
| void AstPrinter::VisitInlinedFinallyNode(InlinedFinallyNode* node) { |
| VisitGenericAstNode(node); |
| } |