| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index dcba244d172bfcaf3aedce10ef3de65ffd609b2d..4960abdc2f2bfb1b3026305ecb707fb2e147f36e 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1205,6 +1205,7 @@ void PrototypeInfo::PrototypeInfoPrint(std::ostream& os) { // NOLINT
|
| os << "\n - prototype users: " << Brief(prototype_users());
|
| os << "\n - registry slot: " << registry_slot();
|
| os << "\n - validity cell: " << Brief(validity_cell());
|
| + os << "\n - object create map: " << Brief(object_create_map());
|
| os << "\n";
|
| }
|
|
|
|
|