code wiki / _hdl_build / nx_js_es_census.nx
nx_js_es_census.nx
buildroot/runtime/_hdl_build/nx_js_es_census.nx
about
nx_js_es_census.nx -- MEASURE the modern-ES surface of the sovereign JS engine (present vs absent), so
the SPA-giant arc builds the RIGHT features in priority order (data-driven, no-wave). Each probe runs a
real snippet via js_run_source; PRESENT iff it yields the expected value (absence usually = parse error).
GREEN iff the census is VALID (pos-control PRESENT + neg-control ABSENT) -- NOT iff all present. The gaps
ARE the deliverable: they tell us exactly what real bundles (React/etc.) need that we lack.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.nxnx_js_eval.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func es_p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func es_pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 16 | func es_clen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: esc_num |
| 18 | func esc_num(src: *u8, want: i64) -> i64 |
| 25 | func feat(name: *u8, ok: i64, pc: *i64, tc: *i64) -> i64 |
| 32 | func main() -> i64 |