code wiki / _hdl_build / nx_umd_test.nx

nx_umd_test.nx

buildroot/runtime/_hdl_build/nx_umd_test.nx

1957 B37 linesdepth 7pulls 22 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_umd_test.nx -- test the EXACT jQuery sub-expressions the tracer flagged (@2536 UMD wrapper, @6586 Symbol install). Each is a `fetch('.../<label>-'+(<expr as bool/typeof>)+'.x')`; a MISSING fetch = that expr threw.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_js_eval.nx nx_umd_test.nx

imports: nx_syscalls.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

main run1 js_set_rt_dbg sys_mmap slen js_rt_errpos_get cw sys_write js_pending_total js_pending_url ev_str_bytes str_flatten ev_str_new nx_pool_alloc nx_pool_alloc ↻ ev_str_len

structs

none

consts

none

functions

6func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: run1 calls 1: sys_write
7func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: run1
9func run1(label: *u8, js: *u8) -> i64
28func main() -> i64
calls 1: run1