| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index ddecae3bf539ef3a7e2462a13e034a445a722db6..f3127940988ce89133defe817fa718f2814aac05 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -889,6 +889,8 @@ void SharedFunctionInfo::SharedFunctionInfoPrint(FILE* out) {
|
| has_only_simple_this_property_assignments());
|
| PrintF(out, "\n - this_property_assignments = ");
|
| this_property_assignments()->ShortPrint(out);
|
| + PrintF(out, "\n - optimized_code_map = ");
|
| + optimized_code_map()->ShortPrint(out);
|
| PrintF(out, "\n");
|
| }
|
|
|
|
|