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

Method syscall

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

Source from the content-addressed store, hash-verified

456 }
457
458 syscall(...args) {
459 this.do_syscall(...args);
460 const retval = this._return_value;
461 return new Int(retval[0], retval[1]);
462 }
463
464 syscall_ptr(...args) {
465 this.do_syscall(...args);

Callers

nothing calls this directly

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected