Idan Horowitz 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr vor 3 Jahren
..
AbstractOperations.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible vor 3 Jahren
AbstractOperations.h be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr vor 3 Jahren
Calendar.cpp e26d9f419b LibJS: Remove vm.construct and it's usages vor 3 Jahren
Calendar.h 2c222ba40b LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate() vor 3 Jahren
CalendarConstructor.cpp 2d2ba4eec6 LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr vor 3 Jahren
CalendarConstructor.h 2d2ba4eec6 LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr vor 3 Jahren
CalendarPrototype.cpp 2d2ba4eec6 LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr vor 3 Jahren
CalendarPrototype.h 2d2ba4eec6 LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr vor 3 Jahren
Duration.cpp 20d990563c LibJS: Convert to_number() to ThrowCompletionOr vor 3 Jahren
Duration.h a95b321bf1 LibJS: Add missing headers vor 3 Jahren
DurationConstructor.cpp 5e9e3f9dc8 LibJS: Convert Temporal.Duration functions to ThrowCompletionOr vor 3 Jahren
DurationConstructor.h 5e9e3f9dc8 LibJS: Convert Temporal.Duration functions to ThrowCompletionOr vor 3 Jahren
DurationPrototype.cpp 5e9e3f9dc8 LibJS: Convert Temporal.Duration functions to ThrowCompletionOr vor 3 Jahren
DurationPrototype.h 5e9e3f9dc8 LibJS: Convert Temporal.Duration functions to ThrowCompletionOr vor 3 Jahren
Instant.cpp 60ee542612 LibJS: Mark GetEpochFromISOParts as infallible vor 3 Jahren
Instant.h 20337a34a2 LibJS: Convert Instant AOs to ThrowCompletionOr vor 3 Jahren
InstantConstructor.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr vor 3 Jahren
InstantConstructor.h 149231d47d LibJS: Convert Temporal.Instant functions to ThrowCompletionOr vor 3 Jahren
InstantPrototype.cpp 149231d47d LibJS: Convert Temporal.Instant functions to ThrowCompletionOr vor 3 Jahren
InstantPrototype.h 149231d47d LibJS: Convert Temporal.Instant functions to ThrowCompletionOr vor 3 Jahren
Now.cpp df67f4978e LibJS: Convert Temporal.Now functions to ThrowCompletionOr vor 3 Jahren
Now.h df67f4978e LibJS: Convert Temporal.Now functions to ThrowCompletionOr vor 3 Jahren
PlainDate.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
PlainDate.h 99adb54391 LibJS: Implement Temporal.Calendar.prototype.dateUntil() vor 3 Jahren
PlainDateConstructor.cpp 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr vor 3 Jahren
PlainDateConstructor.h 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr vor 3 Jahren
PlainDatePrototype.cpp 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr vor 3 Jahren
PlainDatePrototype.h 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr vor 3 Jahren
PlainDateTime.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
PlainDateTime.h d764f1c699 LibJS: Convert PlainDateTime AOs to ThrowCompletionOr vor 3 Jahren
PlainDateTimeConstructor.cpp c043b818ad LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr vor 3 Jahren
PlainDateTimeConstructor.h c043b818ad LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr vor 3 Jahren
PlainDateTimePrototype.cpp c043b818ad LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr vor 3 Jahren
PlainDateTimePrototype.h c043b818ad LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr vor 3 Jahren
PlainMonthDay.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
PlainMonthDay.h 5ea1810ada LibJS: Convert PlainMonthDay AOs to ThrowCompletionOr vor 3 Jahren
PlainMonthDayConstructor.cpp c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr vor 3 Jahren
PlainMonthDayConstructor.h c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr vor 3 Jahren
PlainMonthDayPrototype.cpp c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr vor 3 Jahren
PlainMonthDayPrototype.h c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr vor 3 Jahren
PlainTime.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
PlainTime.h ef004c6b98 LibJS: Use round_number_to_increment(double) in round_time() vor 3 Jahren
PlainTimeConstructor.cpp e4e04528af LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr vor 3 Jahren
PlainTimeConstructor.h e4e04528af LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr vor 3 Jahren
PlainTimePrototype.cpp e4e04528af LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr vor 3 Jahren
PlainTimePrototype.h e4e04528af LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr vor 3 Jahren
PlainYearMonth.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
PlainYearMonth.h c57a78423d LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr vor 3 Jahren
PlainYearMonthConstructor.cpp 15f52c5f8e LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr vor 3 Jahren
PlainYearMonthConstructor.h 15f52c5f8e LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr vor 3 Jahren
PlainYearMonthPrototype.cpp 15f52c5f8e LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr vor 3 Jahren
PlainYearMonthPrototype.h 15f52c5f8e LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr vor 3 Jahren
Temporal.cpp be07e2e91b LibJS: Start implementing Temporal.PlainMonthDay vor 4 Jahren
Temporal.h 8269921212 LibJS: Add the Temporal namespace object :^) vor 4 Jahren
TimeZone.cpp be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr vor 3 Jahren
TimeZone.h cc00a726a8 LibJS: Convert TimeZone AOs to ThrowCompletionOr vor 3 Jahren
TimeZoneConstructor.cpp 7085458a23 LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr vor 3 Jahren
TimeZoneConstructor.h 7085458a23 LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr vor 3 Jahren
TimeZonePrototype.cpp 7085458a23 LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr vor 3 Jahren
TimeZonePrototype.h 7085458a23 LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr vor 3 Jahren
ZonedDateTime.cpp 1822b2938e LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr vor 3 Jahren
ZonedDateTime.h 1822b2938e LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr vor 3 Jahren
ZonedDateTimeConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr vor 3 Jahren
ZonedDateTimeConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr vor 3 Jahren
ZonedDateTimePrototype.cpp 9143d37907 LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOr vor 3 Jahren
ZonedDateTimePrototype.h 9143d37907 LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOr vor 3 Jahren