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

Function StVp

geetest/test.js:1419–1430  ·  view source on GitHub ↗
(e, t, r)

Source from the content-addressed store, hash-verified

1417 });
1418
1419 function StVp(e, t, r) {
1420 var n = this["LOqB"];
1421 if (n) {
1422 var i = n;
1423 this["LOqB"] = undefined;
1424 } else {
1425 var i = this["MNna"];
1426 }
1427 for (var o = 0; o < r; o++) {
1428 e[t + o] ^= i[o];
1429 }
1430 }
1431
1432 return e;
1433 }();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected