forked from es-shims/es5-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes5-shim.min.js
7 lines (7 loc) · 18.1 KB
/
es5-shim.min.js
1
2
3
4
5
6
7
/*!
* https://github.com/es-shims/es5-shim
* @license es5-shim Copyright 2009-2015 by contributors, MIT License
* see https://github.com/es-shims/es5-shim/blob/v4.2.0/LICENSE
*/
(function(e,t){"use strict";if(typeof define==="function"&&define.amd){define(t)}else if(typeof exports==="object"){module.exports=t()}else{e.returnExports=t()}})(this,function(){var e=Array;var t=e.prototype;var r=Object;var n=r.prototype;var a=Function.prototype;var i=String;var o=i.prototype;var l=Number;var u=l.prototype;var f=t.slice;var s=t.splice;var c=t.push;var v=t.unshift;var p=t.concat;var h=a.call;var g=Math.max;var y=Math.min;var d=n.toString;var w=typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol";var m;var b=Function.prototype.toString,T=function tryFunctionObject(e){try{b.call(e);return true}catch(t){return false}},x="[object Function]",O="[object GeneratorFunction]";m=function isCallable(e){if(typeof e!=="function"){return false}if(w){return T(e)}var t=d.call(e);return t===x||t===O};var S;var I=RegExp.prototype.exec,j=function tryRegexExec(e){try{I.call(e);return true}catch(t){return false}},E="[object RegExp]";S=function isRegex(e){if(typeof e!=="object"){return false}return w?j(e):d.call(e)===E};var N;var D=String.prototype.valueOf,M=function tryStringObject(e){try{D.call(e);return true}catch(t){return false}},k="[object String]";N=function isString(e){if(typeof e==="string"){return true}if(typeof e!=="object"){return false}return w?M(e):d.call(e)===k};var U=function(e){var t=r.defineProperty&&function(){try{var e={};r.defineProperty(e,"x",{enumerable:false,value:e});for(var t in e){return false}return e.x===e}catch(n){return false}}();var n;if(t){n=function(e,t,n,a){if(!a&&t in e){return}r.defineProperty(e,t,{configurable:true,enumerable:false,writable:true,value:n})}}else{n=function(e,t,r,n){if(!n&&t in e){return}e[t]=r}}return function defineProperties(t,r,a){for(var i in r){if(e.call(r,i)){n(t,i,r[i],a)}}}}(n.hasOwnProperty);var F=function isPrimitive(e){var t=typeof e;return e===null||t!=="object"&&t!=="function"};var R=l.isNaN||function(e){return e!==e};var A={ToInteger:function ToInteger(e){var t=+e;if(R(t)){t=0}else if(t!==0&&t!==1/0&&t!==-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}return t},ToPrimitive:function ToPrimitive(e){var t,r,n;if(F(e)){return e}r=e.valueOf;if(m(r)){t=r.call(e);if(F(t)){return t}}n=e.toString;if(m(n)){t=n.call(e);if(F(t)){return t}}throw new TypeError},ToObject:function(e){if(e==null){throw new TypeError("can't convert "+e+" to object")}return r(e)},ToUint32:function ToUint32(e){return e>>>0}};var $=function Empty(){};U(a,{bind:function bind(e){var t=this;if(!m(t)){throw new TypeError("Function.prototype.bind called on incompatible "+t)}var n=f.call(arguments,1);var a;var i=function(){if(this instanceof a){var i=t.apply(this,p.call(n,f.call(arguments)));if(r(i)===i){return i}return this}else{return t.apply(e,p.call(n,f.call(arguments)))}};var o=g(0,t.length-n.length);var l=[];for(var u=0;u<o;u++){c.call(l,"$"+u)}a=Function("binder","return function ("+l.join(",")+"){ return binder.apply(this, arguments); }")(i);if(t.prototype){$.prototype=t.prototype;a.prototype=new $;$.prototype=null}return a}});var C=h.bind(n.hasOwnProperty);var P=h.bind(n.toString);var Z=h.bind(o.slice);var J=h.bind(o.split);var z=h.bind(o.indexOf);var B=e.isArray||function isArray(e){return P(e)==="[object Array]"};var G=[].unshift(0)!==1;U(t,{unshift:function(){v.apply(this,arguments);return this.length}},G);U(e,{isArray:B});var H=r("a");var L=H[0]!=="a"||!(0 in H);var X=function properlyBoxed(e){var t=true;var r=true;if(e){e.call("foo",function(e,r,n){if(typeof n!=="object"){t=false}});e.call([1],function(){"use strict";r=typeof this==="string"},"x")}return!!e&&t&&r};U(t,{forEach:function forEach(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=-1;var a=A.ToUint32(r.length);var i;if(arguments.length>1){i=arguments[1]}if(!m(e)){throw new TypeError("Array.prototype.forEach callback must be a function")}while(++n<a){if(n in r){if(typeof i==="undefined"){e(r[n],n,t)}else{e.call(i,r[n],n,t)}}}}},!X(t.forEach));U(t,{map:function map(t){var r=A.ToObject(this);var n=L&&N(this)?J(this,""):r;var a=A.ToUint32(n.length);var i=e(a);var o;if(arguments.length>1){o=arguments[1]}if(!m(t)){throw new TypeError("Array.prototype.map callback must be a function")}for(var l=0;l<a;l++){if(l in n){if(typeof o==="undefined"){i[l]=t(n[l],l,r)}else{i[l]=t.call(o,n[l],l,r)}}}return i}},!X(t.map));U(t,{filter:function filter(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=A.ToUint32(r.length);var a=[];var i;var o;if(arguments.length>1){o=arguments[1]}if(!m(e)){throw new TypeError("Array.prototype.filter callback must be a function")}for(var l=0;l<n;l++){if(l in r){i=r[l];if(typeof o==="undefined"?e(i,l,t):e.call(o,i,l,t)){c.call(a,i)}}}return a}},!X(t.filter));U(t,{every:function every(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=A.ToUint32(r.length);var a;if(arguments.length>1){a=arguments[1]}if(!m(e)){throw new TypeError("Array.prototype.every callback must be a function")}for(var i=0;i<n;i++){if(i in r&&!(typeof a==="undefined"?e(r[i],i,t):e.call(a,r[i],i,t))){return false}}return true}},!X(t.every));U(t,{some:function some(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=A.ToUint32(r.length);var a;if(arguments.length>1){a=arguments[1]}if(!m(e)){throw new TypeError("Array.prototype.some callback must be a function")}for(var i=0;i<n;i++){if(i in r&&(typeof a==="undefined"?e(r[i],i,t):e.call(a,r[i],i,t))){return true}}return false}},!X(t.some));var Y=false;if(t.reduce){Y=typeof t.reduce.call("es5",function(e,t,r,n){return n})==="object"}U(t,{reduce:function reduce(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=A.ToUint32(r.length);if(!m(e)){throw new TypeError("Array.prototype.reduce callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduce of empty array with no initial value")}var a=0;var i;if(arguments.length>=2){i=arguments[1]}else{do{if(a in r){i=r[a++];break}if(++a>=n){throw new TypeError("reduce of empty array with no initial value")}}while(true)}for(;a<n;a++){if(a in r){i=e(i,r[a],a,t)}}return i}},!Y);var q=false;if(t.reduceRight){q=typeof t.reduceRight.call("es5",function(e,t,r,n){return n})==="object"}U(t,{reduceRight:function reduceRight(e){var t=A.ToObject(this);var r=L&&N(this)?J(this,""):t;var n=A.ToUint32(r.length);if(!m(e)){throw new TypeError("Array.prototype.reduceRight callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduceRight of empty array with no initial value")}var a;var i=n-1;if(arguments.length>=2){a=arguments[1]}else{do{if(i in r){a=r[i--];break}if(--i<0){throw new TypeError("reduceRight of empty array with no initial value")}}while(true)}if(i<0){return a}do{if(i in r){a=e(a,r[i],i,t)}}while(i--);return a}},!q);var K=t.indexOf&&[0,1].indexOf(1,2)!==-1;U(t,{indexOf:function indexOf(e){var t=L&&N(this)?J(this,""):A.ToObject(this);var r=A.ToUint32(t.length);if(r===0){return-1}var n=0;if(arguments.length>1){n=A.ToInteger(arguments[1])}n=n>=0?n:g(0,r+n);for(;n<r;n++){if(n in t&&t[n]===e){return n}}return-1}},K);var Q=t.lastIndexOf&&[0,1].lastIndexOf(0,-3)!==-1;U(t,{lastIndexOf:function lastIndexOf(e){var t=L&&N(this)?J(this,""):A.ToObject(this);var r=A.ToUint32(t.length);if(r===0){return-1}var n=r-1;if(arguments.length>1){n=y(n,A.ToInteger(arguments[1]))}n=n>=0?n:r-Math.abs(n);for(;n>=0;n--){if(n in t&&e===t[n]){return n}}return-1}},Q);var V=function(){var e=[1,2];var t=e.splice();return e.length===2&&B(t)&&t.length===0}();U(t,{splice:function splice(e,t){if(arguments.length===0){return[]}else{return s.apply(this,arguments)}}},!V);var W=function(){var e={};t.splice.call(e,0,0,1);return e.length===1}();U(t,{splice:function splice(e,t){if(arguments.length===0){return[]}var r=arguments;this.length=g(A.ToInteger(this.length),0);if(arguments.length>0&&typeof t!=="number"){r=f.call(arguments);if(r.length<2){c.call(r,this.length-e)}else{r[1]=A.ToInteger(t)}}return s.apply(this,r)}},!W);var _=function(){var t=new e(1e5);t[8]="x";t.splice(1,1);return t.indexOf("x")===7}();var ee=function(){var e=256;var t=[];t[e]="a";t.splice(e+1,0,"b");return t[e]==="a"}();U(t,{splice:function splice(e,t){var r=A.ToObject(this);var n=[];var a=A.ToUint32(r.length);var o=A.ToInteger(e);var l=o<0?g(a+o,0):y(o,a);var u=y(g(A.ToInteger(t),0),a-l);var s=0;var c;while(s<u){c=i(l+s);if(C(r,c)){n[s]=r[c]}s+=1}var v=f.call(arguments,2);var p=v.length;var h;if(p<u){s=l;while(s<a-u){c=i(s+u);h=i(s+p);if(C(r,c)){r[h]=r[c]}else{delete r[h]}s+=1}s=a;while(s>a-u+p){delete r[s-1];s-=1}}else if(p>u){s=a-u;while(s>l){c=i(s+u-1);h=i(s+p-1);if(C(r,c)){r[h]=r[c]}else{delete r[h]}s-=1}}s=l;for(var d=0;d<v.length;++d){r[s]=v[d];s+=1}r.length=a-u+p;return n}},!_||!ee);var te=!{toString:null}.propertyIsEnumerable("toString");var re=function(){}.propertyIsEnumerable("prototype");var ne=!C("x","0");var ae=function(e){var t=e.constructor;return t&&t.prototype===e};var ie={$window:true,$console:true,$parent:true,$self:true,$frame:true,$frames:true,$frameElement:true,$webkitIndexedDB:true,$webkitStorageInfo:true};var oe=function(){if(typeof window==="undefined"){return false}for(var e in window){try{if(!ie["$"+e]&&C(window,e)&&window[e]!==null&&typeof window[e]==="object"){ae(window[e])}}catch(t){return true}}return false}();var le=function(e){if(typeof window==="undefined"||!oe){return ae(e)}try{return ae(e)}catch(t){return false}};var ue=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"];var fe=ue.length;var se=function isArguments(e){return P(e)==="[object Arguments]"};var ce=function isArguments(e){return e!==null&&typeof e==="object"&&typeof e.length==="number"&&e.length>=0&&!B(e)&&m(e.callee)};var ve=se(arguments)?se:ce;U(r,{keys:function keys(e){var t=m(e);var r=ve(e);var n=e!==null&&typeof e==="object";var a=n&&N(e);if(!n&&!t&&!r){throw new TypeError("Object.keys called on a non-object")}var o=[];var l=re&&t;if(a&&ne||r){for(var u=0;u<e.length;++u){c.call(o,i(u))}}if(!r){for(var f in e){if(!(l&&f==="prototype")&&C(e,f)){c.call(o,i(f))}}}if(te){var s=le(e);for(var v=0;v<fe;v++){var p=ue[v];if(!(s&&p==="constructor")&&C(e,p)){c.call(o,p)}}}return o}});var pe=r.keys&&function(){return r.keys(arguments).length===2}(1,2);var he=r.keys&&function(){var e=r.keys(arguments);return arguments.length!==1||e.length!==1||e[0]!==1}(1);var ge=r.keys;U(r,{keys:function keys(e){if(ve(e)){return ge(f.call(e))}else{return ge(e)}}},!pe||he);var ye=-621987552e5;var de="-000001";var we=Date.prototype.toISOString&&new Date(ye).toISOString().indexOf(de)===-1;var me=Date.prototype.toISOString&&new Date(-1).toISOString()!=="1969-12-31T23:59:59.999Z";U(Date.prototype,{toISOString:function toISOString(){var e,t,r,n,a;if(!isFinite(this)){throw new RangeError("Date.prototype.toISOString called on non-finite value.")}n=this.getUTCFullYear();a=this.getUTCMonth();n+=Math.floor(a/12);a=(a%12+12)%12;e=[a+1,this.getUTCDate(),this.getUTCHours(),this.getUTCMinutes(),this.getUTCSeconds()];n=(n<0?"-":n>9999?"+":"")+Z("00000"+Math.abs(n),0<=n&&n<=9999?-4:-6);t=e.length;while(t--){r=e[t];if(r<10){e[t]="0"+r}}return n+"-"+f.call(e,0,2).join("-")+"T"+f.call(e,2).join(":")+"."+Z("000"+this.getUTCMilliseconds(),-3)+"Z"}},we||me);var be=function(){try{return Date.prototype.toJSON&&new Date(NaN).toJSON()===null&&new Date(ye).toJSON().indexOf(de)!==-1&&Date.prototype.toJSON.call({toISOString:function(){return true}})}catch(e){return false}}();if(!be){Date.prototype.toJSON=function toJSON(e){var t=r(this);var n=A.ToPrimitive(t);if(typeof n==="number"&&!isFinite(n)){return null}var a=t.toISOString;if(!m(a)){throw new TypeError("toISOString property is not callable")}return a.call(t)}}var Te=Date.parse("+033658-09-27T01:46:40.000Z")===1e15;var xe=!isNaN(Date.parse("2012-04-04T24:00:00.500Z"))||!isNaN(Date.parse("2012-11-31T23:59:59.000Z"))||!isNaN(Date.parse("2012-12-31T23:59:60.000Z"));var Oe=isNaN(Date.parse("2000-01-01T00:00:00.000Z"));if(Oe||xe||!Te){var Se=Math.pow(2,31)-1;var Ie=Math.floor(Se/1e3);var je=R(new Date(1970,0,1,0,0,0,Se+1).getTime());Date=function(e){var t=function Date(r,n,a,o,l,u,f){var s=arguments.length;var c;if(this instanceof e){var v=u;var p=f;if(je&&s>=7&&f>Se){var h=Math.floor(f/Se)*Se;var g=Math.floor(h/1e3);v+=g;p-=g*1e3}c=s===1&&i(r)===r?new e(t.parse(r)):s>=7?new e(r,n,a,o,l,v,p):s>=6?new e(r,n,a,o,l,v):s>=5?new e(r,n,a,o,l):s>=4?new e(r,n,a,o):s>=3?new e(r,n,a):s>=2?new e(r,n):s>=1?new e(r):new e}else{c=e.apply(this,arguments)}if(!F(c)){U(c,{constructor:t},true)}return c};var r=new RegExp("^"+"(\\d{4}|[+-]\\d{6})"+"(?:-(\\d{2})"+"(?:-(\\d{2})"+"(?:"+"T(\\d{2})"+":(\\d{2})"+"(?:"+":(\\d{2})"+"(?:(\\.\\d{1,}))?"+")?"+"("+"Z|"+"(?:"+"([-+])"+"(\\d{2})"+":(\\d{2})"+")"+")?)?)?)?"+"$");var n=[0,31,59,90,120,151,181,212,243,273,304,334,365];var a=function dayFromMonth(e,t){var r=t>1?1:0;return n[t]+Math.floor((e-1969+r)/4)-Math.floor((e-1901+r)/100)+Math.floor((e-1601+r)/400)+365*(e-1970)};var o=function toUTC(t){var r=0;var n=t;if(je&&n>Se){var a=Math.floor(n/Se)*Se;var i=Math.floor(a/1e3);r+=i;n-=i*1e3}return l(new e(1970,0,1,0,0,r,n))};for(var u in e){if(C(e,u)){t[u]=e[u]}}U(t,{now:e.now,UTC:e.UTC},true);t.prototype=e.prototype;U(t.prototype,{constructor:t},true);var f=function parse(t){var n=r.exec(t);if(n){var i=l(n[1]),u=l(n[2]||1)-1,f=l(n[3]||1)-1,s=l(n[4]||0),c=l(n[5]||0),v=l(n[6]||0),p=Math.floor(l(n[7]||0)*1e3),h=Boolean(n[4]&&!n[8]),g=n[9]==="-"?1:-1,y=l(n[10]||0),d=l(n[11]||0),w;var m=c>0||v>0||p>0;if(s<(m?24:25)&&c<60&&v<60&&p<1e3&&u>-1&&u<12&&y<24&&d<60&&f>-1&&f<a(i,u+1)-a(i,u)){w=((a(i,u)+f)*24+s+y*g)*60;w=((w+c+d*g)*60+v)*1e3+p;if(h){w=o(w)}if(-864e13<=w&&w<=864e13){return w}}return NaN}return e.parse.apply(this,arguments)};U(t,{parse:f});return t}(Date)}if(!Date.now){Date.now=function now(){return(new Date).getTime()}}var Ee=u.toFixed&&(8e-5.toFixed(3)!=="0.000"||.9.toFixed(0)!=="1"||1.255.toFixed(2)!=="1.25"||0xde0b6b3a7640080.toFixed(0)!=="1000000000000000128");var Ne={base:1e7,size:6,data:[0,0,0,0,0,0],multiply:function multiply(e,t){var r=-1;var n=t;while(++r<Ne.size){n+=e*Ne.data[r];Ne.data[r]=n%Ne.base;n=Math.floor(n/Ne.base)}},divide:function divide(e){var t=Ne.size,r=0;while(--t>=0){r+=Ne.data[t];Ne.data[t]=Math.floor(r/e);r=r%e*Ne.base}},numToString:function numToString(){var e=Ne.size;var t="";while(--e>=0){if(t!==""||e===0||Ne.data[e]!==0){var r=i(Ne.data[e]);if(t===""){t=r}else{t+=Z("0000000",0,7-r.length)+r}}}return t},pow:function pow(e,t,r){return t===0?r:t%2===1?pow(e,t-1,r*e):pow(e*e,t/2,r)},log:function log(e){var t=0;var r=e;while(r>=4096){t+=12;r/=4096}while(r>=2){t+=1;r/=2}return t}};U(u,{toFixed:function toFixed(e){var t,r,n,a,o,u,f,s;t=l(e);t=R(t)?0:Math.floor(t);if(t<0||t>20){throw new RangeError("Number.toFixed called with invalid number of decimals")}r=l(this);if(R(r)){return"NaN"}if(r<=-1e21||r>=1e21){return i(r)}n="";if(r<0){n="-";r=-r}a="0";if(r>1e-21){o=Ne.log(r*Ne.pow(2,69,1))-69;u=o<0?r*Ne.pow(2,-o,1):r/Ne.pow(2,o,1);u*=4503599627370496;o=52-o;if(o>0){Ne.multiply(0,u);f=t;while(f>=7){Ne.multiply(1e7,0);f-=7}Ne.multiply(Ne.pow(10,f,1),0);f=o-1;while(f>=23){Ne.divide(1<<23);f-=23}Ne.divide(1<<f);Ne.multiply(1,1);Ne.divide(2);a=Ne.numToString()}else{Ne.multiply(0,u);Ne.multiply(1<<-o,0);a=Ne.numToString()+Z("0.00000000000000000000",2,2+t)}}if(t>0){s=a.length;if(s<=t){a=n+Z("0.0000000000000000000",0,t-s+2)+a}else{a=n+Z(a,0,s-t)+"."+Z(a,s-t)}}else{a=n+a}return a}},Ee);if("ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||"tesst".split(/(s)*/)[1]==="t"||"test".split(/(?:)/,-1).length!==4||"".split(/.?/).length||".".split(/()()/).length>1){(function(){var e=typeof/()??/.exec("")[1]==="undefined";var t=Math.pow(2,32)-1;o.split=function(r,n){var a=this;if(typeof r==="undefined"&&n===0){return[]}if(!S(r)){return J(this,r,n)}var i=[];var o=(r.ignoreCase?"i":"")+(r.multiline?"m":"")+(r.unicode?"u":"")+(r.sticky?"y":""),l=0,u,s,v,p;var h=new RegExp(r.source,o+"g");a+="";if(!e){u=new RegExp("^"+h.source+"$(?!\\s)",o)}var g=typeof n==="undefined"?t:A.ToUint32(n);s=h.exec(a);while(s){v=s.index+s[0].length;if(v>l){c.call(i,Z(a,l,s.index));if(!e&&s.length>1){s[0].replace(u,function(){for(var e=1;e<arguments.length-2;e++){if(typeof arguments[e]==="undefined"){s[e]=void 0}}})}if(s.length>1&&s.index<a.length){c.apply(i,f.call(s,1))}p=s[0].length;l=v;if(i.length>=g){break}}if(h.lastIndex===s.index){h.lastIndex++}s=h.exec(a)}if(l===a.length){if(p||!h.test("")){c.call(i,"")}}else{c.call(i,Z(a,l))}return i.length>g?Z(i,0,g):i}})()}else if("0".split(void 0,0).length){o.split=function split(e,t){if(typeof e==="undefined"&&t===0){return[]}return J(this,e,t)}}var De=o.replace;var Me=function(){var e=[];"x".replace(/x(.)?/g,function(t,r){c.call(e,r)});return e.length===1&&typeof e[0]==="undefined"}();if(!Me){o.replace=function replace(e,t){var r=m(t);var n=S(e)&&/\)[*?]/.test(e.source);if(!r||!n){return De.call(this,e,t)}else{var a=function(r){var n=arguments.length;var a=e.lastIndex;e.lastIndex=0;var i=e.exec(r)||[];e.lastIndex=a;c.call(i,arguments[n-2],arguments[n-1]);return t.apply(this,i)};return De.call(this,e,a)}}}var ke=o.substr;var Ue="".substr&&"0b".substr(-1)!=="b";U(o,{substr:function substr(e,t){var r=e;if(e<0){r=g(this.length+e,0)}return ke.call(this,r,t)}},Ue);var Fe=" \n\f\r \xa0\u1680\u180e\u2000\u2001\u2002\u2003"+"\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028"+"\u2029\ufeff";var Re="\u200b";var Ae="["+Fe+"]";var $e=new RegExp("^"+Ae+Ae+"*");var Ce=new RegExp(Ae+Ae+"*$");var Pe=o.trim&&(Fe.trim()||!Re.trim());U(o,{trim:function trim(){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}return i(this).replace($e,"").replace(Ce,"")}},Pe);var Ze=String.prototype.lastIndexOf&&"abc\u3042\u3044".lastIndexOf("\u3042\u3044",2)!==-1;U(o,{lastIndexOf:function lastIndexOf(e){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}var t=i(this);var r=i(e);var n=arguments.length>1?l(arguments[1]):NaN;var a=R(n)?Infinity:A.ToInteger(n);var o=y(g(a,0),t.length);var u=r.length;var f=o+u;while(f>0){f=g(0,f-u);var s=z(Z(t,f,o+u),r);if(s!==-1){return f+s}}return-1}},Ze);if(parseInt(Fe+"08")!==8||parseInt(Fe+"0x16")!==22){parseInt=function(e){var t=/^0[xX]/;return function parseInt(r,n){var a=i(r).trim();var o=l(n)||(t.test(a)?16:10);return e(a,o)}}(parseInt)}});
//# sourceMappingURL=es5-shim.map