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

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: Rebased after latest changes in runtime.{h,cc} Created 6 years, 8 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.cc » ('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 f29aac4aa8fee8dd43d48712bf562040e44f0f6a..d39839d7b5f53cd8d073d1eb5fdfd0582f495095 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -584,6 +584,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<SharedFunctionInfo> NewSharedFunctionInfo(Handle<String> name);
« no previous file with comments | « src/compiler.cc ('k') | src/factory.cc » ('j') | src/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698