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

Method syscall_int

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

Source from the content-addressed store, hash-verified

455 }
456
457 syscall_int(...args) {
458 this.do_syscall(...args);
459 // x | 0 will always be a signed integer
460 return this._return_value[0] | 0;
461 }
462
463 syscall(...args) {
464 this.do_syscall(...args);

Callers

nothing calls this directly

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected