code wiki / _hdl_build / nx_js_this_test.nx

nx_js_this_test.nx

buildroot/runtime/_hdl_build/nx_js_this_test.nx

1432 B27 linesdepth 7pulls 22 transitivereach 0 importersview sourcekind gate/prooftopic js
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_js_eval.nx nx_js_this_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 run sys_mmap tclen tp sys_write tn tp ↻ sys_mmap ↻ sys_write ↻

structs

none

consts

none

functions

4func tp(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 2: tnrun calls 1: sys_write
5func tn(v: i64) -> i64
called by 1: run calls 3: tpsys_mmapsys_write
14func tclen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: run
15func run(label: *u8, src: *u8) -> i64
called by 1: main calls 4: sys_mmaptclentptn
21func main() -> i64
calls 1: run