Timothy Flynn dc4207323b LibJS: Remove the VM parameter from the NumberToString AO 2 år sedan
..
AbstractOperations.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
AbstractOperations.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
Collator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 år sedan
Collator.h bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 år sedan
CollatorCompareFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
CollatorCompareFunction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
CollatorConstructor.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
CollatorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
CollatorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
CollatorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DateTimeFormat.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DateTimeFormat.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
DateTimeFormatConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DateTimeFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DateTimeFormatFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
DateTimeFormatFunction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DateTimeFormatPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DateTimeFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DisplayNames.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DisplayNames.h bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 år sedan
DisplayNamesConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DisplayNamesConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DisplayNamesPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DisplayNamesPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DurationFormat.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DurationFormat.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
DurationFormatConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DurationFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DurationFormatPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
DurationFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Intl.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
Intl.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ListFormat.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
ListFormat.h 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String 2 år sedan
ListFormatConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ListFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ListFormatPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
ListFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Locale.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
Locale.h 4548906e7b LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOs 2 år sedan
LocaleConstructor.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
LocaleConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
LocalePrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
LocalePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
MathematicalValue.cpp dc4207323b LibJS: Remove the VM parameter from the NumberToString AO 2 år sedan
MathematicalValue.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 år sedan
NumberFormat.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
NumberFormat.h c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
NumberFormatConstructor.cpp a283daaab7 LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AO 2 år sedan
NumberFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
NumberFormatFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
NumberFormatFunction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
NumberFormatPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
NumberFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
PluralRules.cpp e74e8381d5 LibJS: Allow "approximately" results to differ in plural form 2 år sedan
PluralRules.h e74e8381d5 LibJS: Allow "approximately" results to differ in plural form 2 år sedan
PluralRulesConstructor.cpp 5b3b14be0a LibJS: Move resolution of some Intl.NumberFormat options to a common AO 2 år sedan
PluralRulesConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
PluralRulesPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
PluralRulesPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RelativeTimeFormat.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
RelativeTimeFormat.h 4c8f7d76c4 LibJS: Port Intl.RelativeTimeFormat to String 2 år sedan
RelativeTimeFormatConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RelativeTimeFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RelativeTimeFormatPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
RelativeTimeFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SegmentIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
SegmentIterator.h df589bb05b LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr 2 år sedan
SegmentIteratorPrototype.cpp 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 år sedan
SegmentIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Segmenter.cpp 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 år sedan
Segmenter.h 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 år sedan
SegmenterConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SegmenterConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SegmenterPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 år sedan
SegmenterPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Segments.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
Segments.h 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 år sedan
SegmentsPrototype.cpp 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 år sedan
SegmentsPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 år sedan