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

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

Issue 136793025: Experimental lexer: track one-byteness on the fly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: cancel changes in ex scanner cc Created 6 years, 11 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 | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/experimental-scanner.h
diff --git a/src/lexer/experimental-scanner.h b/src/lexer/experimental-scanner.h
index 8a9a96e1e4df2560ba0841ccd86d1201b60030d6..a0fa0006206508514cfc732363300b53d09a2606 100644
--- a/src/lexer/experimental-scanner.h
+++ b/src/lexer/experimental-scanner.h
@@ -238,6 +238,7 @@ class ScannerBase {
int beg_pos;
int end_pos;
bool has_escapes;
+ bool is_onebyte;
};
struct LiteralDesc {
« no previous file with comments | « no previous file | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698