Files
ladybird/Userland/Libraries/LibJS/Runtime/Value.cpp
Linus Groh 1a7828a9f3 LibJS: Return default-constructed values instead of the INVALID constant
This is much more common across the whole codebase and even these two
files. The same is used to return an empty JS::Value in an exception
check, for example.
2021-09-15 18:41:33 +01:00

57 KiB