From: Lady Date: Tue, 5 Sep 2023 00:27:48 +0000 (-0400) Subject: Cast to function name in createCallableFunction X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/393f4d07436fec754c9863fddf98b8503afdb2c9?ds=sidebyside;hp=393f4d07436fec754c9863fddf98b8503afdb2c9 Cast to function name in createCallableFunction This requires moving the definition of `toFunctionName` inside the same closure as `createCallableFunction` to ensure that it is defined before `createCallableFunction` is called (e·g when defining `ordinaryHasInstance`). ---