LibJS: Implement Intl.Locale.prototype.variants

This is a normative change in the ECMA-402 spec. See:
e8c995a
This commit is contained in:
Timothy Flynn 2025-06-04 10:20:10 -04:00 committed by Tim Flynn
commit 128675770c
Notes: github-actions[bot] 2025-06-04 21:12:35 +00:00
7 changed files with 123 additions and 7 deletions

View file

@ -583,6 +583,7 @@ namespace JS {
P(value) \
P(valueOf) \
P(values) \
P(variants) \
P(wait) \
P(waitAsync) \
P(warn) \