Files
rose-ash/lib/js
giles 843c3a7e5e
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 59s
js-on-sx: raise JS TypeError for non-callable callee, undefined()
Calling a non-callable raised an OCaml-level Eval_error "Not callable"
that JS try/catch couldn't intercept. Added a (js-function? callable)
precheck in js-apply-fn that raises a TypeError instance via
(js-new-call TypeError (list msg)) so e instanceof TypeError is
true. Same swap for the undefined() branch in js-call-plain (was
raising a bare string). built-ins/String: 71/99 → 73/99 (canonical),
74/99 → 75/99 (isolated). conformance.sh: 148/148.
2026-05-07 15:58:16 +00:00
..