| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 1dcc3d53948d13cd87f5770f06b04a0320f921ba..b514a9443f2622f7a61bcab59be4141b0720adcf 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -849,6 +849,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";
|
|
|