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

Unified Diff: src/parser.h

Issue 8188: Some new regexp infrastructure. (Closed)
Patch Set: Created 12 years, 2 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
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index d331d73c45a09c6e70135d7025c9112b6cac8149..e572ac2832af10f7e10e418fb1d2af47de917632 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -144,6 +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);
// 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

Powered by Google App Engine
This is Rietveld 408576698