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

Unified Diff: src/runtime/runtime.h

Issue 1235153006: [es6] re-implement rest parameters via desugaring (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More/fewer removals Created 5 years, 5 months 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 1d1028f9b42281acce55eaa5692cca0262a943cb..f9f0c5222f50d5aa7f8867a1e1b658c1d73372b1 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -538,8 +538,6 @@ namespace internal {
F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \
F(NewSloppyArguments, 3, 1) \
F(NewStrictArguments, 3, 1) \
- F(NewRestParam, 4, 1) \
- F(NewRestParamSlow, 2, 1) \
F(NewClosureFromStubFailure, 1, 1) \
F(NewClosure, 3, 1) \
F(NewScriptContext, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698