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

Method syscall_ptr

g2all/700/module/chain.js:464–468  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

462 }
463
464 syscall_ptr(...args) {
465 this.do_syscall(...args);
466 const retval = this._return_value;
467 return new Addr(retval[0], retval[1]);
468 }
469
470 // syscall variants that throw an error on errno
471

Callers

nothing calls this directly

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected