| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 9f9f84a01dc3d3fb53d165e97ad7bd060d8538c9..bc1c88f2e3e71390b099e0a2a94d3bc4e7a3ced0 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1187,6 +1187,9 @@ void V8HeapExplorer::ExtractSharedFunctionInfoReferences(
|
| SetInternalReference(obj, entry,
|
| "inferred_name", shared->inferred_name(),
|
| SharedFunctionInfo::kInferredNameOffset);
|
| + SetInternalReference(obj, entry,
|
| + "bailout_reason", shared->bailout_reason(),
|
| + SharedFunctionInfo::kBailoutReasonOffset);
|
| SetWeakReference(obj, entry,
|
| 1, shared->initial_map(),
|
| SharedFunctionInfo::kInitialMapOffset);
|
|
|