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

Unified Diff: src/scanner-base.h

Issue 7782023: Reintroduce duplicate identifier detection in preparser. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed dependency on platform.h in conversions-inl.h Created 9 years, 3 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
« src/globals.h ('K') | « src/preparser-api.cc ('k') | src/strtod.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner-base.h
diff --git a/src/scanner-base.h b/src/scanner-base.h
index d68d240e90e5c3c90403fe1b2333db956cfc123c..2e223ce6001a475975f3ba6155bf8d8079b21147 100644
--- a/src/scanner-base.h
+++ b/src/scanner-base.h
@@ -349,6 +349,8 @@ class Scanner {
return next_.literal_chars->length();
}
+ UnicodeCache* unicode_cache() { return unicode_cache_; }
+
static const int kCharacterLookaheadBufferSize = 1;
protected:
« src/globals.h ('K') | « src/preparser-api.cc ('k') | src/strtod.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698