1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DisplayNames
Timothy Flynn 17bb652775 LibJS: Implement Intl.DisplayNames.prototype.of
Note that only option type=region is really implemented. Other types
will resort to the fallback option. This prototype method will be able
to implement other type options once LibUnicode supports more.
2021-08-26 22:04:09 +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: Implement Intl.DisplayNames.prototype.of 2021-08-26 22:04:09 +01:00