ladybird/Libraries/LibJS/Runtime/Temporal
devgianlu 5f1a30197c LibCrypto: Remove the concept of invalid big integers
This concept is rarely used in codebase and very much error-prone
if you forget to check it.

Instead, make it so that operations that would produce invalid integers
return an error instead.
2025-04-28 12:05:26 +02:00
..
AbstractOperations.cpp LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
AbstractOperations.h LibJS: Migrate ToIntegerIfIntegral to ECMA-262 2025-03-01 14:49:20 +01:00
Calendar.cpp LibJS: Replace invalid reference to an [[Offset]] internal slot 2024-12-05 15:29:08 -05:00
Calendar.h LibJS: Replace invalid reference to an [[Offset]] internal slot 2024-12-05 15:29:08 -05:00
DateEquations.cpp
DateEquations.h
Duration.cpp LibJS: Integrate Temporal.Duration into Intl.DurationFormat 2025-03-01 14:49:20 +01:00
Duration.h LibJS: Make CombineDateAndTimeDuration infallible 2024-12-05 15:29:08 -05:00
DurationConstructor.cpp LibJS: Implement the Temporal.Duration relative-to ZonedDateTime options 2024-11-26 11:00:56 +01:00
DurationConstructor.h
DurationPrototype.cpp LibJS: Use Intl.DurationFormat for Temporal.Duration.p.toLocaleString 2025-03-01 14:49:20 +01:00
DurationPrototype.h
Instant.cpp LibJS: Make CombineDateAndTimeDuration infallible 2024-12-05 15:29:08 -05:00
Instant.h LibJS: Implement Temporal.Instant.prototype.until/since 2024-11-25 13:32:58 +01:00
InstantConstructor.cpp LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00
InstantConstructor.h LibJS: Implement the Temporal.Instant constructor 2024-11-25 13:32:58 +01:00
InstantPrototype.cpp LibJS: Implement the ECMA-402 Instant.prototype.toLocaleString.js 2024-11-29 09:52:12 +01:00
InstantPrototype.h LibJS: Implement Temporal.*.prototype.toZonedDateTimeISO and friends 2024-11-26 11:00:56 +01:00
ISO8601.cpp LibJS: Refer to RFC 9557 instead of ISO 8601 where appropriate 2025-01-17 10:08:06 +01:00
ISO8601.h
ISORecords.h
Now.cpp LibJS: Use Temporal for the Date constructor and Date.now() 2024-11-26 15:02:07 -05:00
Now.h LibJS: Use Temporal for the Date constructor and Date.now() 2024-11-26 15:02:07 -05:00
PlainDate.cpp LibJS: Update Date AOs to use Temporal 2025-03-01 14:49:20 +01:00
PlainDate.h
PlainDateConstructor.cpp
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Implement the ECMA-402 PlainDate.prototype.toLocaleString.js 2024-11-29 09:52:12 +01:00
PlainDatePrototype.h LibJS: Implement Temporal.*.prototype.toZonedDateTimeISO and friends 2024-11-26 11:00:56 +01:00
PlainDateTime.cpp LibJS: Update Date AOs to use Temporal 2025-03-01 14:49:20 +01:00
PlainDateTime.h LibJS: Update Date AOs to use Temporal 2025-03-01 14:49:20 +01:00
PlainDateTimeConstructor.cpp LibJS: Implement the Temporal.PlainDateTime constructor 2024-11-24 11:43:59 +01:00
PlainDateTimeConstructor.h LibJS: Implement the Temporal.PlainDateTime constructor 2024-11-24 11:43:59 +01:00
PlainDateTimePrototype.cpp LibJS: Convert errant MUST to TRY in Temporal.PlainDateTime.with 2025-01-17 10:08:06 +01:00
PlainDateTimePrototype.h LibJS: Implement Temporal.*.prototype.toZonedDateTimeISO and friends 2024-11-26 11:00:56 +01:00
PlainMonthDay.cpp LibJS: Disallow large dates in ToTemporalMonthDay 2025-03-01 14:49:20 +01:00
PlainMonthDay.h
PlainMonthDayConstructor.cpp
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp LibJS: Implement the ECMA-402 PlainMonthDay.prototype.toLocaleString.js 2024-11-29 09:52:12 +01:00
PlainMonthDayPrototype.h
PlainTime.cpp LibJS: Make CombineDateAndTimeDuration infallible 2024-12-05 15:29:08 -05:00
PlainTime.h LibJS: Use the TimeDuration alias a bit less in Temporal 2024-11-26 11:35:15 -05:00
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
PlainTimePrototype.h
PlainYearMonth.cpp LibJS: Update Date AOs to use Temporal 2025-03-01 14:49:20 +01:00
PlainYearMonth.h
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp LibJS: Implement the ECMA-402 PlainYearMonth.prototype.toLocaleString.js 2024-11-29 09:52:12 +01:00
PlainYearMonthPrototype.h
Temporal.cpp LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
Temporal.h
TimeZone.cpp LibJS: Update Date AOs to use Temporal 2025-03-01 14:49:20 +01:00
TimeZone.h LibJS: Stub out Temporal.ZonedDateTime.prototype.getTimeZoneTransition 2024-11-26 11:00:56 +01:00
ZonedDateTime.cpp LibJS: Make CombineDateAndTimeDuration infallible 2024-12-05 15:29:08 -05:00
ZonedDateTime.h LibJS: Implement Temporal.ZonedDateTime.prototype.since/until 2024-11-26 11:00:56 +01:00
ZonedDateTimeConstructor.cpp LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
ZonedDateTimeConstructor.h LibJS: Implement the Temporal.ZonedDateTime constructor 2024-11-26 11:00:56 +01:00
ZonedDateTimePrototype.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
ZonedDateTimePrototype.h LibJS: Implement Temporal.ZonedDateTime.prototype.to* 2024-11-26 11:00:56 +01:00