code wiki / _hdl_build / nx_obj_test.nx
nx_obj_test.nx
buildroot/runtime/_hdl_build/nx_obj_test.nx
about
nx_obj_test.nx -- pinpoint jQuery's first runtime gap: does `var n={}` bind an object, and does `{}.toString`
(an Object.prototype method) resolve? Runs the JS and dumps the fetch() URLs it built (typeof-tagged).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_js_eval.nx
imported by: nobody (leaf or entry point)
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 } calls 1: sys_write |
| 7 | func tslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 9 | func main() -> i64 |