Lines Matching refs:clone

7045     var src, clone, copyIsArray;
7054 clone = src && Array.isArray(src) ? src : [];
7056 clone = src && _.isObject(src) ? src : {};
7059 target[key] = _.deepMerge(clone, val);
28173 Node.prototype.clone = function clone() {
28188 var clone = new this.constructor(this);
28189 state.children.push(clone);
28190 return clone[method].apply(clone, arguments);
28456 state.useDecoder = state.useDecoder.clone();
28553 var child = this.clone();
29755 BN.prototype.clone = function clone() {
29872 var c = this.clone();
29941 var q = this.clone();
30080 return this.clone();
30088 return this.clone();
30097 return this.clone().ineg();
30128 if (this.length > num.length) return this.clone().ior(num);
30129 return num.clone().ior(this);
30133 if (this.length > num.length) return this.clone().iuor(num);
30134 return num.clone().iuor(this);
30163 if (this.length > num.length) return this.clone().iand(num);
30164 return num.clone().iand(this);
30168 if (this.length > num.length) return this.clone().iuand(num);
30169 return num.clone().iuand(this);
30207 if (this.length > num.length) return this.clone().ixor(num);
30208 return num.clone().ixor(this);
30212 if (this.length > num.length) return this.clone().iuxor(num);
30213 return num.clone().iuxor(this);
30243 return this.clone().inotn(width);
30334 if (this.length > num.length) return this.clone().iadd(num);
30335 return num.clone().iadd(this);
30406 return this.clone().isub(num);
31314 return this.clone().mulTo(num, this);
31342 return this.clone().imuln(num);
31352 return this.imul(this.clone());
31490 return this.clone().ishln(bits);
31494 return this.clone().iushln(bits);
31499 return this.clone().ishrn(bits);
31503 return this.clone().iushrn(bits);
31546 return this.clone().imaskn(bits);
31619 return this.clone().iaddn(num);
31623 return this.clone().isubn(num);
31632 return this.clone().iabs();
31675 var a = this.clone();
31704 var diff = a.clone()._ishlnsubmul(b, 1, m);
31911 return this.clone().idivn(num);
31918 var y = p.clone();
31923 x = x.clone();
31940 var yp = y.clone();
31941 var xp = x.clone();
32005 var b = p.clone();
32010 a = a.clone();
32015 var delta = b.clone();
32077 var a = this.clone();
32078 var b = num.clone();
32614 return a.clone();
32687 return this.imul(a, a.clone());
32695 if (a.isZero()) return a.clone();
32764 if (num.cmpn(1) === 0) return a.clone();
32815 return r === num ? r.clone() : r;
32819 var res = num.clone();
33366 BN.prototype.clone = function clone() {
33495 var c = this.clone();
33764 return this.clone();
33772 return this.clone();
33781 return this.clone().ineg();
33812 if (this.length > num.length) return this.clone().ior(num);
33813 return num.clone().ior(this);
33817 if (this.length > num.length) return this.clone().iuor(num);
33818 return num.clone().iuor(this);
33847 if (this.length > num.length) return this.clone().iand(num);
33848 return num.clone().iand(this);
33852 if (this.length > num.length) return this.clone().iuand(num);
33853 return num.clone().iuand(this);
33891 if (this.length > num.length) return this.clone().ixor(num);
33892 return num.clone().ixor(this);
33896 if (this.length > num.length) return this.clone().iuxor(num);
33897 return num.clone().iuxor(this);
33927 return this.clone().inotn(width);
34018 if (this.length > num.length) return this.clone().iadd(num);
34019 return num.clone().iadd(this);
34090 return this.clone().isub(num);
35000 return this.clone().mulTo(num, this);
35030 return this.clone().imuln(num);
35040 return this.imul(this.clone());
35178 return this.clone().ishln(bits);
35182 return this.clone().iushln(bits);
35187 return this.clone().ishrn(bits);
35191 return this.clone().iushrn(bits);
35234 return this.clone().imaskn(bits);
35307 return this.clone().iaddn(num);
35311 return this.clone().isubn(num);
35320 return this.clone().iabs();
35363 var a = this.clone();
35392 var diff = a.clone()._ishlnsubmul(b, 1, m);
35611 return this.clone().idivn(num);
35618 var y = p.clone();
35623 x = x.clone();
35640 var yp = y.clone();
35641 var xp = x.clone();
35705 var b = p.clone();
35710 a = a.clone();
35715 var delta = b.clone();
35777 var a = this.clone();
35778 var b = num.clone();
36317 return a.clone();
36390 return this.imul(a, a.clone());
36398 if (a.isZero()) return a.clone();
36467 if (num.cmpn(1) === 0) return a.clone();
36518 return r === num ? r.clone() : r;
36522 var res = num.clone();
44090 if (m(t)) return t.clone();
44192 return this.clone();
44204 var y = this.clone().set(f, 1);
44210 return this.clone().$set(t, e);
44301 var n = this.clone(),
44304 }, $.clone = function () {
46364 var xc = x.clone();
46515 var t = k.clone();
46667 var v = this.n.clone();
47384 var xc = x.clone();
48373 var k = num.clone();
48397 k1 = k1.clone();
48398 k2 = k2.clone();
51762 this.clone = function () {
52353 var ret = this.clone();