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

Unified Diff: src/globals.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
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 183baad4742ac1f77b64ad8fde59f5842dee1690..5e89387783e1ee50d919ec1e2e194c1567a8c291 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -182,7 +182,11 @@ class Object;
class OldSpace;
class Property;
class Proxy;
+class RegExpNode;
+class RegExpParseResult;
class RegExpTree;
+class RegExpCompiler;
+class RegExpVisitor;
class Scope;
template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
class Script;

Powered by Google App Engine
This is Rietveld 408576698