Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index b16acd1d8e196fa62ab767acd2bfca9f380c212b..c6c2cf9f5dad86118eaa8626d632c55101a4bd3d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -294,6 +294,9 @@ namespace internal { |
F(CreateArrayLiteral, 3, 1) \ |
F(CreateArrayLiteralShallow, 3, 1) \ |
\ |
+ /* Harmony generators */ \ |
+ F(CreateJSGeneratorIterator, 1, 1) \ |
+ \ |
/* Harmony modules */ \ |
F(IsJSModule, 1, 1) \ |
\ |