| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 407bf6f4f0f14dbbb8474f3936305c2bd0ef5d46..1779dd99cc26ac3c15793c302c40f03282eee1ff 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -500,6 +500,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) \
|
|
|