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

Unified Diff: src/preparser.h

Issue 8226017: Introduce collective --harmony flag. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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/parser.cc ('k') | src/preparser.cc » ('j') | src/v8.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparser.h
diff --git a/src/preparser.h b/src/preparser.h
index b97b7cff60e16ee054f55ac2fb7299a796115472..cb1d5fb4eb7baa65ef4d8c8973cb067796e9ce6d 100644
--- a/src/preparser.h
+++ b/src/preparser.h
@@ -447,7 +447,7 @@ class PreParser {
stack_overflow_(false),
allow_lazy_(true),
parenthesized_function_(false),
- harmony_block_scoping_(scanner->HarmonyBlockScoping()) { }
+ harmony_scoping_(scanner->HarmonyScoping()) { }
// Preparse the program. Only called in PreParseProgram after creating
// the instance.
@@ -608,7 +608,7 @@ class PreParser {
bool stack_overflow_;
bool allow_lazy_;
bool parenthesized_function_;
- bool harmony_block_scoping_;
+ bool harmony_scoping_;
};
} } // v8::preparser
« no previous file with comments | « src/parser.cc ('k') | src/preparser.cc » ('j') | src/v8.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698