Age | Commit message (Expand) | Author |
---|---|---|
2021-10-22 | LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOr | Linus Groh |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-09-04 | LibJS: Implement Intl.DisplayNames.supportedLocalesOf() | Linus Groh |
2021-08-26 | LibJS: Implement a nearly empty Intl.DisplayNames object | Timothy Flynn |