1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

LibJS: Implement Intl.PluralRules.prototype.selectRange

This commit is contained in:
Timothy Flynn 2022-07-11 11:28:10 -04:00 committed by Linus Groh
parent a337b059dd
commit f089c11b5b
7 changed files with 150 additions and 0 deletions

View file

@ -409,6 +409,7 @@ namespace JS {
P(secondsDisplay) \
P(segment) \
P(select) \
P(selectRange) \
P(sensitivity) \
P(set) \
P(setBigInt64) \