Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
..
AbstractOperations.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
AbstractOperations.h b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anos atrás
CollatorCompareFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
CollatorConstructor.cpp 1708c1fdfe LibJS: Stop propagating small OOM errors from Intl.Collator 1 ano atrás
CollatorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
CollatorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anos atrás
CollatorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DateTimeFormat.cpp 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 1 ano atrás
DateTimeFormat.h b78cbf88db LibJS: Stop propagating small OOM errors from Intl.DateTimeFormat 1 ano atrás
DateTimeFormatConstructor.cpp 05e080c4ba LibJS: Correctly resolve locale hour cycles in Intl.DateTimeFormat 1 ano atrás
DateTimeFormatConstructor.h 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 1 ano atrás
DateTimeFormatFunction.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
DateTimeFormatFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DateTimeFormatPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
DateTimeFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DisplayNames.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano atrás
DisplayNames.h bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 anos atrás
DisplayNamesConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano atrás
DisplayNamesConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DisplayNamesPrototype.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano atrás
DisplayNamesPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DurationFormat.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
DurationFormat.h 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 ano atrás
DurationFormatConstructor.cpp 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 ano atrás
DurationFormatConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
DurationFormatPrototype.cpp 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 ano atrás
DurationFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
Intl.cpp 0bc401a1d6 LibTimeZone+Userland: Include Link entries when returning all time zones 1 ano atrás
Intl.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
ListFormat.cpp 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 ano atrás
ListFormat.h 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 ano atrás
ListFormatConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano atrás
ListFormatConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
ListFormatPrototype.cpp 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 ano atrás
ListFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
Locale.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 ano atrás
Locale.h 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 ano atrás
LocaleConstructor.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 ano atrás
LocaleConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
LocalePrototype.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 ano atrás
LocalePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
MathematicalValue.cpp 30a812b77b LibJS: Stop propagating small OOM errors from Intl.MathematicalValue 1 ano atrás
MathematicalValue.h 30a812b77b LibJS: Stop propagating small OOM errors from Intl.MathematicalValue 1 ano atrás
NumberFormat.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
NumberFormat.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
NumberFormatConstructor.cpp 03be26317f LibJS: Alphabetize handling some Intl.NumberFormat/PluralRules options 1 ano atrás
NumberFormatConstructor.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
NumberFormatFunction.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
NumberFormatFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
NumberFormatPrototype.cpp 03be26317f LibJS: Alphabetize handling some Intl.NumberFormat/PluralRules options 1 ano atrás
NumberFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
PluralRules.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
PluralRules.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
PluralRulesConstructor.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
PluralRulesConstructor.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 ano atrás
PluralRulesPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
PluralRulesPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
RelativeTimeFormat.cpp b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 ano atrás
RelativeTimeFormat.h b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 ano atrás
RelativeTimeFormatConstructor.cpp b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 ano atrás
RelativeTimeFormatConstructor.h b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 ano atrás
RelativeTimeFormatPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 ano atrás
RelativeTimeFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
SegmentIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anos atrás
SegmentIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anos atrás
SegmentIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anos atrás
SegmentIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
Segmenter.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anos atrás
Segmenter.h 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 anos atrás
SegmenterConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 ano atrás
SegmenterConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
SegmenterPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anos atrás
SegmenterPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
Segments.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anos atrás
Segments.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anos atrás
SegmentsPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
SegmentsPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anos atrás
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 anos atrás