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

LibJS: Implement Intl.Segmenter.prototype.segment

This commit is contained in:
Idan Horowitz 2022-01-30 01:31:59 +02:00 committed by Linus Groh
parent bbacea255f
commit 9001a8cbe1
4 changed files with 30 additions and 0 deletions

View file

@ -389,6 +389,7 @@ namespace JS {
P(seal) \
P(second) \
P(seconds) \
P(segment) \
P(sensitivity) \
P(set) \
P(setBigInt64) \