MCPcopy Create free account
hub / github.com/cxapython/catvm / PbHO

Function PbHO

geetest/test.js:23–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 function PbHO() {
24 var e;
25 this["i"] = this["i"] + 1 & 255;
26 this["j"] = this["j"] + this["S"][this["i"]] & 255;
27 e = this["S"][this["i"]];
28 this["S"][this["i"]] = this["S"][this["j"]];
29 this["S"][this["j"]] = e;
30 return this["S"][e + this["S"][this["i"]] & 255];
31 }
32
33 NFNA["prototype"]["init"] = OeVo;
34 NFNA["prototype"]["next"] = PbHO;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected