Searched refs:JSRelativeTimeFormat (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-relative-time-format.h | 34 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)
|
D | js-relative-time-format.cc | 69 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 …]
|
D | js-relative-time-format-inl.h | 23 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()
|
D | js-relative-time-format.tq | 8 constexpr 'JSRelativeTimeFormat::Numeric'; 13 extern class JSRelativeTimeFormat extends JSObject {
|
D | object-list-macros.h | 280 V(JSRelativeTimeFormat) \
|
D | js-objects.cc | 2489 return JSRelativeTimeFormat::kHeaderSize; in GetHeaderSize()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-intl.cc | 804 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/ |
D | code-assembler.h | 67 class JSRelativeTimeFormat; variable
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 2345 void JSRelativeTimeFormat::JSRelativeTimeFormatPrint(std::ostream& os) { in JSRelativeTimeFormatPrint()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 3023 JSRelativeTimeFormat::kHeaderSize, 0, factory->the_hole_value(), in InitializeGlobal()
|