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

Unified Diff: regexp2000/src/jsregexp.cc

Issue 10942: Start IA32 implemenetation of regexp2k (Closed)
Patch Set: Addressed review comments 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
« no previous file with comments | « regexp2000/src/heap.cc ('k') | regexp2000/src/regexp-macro-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: regexp2000/src/jsregexp.cc
diff --git a/regexp2000/src/jsregexp.cc b/regexp2000/src/jsregexp.cc
index 088fa451a320096068cdd97910fa23208b5aa98c..40dcb343652f55364c48b3c05c14d379d55288e9 100644
--- a/regexp2000/src/jsregexp.cc
+++ b/regexp2000/src/jsregexp.cc
@@ -1635,8 +1635,12 @@ RegExpNode* RegExpEngine::Compile(RegExpParseResult* input) {
return node;
}
+RegExpMacroAssembler::RegExpMacroAssembler() {
+
+}
RegExpMacroAssembler::~RegExpMacroAssembler() {
+
}
« no previous file with comments | « regexp2000/src/heap.cc ('k') | regexp2000/src/regexp-macro-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698