You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChocoPy/web/venus.js

3 lines
202 KiB

3 years ago
/*! venus 09-08-2019 */
if(function(t,e){"function"==typeof define&&define.amd?define("kotlin",["exports"],e):"object"==typeof exports?e(module.exports):(t.kotlin={},e(t.kotlin))}(this,function(ro){var n,io=ro;function t(t,e){return(4294901760&t)*(65535&e)+(65535&t)*(0|e)|0}if(ro.defineInlineFunction=function(t,e){return e},void 0===String.prototype.startsWith&&(String.prototype.startsWith=function(t,e){return e=e||0,this.lastIndexOf(t,e)===e}),void 0===String.prototype.endsWith&&(String.prototype.endsWith=function(t,e){var n=this.toString();(void 0===e||e>n.length)&&(e=n.length),e-=t.length;var r=n.indexOf(t,e);return-1!==r&&r===e}),void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(t){return null!=t&&null!=t.__proto__&&t.__proto__.__proto__===Int8Array.prototype.__proto__}),ro.compareTo=function(t,e){var n=typeof t,r=typeof t;return ro.isChar(t)&&"number"===r?ro.primitiveCompareTo(t.charCodeAt(0),e):"number"===n&&ro.isChar(e)?ro.primitiveCompareTo(t,e.charCodeAt(0)):"number"===n||"string"===n||"boolean"===n?ro.primitiveCompareTo(t,e):t.compareTo_11rb$(e)},ro.primitiveCompareTo=function(t,e){return t<e?-1:e<t?1:0},ro.imul=Math.imul||t,ro.imulEmulated=t,ro.equals=function(t,e){return null==t?null==e:null!=e&&(t!=t?e!=e:"object"==typeof t&&"function"==typeof t.equals?t.equals(e):t===e)},ro.hashCode=function(t){if(null==t)return 0;var e=typeof t;return"object"===e?"function"==typeof t.hashCode?t.hashCode():l(t):"function"===e?l(t):"number"===e?n(t):"boolean"===e?Number(t):function(t){for(var e=0,n=0;n<t.length;n++){var r=t.charCodeAt(n);e=31*e+r|0}return e}(String(t))},"function"==typeof ArrayBuffer){var e=new ArrayBuffer(8),r=new Float64Array(e),i=new Int32Array(e),o=0,a=1;r[0]=1.2,1072902963!==i[0]&&(o=1,a=0),n=function(t){return(0|t)===t?0|t:(r[0]=t,(31*i[o]|0)+i[a]|0)}}else n=function(t){return 0|t};ro.toString=function(t){return null==t?"null":ro.isArrayish(t)?"[...]":t.toString()};var s=4294967296,u="kotlinHashCodeValue$";function l(t){if(!(u in t)){var e=Math.random()*s|0;Object.defineProperty(t,u,{value:e,enumerable:!1})}return t[u]}ro.identityHashCode=l,ro.Long=function(t,e){this.low_=0|t,this.high_=0|e},ro.Long.$metadata$={kind:"class",simpleName:"Long",interfaces:[]},ro.Long.IntCache_={},ro.Long.fromInt=function(t){if(-128<=t&&t<128){var e=ro.Long.IntCache_[t];if(e)return e}var n=new ro.Long(0|t,t<0?-1:0);return-128<=t&&t<128&&(ro.Long.IntCache_[t]=n),n},ro.Long.fromNumber=function(t){return isNaN(t)||!isFinite(t)?ro.Long.ZERO:t<=-ro.Long.TWO_PWR_63_DBL_?ro.Long.MIN_VALUE:t+1>=ro.Long.TWO_PWR_63_DBL_?ro.Long.MAX_VALUE:t<0?ro.Long.fromNumber(-t).negate():new ro.Long(t%ro.Long.TWO_PWR_32_DBL_|0,t/ro.Long.TWO_PWR_32_DBL_|0)},ro.Long.fromBits=function(t,e){return new ro.Long(t,e)},ro.Long.fromString=function(t,e){if(0==t.length)throw Error("number format error: empty string");var n=e||10;if(n<2||36<n)throw Error("radix out of range: "+n);if("-"==t.charAt(0))return ro.Long.fromString(t.substring(1),n).negate();if(0<=t.indexOf("-"))throw Error('number format error: interior "-" character: '+t);for(var r=ro.Long.fromNumber(Math.pow(n,8)),i=ro.Long.ZERO,o=0;o<t.length;o+=8){var a=Math.min(8,t.length-o),s=parseInt(t.substring(o,o+a),n);if(a<8){var u=ro.Long.fromNumber(Math.pow(n,a));i=i.multiply(u).add(ro.Long.fromNumber(s))}else i=(i=i.multiply(r)).add(ro.Long.fromNumber(s))}return i},ro.Long.TWO_PWR_16_DBL_=65536,ro.Long.TWO_PWR_24_DBL_=1<<24,ro.Long.TWO_PWR_32_DBL_=ro.Long.TWO_PWR_16_DBL_*ro.Long.TWO_PWR_16_DBL_,ro.Long.TWO_PWR_31_DBL_=ro.Long.TWO_PWR_32_DBL_/2,ro.Long.TWO_PWR_48_DBL_=ro.Long.TWO_PWR_32_DBL_*ro.Long.TWO_PWR_16_DBL_,ro.Long.TWO_PWR_64_DBL_=ro.Long.TWO_PWR_32_DBL_*ro.Long.TWO_PWR_32_DBL_,ro.Long.TWO_PWR_63_DBL_=ro.Long.TWO_PWR_64_DBL_/2,ro.Long.ZERO=ro.Long.fromInt(0),ro.Long.ONE=ro.Long.fromInt(1),ro.Long.NEG_ONE=ro.Long.fromInt(-1),ro.Long.MAX_VALUE=ro.Long.fromBits(-1,2147483647),ro.Long.MIN_VALUE=ro.Long.fromBits(0,-2147483648),ro.Long.TWO_PWR_24_=ro.Long.fromInt(1<<24),ro.Long.prototype.toInt=function(){return this.low_},ro.Long.prototype.toNumber=function(){return this.high_*ro.Long.TWO_PWR_32_DBL_+this.getLowBit