Home
last modified time | relevance | path

Searched refs:bnMax (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js810 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1309 BigInteger.prototype.max = bnMax;