mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-14 23:28:57 +00:00
This is a bit of a lie as the Value(Object const*) ctor will const_cast them in invoke(), but at least it ensures that nothing else in the function relies on getting non-const Objects. Perhaps we can have an actual Object const* Value in the future as well.