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

Unified Diff: src/lexer/even-more-experimental-scanner.h

Issue 82543004: Experimental lexer generator: lexing regression fixes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 1 month 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/lexer/lexer_py.re » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/even-more-experimental-scanner.h
diff --git a/src/lexer/even-more-experimental-scanner.h b/src/lexer/even-more-experimental-scanner.h
index 3363210d32df8beb9977e023d172c261d8aa2630..984b08555adc33c29fd064cd4de72cba6a859ad3 100644
--- a/src/lexer/even-more-experimental-scanner.h
+++ b/src/lexer/even-more-experimental-scanner.h
@@ -116,6 +116,7 @@ EvenMoreExperimentalScanner<YYCTYPE>::EvenMoreExperimentalScanner(
int repeat,
bool convert_to_utf16)
: unicode_cache_(isolate->unicode_cache()),
+ just_seen_line_terminator_(true),
harmony_numeric_literals_(false) {
int size = 0;
buffer_ = const_cast<YYCTYPE*>(reinterpret_cast<const YYCTYPE*>(
« no previous file with comments | « no previous file | src/lexer/lexer_py.re » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698