Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 61c019c068bf1a4f5e3d62a7c758020ba4670ca7..6c8d687826c8f7fe1a13584b71b9fa5cb7812bb7 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) \ |