summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/RelativeTimeFormat.cpp
AgeCommit message (Expand)Author
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-03-30LibJS: Explicitly indicate infallible incovationsTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.RelativeTimeFormatTimothy Flynn
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-30LibJS: Generalize Intl.NumberFormat to operate on Value typesTimothy Flynn
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToPartsTimothy Flynn
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatTimothy Flynn
2022-01-27LibJS: Add missing spec link for InitializeRelativeTimeFormatTimothy Flynn
2022-01-25LibJS: Use new construct AO overload where easily applicableTimothy Flynn
2022-01-25LibJS: Implement the Intl.RelativeTimeFormat constructorTimothy Flynn
2022-01-25LibJS: Implement a nearly empty Intl.RelativeTimeFormat objectTimothy Flynn