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

Method sub

g2all/900/module/int64.js:109–117  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

107 }
108
109 sub(b) {
110 const values = lohi_from_one(b);
111 const u32 = this._u32;
112 const low = u32[0] + (~values[0] >>> 0) + 1;
113 return new this.constructor(
114 low >>> 0,
115 (u32[1] + (~values[1] >>> 0) + (low > 0xffffffff)) >>> 0,
116 );
117 }
118
119 toString(is_pretty=false) {
120 if (!is_pretty) {

Callers 15

Int64Function · 0.45
setupRWFunction · 0.45
addrofFunction · 0.45
fakeobjFunction · 0.45
leakJSCFunction · 0.45
Int64Function · 0.45
setupRWFunction · 0.45
addrofFunction · 0.45
fakeobjFunction · 0.45
leakJSCFunction · 0.45
leak_kernel_addrsFunction · 0.45
make_kernel_arwFunction · 0.45

Calls 1

lohi_from_oneFunction · 0.70

Tested by

no test coverage detected