code wiki / _hdl_build / nx_obj_test.nx

nx_obj_test.nx

buildroot/runtime/_hdl_build/nx_obj_test.nx

1328 B21 linesdepth 7pulls 22 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_js_eval.nx nx_obj_test.nx

imports: nx_syscalls.nxnx_js_eval.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

6func 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
7func tslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
9func main() -> i64