ladybird/Userland/Libraries/LibJS/Runtime/Temporal
Linus Groh bdb13a74b0 LibJS: Describe various kinds of "Duration Records"
This is an editorial change in the Temporal spec.

See: 983902e

We already had these defined as structs, but now they're properly
defined in the spec (opposed to the previous anonymous records), and we
don't have to make up our own names anymore :^)

Note that while we're usually not including 'record' in the name, in
this case the 'Duration Record' has a name clash with the Duration
object. Additionally, later editorial changes introduce CreateFooRecord
AOs, so let's just go with FooRecord structs here.
2022-03-10 23:20:39 +01:00
..
AbstractOperations.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
AbstractOperations.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
Calendar.cpp LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
Calendar.h
CalendarConstructor.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
CalendarConstructor.h
CalendarPrototype.cpp LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
CalendarPrototype.h
Duration.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
Duration.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
DurationConstructor.cpp
DurationConstructor.h
DurationPrototype.cpp
DurationPrototype.h
Instant.cpp
Instant.h
InstantConstructor.cpp
InstantConstructor.h
InstantPrototype.cpp
InstantPrototype.h
ISO8601.cpp
ISO8601.h
Now.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
Now.h
PlainDate.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDate.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDateConstructor.cpp
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
PlainDatePrototype.h
PlainDateTime.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDateTime.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDateTimeConstructor.cpp
PlainDateTimeConstructor.h
PlainDateTimePrototype.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
PlainDateTimePrototype.h
PlainMonthDay.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
PlainMonthDay.h
PlainMonthDayConstructor.cpp
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp
PlainMonthDayPrototype.h
PlainTime.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainTime.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp
PlainTimePrototype.h
PlainYearMonth.cpp
PlainYearMonth.h
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp
PlainYearMonthPrototype.h
Temporal.cpp
Temporal.h
TimeZone.cpp LibJS: Convert get_iana_time_zone_epoch_value() to MarkedVector<BigInt*> 2022-02-09 12:25:27 +00:00
TimeZone.h LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
TimeZoneConstructor.cpp
TimeZoneConstructor.h
TimeZonePrototype.cpp LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
TimeZonePrototype.h
ZonedDateTime.cpp LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
ZonedDateTime.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
ZonedDateTimeConstructor.cpp
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp
ZonedDateTimePrototype.h