このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/public/js/es5-shim.min.js

8 行
28 KiB
JavaScript
Raw 通常表示 履歴

/*!
* https://github.com/es-shims/es5-shim
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
*/
(function(t,r){"use strict";if(typeof define==="function"&&define.amd){define(r)}else if(typeof exports==="object"){module.exports=r()}else{t.returnExports=r()}})(this,function(){var t=Array;var r=t.prototype;var e=Object;var n=e.prototype;var i=Function;var a=i.prototype;var o=String;var f=o.prototype;var u=Number;var l=u.prototype;var s=r.slice;var c=r.splice;var v=r.push;var p=r.unshift;var h=r.concat;var y=r.join;var d=a.call;var g=a.apply;var b=Math.max;var w=Math.min;var T=Math.floor;var m=Math.abs;var S=Math.pow;var D=Math.round;var x=Math.log;var O=Math.LOG10E;var E=Math.log10||function log10(t){return x(t)*O};var j=n.toString;var I=typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol";var U;var F=Function.prototype.toString,$=/^\s*class /,M=function isES6ClassFn(t){try{var r=F.call(t);var e=r.replace(/\/\/.*\n/g,"");var n=e.replace(/\/\*[.\s\S]*\*\//g,"");var i=n.replace(/\n/gm," ").replace(/ {2}/g," ");return $.test(i)}catch(a){return false}},N=function tryFunctionObject(t){try{if(M(t)){return false}F.call(t);return true}catch(r){return false}},C="[object Function]",P="[object GeneratorFunction]",U=function isCallable(t){if(!t){return false}if(typeof t!=="function"&&typeof t!=="object"){return false}if(I){return N(t)}if(M(t)){return false}var r=j.call(t);return r===C||r===P};var k;var A=RegExp.prototype.exec,R=function tryRegexExec(t){try{A.call(t);return true}catch(r){return false}},J="[object RegExp]";k=function isRegex(t){if(typeof t!=="object"){return false}return I?R(t):j.call(t)===J};var Y;var z=String.prototype.valueOf,Z=function tryStringObject(t){try{z.call(t);return true}catch(r){return false}},G="[object String]";Y=function isString(t){if(typeof t==="string"){return true}if(typeof t!=="object"){return false}return I?Z(t):j.call(t)===G};var H=e.defineProperty&&function(){try{var t={};e.defineProperty(t,"x",{enumerable:false,value:t});for(var r in t){return false}return t.x===t}catch(n){return false}}();var W=function(t){var r;if(H){r=function(t,r,n,i){if(!i&&r in t){return}e.defineProperty(t,r,{configurable:true,enumerable:false,writable:true,value:n})}}else{r=function(t,r,e,n){if(!n&&r in t){return}t[r]=e}}return function defineProperties(e,n,i){for(var a in n){if(t.call(n,a)){r(e,a,n[a],i)}}}}(n.hasOwnProperty);if(e.defineProperty){var B=function(){};var L={};var X={toString:L};e.defineProperty(B,"prototype",{value:X,writable:false});if((new B).toString!==L){var q=e.defineProperty;var K=e.getOwnPropertyDescriptor;W(e,{defineProperty:function defineProperty(t,r,e){var n=o(r);if(typeof t==="function"&&n==="prototype"){var i=K(t,n);if(i.writable&&!e.writable&&"value"in e){try{t[n]=e.value}catch(a){}}return q(t,n,{configurable:"configurable"in e?e.configurable:i.configurable,enumerable:"enumerable"in e?e.enumerable:i.enumerable,writable:e.writable})}return q(t,n,e)}},true)}}var Q=function isPrimitive(t){var r=typeof t;return t===null||r!=="object"&&r!=="function"};var V=u.isNaN||function isActualNaN(t){return t!==t};var _={ToInteger:function ToInteger(t){var r=+t;if(V(r)){r=0}else if(r!==0&&r!==1/0&&r!==-(1/0)){r=(r>0||-1)*T(m(r))}return r},ToPrimitive:function ToPrimitive(t){var r,e,n;if(Q(t)){return t}e=t.valueOf;if(U(e)){r=e.call(t);if(Q(r)){return r}}n=t.toString;if(U(n)){r=n.call(t);if(Q(r)){return r}}throw new TypeError},ToObject:function(t){if(t==null){throw new TypeError("can't convert "+t+" to object")}return e(t)},ToUint32:function ToUint32(t){return t>>>0}};var tt=function Empty(){};W(a,{bind:function bind(t){var r=this;if(!U(r)){throw new TypeError("Function.prototype.bind called on incompatible "+r)}var n=s.call(arguments,1);var a;var o=function(){if(this instanceof a){var i=g.call(r,this,h.call(n,s.call(arguments)));if(e(i)===i){return i}return this}return g.call(r,t,h.call(n,s.call(arguments)))};var f=b(0,r.length-n.length);var u=[];for(var l=0;l<f;l++){v.call(u,"$"+l)}a=i("binder","return function ("+y.call(u,",")+"){ return binder.apply(this, arguments); }")(o);if(r.prototype){tt.prototype=r.prototype;a.prototype=new tt;tt.prototype=null}return a}});var rt=d.bind(n.hasOwnPro
//# sourceMappingURL=es5-shim.map