mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:57:44 +00:00
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
This commit is contained in:
parent
1ea604adb1
commit
1292d80b93
6 changed files with 173 additions and 0 deletions
|
@ -69,5 +69,6 @@ i32 iso_year(Object& temporal_object);
|
|||
u8 iso_month(Object& temporal_object);
|
||||
String iso_month_code(Object& temporal_object);
|
||||
u8 iso_day(Object& temporal_object);
|
||||
Object* default_merge_fields(GlobalObject&, Object& fields, Object& additional_fields);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue