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

Function YBL_

geetest/test.js:378–390  ·  view source on GitHub ↗
(e, t, r, n, i, o)

Source from the content-addressed store, hash-verified

376 }
377
378 function YBL_(e, t, r, n, i, o) {
379 var a = t & 16383
380 , s = t >> 14;
381 while (--o >= 0) {
382 var u = this[e] & 16383;
383 var _ = this[e++] >> 14;
384 var c = s * u + _ * a;
385 u = a * u + ((c & 16383) << 14) + r[n] + i;
386 i = (u >> 28) + (c >> 14) + s * _;
387 r[n++] = u & 268435455;
388 }
389 return i;
390 }
391
392 if (c && "Netscape" == "Microsoft Internet Explorer") {
393 UoGV["prototype"]["am"] = XXhD;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected