From: Lady Date: Sat, 22 Jul 2023 07:42:24 +0000 (-0700) Subject: Ensure each function in function.js has proper name X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/d807b9e7794776e0fad49b968346e94322d43a73?hp=d807b9e7794776e0fad49b968346e94322d43a73 Ensure each function in function.js has proper name Also provides a wrapper for `constructor` for parity even though this isn’t strictly required, and simplifies the implementation of `isConstructor` to make use of `completesNormally`. ---