Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 560419b0db3a4984afa8ee202088e5442098ae07..3414e2134d02c617157962bc254d7ffc366beea9 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -967,6 +967,7 @@ void Box::BoxPrint(std::ostream& os) { // NOLINT |
void PrototypeInfo::PrototypeInfoPrint(std::ostream& os) { // NOLINT |
HeapObject::PrintHeader(os, "PrototypeInfo"); |
os << "\n - prototype users: " << Brief(prototype_users()); |
+ os << "\n - registry slot: " << registry_slot(); |
os << "\n - validity cell: " << Brief(validity_cell()); |
os << "\n - constructor name: " << Brief(constructor_name()); |
os << "\n"; |