ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn 15c5fbd9e9 LibJS: Implement number grouping for Intl.NumberFormat
For example, in en-US, the number 123456 should be formatted as the
string "123,456". In en-IN, it should be formatted as "1,23,456".
2021-11-14 10:35:19 +00:00
..
NumberFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.NumberFormat object 2021-09-11 11:05:50 +01:00
NumberFormat.js LibJS: Implement the Intl.NumberFormat constructor 2021-09-11 11:05:50 +01:00
NumberFormat.prototype.format.js LibJS: Implement number grouping for Intl.NumberFormat 2021-11-14 10:35:19 +00:00
NumberFormat.prototype.formatToParts.js LibJS: Implement number grouping for Intl.NumberFormat 2021-11-14 10:35:19 +00:00
NumberFormat.prototype.resolvedOptions.js LibJS: Implement Intl.NumberFormat.prototype.resolvedOptions 2021-09-11 11:05:50 +01:00
NumberFormat.supportedLocalesOf.js LibJS: Implement Intl.NumberFormat.supportedLocalesOf 2021-09-11 11:05:50 +01:00