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

Method syscall_int

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

Source from the content-addressed store, hash-verified

450 }
451
452 syscall_int(...args) {
453 this.do_syscall(...args);
454 // x | 0 will always be a signed integer
455 return this._return_value[0] | 0;
456 }
457
458 syscall(...args) {
459 this.do_syscall(...args);

Callers

nothing calls this directly

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected