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

Lines Matching refs:bnXor

835 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }
1304 BigInteger.prototype.xor = bnXor;