]> Lady’s Gitweb - Pisces/commitdiff
Improve object.js a·p·i
authorLady <redacted>
Sat, 21 Oct 2023 19:29:12 +0000 (15:29 -0400)
committerLady <redacted>
Sat, 21 Oct 2023 19:29:12 +0000 (15:29 -0400)
- 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.


No differences found
This page took 0.018788 seconds and 4 git commands to generate.