From: Lady Date: Sat, 21 Oct 2023 19:29:12 +0000 (-0400) Subject: Improve object.js a·p·i X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/8bf43f6e1898ca921d5e63b4513e4c6b2241ebc5?ds=sidebyside;hp=8bf43f6e1898ca921d5e63b4513e4c6b2241ebc5 Improve object.js a·p·i - Add tests for functions which were formerly just re·exports of standard library functions. - Test constructibility, name, and length for all exported functions. - Replace `isFrozenObject` and `isSealedObject` with `isUnfrozenObject` and `isUnsealedObject`, as the former versions return _true_, not _false_, when provided with a non·object argument. - Revise `setPrototype` to have better behaviours than the Ecmascript implementation when provided with a non·object argument. ---