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

Unified Diff: src/unicode.h

Issue 6076: Added special case for atomic regular expressions. (Closed)
Patch Set: Created 12 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
« no previous file with comments | « src/runtime.cc ('k') | src/unicode.cc » ('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 804671b6986f20b3e0005ccace98a824fa85875e..fd7dfbcd8a1a9560a4f016569c4bab9bf8830a46 100644
--- a/src/unicode.h
+++ b/src/unicode.h
@@ -258,6 +258,9 @@ struct Hyphen {
struct LineTerminator {
static bool Is(uchar c);
};
+struct RegExpSpecialChar {
+ static bool Is(uchar c);
+};
struct CombiningMark {
static bool Is(uchar c);
};
« no previous file with comments | « src/runtime.cc ('k') | src/unicode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698