mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibJS: Implement Temporal.PlainDate.prototype.month
This commit is contained in:
parent
3bec18432a
commit
a0af9b11fb
Notes:
sideshowbarker
2024-07-18 08:28:10 +09:00
Author: https://github.com/IdanHo
Commit: a0af9b11fb
Pull-request: https://github.com/SerenityOS/serenity/pull/8961
Reviewed-by: https://github.com/linusg ✅
5 changed files with 54 additions and 0 deletions
|
@ -35,6 +35,7 @@ Calendar* get_builtin_calendar(GlobalObject&, String const& identifier);
|
|||
Calendar* get_iso8601_calendar(GlobalObject&);
|
||||
Vector<String> calendar_fields(GlobalObject&, Object& calendar, Vector<StringView> const& field_names);
|
||||
double calendar_year(GlobalObject&, Object& calendar, Object& date_like);
|
||||
double calendar_month(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Object* to_temporal_calendar(GlobalObject&, Value);
|
||||
Object* to_temporal_calendar_with_iso_default(GlobalObject&, Value);
|
||||
Object* get_temporal_calendar_with_iso_default(GlobalObject&, Object&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue