ladybird/Userland/Libraries/LibJS/Runtime/Temporal
davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls
Since VM::exception() no longer exists this is now useless. All of these
calls to clear_exception were just to clear the VM state after some
(potentially) failed evaluation and did not use the exception itself.
2022-02-08 09:12:42 +00:00
..
AbstractOperations.cpp LibJS: Remove '-000000' check from ParseTemporalYearMonthString 2022-02-04 20:00:34 +00:00
AbstractOperations.h LibJS: Use consistent name for offset strings 2022-01-23 00:22:10 +00:00
Calendar.cpp Everywhere: Rename JS::PropertyKey variables from property_{name => key} 2022-02-06 22:02:45 +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: Implement proper Iterator records 2022-01-09 22:02:43 +01:00
CalendarPrototype.h
Duration.cpp
Duration.h
DurationConstructor.cpp
DurationConstructor.h
DurationPrototype.cpp LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor 2022-01-23 18:53:42 +02:00
DurationPrototype.h
Instant.cpp LibJS: Mark CreateTemporalTimeZone("UTC") as infallible 2022-01-13 19:25:56 +01:00
Instant.h
InstantConstructor.cpp
InstantConstructor.h
InstantPrototype.cpp
InstantPrototype.h
ISO8601.cpp LibJS: Avoid ambiguity in TimeZone production 2022-01-23 00:22:10 +00:00
ISO8601.h LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string() 2022-01-23 00:22:10 +00:00
Now.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
Now.h
PlainDate.cpp
PlainDate.h
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
PlainDateTime.h
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
PlainTime.h
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor 2022-01-23 18:53:42 +02:00
PlainTimePrototype.h
PlainYearMonth.cpp
PlainYearMonth.h
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp LibJS: Make CreateTemporalDuration infallible in PlainYearMonthPrototype 2022-01-23 00:22:10 +00:00
PlainYearMonthPrototype.h
Temporal.cpp
Temporal.h
TimeZone.cpp LibJS+Everywhere: Remove all VM::clear_exception() calls 2022-02-08 09:12:42 +00:00
TimeZone.h LibJS: Pass valid offset string directly to CreateTemporalTimeZone 2022-01-23 00:22:10 +00:00
TimeZoneConstructor.cpp LibJS: Pass valid offset string directly to CreateTemporalTimeZone 2022-01-23 00:22:10 +00:00
TimeZoneConstructor.h
TimeZonePrototype.cpp
TimeZonePrototype.h
ZonedDateTime.cpp LibJS: Use consistent name for offset strings 2022-01-23 00:22:10 +00:00
ZonedDateTime.h
ZonedDateTimeConstructor.cpp
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor 2022-01-23 18:53:42 +02:00
ZonedDateTimePrototype.h