Age | Commit message (Expand) | Author |
---|---|---|
2021-10-22 | LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOr | Linus Groh |
2021-10-20 | LibJS: Rename define_native_function => define_old_native_function | Idan Horowitz |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-09-18 | LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr | Idan Horowitz |
2021-09-11 | LibJS: Implement a nearly empty Intl.NumberFormat object | Timothy Flynn |
2021-09-06 | LibJS: Implement a nearly empty Intl.ListFormat object | Timothy Flynn |
2021-09-02 | LibJS: Implement a nearly empty Intl.Locale object | Timothy Flynn |
2021-08-26 | LibJS: Implement Intl.getCanonicalLocales | Timothy Flynn |
2021-08-26 | LibJS: Implement a nearly empty Intl.DisplayNames object | Timothy Flynn |
2021-08-08 | LibJS: Implement Intl[@@toStringTag] | Linus Groh |
2021-08-08 | LibJS: Add the Intl namespace object :^) | Linus Groh |