5 #ifndef V8_INTL_SUPPORT 6 #error Internationalization is expected to be enabled. 7 #endif // V8_INTL_SUPPORT 9 #ifndef V8_OBJECTS_JS_COLLATOR_INL_H_ 10 #define V8_OBJECTS_JS_COLLATOR_INL_H_ 12 #include "src/objects-inl.h" 13 #include "src/objects/js-collator.h" 16 #include "src/objects/object-macros.h" 21 ACCESSORS(JSCollator, icu_collator, Managed<icu::Collator>, kICUCollatorOffset)
22 ACCESSORS(JSCollator, bound_compare, Object, kBoundCompareOffset);
24 CAST_ACCESSOR(JSCollator);
29 #include "src/objects/object-macros-undef.h" 31 #endif // V8_OBJECTS_JS_COLLATOR_INL_H_