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

Method sub

g2all/700/module/int64.js:100–105  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

98 }
99
100 sub(b) {
101 const values = lohi_from_one(b);
102 const u32 = this._u32;
103 const low = u32[0] + (~values[0] >>> 0) + 1;
104 return new this.constructor(low >>> 0, (u32[1] + (~values[1] >>> 0) + (low > 0xffffffff)) >>> 0);
105 }
106
107 toString(is_pretty = false) {
108 if (!is_pretty) {

Callers 11

leak_kernel_addrsFunction · 0.45
make_kernel_arwFunction · 0.45
dumpFunction · 0.45
dump_evalFunction · 0.45
dump_scrollLeftFunction · 0.45
make_rdrFunction · 0.45
make_arwFunction · 0.45
get_basesFunction · 0.45
get_basesFunction · 0.45
get_basesFunction · 0.45
get_basesFunction · 0.45

Calls 1

lohi_from_oneFunction · 0.70

Tested by

no test coverage detected