Home
last modified time | relevance | path

Searched refs:JSRelativeTimeFormat (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-relative-time-format.h34 class JSRelativeTimeFormat
35 : public TorqueGeneratedJSRelativeTimeFormat<JSRelativeTimeFormat,
40 V8_WARN_UNUSED_RESULT static MaybeHandle<JSRelativeTimeFormat> New(
45 Isolate* isolate, Handle<JSRelativeTimeFormat> format_holder);
52 Handle<JSRelativeTimeFormat> format);
57 Handle<JSRelativeTimeFormat> format);
83 DECL_PRINTER(JSRelativeTimeFormat)
85 TQ_OBJECT_CONSTRUCTORS(JSRelativeTimeFormat)
Djs-relative-time-format.cc69 MaybeHandle<JSRelativeTimeFormat> JSRelativeTimeFormat::New( in New()
75 MAYBE_RETURN(maybe_requested_locales, Handle<JSRelativeTimeFormat>()); in New()
84 JSRelativeTimeFormat); in New()
92 MAYBE_RETURN(maybe_locale_matcher, MaybeHandle<JSRelativeTimeFormat>()); in New()
104 MAYBE_RETURN(maybe_numberingSystem, MaybeHandle<JSRelativeTimeFormat>()); in New()
114 Intl::ResolveLocale(isolate, JSRelativeTimeFormat::GetAvailableLocales(), in New()
118 JSRelativeTimeFormat); in New()
135 MAYBE_RETURN(maybe_locale_str, MaybeHandle<JSRelativeTimeFormat>()); in New()
154 MAYBE_RETURN(maybe_style, MaybeHandle<JSRelativeTimeFormat>()); in New()
164 MAYBE_RETURN(maybe_numeric, MaybeHandle<JSRelativeTimeFormat>()); in New()
[all …]
Djs-relative-time-format-inl.h23 TQ_OBJECT_CONSTRUCTORS_IMPL(JSRelativeTimeFormat)
26 ACCESSORS(JSRelativeTimeFormat, icu_formatter, in ACCESSORS() argument
29 inline void JSRelativeTimeFormat::set_numeric(Numeric numeric) { in ACCESSORS()
36 inline JSRelativeTimeFormat::Numeric JSRelativeTimeFormat::numeric() const { in numeric()
Djs-relative-time-format.tq8 constexpr 'JSRelativeTimeFormat::Numeric';
13 extern class JSRelativeTimeFormat extends JSObject {
Dobject-list-macros.h280 V(JSRelativeTimeFormat) \
Djs-objects.cc2489 return JSRelativeTimeFormat::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-intl.cc804 JSRelativeTimeFormat::GetAvailableLocales(), locales, options)); in BUILTIN()
813 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
819 isolate, JSRelativeTimeFormat::Format(isolate, value_obj, unit_obj, in BUILTIN()
829 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
834 isolate, JSRelativeTimeFormat::FormatToParts(isolate, value_obj, unit_obj, in BUILTIN()
920 return DisallowCallConstructor<JSRelativeTimeFormat>( in BUILTIN()
927 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
929 return *JSRelativeTimeFormat::ResolvedOptions(isolate, format_holder); in BUILTIN()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h67 class JSRelativeTimeFormat; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2345 void JSRelativeTimeFormat::JSRelativeTimeFormatPrint(std::ostream& os) { in JSRelativeTimeFormatPrint()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc3023 JSRelativeTimeFormat::kHeaderSize, 0, factory->the_hole_value(), in InitializeGlobal()