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

LibJS: Implement Intl.Locale.prototype.textInfo property

This commit is contained in:
Timothy Flynn 2022-07-05 19:50:24 -04:00 committed by Linus Groh
parent 4868b888be
commit 88a560dd84
6 changed files with 70 additions and 0 deletions

View file

@ -139,6 +139,7 @@ namespace JS {
P(deleteProperty) \
P(deref) \
P(description) \
P(direction) \
P(disambiguation) \
P(done) \
P(dotAll) \
@ -469,6 +470,7 @@ namespace JS {
P(tan) \
P(tanh) \
P(test) \
P(textInfo) \
P(then) \
P(time) \
P(timeEnd) \