mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibJS: Rename ZonedDateTime's MatchBehavior enum members to match spec
This commit is contained in:
parent
f86ee71f65
commit
6ef1a2793f
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/linusg
Commit: 6ef1a2793f
2 changed files with 5 additions and 5 deletions
|
@ -47,8 +47,8 @@ enum class OffsetBehavior {
|
|||
};
|
||||
|
||||
enum class MatchBehavior {
|
||||
MatchExactly,
|
||||
MatchMinutes,
|
||||
Exactly,
|
||||
Minutes,
|
||||
};
|
||||
|
||||
ThrowCompletionOr<BigInt const*> interpret_iso_date_time_offset(GlobalObject&, i32 year, u8 month, u8 day, u8 hour, u8 minute, u8 second, u16 millisecond, u16 microsecond, u16 nanosecond, OffsetBehavior offset_behavior, double offset_nanoseconds, Value time_zone, StringView disambiguation, StringView offset_option, MatchBehavior match_behavior);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue