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

Unified Diff: regexp2000/src/parser.h

Issue 9110: Experimental: Fixed bug in RegExp Parser. Added feature counting in parser. (Closed)
Patch Set: Merged changes to tip of experimental branch. Created 12 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 | « regexp2000/src/list-inl.h ('k') | regexp2000/src/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: regexp2000/src/parser.h
diff --git a/regexp2000/src/parser.h b/regexp2000/src/parser.h
index e572ac2832af10f7e10e418fb1d2af47de917632..498db5600ea3fc32809020dfaa5a08e58e19704b 100644
--- a/regexp2000/src/parser.h
+++ b/regexp2000/src/parser.h
@@ -145,7 +145,9 @@ ScriptDataImpl* PreParse(unibrow::CharacterStream* stream,
v8::Extension* extension);
RegExpTree* ParseRegExp(unibrow::CharacterStream* stream,
- Handle<String>* error);
+ Handle<String>* error,
+ bool* has_character_escapes);
+
// Support for doing lazy compilation. The script is the script containing full
// source of the script where the function is declared. The start_position and
« no previous file with comments | « regexp2000/src/list-inl.h ('k') | regexp2000/src/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698