MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / syscall_ptr

Method syscall_ptr

g2all/900/module/chain.js:469–473  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

467 }
468
469 syscall_ptr(...args) {
470 this.do_syscall(...args);
471 const retval = this._return_value;
472 return new Addr(retval[0], retval[1]);
473 }
474
475 // syscall variants that throw an error on errno
476

Callers

nothing calls this directly

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected