1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 00:15:06 +00:00
Commit graph

2 commits

Author SHA1 Message Date
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
Andreas Kling
13d7c09125 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Renamed from Libraries/LibJS/Runtime/ProxyObject.h (Browse further)