Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 5c90146ca8f63ee9870f723531fa89bb60e43367..542b57bad07d836e5ed3726bbc103248908ba9fb 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -304,6 +304,7 @@ namespace internal { |
| F(SuspendJSGeneratorObject, 1, 1) \ |
| F(ResumeJSGeneratorObject, 3, 1) \ |
| F(ThrowGeneratorStateError, 1, 1) \ |
| + F(ThrowGeneratorStartError, 0, 1) \ |
| \ |
| /* ES5 */ \ |
| F(ObjectFreeze, 1, 1) \ |