From: Lady Date: Sat, 22 Jul 2023 06:39:26 +0000 (-0700) Subject: Ensure each function in value.js has correct name X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/a3c51d1ddf723f816d51cc73857f83e3107d9c78?ds=inline;hp=a3c51d1ddf723f816d51cc73857f83e3107d9c78 Ensure each function in value.js has correct name This requires making `sameValue` a wrapper of `Object.is` instead of literally the same function. ---