diff options
author | davidot <david.tuin@gmail.com> | 2021-06-25 17:01:00 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-26 18:16:53 +0100 |
commit | 19f505d32012928edc27856345f068e5122e3e5b (patch) | |
tree | cc1269d56f4df556b8232dc6adfb1170debcea6e /Userland/Libraries/LibGUI | |
parent | b1441a47b164f255e1613224c83e2ff68394b780 (diff) | |
download | serenity-19f505d32012928edc27856345f068e5122e3e5b.zip |
LibJS: Fix propagation of setters and getters from prototypes
If we define a property with just a setter/getter (not both) we must:
- take the previous getter/setter if defined on the actual object
- overwrite the other to nullptr if it is from a prototype
Diffstat (limited to 'Userland/Libraries/LibGUI')
0 files changed, 0 insertions, 0 deletions