Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
Linus Groh ec62783af9 LibJS: Let Object::delete_property() return a bool, not Value
Just like the various define_property functions, this should return a
bool directly and let the caller deal with wrapping it in a Value, if
necessary.
2021-04-10 21:00:04 +02:00

37 KiB