Files
ladybird/Userland/Libraries/LibJS
Linus Groh 7565b1fda8 LibJS: Let Completion::update_empty() take an Optional<Value>
It also needs to be able to take what the spec calls 'empty', which is
an Optional<Value> in this case (*not* an empty JS::Value). The common
use case is updating a completion with another completion, that may also
have an empty [[Value]] slot.
2022-01-02 20:48:38 +01:00
..
2021-12-16 22:48:17 +01:00
2021-12-16 22:48:17 +01:00