Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index f30565c6aa23b6e22df0a82b8a037fbf9541a6f0..4db7812f99fec466dd991e5096f3c334c69f4980 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -833,8 +833,6 @@ namespace internal { |
F(StringToLowerCase, 1, 1) \ |
F(StringToUpperCase, 1, 1) \ |
F(StringTrim, 3, 1) \ |
- F(TruncateString, 2, 1) \ |
- F(NewString, 2, 1) \ |
F(StringLessThan, 2, 1) \ |
F(StringLessThanOrEqual, 2, 1) \ |
F(StringGreaterThan, 2, 1) \ |
@@ -844,10 +842,6 @@ namespace internal { |
F(FlattenString, 1, 1) \ |
F(StringCharFromCode, 1, 1) \ |
F(ExternalStringGetChar, 2, 1) \ |
- F(OneByteSeqStringGetChar, 2, 1) \ |
- F(OneByteSeqStringSetChar, 3, 1) \ |
- F(TwoByteSeqStringGetChar, 2, 1) \ |
- F(TwoByteSeqStringSetChar, 3, 1) \ |
F(StringCharCodeAt, 2, 1) |
#define FOR_EACH_INTRINSIC_SYMBOL(F) \ |