mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibJS: Implement Temporal's Time Zone Methods Record
Similar to 'Calendar Methods Record', this is part of a refactor to the temporal spec which will need much work for all of the corresponding AOs to be updated to use. Put in a new header file to prevent circular include problems when using this new record.
This commit is contained in:
parent
15977ea42f
commit
fa692ae3f6
4 changed files with 180 additions and 0 deletions
|
@ -292,6 +292,7 @@ struct CalendarMethods;
|
|||
struct DurationRecord;
|
||||
struct DateDurationRecord;
|
||||
struct TimeDurationRecord;
|
||||
struct TimeZoneMethods;
|
||||
struct PartialDurationRecord;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue