| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index a3fa810a87e4e394b66006c812fbda5a61584474..e350bf916fcc59500e6bbe854987d31285e7e0b1 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2862,6 +2862,10 @@ void Heap::CreateInitialObjects() {
|
| set_array_protector(*cell);
|
|
|
| cell = factory->NewPropertyCell();
|
| + cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid));
|
| + set_array_iterator_protector(*cell);
|
| +
|
| + cell = factory->NewPropertyCell();
|
| cell->set_value(the_hole_value());
|
| set_empty_property_cell(*cell);
|
|
|
|
|