mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibJS: Remove ToISODayOfWeek
This is an editorial change in the Temporal spec.
See: 3eab7e4
This commit is contained in:
parent
cabcdd838b
commit
fc6cf3cb9d
3 changed files with 32 additions and 37 deletions
|
@ -63,7 +63,6 @@ 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);
|
||||
u8 iso_days_in_month(i32 year, u8 month);
|
||||
u8 to_iso_day_of_week(i32 year, u8 month, u8 day);
|
||||
u8 to_iso_week_of_year(i32 year, u8 month, u8 day);
|
||||
String build_iso_month_code(u8 month);
|
||||
ThrowCompletionOr<double> resolve_iso_month(GlobalObject&, Object const& fields);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue