Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index fcaa89830a3ce7450da2cd8e46ec297755b39902..2c6b9e8afb5194456d598237369f3b4d09be6d32 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -293,7 +293,6 @@ |
F(ThrowIllegalInvocation, 0, 1) \ |
F(ThrowIncompatibleMethodReceiver, 2, 1) \ |
F(ThrowIteratorResultNotAnObject, 1, 1) \ |
- F(ThrowNotGeneric, 1, 1) \ |
F(ThrowGeneratorRunning, 0, 1) \ |
F(ThrowStackOverflow, 0, 1) \ |
F(ThrowWasmError, 2, 1) \ |
@@ -355,6 +354,10 @@ |
#define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 1, 1) |
#define FOR_EACH_INTRINSIC_NUMBERS(F) \ |
+ F(NumberToRadixString, 2, 1) \ |
+ F(NumberToFixed, 2, 1) \ |
+ F(NumberToExponential, 2, 1) \ |
+ F(NumberToPrecision, 2, 1) \ |
F(IsValidSmi, 1, 1) \ |
F(StringToNumber, 1, 1) \ |
F(StringParseInt, 2, 1) \ |