ladybird/Libraries/LibJS/Runtime/Intl
Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
The main motivation behind this is to remove JS specifics of the Realm
from the implementation of the Heap.

As a side effect of this change, this is a bit nicer to read than the
previous approach, and in my opinion, also makes it a little more clear
that this method is specific to a JavaScript Realm.
2024-11-13 16:51:44 -05:00
..
AbstractOperations.cpp
AbstractOperations.h
Collator.cpp
Collator.h
CollatorCompareFunction.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
CollatorCompareFunction.h
CollatorConstructor.cpp
CollatorConstructor.h
CollatorPrototype.cpp
CollatorPrototype.h
DateTimeFormat.cpp
DateTimeFormat.h
DateTimeFormatConstructor.cpp
DateTimeFormatConstructor.h
DateTimeFormatFunction.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
DateTimeFormatFunction.h
DateTimeFormatPrototype.cpp
DateTimeFormatPrototype.h
DisplayNames.cpp
DisplayNames.h
DisplayNamesConstructor.cpp
DisplayNamesConstructor.h
DisplayNamesPrototype.cpp
DisplayNamesPrototype.h
DurationFormat.cpp
DurationFormat.h
DurationFormatConstructor.cpp
DurationFormatConstructor.h
DurationFormatPrototype.cpp
DurationFormatPrototype.h
Intl.cpp
Intl.h
ListFormat.cpp
ListFormat.h
ListFormatConstructor.cpp
ListFormatConstructor.h
ListFormatPrototype.cpp
ListFormatPrototype.h
Locale.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
Locale.h
LocaleConstructor.cpp
LocaleConstructor.h
LocalePrototype.cpp
LocalePrototype.h
MathematicalValue.cpp
MathematicalValue.h
NumberFormat.cpp
NumberFormat.h
NumberFormatConstructor.cpp
NumberFormatConstructor.h
NumberFormatFunction.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
NumberFormatFunction.h
NumberFormatPrototype.cpp
NumberFormatPrototype.h
PluralRules.cpp
PluralRules.h
PluralRulesConstructor.cpp
PluralRulesConstructor.h
PluralRulesPrototype.cpp
PluralRulesPrototype.h
RelativeTimeFormat.cpp
RelativeTimeFormat.h
RelativeTimeFormatConstructor.cpp
RelativeTimeFormatConstructor.h
RelativeTimeFormatPrototype.cpp
RelativeTimeFormatPrototype.h
Segmenter.cpp
Segmenter.h
SegmenterConstructor.cpp
SegmenterConstructor.h
SegmenterPrototype.cpp
SegmenterPrototype.h
SegmentIterator.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
SegmentIterator.h
SegmentIteratorPrototype.cpp
SegmentIteratorPrototype.h
Segments.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
Segments.h
SegmentsPrototype.cpp
SegmentsPrototype.h
SingleUnitIdentifiers.h