| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 620bf532c72f0f3e93953aa5ea386b6a2d85d13d..3283a5fde52c110df2f284ad8da39bac29c0b606 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -35,7 +35,6 @@ namespace internal {
|
| 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) \
|
| @@ -852,7 +851,6 @@ namespace internal {
|
| 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) \
|
|
|