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:
parent
4868b888be
commit
88a560dd84
6 changed files with 70 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue