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

Unified Diff: src/regexp/bytecodes-irregexp.h

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/regexp/bytecodes-irregexp.h
diff --git a/src/bytecodes-irregexp.h b/src/regexp/bytecodes-irregexp.h
similarity index 97%
rename from src/bytecodes-irregexp.h
rename to src/regexp/bytecodes-irregexp.h
index 04b9740acbe55d7187173d23b09660de3f8df2ce..27691422f3700fe4f665d0b06dba541548888025 100644
--- a/src/bytecodes-irregexp.h
+++ b/src/regexp/bytecodes-irregexp.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef V8_BYTECODES_IRREGEXP_H_
-#define V8_BYTECODES_IRREGEXP_H_
+#ifndef V8_REGEXP_BYTECODES_IRREGEXP_H_
+#define V8_REGEXP_BYTECODES_IRREGEXP_H_
namespace v8 {
namespace internal {
@@ -78,4 +78,4 @@ BYTECODE_ITERATOR(DECLARE_BYTECODE_LENGTH)
#undef DECLARE_BYTECODE_LENGTH
} }
-#endif // V8_BYTECODES_IRREGEXP_H_
+#endif // V8_REGEXP_BYTECODES_IRREGEXP_H_

Powered by Google App Engine
This is Rietveld 408576698