| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 2e58c0949e5020c85008cc9621f4a071a3b2f82e..67277cf1263d868e7d6db70c40b095ed5bce48d5 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -432,6 +432,8 @@ void JSModule::JSModulePrint(FILE* out) {
|
| PrintF(out, " - map = 0x%p\n", reinterpret_cast<void*>(map()));
|
| PrintF(out, " - context = ");
|
| context()->Print(out);
|
| + PrintF(out, " - scope_info = ");
|
| + scope_info()->ShortPrint(out);
|
| PrintElementsKind(out, this->map()->elements_kind());
|
| PrintF(out, " {\n");
|
| PrintProperties(out);
|
|
|