#ifndef V8_OBJECTS_JS_DATE_TIME_FORMAT_H_
#define V8_OBJECTS_JS_DATE_TIME_FORMAT_H_
#ifndef V8_INTL_SUPPORT
#error Internationalization is expected to be enabled.
#endif
#include <set>
#include <string>
#include "src/base/bit-field.h"
#include "src/execution/isolate.h"
#include "src/objects/intl-objects.h"
#include "src/objects/managed.h"
#include "unicode/uversion.h"
#include "src/objects/object-macros.h"
namespace U_ICU_NAMESPACE {
class DateIntervalFormat;
class Locale;
class SimpleDateFormat;
class TimeZone;
}
namespace v8 {
namespace internal {
#include "torque-generated/src/objects/js-date-time-format-tq.inc"
class JSDateTimeFormat
: public TorqueGeneratedJSDateTimeFormat<JSDateTimeFormat, JSObject> { … };
}
}
#include "src/objects/object-macros-undef.h"
#endif