Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 60c1ef4c38e2c21d7a4d52799dc82744def79055..b718a8de979be6a6652542ba8b9bd03f9caa182f 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -523,6 +523,7 @@ void Symbol::SymbolPrint(FILE* out) { |
PrintF(out, " - hash: %d\n", Hash()); |
PrintF(out, " - name: "); |
name()->ShortPrint(); |
+ PrintF(out, " - private: %d\n", is_private()); |
PrintF(out, "\n"); |
} |