mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibJS: Implement Temporal.Calendar.prototype.dayOfWeek
This commit is contained in:
parent
59dc0e8421
commit
339b0a17e8
Notes:
sideshowbarker
2024-07-18 08:27:51 +09:00
Author: https://github.com/IdanHo
Commit: 339b0a17e8
Pull-request: https://github.com/SerenityOS/serenity/pull/8961
Reviewed-by: https://github.com/linusg ✅
6 changed files with 57 additions and 0 deletions
|
@ -106,6 +106,7 @@ namespace JS {
|
|||
P(create) \
|
||||
P(dateFromFields) \
|
||||
P(day) \
|
||||
P(dayOfWeek) \
|
||||
P(days) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue