Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index db2117bdd074640583a85aa27eff521b3cc25817..ddb30e30461512183e498cfc237afcc39fb6a387 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -59,6 +59,7 @@ namespace internal { |
F(GetRootNaN, 0, 1) \ |
F(Call, -1 /* >= 2 */, 1) \ |
F(Apply, 5, 1) \ |
+ F(ApplyConstruct, 4, 1) \ |
F(GetFunctionDelegate, 1, 1) \ |
F(GetConstructorDelegate, 1, 1) \ |
F(DeoptimizeFunction, 1, 1) \ |