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

Unified Diff: src/builtins/builtins.h

Issue 2438683005: [regexp] Move RegExp.prototype[@@search] to TF (Closed)
Patch Set: Fix typo in lastindex restoration Created 4 years, 2 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/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index e421fb3d8e2999a5b10bd51206453885b4b9284c..553c8fa5b7def859bfb5cf403ea2305bec4da7b7 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -601,7 +601,7 @@ namespace internal {
CPP(RegExpPrototypeMatch) \
TFJ(RegExpPrototypeMultilineGetter, 0) \
TFJ(RegExpPrototypeReplace, 2) \
- CPP(RegExpPrototypeSearch) \
+ TFJ(RegExpPrototypeSearch, 1) \
CPP(RegExpPrototypeSourceGetter) \
CPP(RegExpPrototypeSpeciesGetter) \
CPP(RegExpPrototypeSplit) \

Powered by Google App Engine
This is Rietveld 408576698