| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 73fa5b12e4ef7732a05c04502726267a4d1c3f34..6cab6fd3a6146095b26b24e467be7c65204a42eb 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -453,7 +453,7 @@ void Map::MapPrint(std::ostream& os) { // NOLINT
|
| if (has_named_interceptor()) os << " - named_interceptor\n";
|
| if (has_indexed_interceptor()) os << " - indexed_interceptor\n";
|
| if (is_undetectable()) os << " - undetectable\n";
|
| - if (has_instance_call_handler()) os << " - instance_call_handler\n";
|
| + if (is_callable()) os << " - callable\n";
|
| if (is_access_check_needed()) os << " - access_check_needed\n";
|
| if (!is_extensible()) os << " - non-extensible\n";
|
| if (is_observed()) os << " - observed\n";
|
|
|