Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 667b455201ec568d162637474a894ee42791cdea..5af0f80bdcb781f515df7d03448e9f26683a461c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -262,6 +262,7 @@ namespace internal { |
| F(GeneratorGetContinuation, 1, 1) \ |
| F(GeneratorGetSourcePosition, 1, 1) \ |
| F(GeneratorNext, 2, 1) \ |
| + F(GeneratorReturn, 2, 1) \ |
| F(GeneratorThrow, 2, 1) |