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