Files
rose-ash/plans
giles ee422f3d15
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s
js-on-sx: Function constructor compiles + evaluates JS source
Was unconditionally throwing "Function constructor not supported".
Now js-function-ctor joins param strings with commas, wraps the
body in (function(<params>){<body>}), and runs it through js-eval.
Now Function('a', 'b', 'return a + b')(3,4) === 7.
built-ins/Function: 0/14 → 4/14. conformance.sh: 148/148.
2026-05-08 16:02:14 +00:00
..
2026-04-24 07:08:02 +00:00