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

Function cXbt

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

Source from the content-addressed store, hash-verified

436 }
437
438 function cXbt(e) {
439 this["t"] = 1;
440 this["s"] = e < 0 ? -1 : 0;
441 if (e > 0)
442 this[0] = e;
443 else if (e < -1)
444 this[0] = e + this["DV"];
445 else
446 this["t"] = 0;
447 }
448
449 function dhTo(e) {
450 var t = VGqq();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected