code wiki / _hdl_build / nx_js_this_test.nx
nx_js_this_test.nx
buildroot/runtime/_hdl_build/nx_js_this_test.nx
about
nx_js_this_test.nx -- isolate why method-shorthand+this isn't firing. Prints rc/kind/val per probe.
dependencies 2 imports · 0 importers
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
structs
| none |
consts
| none |
functions
| 4 | func tp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 5 | func tn(v: i64) -> i64 |
| 14 | func tclen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: run |
| 15 | func run(label: *u8, src: *u8) -> i64 |
| 21 | func main() -> i64 calls 1: run |