Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 869c71812e22a464fdd607f6ed84488cdcf90394..3c7981597876256aad0f0181f234009cfc5fd43d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -260,6 +260,7 @@ namespace internal { |
F(GeneratorGetContinuation, 1, 1) \ |
F(GeneratorGetSourcePosition, 1, 1) \ |
F(GeneratorNext, 2, 1) \ |
+ F(GeneratorReturn, 2, 1) \ |
F(GeneratorThrow, 2, 1) |