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

Unified Diff: preparser/preparser-process.cc

Issue 7616009: Parse harmony let declarations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 4 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 | « no previous file | src/ast.h » ('j') | src/contexts.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: preparser/preparser-process.cc
diff --git a/preparser/preparser-process.cc b/preparser/preparser-process.cc
index e67851cbd4bb7b943371c7aa6673ef3c191b3b39..69bc66f81dff1697b47ac7527ce909eae687e1ac 100644
--- a/preparser/preparser-process.cc
+++ b/preparser/preparser-process.cc
@@ -35,6 +35,11 @@
#include "../src/preparse-data-format.h"
+namespace v8 {
+namespace internal {
+bool FLAG_harmony_block_scoping = false;
+} } // namespace v8::internal
Lasse Reichstein 2011/08/12 08:08:33 Put this in preparser-api.cc. That's where other "
Steven 2011/08/16 09:05:32 It's now injected into the scanner and preparser.
+
namespace i = v8::internal;
// This file is only used for testing the stand-alone preparser
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/contexts.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698