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

Lines Matching defs:fromString

54     else if(b == null && "string" != typeof a) this.fromString(a,256);
55 else this.fromString(a,b);
635 BigInteger.prototype.fromString = bnpFromString;
770 this.fromString(x,256);