Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 566a5ebeabef50f7c30c3f090752f0e2a8bc50b4..19ed0ea64a7b3beeaa8cec2d3fca3396573e8bdf 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -185,6 +185,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) \ |