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

Method add

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

Source from the content-addressed store, hash-verified

97 }
98
99 add(b) {
100 const values = lohi_from_one(b);
101 const u32 = this._u32;
102 const low = u32[0] + values[0];
103 return new this.constructor(
104 low >>> 0,
105 (u32[1] + values[1] + (low > 0xffffffff)) >>> 0,
106 );
107 }
108
109 sub(b) {
110 const values = lohi_from_one(b);

Callers 15

702.jsFile · 0.45
Int64Function · 0.45
confuseTargetObjRound2Function · 0.45
confuseTargetObjRound1Function · 0.45
Int64Function · 0.45
blob.jsFile · 0.45
confuseTargetObjRound2Function · 0.45
confuseTargetObjRound1Function · 0.45
spray_aioFunction · 0.45
cancel_aiosFunction · 0.45
free_aiosFunction · 0.45
free_aios2Function · 0.45

Calls 1

lohi_from_oneFunction · 0.70

Tested by

no test coverage detected