Files
ladybird/Libraries/LibJS/Runtime
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-23 09:47:23 +02:00
2020-04-23 09:47:23 +02:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-04-23 11:03:42 +02:00
2020-04-23 11:03:42 +02:00
2020-04-23 19:38:13 +02:00
2020-04-23 19:38:13 +02:00