Files
rose-ash/lib/js
giles 96a7541d70
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 22s
js-on-sx: Object(null) and Object(undefined) return new empty object
Per ES spec, Object(value) returns a new object when value is null
or undefined. Was returning the argument itself, breaking
Object(null).toString(). Added a cond clause to Object.__callable__
that detects nil/js-undefined and falls through to (dict).
built-ins/Object: 15/50 → 16/50. conformance.sh: 148/148.
2026-05-07 21:19:43 +00:00
..