ladybird/Userland/Libraries/LibJS/Runtime/Intl
Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void
Stop worrying about tiny OOMs.

Work towards #20405
2023-08-08 07:39:11 +02:00
..
AbstractOperations.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
AbstractOperations.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Collator.cpp LibJS: Remove Object(Object& prototype) footgun 2022-12-14 15:11:57 +01:00
Collator.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
CollatorCompareFunction.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CollatorCompareFunction.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CollatorConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CollatorConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CollatorPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CollatorPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormat.cpp LibJS: Read properties from the Intl.DateTimeFormat options object once 2023-07-22 10:18:55 +02:00
DateTimeFormat.h LibJS: Read properties from the Intl.DateTimeFormat options object once 2023-07-22 10:18:55 +02:00
DateTimeFormatConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormatConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormatFunction.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormatFunction.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormatPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DateTimeFormatPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DisplayNames.cpp LibJS+LibWeb: Convert string view PrimitiveString instances to String 2023-02-09 17:13:33 +00:00
DisplayNames.h LibJS: Port Intl locale resolution to String 2023-01-19 20:57:30 +00:00
DisplayNamesConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DisplayNamesConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DisplayNamesPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DisplayNamesPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DurationFormat.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
DurationFormat.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
DurationFormatConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DurationFormatConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DurationFormatPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
DurationFormatPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Intl.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Intl.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ListFormat.cpp LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2023-07-19 14:11:43 +01:00
ListFormat.h LibJS: Port ListFormat and PatternPartition to String 2023-01-22 01:03:13 +00:00
ListFormatConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ListFormatConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ListFormatPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ListFormatPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Locale.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
Locale.h LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOs 2023-01-24 16:23:50 -05:00
LocaleConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
LocaleConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
LocalePrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
LocalePrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
MathematicalValue.cpp LibJS: Remove the VM parameter from the NumberToString AO 2023-02-16 14:32:22 +01:00
MathematicalValue.h LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2023-04-11 23:22:32 +02:00
NumberFormat.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
NumberFormat.h LibJS: Require a [[RoundingMode]] slot within FormatNumericToString 2023-04-11 23:22:32 +02:00
NumberFormatConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
NumberFormatConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
NumberFormatFunction.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
NumberFormatFunction.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
NumberFormatPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
NumberFormatPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PluralRules.cpp LibJS: Rename ErrorType::IntlNumberIsNaN to ErrorType::NumberIsNaN 2023-06-26 10:39:07 +02:00
PluralRules.h LibJS: Allow "approximately" results to differ in plural form 2023-01-30 14:10:07 -05:00
PluralRulesConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PluralRulesConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PluralRulesPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PluralRulesPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
RelativeTimeFormat.cpp LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2023-04-11 23:22:32 +02:00
RelativeTimeFormat.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
RelativeTimeFormatConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
RelativeTimeFormatConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
RelativeTimeFormatPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
RelativeTimeFormatPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Segmenter.cpp LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2023-02-16 11:18:53 +01:00
Segmenter.h LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2023-02-16 11:18:53 +01:00
SegmenterConstructor.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmenterConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmenterPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmenterPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmentIterator.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
SegmentIterator.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
SegmentIteratorPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmentIteratorPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Segments.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
Segments.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
SegmentsPrototype.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SegmentsPrototype.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SingleUnitIdentifiers.h LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2022-11-03 18:37:48 +00:00