1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Utilities
Andreas Kling 3cf50539ec LibJS: Make Value() default-construct the undefined value
The special empty value (that we use for array holes, Optional<Value>
when empty and a few other other placeholder/sentinel tasks) still
exists, but you now create one via JS::js_special_empty_value() and
check for it with Value::is_special_empty_value().

The main idea here is to make it very unlikely to accidentally create an
unexpected special empty value.
2025-04-05 11:20:26 +02:00
..
abench.cpp LibMedia: Remove LibMedia::Audio::LoaderError 2024-11-22 12:43:57 +01:00
animation.cpp AK: Remove Statistics.h 2024-12-05 16:53:28 +01:00
dns.cpp LibDNS: Ensure non-blocking socket is used for TCP connections 2025-02-22 18:39:58 +01:00
image.cpp LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
js.cpp LibJS: Make Value() default-construct the undefined value 2025-04-05 11:20:26 +02:00
wasm.cpp Everywhere: Hoist the Utilities folder to the top-level 2024-11-10 12:50:45 +01:00
xml.cpp xml: Remove validity check on URL created with file scheme 2025-02-19 08:01:35 -05:00