1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 15:57:35 +00:00
serenity/Userland/Libraries/LibJS/Runtime/Intl
Timothy Flynn 675e5bfdce LibJS: Allow specifying only roundingIncrement in NumberFormat options
This is a normative change in the Intl.NumberFormat v3 spec. See:
a260aa3
2022-11-29 10:24:44 +01:00
..
AbstractOperations.cpp LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false" 2022-09-18 09:45:40 -04:00
AbstractOperations.h
Collator.cpp
Collator.h
CollatorCompareFunction.cpp
CollatorCompareFunction.h
CollatorConstructor.cpp
CollatorConstructor.h
CollatorPrototype.cpp
CollatorPrototype.h
DateTimeFormat.cpp LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2022-11-23 16:05:59 +00:00
DateTimeFormat.h LibJS: Change ToLocalTime to use epoch nanoseconds 2022-11-06 01:47:37 +00:00
DateTimeFormatConstructor.cpp LibJS: Remove infallibility marker from DefaultTimeZone invocation 2022-11-06 01:47:37 +00:00
DateTimeFormatConstructor.h
DateTimeFormatFunction.cpp
DateTimeFormatFunction.h
DateTimeFormatPrototype.cpp
DateTimeFormatPrototype.h
DisplayNames.cpp
DisplayNames.h
DisplayNamesConstructor.cpp
DisplayNamesConstructor.h
DisplayNamesPrototype.cpp
DisplayNamesPrototype.h
DurationFormat.cpp LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral 2022-11-20 11:56:56 +00:00
DurationFormat.h LibJS: Delegate to NumberFormat for DurationFormat unit formatting 2022-11-03 18:37:48 +00:00
DurationFormatConstructor.cpp
DurationFormatConstructor.h
DurationFormatPrototype.cpp
DurationFormatPrototype.h
Intl.cpp LibJS: Use Object's new deferred instrinsic storage for GlobalObject 2022-11-26 09:36:22 +01:00
Intl.h
ListFormat.cpp
ListFormat.h
ListFormatConstructor.cpp
ListFormatConstructor.h
ListFormatPrototype.cpp
ListFormatPrototype.h
Locale.cpp LibJS: Alphabetically sort the collations returned by CollationsOfLocale 2022-11-01 14:33:07 +00:00
Locale.h
LocaleConstructor.cpp LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2022-11-23 16:05:59 +00:00
LocaleConstructor.h
LocalePrototype.cpp
LocalePrototype.h
MathematicalValue.cpp LibJS: Use more accurate number-to-string method in Intl.NumberFormat 2022-11-04 21:12:10 +00:00
MathematicalValue.h LibJS: Remove workaround for Clang misalignment in MathematicalValue 2022-11-15 12:30:16 +00:00
NumberFormat.cpp LibJS: Use more accurate number-to-string method in Intl.NumberFormat 2022-11-04 21:12:10 +00:00
NumberFormat.h
NumberFormatConstructor.cpp LibJS: Allow specifying only roundingIncrement in NumberFormat options 2022-11-29 10:24:44 +01:00
NumberFormatConstructor.h
NumberFormatFunction.cpp
NumberFormatFunction.h
NumberFormatPrototype.cpp
NumberFormatPrototype.h
PluralRules.cpp LibJS: Make PluralRules use the new double parser 2022-10-23 15:48:45 +02:00
PluralRules.h
PluralRulesConstructor.cpp
PluralRulesConstructor.h
PluralRulesPrototype.cpp
PluralRulesPrototype.h
RelativeTimeFormat.cpp
RelativeTimeFormat.h
RelativeTimeFormatConstructor.cpp
RelativeTimeFormatConstructor.h
RelativeTimeFormatPrototype.cpp
RelativeTimeFormatPrototype.h
Segmenter.cpp
Segmenter.h
SegmenterConstructor.cpp
SegmenterConstructor.h
SegmenterPrototype.cpp
SegmenterPrototype.h
SegmentIterator.cpp
SegmentIterator.h
SegmentIteratorPrototype.cpp
SegmentIteratorPrototype.h
Segments.cpp
Segments.h
SegmentsPrototype.cpp
SegmentsPrototype.h
SingleUnitIdentifiers.h LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2022-11-03 18:37:48 +00:00