Chromium Code Reviews

Unified Diff: src/code-stubs.h

Issue 173567: ARM native regexps. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 76ec7870f32b15b5b7aec14a158bf7d39e72e075..ae86c20ef6c637e21aac32162b48311eae80e92c 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -57,6 +57,7 @@ class CodeStub BASE_EMBEDDED {
SetProperty, // ARM only
InvokeBuiltin, // ARM only
JSExit, // ARM only
+ RegExpCEntry, // ARM only
NUMBER_OF_IDS
};

Powered by Google App Engine