Linus Groh 81d5bbcb04 LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr 2 years ago
..
AbstractOperations.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
AbstractOperations.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
Collator.cpp 6558f4ae6b LibJS: Implement get Intl.Collator.prototype.compare 3 years ago
Collator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
CollatorCompareFunction.cpp 46acce5142 LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr 2 years ago
CollatorCompareFunction.h 46acce5142 LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr 2 years ago
CollatorConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
CollatorConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
CollatorPrototype.cpp 46acce5142 LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr 2 years ago
CollatorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DateTimeFormat.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
DateTimeFormat.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
DateTimeFormatConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
DateTimeFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DateTimeFormatFunction.cpp 81d5bbcb04 LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr 2 years ago
DateTimeFormatFunction.h 81d5bbcb04 LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr 2 years ago
DateTimeFormatPrototype.cpp 81d5bbcb04 LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr 2 years ago
DateTimeFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DisplayNames.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
DisplayNames.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
DisplayNamesConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
DisplayNamesConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DisplayNamesPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
DisplayNamesPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DurationFormat.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
DurationFormat.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
DurationFormatConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
DurationFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
DurationFormatPrototype.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
DurationFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Intl.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
Intl.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ListFormat.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
ListFormat.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
ListFormatConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
ListFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
ListFormatPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
ListFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Locale.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
Locale.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
LocaleConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
LocaleConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
LocalePrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
LocalePrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
MathematicalValue.cpp 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 years ago
MathematicalValue.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
NumberFormat.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
NumberFormat.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
NumberFormatConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
NumberFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
NumberFormatFunction.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
NumberFormatFunction.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
NumberFormatPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
NumberFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
PluralRules.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PluralRules.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PluralRulesConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
PluralRulesConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
PluralRulesPrototype.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
PluralRulesPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
RelativeTimeFormat.cpp 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr 2 years ago
RelativeTimeFormat.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
RelativeTimeFormatConstructor.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
RelativeTimeFormatConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
RelativeTimeFormatPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
RelativeTimeFormatPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SegmentIterator.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
SegmentIterator.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SegmentIteratorPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
SegmentIteratorPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Segmenter.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
Segmenter.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
SegmenterConstructor.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
SegmenterConstructor.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SegmenterPrototype.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
SegmenterPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
Segments.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
Segments.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SegmentsPrototype.cpp 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
SegmentsPrototype.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 years ago