Searched refs:Moment (Results 1 – 3 of 3) sorted by relevance
240 function Moment(config) { class256 return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);2542 var res = new Moment(checkOverflow(prepareConfig(config)));2567 return new Moment(checkOverflow(input));3183 return new Moment(this);3831 var proto = Moment.prototype;
7360 function Moment(config) {7376 return obj instanceof Moment || (obj != null && obj._isAMomentObject != null);9621 var res = new Moment(checkOverflow(prepareConfig(config)));9646 return new Moment(checkOverflow(input));10262 return new Moment(this);10909 var proto = Moment.prototype;
1 …Moment prototype object\n function Moment(config) {\n copyConfig(this, config);\n …