Files
serenity/Userland/Libraries/LibJS/Runtime/Temporal/Duration.cpp
Linus Groh 77a18392ff LibJS: Make to_temporal_duration_record() time like Object a const&
This only calls Object::get() or some Duration getters on the
temporal_duration_like Object, both of which are const-qualified.
2021-09-09 23:46:45 +01:00

27 KiB