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

Unified Diff: src/runtime.h

Issue 53047: Implement string.match in C++. (Closed)
Patch Set: Created 11 years, 9 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 3bed31bb2816a66120ab559e2b4da48facdce608..486ffb364aff03f8f91ad776f787220d1bf8f3e5 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -138,7 +138,6 @@ namespace v8 { namespace internal {
/* Regular expressions */ \
F(RegExpCompile, 3) \
F(RegExpExec, 4) \
- F(RegExpExecGlobal, 3) \
\
/* Strings */ \
F(StringCharCodeAt, 2) \
@@ -147,6 +146,7 @@ namespace v8 { namespace internal {
F(StringLocaleCompare, 2) \
F(StringSlice, 3) \
F(StringReplaceRegExpWithString, 4) \
+ F(StringMatch, 3) \
\
/* Numbers */ \
F(NumberToRadixString, 2) \
« no previous file with comments | « src/regexp-macro-assembler-ia32.cc ('k') | src/runtime.cc » ('j') | src/string.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698