| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 544471dacdfdac863f638292ede09683b325f290..26ec03cad0bf1c56b3f016110be1eff9a8437209 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -148,6 +148,7 @@ enum ContextLookupFlags {
|
| V(GENERATOR_OBJECT_PROTOTYPE_MAP_INDEX, Map, generator_object_prototype_map) \
|
| V(INITIAL_ARRAY_PROTOTYPE_INDEX, JSObject, initial_array_prototype) \
|
| V(INITIAL_GENERATOR_PROTOTYPE_INDEX, JSObject, initial_generator_prototype) \
|
| + V(INITIAL_ITERATOR_PROTOTYPE_INDEX, JSObject, initial_iterator_prototype) \
|
| V(INITIAL_OBJECT_PROTOTYPE_INDEX, JSObject, initial_object_prototype) \
|
| V(INT16_ARRAY_FUN_INDEX, JSFunction, int16_array_fun) \
|
| V(INT16X8_FUNCTION_INDEX, JSFunction, int16x8_function) \
|
|
|