| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 8be0cfd1d4e990b37194928914c0600fc6c54b9d..5d340eebedacf073716b76b84f81154834257009 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -842,7 +842,6 @@ namespace internal {
|
| F(Bool8x16Equal, 2, 1) \
|
| F(Bool8x16NotEqual, 2, 1)
|
|
|
| -
|
| #define FOR_EACH_INTRINSIC_STRINGS(F) \
|
| F(StringReplaceOneCharWithString, 3, 1) \
|
| F(StringIndexOf, 3, 1) \
|
| @@ -863,7 +862,7 @@ namespace internal {
|
| F(StringTrim, 3, 1) \
|
| F(TruncateString, 2, 1) \
|
| F(NewString, 2, 1) \
|
| - F(StringEquals, 2, 1) \
|
| + F(StringEqual, 2, 1) \
|
| F(FlattenString, 1, 1) \
|
| F(StringCharFromCode, 1, 1) \
|
| F(StringCharAt, 2, 1) \
|
| @@ -873,7 +872,6 @@ namespace internal {
|
| F(TwoByteSeqStringSetChar, 3, 1) \
|
| F(StringCharCodeAt, 2, 1)
|
|
|
| -
|
| #define FOR_EACH_INTRINSIC_SYMBOL(F) \
|
| F(CreateSymbol, 1, 1) \
|
| F(CreatePrivateSymbol, 1, 1) \
|
|
|