tweb/public/main.chunk.js

27 lines
717 KiB
JavaScript
Raw Normal View History

2020-02-06 16:43:07 +01:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],[function(e,t,a){"use strict";a.r(t),a.d(t,"dT",(function(){return s})),a.d(t,"checkClick",(function(){return o})),a.d(t,"isInDOM",(function(){return n})),a.d(t,"checkDragEvent",(function(){return i})),a.d(t,"cancelEvent",(function(){return d})),a.d(t,"onCtrlEnter",(function(){return c})),a.d(t,"setFieldSelection",(function(){return l})),a.d(t,"getFieldSelection",(function(){return p})),a.d(t,"getRichValue",(function(){return h})),a.d(t,"getRichValueWithCaret",(function(){return m})),a.d(t,"getRichElementValue",(function(){return g})),a.d(t,"setRichFocus",(function(){return y})),a.d(t,"getSelectedText",(function(){return u})),a.d(t,"$rootScope",(function(){return _})),a.d(t,"_",(function(){return f})),a.d(t,"isObject",(function(){return b})),a.d(t,"tsNow",(function(){return x})),a.d(t,"safeReplaceObject",(function(){return D})),a.d(t,"numberWithCommas",(function(){return v})),a.d(t,"findUpTag",(function(){return w})),a.d(t,"isElementInViewport",(function(){return P})),a.d(t,"whichChild",(function(){return k})),a.d(t,"copy",(function(){return S})),a.d(t,"formatBytes",(function(){return C})),a.d(t,"deepEqual",(function(){return F})),a.d(t,"listMergeSorted",(function(){return M})),a.d(t,"listUniqSorted",(function(){return E})),a.d(t,"templateUrl",(function(){return I})),a.d(t,"encodeEntities",(function(){return A})),a.d(t,"calcImageInBox",(function(){return B})),a.d(t,"countryCodeEmoji",(function(){return U})),a.d(t,"unifiedCountryCodeEmoji",(function(){return O})),a.d(t,"SearchIndexManager",(function(){return V}));
/*!
* Webogram v0.7.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE
*/
var r=(new Date).getTime();function s(){return"["+(((new Date).getTime()-r)/1e3).toFixed(3)+"]"}function o(e,t){return!((1!=e.which||!e.ctrlKey&&!e.metaKey)&&2!=e.which)||(t||e.preventDefault(),!1)}function n(e,t){return!!e&&(e==(t=t||document.body)||n(e.parentNode,t))}function i(e){if(!e||e.target&&("IMG"==e.target.tagName||"A"==e.target.tagName))return!1;if(!e.dataTransfer||!e.dataTransfer.types)return!0;for(var t=0;t<e.dataTransfer.types.length;t++)if("Files"==e.dataTransfer.types[t])return!0;return!1}function d(e){return(e=e||window.event)&&((e=e.originalEvent||e).stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.returnValue=!1,e.cancelBubble=!0),!1}function c(e,t){$(e).on("keydown",(function(e){if(13==e.keyCode&&(e.ctrlKey||e.metaKey))return t(),d(e)}))}function l(e,t,a){e=$(e)[0];try{if(e.focus(),void 0!==t&&!1!==t||(t=e.value.length),void 0!==a&&!1!==a||(a=t),e.createTextRange){var r=e.createTextRange();r.collapse(!0),r.moveEnd("character",a),r.moveStart("character",t),r.select()}else e.setSelectionRange&&e.setSelectionRange(t,a)}catch(e){}}function p(e){if(e.selectionStart)return e.selectionStart;if(!document.selection)return 0;var t,a=document.selection.createRange(),r=a.text,s=a.duplicate();try{s.moveToElementText(e)}catch(e){return 0}return a.text=r+"",t=s.text.indexOf(""),a.moveStart("character",-1),a.text="",t}function h(e){if(!e)return"";var t=[],a=[];g(e,t,a),a.length&&t.push(a.join(""));var r=t.join("\n");return r=r.replace(/\u00A0/g," ")}function m(e){if(!e)return[];var t,a,r=[],s=[],o=!!window.getSelection&&window.getSelection();if(o&&o.rangeCount){var n=o.getRangeAt(0);n.startContainer&&n.startContainer==n.endContainer&&n.startOffset==n.endOffset&&(t=n.startContainer,a=n.startOffset)}g(e,r,s,t,a),s.length&&r.push(s.join(""));var i=r.join("\n"),d=i.indexOf("");return-1!=d&&(i=i.substr(0,d)+i.substr(d+1)),[i=i.replace(/\u00A0/g," "),d]}function g(e,t,a,r,s){if(3!=e.nodeType){if(1==e.nodeType){var o=r===e,n="DIV"==e.tagName||"P"==e.tagName;n&&a.length||"BR"==e.tagName?(t.push(a.join("")),a.splice(0,a.length)):"IMG"==e.tagName&&e.alt&&a.push(e.alt),o&&!s&&a.push("");for(var i=e.firstChild;i;)g(i,t,a,r,s),i=i.nextSibling;o&&s&&a.push(""),n&&a.length&&(t.push(a.join("")),a.splice(0,a.length))}}else if(r===e){var d=e.nodeValue;a.push(d.substr(0,s)+""+d.substr(s))}else a.push(e.nodeValue)}function y(e,t,a){if(e.focus(),!t||t.parentNode!=e||t.nextSibling||a||(e.removeChild(t),t=null),window.getSelection&&document.createRange){var r=document.createRange();t?r.selectNode(t):r.selectNodeContents(e),a||r.collapse(!1);var s=window.getSelection();s.removeAllRanges(),s.addRange(r)}else if(void 0!==document.body.createTextRange){var o=document.body.createTextRange();o.moveToElementText(t||e),a||o.collapse(!1),o.select()}}function u(){return(window.getSelection&&window.getSelection()||document.getSelection&&document.getSelection()||document.selection&&document.selection.createRange().text||"").toString().replace(/^\s+|\s+$/g,"")}const _={$broadcast:(e,t)=>{console.log(s(),"Broadcasting "+e+" event, with args:",t);let a=new CustomEvent(e,{detail:t});document.dispatchEvent(a)},$on:(e,t)=>{document.addEventListener(e,t)},selectedPeerID:0,idle:{isIDLE:!1}},f=e=>e;function b(e){return"object"==typeof e&&null!==e}function x(e){var t=+new Date+(window.tsOffset||0);return e?Math.floor(t/1e3):t}function D(e,t){for(var a in e)t.hasOwnProperty(a)||"$"==a.charAt(0)||delete e[a];for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])}function v(e){var t=e.toString().split(".");return t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),t.join(".")}function w(e,t){if(e.tagName==t)return e;for(;e.parentNode;)if((e=e.parentNode).tagName===t)return e;return null}function P(e){var t=e.getBoundingClientRect(),a=window.innerWidth||document.documentElement.clientWidth,r=window.innerHeight||document.documentElement.clientHeight,s=function(e,t){return document.elementFromPoint(e,t)};if(t.right<0||t.bottom<0||t.left>a||t.top>r||!t.width||!t.height)return!1;return void 0!==[s(t.left+1,t.top+1),s(t.right-1,t.top+1),s(t.right-1
/*!
* Webogram v0.7.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE
*/var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=a(23),o=r(a(59));var n=(new Date).getTime();function i(e){return new s.BigInteger(e.toString(16),16)}function d(e){return new s.BigInteger(e,10)}function c(e){return e<26?e+65:e<52?e+71:e<62?e-4:62===e?43:63===e?47:65}function l(e,t){for(var a=atob(e),r=a.length,s=Math.ceil(r/1024),o=new Array(s),n=0;n<s;++n){for(var i=1024*n,d=Math.min(i+1024,r),c=new Array(d-i),l=i,h=0;l<d;++h,++l)c[h]=a[l].charCodeAt(0);o[n]=new Uint8Array(c)}return p(o,t)}function p(e,t=""){var a,r=h(t);try{a=new Blob(e,{type:r})}catch(t){var s=new BlobBuilder;e.forEach((function(e){s.append(e)})),a=s.getBlob(r)}return a}function h(e){return-1===["image/jpeg","image/png","image/gif","image/webp","image/bmp","video/mp4","video/webm","video/quicktime","audio/ogg","audio/mpeg","audio/mp4"].indexOf(e)?"application/octet-stream":e}function m(e){return new Uint8Array(e).buffer}function g(e){return void 0!==e.buffer?e:new Uint8Array(e)}function y(e,t){var a=e.byteLength||e.length,r=t.byteLength||t.length,s=new Uint8Array(a+r);return s.set(e instanceof ArrayBuffer?new Uint8Array(e):e,0),s.set(t instanceof ArrayBuffer?new Uint8Array(t):t,a),s.buffer}function u(e){var t=d(e).divideAndRemainder(i(4294967296));return[t[0].intValue(),t[1].intValue()]}function _(e){for(var t=e.words,a=e.sigBytes,r=[],s=0;s<a;s++)r.push(t[s>>>2]>>>24-s%4*8&255);return r}t.dT=function(){return"["+(((new Date).getTime()-n)/1e3).toFixed(3)+"]"},t.bigint=i,t.bigStringInt=d,t.bytesToHex=function(e){e=e||[];for(var t=[],a=0;a<e.length;a++)t.push((e[a]<16?"0":"")+(e[a]||0).toString(16));return t.join("")},t.bytesFromHex=function(e){var t,a=e.length,r=0,s=[];for(e.length%2&&(s.push(parseInt(e.charAt(0),16)),r++),t=r;t<a;t+=2)s.push(parseInt(e.substr(t,2),16));return s},t.bytesToBase64=function(e){for(var t,a="",r=e.length,s=0,o=0;o<r;o++)t=o%3,s|=e[o]<<(16>>>t&24),2!==t&&r-o!=1||(a+=String.fromCharCode(c(s>>>18&63),c(s>>>12&63),c(s>>>6&63),c(63&s)),s=0);return a.replace(/A(?=A$|$)/g,"=")},t.uint6ToBase64=c,t.base64ToBlob=l,t.dataUrlToBlob=function(e){var t=e.split(",");return l(t[1],t[0].split(":")[1].split(";")[0])},t.blobConstruct=p,t.blobSafeMimeType=h,t.bytesCmp=function(e,t){var a=e.length;if(a!=t.length)return!1;for(var r=0;r<a;r++)if(e[r]!=t[r])return!1;return!0},t.bytesXor=function(e,t){for(var a=e.length,r=[],s=0;s<a;++s)r[s]=e[s]^t[s];return r},t.bytesFromBigInt=function(e,t){var a=e.toByteArray();if(t&&a.length<t){for(var r=[],s=0,o=t-a.length;s<o;s++)r[s]=0;a=a instanceof ArrayBuffer?y(r,a):r.concat(a)}else for(;!a[0]&&(!t||a.length>t);)a=a.slice(1);return a},t.bytesToArrayBuffer=m,t.convertToArrayBuffer=function(e){return e instanceof ArrayBuffer?e:void 0!==e.buffer&&e.buffer.byteLength==e.length*e.BYTES_PER_ELEMENT?e.buffer:m(e)},t.convertToUint8Array=g,t.convertToByteArray=function(e){if(Array.isArray(e))return e;for(var t=[],a=0,r=(e=g(e)).length;a<r;a++)t.push(e[a]);return t},t.bytesFromArrayBuffer=function(e){for(var t=e.byteLength,a=new Uint8Array(e),r=[],s=0;s<t;++s)r[s]=a[s];return r},t.bufferConcat=y,t.bufferConcats=function(...e){let t=0;e.forEach(e=>t+=e.byteLength||e.length);var a=new Uint8Array(t);let r=0;return e.forEach(e=>{a.set(e instanceof ArrayBuffer?new Uint8Array(e):e,r),r+=e.byteLength||e.length}),a},t.longToInts=u,t.bytesFromWords=_,t.longToBytes=function(e){return _({words:u(e),sigBytes:8}).reverse()},t.longFromInts=function(e,t){return i(e).shiftLeft(32).add(i(t)).toString(10)},t.intToUint=function(e){return"string"==typeof e&&(e=parseInt(e)),e<0&&(e+=4294967296),e},t.uintToInt=function(e){return e>2147483647&&(e-=4294967296),e},t.addPadding=function(e,t=16,a,r=!1,o=!1){let n=e.byteLength||e.length,i=t-n%t;if(i>0&&(i<t||r)){console.log("addPadding()",n,t,i);let r=new Array(i);if(a)for(let e=0;e<i;e++)r[e]=0;else(new s.SecureRandom).nextBytes(r);if(e instanceof ArrayBuffer)e=o?y(r,e):y(e,r);else if(e instanceof Uint8Array){let t=new Uint8Array(e.length+r.length);o?(t.set(r),t.set(e,r.length)):(t.set(e),t.set(r,
/*!
* Webogram v0.7.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE
*/
Config=window.Config||{},Config.App={id:1025907,hash:"452b0359b988148995f22ff0f4229750",version:"0.3.0",domains:[],baseDcID:2},Config.Modes={test:location.search.indexOf("test=1")>0,debug:location.search.indexOf("debug=1")>0,http:location.search.indexOf("http=1")>0,ssl:location.search.indexOf("ssl=1")>0||"https:"==location.protocol&&-1==location.search.indexOf("ssl=0"),force_mobile:location.search.indexOf("mobile=1")>0,force_desktop:location.search.indexOf("desktop=1")>0,webcrypto:-1==location.search.indexOf("webcrypto=0")&&!1,packed:"app:"==location.protocol||"chrome-extension:"==location.protocol,ios_standalone:window.navigator.standalone&&navigator.userAgent.match(/iOS|iPhone|iPad/),chrome_packed:!!(window.chrome&&chrome.app&&chrome.app.window),animations:!0,memory_only:!1,allow_tmpfs:location.search.indexOf("tmpfs=yeahImSureIknowWhatImDoing")>0||!1,push_api:-1==location.search.indexOf("push=1"),multipleConnections:!0},Config.Mobile=!1,Config.Navigator={nativeEmoji:/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform||""),osX:-1!=(navigator.platform||"").toLowerCase().indexOf("mac")||-1!=(navigator.userAgent||"").toLowerCase().indexOf("mac"),msie:-1!=(navigator.userAgent||"").search(/MSIE | Trident\/|Edge\//),retina:window.devicePixelRatio>1,ffos:-1!=navigator.userAgent.search(/mobi.+Gecko/i),ffos2p:-1!=navigator.userAgent.search(/mobi.+Gecko\/[34567]/i),touch:screen.width<=768||"ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,mobile:screen.width&&screen.width<480||-1!=navigator.userAgent.search(/iOS|iPhone OS|Android|BlackBerry|BB10|Series ?[64]0|J2ME|MIDP|opera mini|opera mobi|mobi.+Gecko|Windows Phone/i)},Config.ExtCredentials={gmaps:{api_key:"AIzaSyC72t5GDcP-dob20d-ARwSwOQ41-zgbArg"}};{let e=64,t=56,a=`assets/img/sheet_apple_${e}`,r=100/t,s=t*(e+2),o=t*(e+2),n=s/e*100,i=o/e*100,d=!1;Config.Emoji={img_size:e,sheetUrl:a,multiplyX:r,sheetSizeX:s,sheetSizeY:o,sizeX:n,sizeY:i,side:t,splitted:d,keyCategory:"category",keyX:"sheet_x",keyY:"sheet_y",emoji:{"#️⃣":{category:"Symbols",sheet_x:0,sheet_y:0,sort_order:132},"*️⃣":{category:"Symbols",sheet_x:0,sheet_y:1,sort_order:133},"0⃣":{category:"Symbols",sheet_x:0,sheet_y:2,sort_order:134},"1⃣":{category:"Symbols",sheet_x:0,sheet_y:3,sort_order:135},"2⃣":{category:"Symbols",sheet_x:0,sheet_y:4,sort_order:136},"3⃣":{category:"Symbols",sheet_x:0,sheet_y:5,sort_order:137},"4⃣":{category:"Symbols",sheet_x:0,sheet_y:6,sort_order:138},"5⃣":{category:"Symbols",sheet_x:0,sheet_y:7,sort_order:139},"6⃣":{category:"Symbols",sheet_x:0,sheet_y:8,sort_order:140},"7⃣":{category:"Symbols",sheet_x:0,sheet_y:9,sort_order:141},"8⃣":{category:"Symbols",sheet_x:0,sheet_y:10,sort_order:142},"9⃣":{category:"Symbols",sheet_x:0,sheet_y:11,sort_order:143},"©️":{category:"Symbols",sheet_x:0,sheet_y:12,sort_order:129},"®️":{category:"Symbols",sheet_x:0,sheet_y:13,sort_order:130},"🀄":{category:"Activities",sheet_x:0,sheet_y:14,sort_order:73},"🃏":{category:"Activities",sheet_x:0,sheet_y:15,sort_order:72},"🅰️":{category:"Symbols",sheet_x:0,sheet_y:16,sort_order:150},"🅱️":{category:"Symbols",sheet_x:0,sheet_y:17,sort_order:152},"🅾️":{category:"Symbols",sheet_x:0,sheet_y:18,sort_order:161},"🅿️":{category:"Symbols",sheet_x:0,sheet_y:19,sort_order:163},"🆎":{category:"Symbols",sheet_x:0,sheet_y:20,sort_order:151},"🆑":{category:"Symbols",sheet_x:0,sheet_y:21,sort_order:153},"🆒":{category:"Symbols",sheet_x:0,sheet_y:22,sort_order:154},"🆓":{category:"Symbols",sheet_x:0,sheet_y:23,sort_order:155},"🆔":{category:"Symbols",sheet_x:0,sheet_y:24,sort_order:157},"🆕":{category:"Symbols",sheet_x:0,sheet_y:25,sort_order:159},"🆖":{category:"Symbols",sheet_x:0,sheet_y:26,sort_order:160},"🆗":{category:"Symbols",sheet_x:0,sheet_y:27,sort_order:162},"🆘":{category:"Symbols",sheet_x:0,sheet_y:28,sort_order:164},"🆙":{category:"Symbols",sheet_x:0,sheet_y:29,sort_order:165},"🆚":{category:"Symbols",sheet_x:0,sheet_y:30,sort_order:166},"🇦🇨":{category:"Flags",sheet_x:0,sheet_y:31
/*!
* Webogram v0.7.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE
*/var r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});const s=a(2),o=a(0),n=r(a(11));t.TLSerialization=class{constructor(e={}){this.maxLength=2048,this.offset=0,this.mtproto=!1,this.debug=!1,this.maxLength=e.startMaxLength||2048,this.mtproto=e.mtproto||!1,this.createBuffer()}createBuffer(){this.buffer=new ArrayBuffer(this.maxLength),this.intView=new Int32Array(this.buffer),this.byteView=new Uint8Array(this.buffer)}getArray(){let e=new ArrayBuffer(this.offset),t=new Int32Array(e);return t.set(this.intView.subarray(0,this.offset/4)),t}getBuffer(){return this.getArray().buffer}getBytes(e){if(e){let e=new ArrayBuffer(this.offset),t=new Uint8Array(e);return t.set(this.byteView.subarray(0,this.offset)),t}let t=[];for(var a=0;a<this.offset;a++)t.push(this.byteView[a]);return t}checkLength(e){if(!(this.offset+e<this.maxLength)){console.trace("Increase buffer",this.offset,e,this.maxLength),this.maxLength=4*Math.ceil(Math.max(2*this.maxLength,this.offset+e+16)/4);var t=this.buffer,a=new Int32Array(t);this.createBuffer(),new Int32Array(this.buffer).set(a)}}writeInt(e,t){this.debug&&console.log(">>>",e.toString(16),e,t),this.checkLength(4),this.intView[this.offset/4]=e,this.offset+=4}storeInt(e,t){this.writeInt(e,(t||"")+":int")}storeBool(e,t){e?this.writeInt(2574415285,(t||"")+":bool"):this.writeInt(3162085175,(t||"")+":bool")}storeLongP(e,t,a){this.writeInt(t,(a||"")+":long[low]"),this.writeInt(e,(a||"")+":long[high]")}storeLong(e,t){if(Array.isArray(e))return 2==e.length?this.storeLongP(e[0],e[1],t):this.storeIntBytes(e,64,t);"string"!=typeof e&&(e=e?e.toString():"0");var a=s.bigStringInt(e).divideAndRemainder(s.bigint(4294967296));this.writeInt(s.intToUint(a[1].intValue()),(t||"")+":long[low]"),this.writeInt(s.intToUint(a[0].intValue()),(t||"")+":long[high]")}storeDouble(e,t){var a=new ArrayBuffer(8),r=new Int32Array(a);new Float64Array(a)[0]=e,this.writeInt(r[0],(t||"")+":double[low]"),this.writeInt(r[1],(t||"")+":double[high]")}storeString(e,t){this.debug&&console.log(">>>",e,(t||"")+":string"),void 0===e&&(e="");var a=unescape(encodeURIComponent(e));this.checkLength(a.length+8);var r=a.length;r<=253?this.byteView[this.offset++]=r:(this.byteView[this.offset++]=254,this.byteView[this.offset++]=255&r,this.byteView[this.offset++]=(65280&r)>>8,this.byteView[this.offset++]=(16711680&r)>>16);for(var s=0;s<r;s++)this.byteView[this.offset++]=a.charCodeAt(s);for(;this.offset%4;)this.byteView[this.offset++]=0}storeBytes(e,t){e instanceof ArrayBuffer?e=new Uint8Array(e):void 0===e&&(e=[]),this.debug&&console.log(">>>",s.bytesToHex(e),(t||"")+":bytes");var a=e.byteLength||e.length;for(this.checkLength(a+8),a<=253?this.byteView[this.offset++]=a:(this.byteView[this.offset++]=254,this.byteView[this.offset++]=255&a,this.byteView[this.offset++]=(65280&a)>>8,this.byteView[this.offset++]=(16711680&a)>>16),this.byteView.set(e,this.offset),this.offset+=a;this.offset%4;)this.byteView[this.offset++]=0}storeIntBytes(e,t,a){e instanceof ArrayBuffer&&(e=new Uint8Array(e));var r=e.length;if(t%32||8*r!=t)throw new Error("Invalid bits: "+t+", "+e.length);this.debug&&console.log(">>>",s.bytesToHex(e),(a||"")+":int"+t),this.checkLength(r),this.byteView.set(e,this.offset),this.offset+=r}storeRawBytes(e,t){e instanceof ArrayBuffer&&(e=new Uint8Array(e));var a=e.length;this.debug&&console.log(">>>",s.bytesToHex(e),t||""),this.checkLength(a),this.byteView.set(e,this.offset),this.offset+=a}storeMethod(e,t){var a,r,o,i,d,c=this.mtproto?n.Schema.MTProto:n.Schema.API,l=!1;for(o=0;o<c.methods.length;o++)if(c.methods[o].method==e){l=c.methods[o];break}if(!l)throw new Error("No method "+e+" found");this.storeInt(s.intToUint(l.id),e+"[id]");var p=l.params.length;for(o=0;o<p;o++){if(-1!==(r=(a=l.params[o]).type).indexOf("?")){if(!(t[(d=(i=r.split("?"))[0].split("."))[0]]&1<<d[1]))continue;r=i[1]}this.storeObject(t[a.name],r,e+"["+a.name+"]")}return l.type}storeObject(e,t,a){switch(t){case"#":case"int"