Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 4c68b3b6c1875327866e13e0cf902b7bec088ad5..1cbc338d43516b4c14b23e24ff27cbbf3460d01c 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -187,6 +187,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) \ |