Searched refs:bnClone (Results 1 – 1 of 1) sorted by relevance
676 function bnClone() { var r = nbi(); this.copyTo(r); return r; } function1301 BigInteger.prototype.clone = bnClone;