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

Unified Diff: src/factory.h

Issue 160073006: Implement handling of arrow functions in the parser (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Extra parens in parameter lists now recognized, no longer segfaults on "()" Created 6 years, 7 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
« no previous file with comments | « src/compiler.cc ('k') | src/factory.cc » ('j') | src/parser.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 43c9cb7493420c6f3760b675d7d9b70c04889ebf..8582666ba7986d09b683a232437726a3211ddc29 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -598,6 +598,7 @@ class Factory V8_FINAL {
Handle<String> name,
int number_of_literals,
bool is_generator,
+ bool is_arrow,
Handle<Code> code,
Handle<ScopeInfo> scope_info,
Handle<FixedArray> feedback_vector);
« no previous file with comments | « src/compiler.cc ('k') | src/factory.cc » ('j') | src/parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698