Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e6641c5d4d576b78f50c1d58287c782a1f249eb4..7dea8e5f2050129fa508d92e5cafa3a91f653592 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -563,6 +563,7 @@ namespace internal { |
F(InitializeLegacyConstLookupSlot, 3, 1) \ |
F(NewSloppyArguments_Generic, 1, 1) \ |
F(NewStrictArguments_Generic, 1, 1) \ |
+ F(NewStrictRestArguments_Generic, 2, 1) \ |
Benedikt Meurer
2015/12/27 07:34:30
This name is confusing; rest arguments don't depen
mvstanton
2015/12/31 11:26:59
Done.
|
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
F(NewRestParam, 4, 1) \ |