From: Lady Date: Fri, 24 Nov 2023 17:03:52 +0000 (-0500) Subject: Make getOwnPropertyDescriptor(s) safer X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/37155822c6ea043e92fe17fbb97086ad1785b89b?hp=37155822c6ea043e92fe17fbb97086ad1785b89b Make getOwnPropertyDescriptor(s) safer Return proxied property descriptor records from these functions (which inherit from null) to prevent weirdness should somebody try to modify `Object.prototype`. ---