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

Unified Diff: src/runtime/runtime.h

Issue 2539093002: [runtime] Port simple String.prototype.indexOf cases to TF Builtin (Closed)
Patch Set: call runtime for large strings Created 4 years 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/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index db055300eec266dc9eab7d35d4b26b0bb26efb1f..443eeb3b6a876021c9637fe15851f1ae1a4efc81 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -827,7 +827,8 @@ namespace internal {
F(FlattenString, 1, 1) \
F(StringCharFromCode, 1, 1) \
F(ExternalStringGetChar, 2, 1) \
- F(StringCharCodeAt, 2, 1)
+ F(StringCharCodeAt, 2, 1) \
+ F(StringPrototypeIndexOf, 3, 1)
#define FOR_EACH_INTRINSIC_SYMBOL(F) \
F(CreateSymbol, 1, 1) \
« src/code-stub-assembler.h ('K') | « src/ic/ic.cc ('k') | src/runtime/runtime-array.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698