Files
ladybird/Libraries/LibJS
Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state
JS::Value already has the empty state ({} or Value() gives you one.)
Use this instead of wrapping Value in Optional in some places.
I've also added Value::value_or(Value) so you can easily provide a
fallback value when one is not present.
2020-04-25 18:45:22 +02:00
..
2020-04-21 23:47:39 +02:00
2020-04-14 12:54:09 +02:00
2020-04-21 23:47:39 +02:00
2020-04-22 11:48:14 +02:00
2020-04-24 11:18:57 +02:00