| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 1bb7388a3074be2dbcec7604e552c1d01b93cb49..6f6385088e80f5d1aedb8b20c9a20c0b09cc125a 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1279,6 +1279,7 @@ void FunctionTemplateInfo::FunctionTemplateInfoPrint(
|
| os << "\n - instance_template: " << Brief(instance_template());
|
| os << "\n - signature: " << Brief(signature());
|
| os << "\n - access_check_info: " << Brief(access_check_info());
|
| + os << "\n - cache_property: " << Brief(cache_property());
|
| os << "\n - hidden_prototype: " << (hidden_prototype() ? "true" : "false");
|
| os << "\n - undetectable: " << (undetectable() ? "true" : "false");
|
| os << "\n - need_access_check: " << (needs_access_check() ? "true" : "false");
|
|
|