Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index f89b728f2fa9d9e7c8bc14f1103ceb87448f3f39..520a8c80cdb57b16c9c94ae6f579ddf683b134a4 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) \ |