From: Lady Date: Sun, 5 Nov 2023 20:41:30 +0000 (-0500) Subject: Redo create⸺Function A·P·I in function.js X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/37ab7f76d34b76493528f20e7427ef9534a8edf7?hp=37ab7f76d34b76493528f20e7427ef9534a8edf7 Redo create⸺Function A·P·I in function.js `createCallableFunction` and `createIllegalConstructor` are now joined by a `createArrowFunction`, and all three have extremely similar interfaces. Further refactoring is probably necessary elsewhere in the codebase to make use of these changes. ---