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

Unified Diff: src/parser.h

Issue 9638: More automaton translation (Closed)
Patch Set: 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
« src/jsregexp.cc ('K') | « src/jsregexp.cc ('k') | src/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index 498db5600ea3fc32809020dfaa5a08e58e19704b..5a1143b7f2d5763b6cf238cb368e99f05ecc6abb 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -144,9 +144,8 @@ FunctionLiteral* MakeAST(bool compile_in_global_context,
ScriptDataImpl* PreParse(unibrow::CharacterStream* stream,
v8::Extension* extension);
-RegExpTree* ParseRegExp(unibrow::CharacterStream* stream,
- Handle<String>* error,
- bool* has_character_escapes);
+
+bool ParseRegExp(unibrow::CharacterStream* stream, RegExpParseResult* result);
// Support for doing lazy compilation. The script is the script containing full
« src/jsregexp.cc ('K') | « src/jsregexp.cc ('k') | src/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698