Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index c316d4098faff1f891f61ad77c53ddbb0a05dcfa..30b23e3243f9ca9763742c9ee096b98df700062a 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -630,6 +630,7 @@ namespace internal { |
F(MathTan, 1, 1) \ |
F(MathSqrt, 1, 1) \ |
F(MathLog, 1, 1) \ |
+ F(IsMinusZero, 1, 1) \ |
F(IsRegExpEquivalent, 2, 1) \ |
F(HasCachedArrayIndex, 1, 1) \ |
F(GetCachedArrayIndex, 1, 1) \ |