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