Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f82963edac552ab38b78c41de18e492c6f51420d..3a39c2b97291125ab44e7cb08c218c0af3ec8eaa 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -295,6 +295,9 @@ namespace internal { |
| F(CreateArrayLiteral, 3, 1) \ |
| F(CreateArrayLiteralShallow, 3, 1) \ |
| \ |
| + /* Harmony generators */ \ |
| + F(CreateJSGeneratorObject, 1, 1) \ |
| + \ |
| /* Harmony modules */ \ |
| F(IsJSModule, 1, 1) \ |
| \ |