| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 6039bdb4c6ba64d3d47b7bd9f527c1e9e460bae2..9a43559b5e02fbf89ba7a726b853376c0ec13d39 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3396,6 +3396,10 @@ void Heap::CreateInitialObjects() {
|
| cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid));
|
| set_array_protector(*cell);
|
|
|
| + cell = factory->NewPropertyCell();
|
| + cell->set_value(the_hole_value());
|
| + set_empty_property_cell(*cell);
|
| +
|
| set_weak_stack_trace_list(Smi::FromInt(0));
|
|
|
| set_allocation_sites_scratchpad(
|
|
|