Home | History | Annotate | Download | only in v8-v5

Lines Matching refs:bnEquals

800 function bnEquals(a) { return(this.compareTo(a)==0); }
1299 BigInteger.prototype.equals = bnEquals;