Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js1013 function NullExp() {} class
1018 NullExp.prototype.convert = nNop;
1019 NullExp.prototype.revert = nNop;
1020 NullExp.prototype.mulTo = nMulTo;
1021 NullExp.prototype.sqrTo = nSqrTo;
1024 function bnPow(e) { return this.exp(e,new NullExp()); }