Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js809 function bnMin(a) { return(this.compareTo(a)<0)?this:a; } function
1308 BigInteger.prototype.min = bnMin;