mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibJS: Remove IsISOLeapYear
This is an editorial change in the Temporal spec.
See: a36bdd4
This commit is contained in:
parent
6d0d7c8fd0
commit
a216c0b6df
3 changed files with 23 additions and 45 deletions
|
@ -62,7 +62,6 @@ ThrowCompletionOr<PlainMonthDay*> calendar_month_day_from_fields(GlobalObject&,
|
|||
String format_calendar_annotation(StringView id, StringView show_calendar);
|
||||
ThrowCompletionOr<bool> calendar_equals(GlobalObject&, Object& one, Object& two);
|
||||
ThrowCompletionOr<Object*> consolidate_calendars(GlobalObject&, Object& one, Object& two);
|
||||
bool is_iso_leap_year(i32 year);
|
||||
u8 iso_days_in_month(i32 year, u8 month);
|
||||
u8 to_iso_day_of_week(i32 year, u8 month, u8 day);
|
||||
u16 to_iso_day_of_year(i32 year, u8 month, u8 day);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue