]> Lady’s Gitweb - Pisces/commit
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)
commit8bf43f6e1898ca921d5e63b4513e4c6b2241ebc5
tree1dac5badc3a5d1098ceec532b66cc434d0ccd3b9
parent225ca0613195c79140b32ea1b476e09efec20613
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.
object.js
object.test.js
This page took 0.022023 seconds and 4 git commands to generate.