Jonah 381b36b83f LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral 2 år sedan
..
AbstractOperations.cpp 887dac0929 LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false" 2 år sedan
AbstractOperations.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
Collator.cpp 6558f4ae6b LibJS: Implement get Intl.Collator.prototype.compare 3 år sedan
Collator.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
CollatorCompareFunction.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
CollatorCompareFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
CollatorConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
CollatorConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
CollatorPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
CollatorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DateTimeFormat.cpp f211028252 LibJS: Change ToLocalTime to use epoch nanoseconds 2 år sedan
DateTimeFormat.h f211028252 LibJS: Change ToLocalTime to use epoch nanoseconds 2 år sedan
DateTimeFormatConstructor.cpp 9a9025dea0 LibJS: Remove infallibility marker from DefaultTimeZone invocation 2 år sedan
DateTimeFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DateTimeFormatFunction.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
DateTimeFormatFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DateTimeFormatPrototype.cpp 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
DateTimeFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DisplayNames.cpp ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 år sedan
DisplayNames.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
DisplayNamesConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
DisplayNamesConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DisplayNamesPrototype.cpp 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
DisplayNamesPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DurationFormat.cpp 381b36b83f LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral 2 år sedan
DurationFormat.h 99fc94e138 LibJS: Delegate to NumberFormat for DurationFormat unit formatting 2 år sedan
DurationFormatConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
DurationFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
DurationFormatPrototype.cpp cab1cce522 LibJS: Update DurationFormat AO text to align with ECMA-402 and Temporal 2 år sedan
DurationFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
Intl.cpp 92f4f40198 LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical* 2 år sedan
Intl.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
ListFormat.cpp ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 år sedan
ListFormat.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
ListFormatConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
ListFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
ListFormatPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
ListFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
Locale.cpp 84e6833203 LibJS: Alphabetically sort the collations returned by CollationsOfLocale 2 år sedan
Locale.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
LocaleConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
LocaleConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
LocalePrototype.cpp 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
LocalePrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
MathematicalValue.cpp d56205f991 LibJS: Use more accurate number-to-string method in Intl.NumberFormat 2 år sedan
MathematicalValue.h 421ebc2e29 LibJS: Remove workaround for Clang misalignment in MathematicalValue 2 år sedan
NumberFormat.cpp d56205f991 LibJS: Use more accurate number-to-string method in Intl.NumberFormat 2 år sedan
NumberFormat.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
NumberFormatConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
NumberFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
NumberFormatFunction.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
NumberFormatFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
NumberFormatPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
NumberFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
PluralRules.cpp d66bfcc3f4 LibJS: Make PluralRules use the new double parser 2 år sedan
PluralRules.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
PluralRulesConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
PluralRulesConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
PluralRulesPrototype.cpp 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
PluralRulesPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
RelativeTimeFormat.cpp ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 år sedan
RelativeTimeFormat.h 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 år sedan
RelativeTimeFormatConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
RelativeTimeFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
RelativeTimeFormatPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
RelativeTimeFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SegmentIterator.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
SegmentIterator.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SegmentIteratorPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
SegmentIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
Segmenter.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
Segmenter.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SegmenterConstructor.cpp 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 år sedan
SegmenterConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SegmenterPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
SegmenterPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
Segments.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
Segments.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SegmentsPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 år sedan
SegmentsPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 år sedan
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 år sedan