ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DisplayNames
Timothy Flynn fdedb3ab33 LibJS: Remove duplicated error message from ErrorTypes.h
ErrorType::IntlInvalidCode has almost exactly the same message as
ErrorType::OptionIsNotValidValue. Remove it, as all uses of the former
are semantically interchangeable with the latter.
2021-09-02 17:56:42 +01:00
..
DisplayNames.@@toStringTag.js LibJS: Implement a nearly empty Intl.DisplayNames object 2021-08-26 22:04:09 +01:00
DisplayNames.js LibJS: Implement the Intl.DisplayNames constructor 2021-08-26 22:04:09 +01:00
DisplayNames.prototype.of.js LibJS: Remove duplicated error message from ErrorTypes.h 2021-09-02 17:56:42 +01:00
DisplayNames.prototype.resolvedOptions.js LibJS: Handle Unicode locale extensions in LookupMatcher AO 2021-09-01 14:14:47 +01:00