code wiki / _hdl_build / nx_css_vars_engine_gate.nx
nx_css_vars_engine_gate.nx
buildroot/runtime/_hdl_build/nx_css_vars_engine_gate.nx
about
nx_css_vars_engine_gate.nx -- proves the NATIVE render engine (the exact rh_filter_media + _rh_to_fb the
Nishi Browser / reader / NishiOS-docview call) resolves fleet var(--token) custom properties, DETERMINISTICALLY
(no browser binary, no fixture server, no network -- unlike the flaky shot A/B). A var-less engine leaves
"var(--acc)" (color decode fails -> ZERO accent pixels); this gate shows the RESOLVED rgb(41,84,164) reaching
both the CSS pipeline AND the framebuffer -> that non-zero IS the measured before/after delta. license_tier:
ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_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
| none |
functions
| 9 | func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func eg_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 11 | func eg_has(buf: *u8, blen: i64, needle: *u8) -> i64 |
| 24 | func eg_ck(name: *u8, cond: i64, pass: *i64, fail: *i64) -> i64 |
| 29 | func main() -> i64 |