Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 9abec628200bcd15e38d2df7d4801b4c56581db8..1b2300c97f653ad1decfd34c11f0b148d330bf21 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -219,7 +219,8 @@ namespace internal { |
F(NumberToRadixString, 2, 1) \ |
F(NumberToFixed, 2, 1) \ |
F(NumberToExponential, 2, 1) \ |
- F(NumberToPrecision, 2, 1) |
+ F(NumberToPrecision, 2, 1) \ |
+ F(IsValidSmi, 1, 1) |
#define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |