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

Unified Diff: src/interpreter-irregexp.h

Issue 11600: * Rename to Irregexp throughout.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/regexp2000/
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/interpreter-irregexp.h
===================================================================
--- src/interpreter-irregexp.h (revision 825)
+++ src/interpreter-irregexp.h (working copy)
@@ -27,13 +27,13 @@
// A simple interpreter for the Regexp2000 byte code.
-#ifndef V8_INTERPRETER_RE2K_H_
-#define V8_INTERPRETER_RE2K_H_
+#ifndef V8_INTERPRETER_IRREGEXP_H_
+#define V8_INTERPRETER_IRREGEXP_H_
namespace v8 { namespace internal {
-class Re2kInterpreter {
+class IrregexpInterpreter {
public:
static bool Match(Handle<ByteArray> code,
Handle<String> subject16,
@@ -44,4 +44,4 @@
} } // namespace v8::internal
-#endif // V8_INTERPRETER_RE2K_H_
+#endif // V8_INTERPRETER_IRREGEXP_H_
Property changes on: src/interpreter-irregexp.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « src/flag-definitions.h ('k') | src/interpreter-irregexp.cc » ('j') | src/runtime.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698