ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
2022-07-20 22:30:16 +01:00
..
NumberFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.NumberFormat object 2021-09-11 11:05:50 +01:00
NumberFormat.js LibJS+js: Parse new constructor options from Intl.NumberFormat V3 2022-07-13 19:22:26 +01:00
NumberFormat.prototype.format.js LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changes 2022-07-18 23:37:31 +01:00
NumberFormat.prototype.formatRange.js LibJS: Implement Intl.NumberFormat.prototype.formatRange 2022-07-20 22:30:16 +01:00
NumberFormat.prototype.formatToParts.js LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changes 2022-07-13 19:22:26 +01:00
NumberFormat.prototype.resolvedOptions.js LibJS: Allow specifying keyword values not directly defined for a locale 2022-07-15 12:31:43 +02:00
NumberFormat.supportedLocalesOf.js LibJS: Implement Intl.NumberFormat.supportedLocalesOf 2021-09-11 11:05:50 +01:00