summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/CollatorCompareFunction.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2022-12-14LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtrLinus Groh
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-02-20LibJS: Add an initial implementation of Collator Compare FunctionsIdan Horowitz