Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c3502f496697595dd61ca27a90beeab6d57296e2..9ee59deac5f613c11a88445c0cbff9457f1a45e9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -44,6 +44,7 @@ namespace internal { |
F(InternalArrayConstructor, -1, 1) \ |
F(ArraySingleArgumentConstructor, -1, 1) \ |
F(ArrayPush, -1, 1) \ |
+ F(FunctionBind, -1, 1) \ |
F(NormalizeElements, 1, 1) \ |
F(GrowArrayElements, 2, 1) \ |
F(HasComplexElements, 1, 1) \ |