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

Lines Matching refs:bnMax

802 function bnMax(a) { return(this.compareTo(a)>0)?this:a; }
1301 BigInteger.prototype.max = bnMax;