| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index ac3765e65dbd146ca4c26924970b1b9d97ccc22c..2e58c0949e5020c85008cc9621f4a071a3b2f82e 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -739,6 +739,8 @@ void JSFunction::JSFunctionPrint(FILE* out) {
|
| shared()->name()->Print(out);
|
| PrintF(out, "\n - context = ");
|
| unchecked_context()->ShortPrint(out);
|
| + PrintF(out, "\n - literals = ");
|
| + literals()->ShortPrint(out);
|
| PrintF(out, "\n - code = ");
|
| code()->ShortPrint(out);
|
| PrintF(out, "\n");
|
|
|