summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/Intl.cpp
AgeCommit message (Expand)Author
2021-10-22LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-09-18LibJS: Convert canonicalize_locale_list() to ThrowCompletionOrIdan Horowitz
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn
2021-08-26LibJS: Implement Intl.getCanonicalLocalesTimothy Flynn
2021-08-26LibJS: Implement a nearly empty Intl.DisplayNames objectTimothy Flynn
2021-08-08LibJS: Implement Intl[@@toStringTag]Linus Groh
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh