5 #ifndef V8_INTL_SUPPORT 6 #error Internationalization is expected to be enabled. 7 #endif // V8_INTL_SUPPORT 9 #ifndef V8_OBJECTS_JS_DATE_TIME_FORMAT_INL_H_ 10 #define V8_OBJECTS_JS_DATE_TIME_FORMAT_INL_H_ 12 #include "src/objects-inl.h" 13 #include "src/objects/js-date-time-format.h" 16 #include "src/objects/object-macros.h" 21 ACCESSORS(JSDateTimeFormat, icu_locale, Managed<icu::Locale>, kICULocaleOffset);
22 ACCESSORS(JSDateTimeFormat, icu_simple_date_format,
23 Managed<icu::SimpleDateFormat>, kICUSimpleDateFormatOffset)
24 ACCESSORS(JSDateTimeFormat, bound_format, Object, kBoundFormatOffset);
26 CAST_ACCESSOR(JSDateTimeFormat);
31 #include "src/objects/object-macros-undef.h" 33 #endif // V8_OBJECTS_JS_DATE_TIME_FORMAT_INL_H_