3 lines
112 KiB
JavaScript
3 lines
112 KiB
JavaScript
|
!function e(t,n,r){function s(o,a){if(!n[o]){if(!t[o]){var l="function"==typeof require&&require;if(!a&&l)return l(o,!0);if(i)return i(o,!0);var c=new Error("Cannot find module '"+o+"'");throw c.code="MODULE_NOT_FOUND",c}var u=n[o]={exports:{}};t[o][0].call(u.exports,(function(e){return s(t[o][1][e]||e)}),u,u.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(e,t,n){var r=e("../internals/is-callable"),s=e("../internals/try-to-string"),i=TypeError;t.exports=function(e){if(r(e))return e;throw i(s(e)+" is not a function")}},{"../internals/is-callable":67,"../internals/try-to-string":120}],2:[function(e,t,n){var r=e("../internals/is-constructor"),s=e("../internals/try-to-string"),i=TypeError;t.exports=function(e){if(r(e))return e;throw i(s(e)+" is not a constructor")}},{"../internals/is-constructor":68,"../internals/try-to-string":120}],3:[function(e,t,n){var r=e("../internals/is-callable"),s=String,i=TypeError;t.exports=function(e){if("object"==typeof e||r(e))return e;throw i("Can't set "+s(e)+" as a prototype")}},{"../internals/is-callable":67}],4:[function(e,t,n){var r=e("../internals/well-known-symbol"),s=e("../internals/object-create"),i=e("../internals/object-define-property").f,o=r("unscopables"),a=Array.prototype;null==a[o]&&i(a,o,{configurable:!0,value:s(null)}),t.exports=function(e){a[o][e]=!0}},{"../internals/object-create":81,"../internals/object-define-property":83,"../internals/well-known-symbol":127}],5:[function(e,t,n){"use strict";var r=e("../internals/string-multibyte").charAt;t.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},{"../internals/string-multibyte":107}],6:[function(e,t,n){var r=e("../internals/object-is-prototype-of"),s=TypeError;t.exports=function(e,t){if(r(t,e))return e;throw s("Incorrect invocation")}},{"../internals/object-is-prototype-of":88}],7:[function(e,t,n){var r=e("../internals/is-object"),s=String,i=TypeError;t.exports=function(e){if(r(e))return e;throw i(s(e)+" is not an object")}},{"../internals/is-object":71}],8:[function(e,t,n){t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},{}],9:[function(e,t,n){"use strict";var r,s,i,o=e("../internals/array-buffer-native"),a=e("../internals/descriptors"),l=e("../internals/global"),c=e("../internals/is-callable"),u=e("../internals/is-object"),f=e("../internals/has-own-property"),d=e("../internals/classof"),p=e("../internals/try-to-string"),h=e("../internals/create-non-enumerable-property"),y=e("../internals/define-built-in"),m=e("../internals/object-define-property").f,b=e("../internals/object-is-prototype-of"),g=e("../internals/object-get-prototype-of"),v=e("../internals/object-set-prototype-of"),w=e("../internals/well-known-symbol"),x=e("../internals/uid"),j=e("../internals/internal-state"),k=j.enforce,M=j.get,P=l.Int8Array,S=P&&P.prototype,_=l.Uint8ClampedArray,I=_&&_.prototype,A=P&&g(P),E=S&&g(S),O=Object.prototype,C=l.TypeError,T=w("toStringTag"),R=x("TYPED_ARRAY_TAG"),D="TypedArrayConstructor",F=o&&!!v&&"Opera"!==d(l.opera),L=!1,W={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},z={BigInt64Array:8,BigUint64Array:8},U=function(e){var t=g(e);if(u(t)){var n=M(t);return n&&f(n,D)?n.TypedArrayConstructor:U(t)}},N=function(e){if(!u(e))return!1;var t=d(e);return f(W,t)||f(z,t)};for(r in W)(i=(s=l[r])&&s.prototype)?k(i).TypedArrayConstructor=s:F=!1;for(r in z)(i=(s=l[r])&&s.prototype)&&(k(i).TypedArrayConstructor=s);if((!F||!c(A)||A===Function.prototype)&&(A=function(){throw C("Incorrect invocation")},F))for(r in W)l[r]&&v(l[r],A);if((!F||!E||E===O)&&(E=A.prototype,F))for(r in W)l[r]&&v(l[r].prototype,E);if(F&&g(I)!==E&&v(I,E),a&&!f(E,T))for(r in L=!0,m(E,T,{get:function(){return u(this)?this[R]:void 0}}),W)l[r]&&h(l[r],R,r);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:F,TYPED_ARRAY_TAG:L&&R,aTypedArray:function(e){if(N(e))return e;throw C("Target is not a typed array")},aTypedArrayConstructor:function(e){if(c(e)&&(!v||b(A,e)))return e;throw C(p(e)+" is not a ty
|
||
|
//# sourceMappingURL=emulators.js.map
|