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