From: Lady Date: Wed, 22 Nov 2023 02:27:25 +0000 (-0500) Subject: Make create⸺Function setup more flexible X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/7b948a4eb357614555c4cd031ea2a13efdffb7a5?hp=7b948a4eb357614555c4cd031ea2a13efdffb7a5 Make create⸺Function setup more flexible - Don’t assign the `.prototype` if it doesn’t already exist. (Note: It is not possible for a constructor to lack a `.prototype` without proxying.) - Don’t change the prototype of a function which has already had its prototype changed. ---