Files
rose-ash/lib/js
giles d676bcb6b7
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 22s
js-on-sx: fn.constructor === Function for function instances
Per ES, every function instance's constructor slot points to the
Function global. Was returning undefined for (function () {})
.constructor. Added constructor to the function-property cond in
js-get-prop; returns js-function-global.
conformance.sh: 148/148.
2026-05-08 03:24:31 +00:00
..