ladybird/Userland/Libraries/LibJS/Runtime/Intl
Timothy Flynn 2cca5d6676 LibJS: Fix assignment of "isNegative" in FormatNumericToString
These are normative changes in the Intl.NumberFormat v3 spec. See:
5a2b1d1
cd48a3d
2023-01-14 19:12:48 +00:00
..
AbstractOperations.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
AbstractOperations.h LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
Collator.cpp
Collator.h
CollatorCompareFunction.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
CollatorCompareFunction.h
CollatorConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
CollatorConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
CollatorPrototype.cpp
CollatorPrototype.h
DateTimeFormat.cpp AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string 2023-01-09 23:00:24 +00:00
DateTimeFormat.h
DateTimeFormatConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01: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
DateTimeFormatPrototype.cpp
DateTimeFormatPrototype.h
DisplayNames.cpp
DisplayNames.h
DisplayNamesConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
DisplayNamesConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DisplayNamesPrototype.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
DisplayNamesPrototype.h
DurationFormat.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
DurationFormat.h
DurationFormatConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
DurationFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
DurationFormatPrototype.cpp
DurationFormatPrototype.h
Intl.cpp
Intl.h
ListFormat.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
ListFormat.h
ListFormatConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
ListFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
ListFormatPrototype.cpp
ListFormatPrototype.h
Locale.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Locale.h
LocaleConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
LocaleConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
LocalePrototype.cpp
LocalePrototype.h
MathematicalValue.cpp
MathematicalValue.h
NumberFormat.cpp LibJS: Fix assignment of "isNegative" in FormatNumericToString 2023-01-14 19:12:48 +00:00
NumberFormat.h
NumberFormatConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
NumberFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
NumberFormatFunction.cpp LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs 2023-01-14 19:12:48 +00:00
NumberFormatFunction.h
NumberFormatPrototype.cpp LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs 2023-01-14 19:12:48 +00:00
NumberFormatPrototype.h
PluralRules.cpp LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs 2023-01-14 19:12:48 +00:00
PluralRules.h
PluralRulesConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01: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
RelativeTimeFormat.cpp
RelativeTimeFormat.h
RelativeTimeFormatConstructor.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
RelativeTimeFormatConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
RelativeTimeFormatPrototype.cpp
RelativeTimeFormatPrototype.h
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+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmenterConstructor.h LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
SegmenterPrototype.cpp
SegmenterPrototype.h
SegmentIterator.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
SegmentIterator.h
SegmentIteratorPrototype.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmentIteratorPrototype.h
Segments.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
Segments.h
SegmentsPrototype.cpp LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2023-01-08 12:13:15 +01:00
SegmentsPrototype.h
SingleUnitIdentifiers.h