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

Unified Diff: runtime/vm/regexp_parser.h

Issue 539153002: Port and integrate the irregexp engine from V8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Port remaining V8 regexp tests and fix exposed bugs. Created 6 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
Index: runtime/vm/regexp_parser.h
diff --git a/runtime/vm/regexp_parser.h b/runtime/vm/regexp_parser.h
index 264a4a35bd3263d3a0d708ca5d050a472c7cec83..f7083e682b3bcf53a5b4dc7b170e4c1070dce694 100644
--- a/runtime/vm/regexp_parser.h
+++ b/runtime/vm/regexp_parser.h
@@ -54,6 +54,8 @@ class RegExpParser : public ValueObject {
String* error,
bool multiline_mode);
+ static bool ParseFunction(ParsedFunction* parsed_function);
+
static bool ParseRegExp(const String& input,
bool multiline,
RegExpCompileData* result);

Powered by Google App Engine
This is Rietveld 408576698