Home
last modified time | relevance | path

Searched refs:JSListFormat (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-list-format.cc34 UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { in GetIcuWidth()
36 case JSListFormat::Style::LONG: in GetIcuWidth()
38 case JSListFormat::Style::SHORT: in GetIcuWidth()
40 case JSListFormat::Style::NARROW: in GetIcuWidth()
46 UListFormatterType GetIcuType(JSListFormat::Type type) { in GetIcuType()
48 case JSListFormat::Type::CONJUNCTION: in GetIcuType()
50 case JSListFormat::Type::DISJUNCTION: in GetIcuType()
52 case JSListFormat::Type::UNIT: in GetIcuType()
60 MaybeHandle<JSListFormat> JSListFormat::New(Isolate* isolate, Handle<Map> map, in New()
66 MAYBE_RETURN(maybe_requested_locales, Handle<JSListFormat>()); in New()
[all …]
Djs-list-format-inl.h23 TQ_OBJECT_CONSTRUCTORS_IMPL(JSListFormat)
26 ACCESSORS(JSListFormat, icu_formatter, Managed<icu::ListFormatter>, in ACCESSORS() argument
29 inline void JSListFormat::set_style(Style style) { in ACCESSORS()
36 inline JSListFormat::Style JSListFormat::style() const { in style()
40 inline void JSListFormat::set_type(Type type) { in set_type()
47 inline JSListFormat::Type JSListFormat::type() const { in type()
Djs-list-format.h34 class JSListFormat
35 : public TorqueGeneratedJSListFormat<JSListFormat, JSObject> {
39 static MaybeHandle<JSListFormat> New(Isolate* isolate, Handle<Map> map,
44 Handle<JSListFormat> format_holder);
48 Isolate* isolate, Handle<JSListFormat> format_holder,
53 Isolate* isolate, Handle<JSListFormat> format_holder,
96 DECL_PRINTER(JSListFormat)
98 TQ_OBJECT_CONSTRUCTORS(JSListFormat)
Djs-list-format.tq7 type JSListFormatStyle extends int32 constexpr 'JSListFormat::Style';
8 type JSListFormatType extends int32 constexpr 'JSListFormat::Type';
14 extern class JSListFormat extends JSObject {
Dobject-list-macros.h276 V(JSListFormat) \
Djs-objects.cc2481 return JSListFormat::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/runtime/
Druntime-intl.cc39 Handle<JSListFormat> list_format = args.at<JSListFormat>(0); in RUNTIME_FUNCTION()
42 isolate, JSListFormat::FormatList(isolate, list_format, list)); in RUNTIME_FUNCTION()
49 Handle<JSListFormat> list_format = args.at<JSListFormat>(0); in RUNTIME_FUNCTION()
52 isolate, JSListFormat::FormatListToParts(isolate, list_format, list)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-intl-gen.cc162 TNode<JSListFormat> list_format = CAST(receiver); in ListFormatCommon()
Dbuiltins-intl.cc663 return DisallowCallConstructor<JSListFormat>( in BUILTIN()
670 CHECK_RECEIVER(JSListFormat, format_holder, in BUILTIN()
672 return *JSListFormat::ResolvedOptions(isolate, format_holder); in BUILTIN()
683 JSListFormat::GetAvailableLocales(), locales, options)); in BUILTIN()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h62 class JSListFormat; variable
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2313 void JSListFormat::JSListFormatPrint(std::ostream& os) { in JSListFormatPrint()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc3056 JSListFormat::kHeaderSize, 0, factory->the_hole_value(), in InitializeGlobal()