Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 3283a5fde52c110df2f284ad8da39bac29c0b606..620bf532c72f0f3e93953aa5ea386b6a2d85d13d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -35,6 +35,7 @@ |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 0, 1) \ |
F(TransitionElementsKind, 2, 1) \ |
+ F(PushIfAbsent, 2, 1) \ |
F(RemoveArrayHoles, 2, 1) \ |
F(MoveArrayContents, 2, 1) \ |
F(EstimateNumberOfElements, 1, 1) \ |
@@ -851,6 +852,7 @@ |
F(StringCharCodeAtRT, 2, 1) \ |
F(StringCompare, 2, 1) \ |
F(StringBuilderConcat, 3, 1) \ |
+ F(StringBuilderJoin, 3, 1) \ |
F(SparseJoinWithSeparator, 3, 1) \ |
F(StringToArray, 2, 1) \ |
F(StringToLowerCase, 1, 1) \ |