Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 561353b49493aa4c87e7412124a2d9dd933d4e9e..10a81fe800762251ded4ebbadc4cf72dcf5fc4d6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -828,8 +828,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) \ |
@@ -840,10 +838,6 @@ namespace internal { |
F(StringCharFromCode, 1, 1) \ |
F(StringCharAt, 2, 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) \ |