summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/RegExpStringIterator.cpp
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-07-12 14:30:30 -0400
committerLinus Groh <mail@linusgroh.de>2022-07-13 19:22:26 +0100
commit733192089fac01ac9f4128bdc393a72812317766 (patch)
tree61eb4d254fe0cdc15a3f6c5a9f584d37100ac389 /Userland/Libraries/LibJS/Runtime/RegExpStringIterator.cpp
parentcd4ee46b706e23ffd7efe57034f95e2d6090987a (diff)
downloadserenity-733192089fac01ac9f4128bdc393a72812317766.zip
LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changes
In the main spec, [[UseGrouping]] can be true or false. In V3, it may be one of: auto: Respect the per-locale preference for grouping. always: Ignore per-locale preference for grouping and always insert the grouping separator (note: true is now an alias for always). min2: Ignore per-locale preference for grouping and only insert the grouping separator if the primary group has at least 2 digits. false: Ignore per-locale preference for grouping and never insert the grouping separator.
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/RegExpStringIterator.cpp')
0 files changed, 0 insertions, 0 deletions