mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Implement Intl.ListFormat.prototype.format
This commit is contained in:
parent
3b410742ab
commit
cdba40f7ea
Notes:
sideshowbarker
2024-07-18 04:33:16 +09:00
Author: https://github.com/trflynn89
Commit: cdba40f7ea
Pull-request: https://github.com/SerenityOS/serenity/pull/9861
Reviewed-by: https://github.com/linusg ✅
7 changed files with 517 additions and 0 deletions
|
@ -167,6 +167,7 @@ namespace JS {
|
|||
P(fontcolor) \
|
||||
P(fontsize) \
|
||||
P(forEach) \
|
||||
P(format) \
|
||||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
P(from) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue