code wiki / _hdl_build / nx_parse_probe.nx
nx_parse_probe.nx
buildroot/runtime/_hdl_build/nx_parse_probe.nx
about
nx_parse_probe.nx -- pinpoint the PARSER gaps that block minified jQuery. Tries jp_parse_source on each
ES5-minifier idiom jQuery uses; prints OK/FAIL per construct. The FAILs are the exact parser-hardening TODO.
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
| 6 | func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 7 | func tslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: try_parse |
| 9 | func try_parse(src: *u8) -> i64 |
| 19 | func probe(label: *u8, src: *u8) -> i64 |
| 25 | func main() -> i64 |