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

Unified Diff: src/ic/ic.h

Issue 919703003: WIP: Implement ES6 Spread-calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: AssignmentExpressions are not spreadable, add cctests for parsing Created 5 years, 10 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/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 31c3128a395e17b5bf0d2eccd41c5d5b21fbd14c..9394758ce0c39db64784fb0a22e23caef17efd5e 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -356,7 +356,8 @@ class CallIC : public IC {
// Code generator routines.
static Handle<Code> initialize_stub(Isolate* isolate, int argc,
- CallICState::CallType call_type);
+ CallICState::CallType call_type,
+ bool is_spread = false);
static Handle<Code> initialize_stub_in_optimized_code(
Isolate* isolate, int argc, CallICState::CallType call_type);

Powered by Google App Engine
This is Rietveld 408576698