Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 237f9de76e1f7a2f30596c81806371fa56ade019..d65b91fc2ced5f2ac0c151a9a5cdab930ea0fcf2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -208,6 +208,7 @@ namespace internal { |
| F(FunctionNameShouldPrintAsAnonymous, 1, 1) \ |
| F(FunctionMarkNameShouldPrintAsAnonymous, 1, 1) \ |
| F(FunctionIsGenerator, 1, 1) \ |
| + F(FunctionIsArrow, 1, 1) \ |
| F(FunctionBindArguments, 4, 1) \ |
| F(BoundFunctionGetBindings, 1, 1) \ |
| F(FunctionRemovePrototype, 1, 1) \ |