#include <js-relative-time-format.h>
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSRelativeTimeFormat > | New (Isolate *isolate, DirectHandle< Map > map, DirectHandle< Object > locales, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT DirectHandle< JSObject > | ResolvedOptions (Isolate *isolate, DirectHandle< JSRelativeTimeFormat > format_holder) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | Format (Isolate *isolate, Handle< Object > value_obj, Handle< Object > unit_obj, DirectHandle< JSRelativeTimeFormat > format) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSArray > | FormatToParts (Isolate *isolate, Handle< Object > value_obj, Handle< Object > unit_obj, DirectHandle< JSRelativeTimeFormat > format) |
|
static V8_EXPORT_PRIVATE const std::set< std::string > & | GetAvailableLocales () |
|
Definition at line 35 of file js-relative-time-format.h.
◆ Numeric
◆ Format()
◆ FormatToParts()
◆ GetAvailableLocales()
const std::set< std::string > & v8::internal::JSRelativeTimeFormat::GetAvailableLocales |
( |
| ) |
|
|
static |
◆ New()
◆ numeric()
◆ NumericAsString()
Handle< String > v8::internal::JSRelativeTimeFormat::NumericAsString |
( |
Isolate * | isolate | ) |
const |
◆ ResolvedOptions()
◆ set_numeric()
void v8::internal::JSRelativeTimeFormat::set_numeric |
( |
Numeric | numeric | ) |
|
|
inline |
The documentation for this class was generated from the following files: