1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-30 10:22:13 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/Locale
Timothy Flynn 1d76738dde LibJS: Change Intl.Locale info APIs from property getters to methods
This is a normative change in the Intl Locale Info spec. See:
e550152
2023-11-13 20:10:58 +01:00
..
Locale.@@toStringTag.js
Locale.js
Locale.prototype.baseName.js
Locale.prototype.calendar.js
Locale.prototype.caseFirst.js
Locale.prototype.collation.js
Locale.prototype.firstDayOfWeek.js LibJS: Implement Intl.Locale.prototype.firstDayOfWeek 2023-11-13 20:10:58 +01:00
Locale.prototype.getCalendars.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getCollations.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getHourCycles.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getNumberingSystems.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getTextInfo.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getTimeZones.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.getWeekInfo.js LibJS: Change Intl.Locale info APIs from property getters to methods 2023-11-13 20:10:58 +01:00
Locale.prototype.hourCycle.js
Locale.prototype.language.js
Locale.prototype.maximize.js LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
Locale.prototype.minimize.js LibLocale: Update to CLDR version 44.0.1 2023-11-06 08:31:56 -05:00
Locale.prototype.numberingSystem.js
Locale.prototype.numeric.js
Locale.prototype.region.js
Locale.prototype.script.js
Locale.prototype.toString.js