Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 633fcc4517771ccbf53000dde6741b034c1787d0..89ef0c7d84dbb9e12447d7ebbe82997a6ae8c9e5 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -421,7 +421,9 @@ namespace internal { |
F(SmiLexicographicCompare, 2, 1) \ |
F(MaxSmi, 0, 1) \ |
F(IsSmi, 1, 1) \ |
- F(GetRootNaN, 0, 1) |
+ F(GetRootNaN, 0, 1) \ |
+ F(GetHoleNaNUpper, 0, 1) \ |
+ F(GetHoleNaNLower, 0, 1) |
#define FOR_EACH_INTRINSIC_OBJECT(F) \ |