Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index bf72469827938844941b8adf52412022474b662a..175c99c66f70a740e7814abcbcff73c641092303 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -120,6 +120,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_DATE(F) \ |
F(DateMakeDay, 2, 1) \ |
F(DateSetValue, 3, 1) \ |
+ F(ThrowIfNotADate, 1, 1) \ |
F(ThrowNotDateError, 0, 1) \ |
F(DateCurrentTime, 0, 1) \ |
F(DateParseString, 2, 1) \ |