1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

LibJS: Begin implementing Temporal's CalendarMethodsRecord

This is part of a large refactor made as part of the temporal spec.
Most AOs using the calendar now pass through this record. There will
need to be a long process of going through updating AOs to use this
record.
This commit is contained in:
Shannon Booth 2024-02-10 14:30:14 +13:00 committed by Tim Flynn
parent 971e466521
commit fdfe06bb44
3 changed files with 264 additions and 0 deletions

View file

@ -288,6 +288,7 @@ namespace Temporal {
JS_ENUMERATE_TEMPORAL_OBJECTS
#undef __JS_ENUMERATE
class Temporal;
struct CalendarMethods;
struct DurationRecord;
struct DateDurationRecord;
struct TimeDurationRecord;