Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b337b321e4c9daee173e78277b2ee7810ce2d123..db2117bdd074640583a85aa27eff521b3cc25817 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -454,6 +454,8 @@ namespace internal { |
F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \ |
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
+ F(NewRestParam, 3, 1) \ |
+ F(NewRestParamSlow, 1, 1) \ |
\ |
/* Harmony generators */ \ |
F(CreateJSGeneratorObject, 0, 1) \ |