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