Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index f82963edac552ab38b78c41de18e492c6f51420d..8a4d6d52a8ca809fa3a3f382f153fd12d0f2440d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -295,6 +295,9 @@ namespace internal { |
F(CreateArrayLiteral, 3, 1) \ |
F(CreateArrayLiteralShallow, 3, 1) \ |
\ |
+ /* Harmony generators */ \ |
+ F(CreateJSGeneratorObject, 0, 1) \ |
+ \ |
/* Harmony modules */ \ |
F(IsJSModule, 1, 1) \ |
\ |