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

Function kSca

geetest/test.js:581–604  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

579 }
580
581 function kSca(e) {
582 var t = 1, r;
583 if ((r = e >>> 16) != 0) {
584 e = r;
585 t += 16;
586 }
587 if ((r = e >> 8) != 0) {
588 e = r;
589 t += 8;
590 }
591 if ((r = e >> 4) != 0) {
592 e = r;
593 t += 4;
594 }
595 if ((r = e >> 2) != 0) {
596 e = r;
597 t += 2;
598 }
599 if ((r = e >> 1) != 0) {
600 e = r;
601 t += 1;
602 }
603 return t;
604 }
605
606 function lCeR() {
607 if (this["t"] <= 0)

Callers 3

lCeRFunction · 0.85
tWVvFunction · 0.85
KAYDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected