Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e17a6885896f9629280ff31cf0aece038cc8f093..ce06c7ac7914c6796867264e0fca5a27ef3a6472 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -816,6 +816,7 @@ namespace internal { |
F(Bool8x16NotEqual, 2, 1) |
#define FOR_EACH_INTRINSIC_STRINGS(F) \ |
+ F(GetSubstitution, 4, 1) \ |
F(StringReplaceOneCharWithString, 3, 1) \ |
F(StringIndexOf, 3, 1) \ |
F(StringIndexOfUnchecked, 3, 1) \ |