1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 21:55:08 +00:00
serenity/Userland/Libraries/LibJS/Runtime/Temporal
Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
AbstractOperations.cpp LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
AbstractOperations.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
Calendar.cpp LibJS: Port Value::get_method() to GCPtr 2023-04-14 09:59:29 +02:00
Calendar.h
CalendarConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
CalendarConstructor.h
CalendarPrototype.cpp LibJS: Port iterator_step() to GCPtr 2023-04-15 16:23:03 +02:00
CalendarPrototype.h
Duration.cpp LibJS: Port Value::get_method() to GCPtr 2023-04-14 09:59:29 +02:00
Duration.h
DurationConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
DurationConstructor.h
DurationPrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
DurationPrototype.h
Instant.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
Instant.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
InstantConstructor.cpp LibJS: Port Value::to_bigint() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
InstantConstructor.h
InstantPrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
InstantPrototype.h
ISO8601.cpp
ISO8601.h
Now.cpp Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Now.h
PlainDate.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainDate.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainDateConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
PlainDatePrototype.h
PlainDateTime.cpp LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
PlainDateTime.h LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
PlainDateTimeConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
PlainDateTimeConstructor.h
PlainDateTimePrototype.cpp LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
PlainDateTimePrototype.h
PlainMonthDay.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainMonthDay.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainMonthDayConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
PlainMonthDayPrototype.h
PlainTime.cpp LibJS/Temporal: Perform floating point arithmetic in RoundTime 2023-07-01 06:51:25 +02:00
PlainTime.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainTimeConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
PlainTimeConstructor.h
PlainTimePrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
PlainTimePrototype.h
PlainYearMonth.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainYearMonth.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
PlainYearMonthConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
PlainYearMonthPrototype.h
Temporal.cpp LibJS: Make well-known symbol getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
Temporal.h
TimeZone.cpp LibJS: Port iterator_step() to GCPtr 2023-04-15 16:23:03 +02:00
TimeZone.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
TimeZoneConstructor.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
TimeZoneConstructor.h
TimeZonePrototype.cpp LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
TimeZonePrototype.h
ZonedDateTime.cpp LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
ZonedDateTime.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
ZonedDateTimeConstructor.cpp LibJS: Port Value::to_bigint() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2023-07-01 06:51:25 +02:00
ZonedDateTimePrototype.h