Files
rose-ash/lib
giles e97bdc4602
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 32s
js-on-sx: native prototypes carry wrapped primitive marker
Per ES, Boolean.prototype is a Boolean wrapper around false,
Number.prototype wraps 0, String.prototype wraps "". So
Boolean.prototype == false (loose-eq unwraps), and
Object.prototype.toString.call(Number.prototype) ===
"[object Number]". Set __js_*_value__ on each in post-init.
built-ins/Boolean: 23/27 → 24/27, String: 80/99 → 84/99.
conformance.sh: 148/148.
2026-05-08 11:27:18 +00:00
..