Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1675)

Unified Diff: src/runtime/runtime.h

Issue 1543253002: Basic TurboFan support for rest arguments. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) \

Powered by Google App Engine
This is Rietveld 408576698