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

Unified Diff: src/preparse-data.h

Issue 214883002: Two-threaded parser (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . 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
Index: src/preparse-data.h
diff --git a/src/preparse-data.h b/src/preparse-data.h
index b5007f28add67d102bf34e2cebded1acb49564f4..3842a7c53a51c9eb4a8c939d1ef33527030bd48b 100644
--- a/src/preparse-data.h
+++ b/src/preparse-data.h
@@ -31,6 +31,7 @@
#include "allocation.h"
#include "hashmap.h"
#include "utils-inl.h"
+#include "preparse-data-format.h"
Michael Starzinger 2014/04/23 09:07:10 nit: Is it possible to alpha-sort includes here?
namespace v8 {
namespace internal {
@@ -127,7 +128,7 @@ class SingletonLogger : public ParserRecorder {
return strict_mode_;
}
int is_reference_error() const { return is_reference_error_; }
- const char* message() {
+ const char* message() const {
ASSERT(has_error_);
return message_;
}
« src/parser-thread.cc ('K') | « src/parser-thread.cc ('k') | src/preparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698