Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index ccf212b4ed6726d5f355f135a9fa0ab7d0ccdeec..ae9a55a229eb67a01c827f10e826983dbc5b38d6 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -277,6 +277,7 @@ namespace internal { |
V(constructor_string, "constructor") \ |
V(dot_result_string, ".result") \ |
V(dot_for_string, ".for.") \ |
+ V(dot_iterable_string, ".iterable") \ |
V(dot_iterator_string, ".iterator") \ |
V(dot_generator_object_string, ".generator_object") \ |
V(eval_string, "eval") \ |