Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 114f424e4826504a9071bc72ac5a72978ea0d859..7a379b39f26084c86229888d61d1499c2506df23 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -259,6 +259,7 @@ namespace internal { |
F(GeneratorGetContinuation, 1, 1) \ |
F(GeneratorGetSourcePosition, 1, 1) \ |
F(GeneratorNext, 2, 1) \ |
+ F(GeneratorReturn, 2, 1) \ |
F(GeneratorThrow, 2, 1) |