Home | History | Annotate | Download | only in benchmarks

Lines Matching full:fromstring

62     else if(b == null && "string" != typeof a) this.fromString(a,256);
63 else this.fromString(a,b);
643 BigInteger.prototype.fromString = bnpFromString;
778 this.fromString(x,256);