1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Userland/Libraries/LibJS/Runtime/Intl
Timothy Flynn 2f1184ccdb LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId
This might've been needed at some point to disambiguate between another
function of the same name that is in LibLocale. But now that it takes a
VM parameter, it is for sure clear to the compiler what is being called.
2023-01-19 20:57:30 +00:00
..
AbstractOperations.cpp LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId 2023-01-19 20:57:30 +00:00
AbstractOperations.h LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
Collator.cpp LibJS: Remove Object(Object& prototype) footgun 2022-12-14 15:11:57 +01:00
Collator.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CollatorCompareFunction.cpp LibJS: Port trivial use cases in the Intl namespace to String 2023-01-16 10:12:37 +00:00
CollatorCompareFunction.h LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
CollatorConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
CollatorConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
CollatorPrototype.cpp LibJS: Convert Object::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
CollatorPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
DateTimeFormat.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
DateTimeFormat.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DateTimeFormatConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
DateTimeFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DateTimeFormatFunction.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DateTimeFormatFunction.h LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
DateTimeFormatPrototype.cpp LibJS: Convert Object::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
DateTimeFormatPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
DisplayNames.cpp LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId 2023-01-19 20:57:30 +00:00
DisplayNames.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DisplayNamesConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
DisplayNamesConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DisplayNamesPrototype.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
DisplayNamesPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
DurationFormat.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
DurationFormat.h LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
DurationFormatConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
DurationFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DurationFormatPrototype.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
DurationFormatPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
Intl.cpp LibJS: Port trivial use cases in the Intl namespace to String 2023-01-16 10:12:37 +00:00
Intl.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
ListFormat.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
ListFormat.h LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
ListFormatConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
ListFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
ListFormatPrototype.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
ListFormatPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
Locale.cpp LibLocale+LibJS: Port locale parsing and processing to String 2023-01-19 20:57:30 +00:00
Locale.h LibJS: Convert Intl::Locale::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
LocaleConstructor.cpp LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId 2023-01-19 20:57:30 +00:00
LocaleConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
LocalePrototype.cpp LibLocale+LibJS: Port locale parsing and processing to String 2023-01-19 20:57:30 +00:00
LocalePrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
MathematicalValue.cpp LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string 2023-01-15 01:00:20 +00:00
MathematicalValue.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NumberFormat.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
NumberFormat.h LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
NumberFormatConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
NumberFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
NumberFormatFunction.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
NumberFormatFunction.h LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
NumberFormatPrototype.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
NumberFormatPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
PluralRules.cpp LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs 2023-01-14 19:12:48 +00:00
PluralRules.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PluralRulesConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
PluralRulesConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
PluralRulesPrototype.cpp LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs 2023-01-14 19:12:48 +00:00
PluralRulesPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
RelativeTimeFormat.cpp LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
RelativeTimeFormat.h LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2023-01-19 20:57:30 +00:00
RelativeTimeFormatConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
RelativeTimeFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
RelativeTimeFormatPrototype.cpp LibJS: Port trivial use cases in the Intl namespace to String 2023-01-16 10:12:37 +00:00
RelativeTimeFormatPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
Segmenter.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
Segmenter.h LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmenterConstructor.cpp LibJS: Propagate OOM errors from Intl Abstract Operations 2023-01-19 20:57:30 +00:00
SegmenterConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
SegmenterPrototype.cpp LibJS: Convert Object::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
SegmenterPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
SegmentIterator.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
SegmentIterator.h LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
SegmentIteratorPrototype.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmentIteratorPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
Segments.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Segments.h LibJS: Convert Intl::Segments::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
SegmentsPrototype.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmentsPrototype.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
SingleUnitIdentifiers.h LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2022-11-03 18:37:48 +00:00