ladybird/Userland/Libraries/LibJS/Runtime/Temporal
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
AbstractOperations.cpp LibJS: Remove ToTemporalDateTimeRoundingIncrement 2024-03-26 17:22:46 -04:00
AbstractOperations.h LibJS: Remove ToTemporalDateTimeRoundingIncrement 2024-03-26 17:22:46 -04:00
Calendar.cpp LibJS: Fix copy paste errors in Temporal's Calendar Methods Record 2024-02-20 06:54:32 -05:00
Calendar.h LibJS: Begin using CalendarMethodsRecord for AOs 2024-02-16 12:27:23 -05:00
CalendarConstructor.cpp
CalendarConstructor.h
CalendarPrototype.cpp LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
CalendarPrototype.h
Duration.cpp LibJS: Use TimeZoneMethods in GetOffsetNanosecondsFor 2024-03-02 12:27:20 +01:00
Duration.h LibJS: Begin using CalendarMethodsRecord for AOs 2024-02-16 12:27:23 -05:00
DurationConstructor.cpp LibJS: Make ToRelativeTemporalObject return a RelativeTo struct 2024-02-25 07:51:28 -05:00
DurationConstructor.h
DurationPrototype.cpp LibJS: Rename ToSecondsStringPrecision to ToSecondsStringPrecisionRecord 2024-03-23 08:46:56 -04:00
DurationPrototype.h
Instant.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Instant.h LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
InstantConstructor.cpp
InstantConstructor.h
InstantPrototype.cpp LibJS: Rename ToSecondsStringPrecision to ToSecondsStringPrecisionRecord 2024-03-23 08:46:56 -04:00
InstantPrototype.h
ISO8601.cpp
ISO8601.h
Now.cpp
Now.h
PlainDate.cpp LibJS: Verify valid Duraton is made in DifferenceTemporalPlainDate 2024-02-16 12:27:23 -05:00
PlainDate.h LibJS: Begin using CalendarMethodsRecord for AOs 2024-02-16 12:27:23 -05:00
PlainDateConstructor.cpp
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Make DisambiguatePossibleInstants take a vector of NonullGCPtr 2024-03-02 12:27:20 +01:00
PlainDatePrototype.h
PlainDateTime.cpp LibJS: Begin using CalendarMethodsRecord for AOs 2024-02-16 12:27:23 -05:00
PlainDateTime.h LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
PlainDateTimeConstructor.cpp
PlainDateTimeConstructor.h
PlainDateTimePrototype.cpp LibJS: Remove ToTemporalDateTimeRoundingIncrement 2024-03-26 17:22:46 -04:00
PlainDateTimePrototype.h
PlainMonthDay.cpp
PlainMonthDay.h
PlainMonthDayConstructor.cpp
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp
PlainMonthDayPrototype.h
PlainTime.cpp LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
PlainTime.h LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp LibJS: Rename ToSecondsStringPrecision to ToSecondsStringPrecisionRecord 2024-03-23 08:46:56 -04:00
PlainTimePrototype.h
PlainYearMonth.cpp LibJS: Begin using CalendarMethodsRecord for AOs 2024-02-16 12:27:23 -05:00
PlainYearMonth.h LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp
PlainYearMonthPrototype.h
Temporal.cpp
Temporal.h
TimeZone.cpp LibJS: Use TimeZoneMethods in DisambiguatePossibleInstants 2024-03-02 12:27:20 +01:00
TimeZone.h LibJS: Use TimeZoneMethods in DisambiguatePossibleInstants 2024-03-02 12:27:20 +01:00
TimeZoneConstructor.cpp
TimeZoneConstructor.h
TimeZoneMethods.cpp LibJS: Implement Temporal's Time Zone Methods Record 2024-02-25 07:51:28 -05:00
TimeZoneMethods.h LibJS: Implement Temporal's Time Zone Methods Record 2024-02-25 07:51:28 -05:00
TimeZonePrototype.cpp
TimeZonePrototype.h
ZonedDateTime.cpp LibJS: Use TimeZoneMethods in DisambiguatePossibleInstants 2024-03-02 12:27:20 +01:00
ZonedDateTime.h LibJS: Make CreateTemporalDuration return a NonnullGCPtr 2024-02-16 12:27:23 -05:00
ZonedDateTimeConstructor.cpp
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp LibJS: Remove ToTemporalDateTimeRoundingIncrement 2024-03-26 17:22:46 -04:00
ZonedDateTimePrototype.h