Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 anni fa
..
AbstractOperations.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
AbstractOperations.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 anni fa
Collator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 anni fa
Collator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CollatorCompareFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
CollatorCompareFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CollatorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
CollatorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
CollatorPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
CollatorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DateTimeFormat.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
DateTimeFormat.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
DateTimeFormatConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DateTimeFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DateTimeFormatFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DateTimeFormatFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
DateTimeFormatPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
DateTimeFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DisplayNames.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 anni fa
DisplayNames.h bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 anni fa
DisplayNamesConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DisplayNamesConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DisplayNamesPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
DisplayNamesPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DurationFormat.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DurationFormat.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 anni fa
DurationFormatConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DurationFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DurationFormatPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
DurationFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Intl.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
Intl.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ListFormat.cpp aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 anni fa
ListFormat.h 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String 2 anni fa
ListFormatConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ListFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ListFormatPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
ListFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Locale.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Locale.h 4548906e7b LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOs 2 anni fa
LocaleConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
LocaleConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
LocalePrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
LocalePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
MathematicalValue.cpp dc4207323b LibJS: Remove the VM parameter from the NumberToString AO 2 anni fa
MathematicalValue.h f816a24b86 LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2 anni fa
NumberFormat.cpp f816a24b86 LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2 anni fa
NumberFormat.h b411e30024 LibJS: Require a [[RoundingMode]] slot within FormatNumericToString 2 anni fa
NumberFormatConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
NumberFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
NumberFormatFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
NumberFormatFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
NumberFormatPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
NumberFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
PluralRules.cpp f816a24b86 LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2 anni fa
PluralRules.h e74e8381d5 LibJS: Allow "approximately" results to differ in plural form 2 anni fa
PluralRulesConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
PluralRulesConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
PluralRulesPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
PluralRulesPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RelativeTimeFormat.cpp f816a24b86 LibJS: Update spec numbers for the Intl NumberFormat v3 proposal 2 anni fa
RelativeTimeFormat.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
RelativeTimeFormatConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
RelativeTimeFormatConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RelativeTimeFormatPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
RelativeTimeFormatPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SegmentIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SegmentIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SegmentIteratorPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
SegmentIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Segmenter.cpp 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 anni fa
Segmenter.h 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 anni fa
SegmenterConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SegmenterConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SegmenterPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
SegmenterPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Segments.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Segments.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SegmentsPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
SegmentsPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 anni fa