Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index f84355bfd02217c6071227edb0e0823799b3052a..50181b684f1fd18cdbe782eee13b385242f8a12b 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -491,6 +491,10 @@ namespace internal { |
F(AvailableLocalesOf, 1, 1) \ |
F(GetDefaultICULocale, 0, 1) \ |
F(GetLanguageTagVariants, 1, 1) \ |
+ F(IsInitializedIntlObject, 1, 1) \ |
+ F(IsInitializedIntlObjectOfType, 2, 1) \ |
+ F(MarkAsInitializedIntlObjectOfType, 3, 1) \ |
+ F(GetImplFromInitializedIntlObject, 1, 1) \ |
\ |
/* Date format and parse. */ \ |
F(CreateDateTimeFormat, 3, 1) \ |