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

Unified Diff: src/unicode.h

Issue 11880045: Cleanup latin-1 conversion check in regexp engine (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « src/jsregexp.cc ('k') | src/unicode-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/unicode.h
diff --git a/src/unicode.h b/src/unicode.h
index 61dbab4f00c2088d724c434957ddb1a94736054b..0278576317c256450c11ebe3ec52cf4100a5530d 100644
--- a/src/unicode.h
+++ b/src/unicode.h
@@ -140,6 +140,7 @@ class Latin1 {
#else
static const unsigned kMaxChar = 0xff;
#endif
+ static inline bool NonLatin1CanBeConvertedToLatin1(uint16_t);
};
class Utf8 {
« no previous file with comments | « src/jsregexp.cc ('k') | src/unicode-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698