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

Unified Diff: src/compiler.h

Issue 816913003: Implement ES6 rest parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove --harmony-arrow-functions from tests 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/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index b9d1ddb87f563cca6fe7aa2feef264bd7f83fda2..86ef9aad6f685611069f9ad839e9e19e6699dd99 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -424,6 +424,8 @@ class CompilationInfo {
void PrintAstForTesting();
#endif
+ bool is_simple_parameter_list();
+
protected:
CompilationInfo(Handle<SharedFunctionInfo> shared_info,
Zone* zone);

Powered by Google App Engine
This is Rietveld 408576698