| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 4997d1b97a025d736d7cfdf41f4a26951fab6a77..7a84ccf1eaf92081e1edf23632b6298c1ff1121c 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1476,6 +1476,7 @@ void DebugInfo::DebugInfoPrint(std::ostream& os) { // NOLINT
|
| os << "\n - debug bytecode array: " << Brief(debug_bytecode_array());
|
| os << "\n - break_points: ";
|
| break_points()->Print(os);
|
| + os << "\n - coverage_info: " << Brief(coverage_info());
|
| }
|
|
|
|
|
|
|