code wiki / _hdl_build / nx_cdata_probe.nx
nx_cdata_probe.nx
buildroot/runtime/_hdl_build/nx_cdata_probe.nx
about
nx_cdata_probe.nx -- DIAGNOSTIC: dump what rh_extract_styles() hands the CSS parser for the XHTML
green-square ref, to confirm the <![CDATA[ ... ]]> wrapper is polluting the stylesheet.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_html_tokenizer.nxnx_dom_query.nxnx_layout_box.nxnx_layout_default_display.nxnx_layout_from_dom.nxnx_render_html.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
| 10 | const K_MAGIC_65536: i64 = 65536 |
functions
| 11 | func g_w(s: *u8) -> i64 { var k: i64=0; while s[k]!=(0 as u8){k=k+1} sys_write(1,s,k); return 0 } |
| 12 | func main() -> i64 |