(function (_, kotlin_kotlin, kotlin_io_ktor_ktor_io, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core, kotlin_org_jetbrains_kotlinx_atomicfu) { 'use strict'; //region block: imports var imul = Math.imul; var protoOf = kotlin_kotlin.$_$.dg; var THROW_CCE = kotlin_kotlin.$_$.rm; var Annotation = kotlin_kotlin.$_$.tl; var classMeta = kotlin_kotlin.$_$.oe; var setMetadataFor = kotlin_kotlin.$_$.eg; var VOID = kotlin_kotlin.$_$.g; var charSequenceLength = kotlin_kotlin.$_$.me; var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.m2; var getKClassFromExpression = kotlin_kotlin.$_$.d; var getStringHashCode = kotlin_kotlin.$_$.bf; var interfaceMeta = kotlin_kotlin.$_$.ef; var BytePacketBuilder = kotlin_io_ktor_ktor_io.$_$.q; var get_lastIndex = kotlin_kotlin.$_$.nj; var charSequenceGet = kotlin_kotlin.$_$.le; var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.o3; var writeText = kotlin_io_ktor_ktor_io.$_$.d1; var readBytes = kotlin_io_ktor_ktor_io.$_$.x; var Long = kotlin_kotlin.$_$.jm; var readAvailable = kotlin_io_ktor_ktor_io.$_$.w; var toByte = kotlin_kotlin.$_$.fg; var readBytes_0 = kotlin_io_ktor_ktor_io.$_$.y; var charArray = kotlin_kotlin.$_$.ke; var concatToString = kotlin_kotlin.$_$.ni; var numberToChar = kotlin_kotlin.$_$.xf; var indexOf = kotlin_kotlin.$_$.cj; var Unit_getInstance = kotlin_kotlin.$_$.i6; var CoroutineImpl = kotlin_kotlin.$_$.td; var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ed; var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.a1; var equals = kotlin_kotlin.$_$.se; var hashCode = kotlin_kotlin.$_$.cf; var MutableMap = kotlin_kotlin.$_$.j7; var ensureNotNull = kotlin_kotlin.$_$.mn; var Entry = kotlin_kotlin.$_$.c7; var isInterface = kotlin_kotlin.$_$.nf; var MutableEntry = kotlin_kotlin.$_$.i7; var toString = kotlin_kotlin.$_$.w3; var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.x2; var AbstractCoroutineContextElement = kotlin_kotlin.$_$.hd; var Key_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d1; var CoroutineExceptionHandler = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.k2; var MutableIterator = kotlin_kotlin.$_$.f7; var collectionSizeOrDefault = kotlin_kotlin.$_$.b8; var ArrayList_init_$Create$ = kotlin_kotlin.$_$.p; var Set = kotlin_kotlin.$_$.m7; var toString_0 = kotlin_kotlin.$_$.ig; var MutableSet = kotlin_kotlin.$_$.k7; var THROW_IAE = kotlin_kotlin.$_$.sm; var Enum = kotlin_kotlin.$_$.dm; var objectMeta = kotlin_kotlin.$_$.cg; var firstOrNull = kotlin_kotlin.$_$.n9; var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.q; var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.z; var Map = kotlin_kotlin.$_$.d7; var toSet = kotlin_kotlin.$_$.vc; var emptySet = kotlin_kotlin.$_$.h9; var emptyMap = kotlin_kotlin.$_$.g9; var getBooleanHashCode = kotlin_kotlin.$_$.we; var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.m1; var Char__plus_impl_qi7pgj = kotlin_kotlin.$_$.t3; var equals_0 = kotlin_kotlin.$_$.wi; var atomic$ref$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.e; var HashMap_init_$Create$ = kotlin_kotlin.$_$.u; var Comparable = kotlin_kotlin.$_$.zl; var isSuspendFunction = kotlin_kotlin.$_$.qf; var MutableList = kotlin_kotlin.$_$.h7; var objectCreate = kotlin_kotlin.$_$.bg; var ArrayList = kotlin_kotlin.$_$.q6; var emptyList = kotlin_kotlin.$_$.f9; var get_lastIndex_0 = kotlin_kotlin.$_$.ja; var last = kotlin_kotlin.$_$.na; var mutableListOf = kotlin_kotlin.$_$.ab; var List = kotlin_kotlin.$_$.b7; var toMutableList = kotlin_kotlin.$_$.sc; var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n2; var extendThrowable = kotlin_kotlin.$_$.te; var captureStack = kotlin_kotlin.$_$.ie; var recoverStackTrace = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.e2; var getKClass = kotlin_kotlin.$_$.e; var EmptyCoroutineContext_getInstance = kotlin_kotlin.$_$.o5; var Continuation = kotlin_kotlin.$_$.md; var IntCompanionObject_getInstance = kotlin_kotlin.$_$.t5; var Companion_getInstance = kotlin_kotlin.$_$.d6; var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.x3; var createFailure = kotlin_kotlin.$_$.ln; var Result__exceptionOrNull_impl_p6xea9 = kotlin_kotlin.$_$.y3; var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.z3; var fillArrayVal = kotlin_kotlin.$_$.ue; var intercepted = kotlin_kotlin.$_$.gd; var toList = kotlin_kotlin.$_$.oc; var KProperty0 = kotlin_kotlin.$_$.mh; var getPropertyCallableRef = kotlin_kotlin.$_$.af; var lazy = kotlin_kotlin.$_$.un; var isNaN_0 = kotlin_kotlin.$_$.sn; var numberToLong = kotlin_kotlin.$_$.ag; var IllegalStateException = kotlin_kotlin.$_$.hm; var IllegalStateException_init_$Init$ = kotlin_kotlin.$_$.l2; var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.a4; var noWhenBranchMatchedException = kotlin_kotlin.$_$.vn; //endregion //region block: pre-declaration setMetadataFor(InternalAPI, 'InternalAPI', classMeta, VOID, [Annotation]); setMetadataFor(KtorDsl, 'KtorDsl', classMeta, VOID, [Annotation]); setMetadataFor(AttributeKey, 'AttributeKey', classMeta); function get(key) { var tmp0_elvis_lhs = this.getOrNull_6mjt1v_k$(key); var tmp; if (tmp0_elvis_lhs == null) { throw IllegalStateException_init_$Create$('No instance for key ' + key); } else { tmp = tmp0_elvis_lhs; } return tmp; } function take(key) { // Inline function 'kotlin.also' call var this_0 = this.get_r696p5_k$(key); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.Attributes.take.' call this.remove_2btyex_k$(key); return this_0; } function takeOrNull(key) { // Inline function 'kotlin.also' call var this_0 = this.getOrNull_6mjt1v_k$(key); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.Attributes.takeOrNull.' call this.remove_2btyex_k$(key); return this_0; } setMetadataFor(Attributes, 'Attributes', interfaceMeta); setMetadataFor($toByteArrayCOROUTINE$0, '$toByteArrayCOROUTINE$0', classMeta, CoroutineImpl); setMetadataFor(CaseInsensitiveMap, 'CaseInsensitiveMap', classMeta, VOID, [MutableMap], CaseInsensitiveMap); setMetadataFor(Entry_0, 'Entry', classMeta, VOID, [MutableEntry]); setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, AbstractCoroutineContextElement, [AbstractCoroutineContextElement, CoroutineExceptionHandler]); setMetadataFor(DelegatingMutableSet$iterator$1, VOID, classMeta, VOID, [MutableIterator]); setMetadataFor(DelegatingMutableSet, 'DelegatingMutableSet', classMeta, VOID, [MutableSet]); setMetadataFor(Platform, 'Platform', classMeta, Enum); setMetadataFor(PlatformUtils, 'PlatformUtils', objectMeta); setMetadataFor(Companion, 'Companion', objectMeta); function get_0(name) { var tmp0_safe_receiver = this.getAll_ffxf4h_k$(name); return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver); } function contains(name) { return !(this.getAll_ffxf4h_k$(name) == null); } function contains_0(name, value) { var tmp0_safe_receiver = this.getAll_ffxf4h_k$(name); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.contains_aljjnj_k$(value); return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs; } function forEach(body) { var tmp0_iterator = this.entries_qbkxv4_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.StringValues.forEach.' call // Inline function 'kotlin.collections.component1' call var k = element.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var v = element.get_value_j01efc_k$(); body(k, v); } return Unit_getInstance(); } setMetadataFor(StringValues, 'StringValues', interfaceMeta); setMetadataFor(StringValuesBuilder, 'StringValuesBuilder', interfaceMeta); setMetadataFor(StringValuesBuilderImpl, 'StringValuesBuilderImpl', classMeta, VOID, [StringValuesBuilder], StringValuesBuilderImpl); setMetadataFor(StringValuesImpl, 'StringValuesImpl', classMeta, VOID, [StringValues], StringValuesImpl); setMetadataFor(CaseInsensitiveString, 'CaseInsensitiveString', classMeta); setMetadataFor(CopyOnWriteHashMap, 'CopyOnWriteHashMap', classMeta, VOID, VOID, CopyOnWriteHashMap); setMetadataFor(Companion_0, 'Companion', objectMeta); setMetadataFor(GMTDate, 'GMTDate', classMeta, VOID, [Comparable]); setMetadataFor(Companion_1, 'Companion', objectMeta); setMetadataFor(WeekDay, 'WeekDay', classMeta, Enum); setMetadataFor(Companion_2, 'Companion', objectMeta); setMetadataFor(Month, 'Month', classMeta, Enum); setMetadataFor(Symbol, 'Symbol', classMeta); setMetadataFor($proceedLoopCOROUTINE$1, '$proceedLoopCOROUTINE$1', classMeta, CoroutineImpl); setMetadataFor(PipelineContext, 'PipelineContext', classMeta, VOID, [CoroutineScope], VOID, VOID, VOID, [1, 0]); setMetadataFor(DebugPipelineContext, 'DebugPipelineContext', classMeta, PipelineContext, VOID, VOID, VOID, VOID, [1, 0]); setMetadataFor(Companion_3, 'Companion', objectMeta); setMetadataFor(PhaseContent, 'PhaseContent', classMeta); setMetadataFor(Pipeline, 'Pipeline', classMeta, VOID, VOID, VOID, VOID, VOID, [2]); setMetadataFor(PipelinePhase, 'PipelinePhase', classMeta); setMetadataFor(InvalidPhaseException, 'InvalidPhaseException', classMeta, Error); setMetadataFor(PipelinePhaseRelation, 'PipelinePhaseRelation', classMeta); setMetadataFor(After, 'After', classMeta, PipelinePhaseRelation); setMetadataFor(Before, 'Before', classMeta, PipelinePhaseRelation); setMetadataFor(Last, 'Last', objectMeta, PipelinePhaseRelation); setMetadataFor(StackWalkingFailed, 'StackWalkingFailed', objectMeta); setMetadataFor(CoroutineStackFrame, 'CoroutineStackFrame', interfaceMeta); setMetadataFor(StackWalkingFailedFrame, 'StackWalkingFailedFrame', objectMeta, VOID, [CoroutineStackFrame, Continuation]); setMetadataFor(SuspendFunctionGun$continuation$1, VOID, classMeta, VOID, [Continuation, CoroutineStackFrame]); setMetadataFor(SuspendFunctionGun, 'SuspendFunctionGun', classMeta, PipelineContext, VOID, VOID, VOID, VOID, [0, 1]); setMetadataFor(TypeInfo, 'TypeInfo', classMeta); setMetadataFor(AttributesJs, 'AttributesJs', classMeta, VOID, [Attributes], AttributesJs); setMetadataFor(InvalidTimestampException, 'InvalidTimestampException', classMeta, IllegalStateException); setMetadataFor(Logger, 'Logger', interfaceMeta); setMetadataFor(KtorSimpleLogger$1, VOID, classMeta, VOID, [Logger]); setMetadataFor(LogLevel, 'LogLevel', classMeta, Enum); setMetadataFor(Type, 'Type', interfaceMeta); setMetadataFor(JsType, 'JsType', objectMeta, VOID, [Type]); //endregion function InternalAPI() { } protoOf(InternalAPI).equals = function (other) { if (!(other instanceof InternalAPI)) return false; other instanceof InternalAPI || THROW_CCE(); return true; }; protoOf(InternalAPI).hashCode = function () { return 0; }; protoOf(InternalAPI).toString = function () { return '@io.ktor.util.InternalAPI()'; }; function KtorDsl() { } protoOf(KtorDsl).equals = function (other) { if (!(other instanceof KtorDsl)) return false; other instanceof KtorDsl || THROW_CCE(); return true; }; protoOf(KtorDsl).hashCode = function () { return 0; }; protoOf(KtorDsl).toString = function () { return '@io.ktor.util.KtorDsl()'; }; function AttributeKey(name) { this.name_1 = name; // Inline function 'kotlin.text.isEmpty' call var this_0 = this.name_1; if (charSequenceLength(this_0) === 0) { throw IllegalStateException_init_$Create$("Name can't be blank"); } } protoOf(AttributeKey).get_name_woqyms_k$ = function () { return this.name_1; }; protoOf(AttributeKey).toString = function () { return 'AttributeKey: ' + this.name_1; }; protoOf(AttributeKey).equals = function (other) { if (this === other) return true; if (other == null ? true : !getKClassFromExpression(this).equals(getKClassFromExpression(other))) return false; if (!(other instanceof AttributeKey)) THROW_CCE(); if (!(this.name_1 === other.name_1)) return false; return true; }; protoOf(AttributeKey).hashCode = function () { return getStringHashCode(this.name_1); }; function Attributes() { } function putAll(_this__u8e3s4, other) { // Inline function 'kotlin.collections.forEach' call var tmp0_iterator = other.get_allKeys_dton90_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.putAll.' call _this__u8e3s4.put_gkntno_k$(element instanceof AttributeKey ? element : THROW_CCE(), other.get_r696p5_k$(element)); } } function get_BASE64_INVERSE_ALPHABET() { _init_properties_Base64_kt__ymmsz3(); return BASE64_INVERSE_ALPHABET; } var BASE64_INVERSE_ALPHABET; function get_BASE64_ALPHABET() { return BASE64_ALPHABET; } var BASE64_ALPHABET; function decodeBase64Bytes(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); var tmp$ret$4; $l$block_0: { // Inline function 'io.ktor.utils.io.core.buildPacket' call // Inline function 'kotlin.contracts.contract' call var builder = new BytePacketBuilder(); try { // Inline function 'io.ktor.util.decodeBase64Bytes.' call var tmp$ret$3; $l$block: { // Inline function 'kotlin.text.dropLastWhile' call var inductionVariable = get_lastIndex(_this__u8e3s4); if (0 <= inductionVariable) do { var index = inductionVariable; inductionVariable = inductionVariable + -1 | 0; // Inline function 'io.ktor.util.decodeBase64Bytes..' call if (!(charSequenceGet(_this__u8e3s4, index) === _Char___init__impl__6a9atx(61))) { // Inline function 'kotlin.text.substring' call var endIndex = index + 1 | 0; // Inline function 'kotlin.js.asDynamic' call tmp$ret$3 = _this__u8e3s4.substring(0, endIndex); break $l$block; } } while (0 <= inductionVariable); tmp$ret$3 = ''; } writeText(builder, tmp$ret$3); tmp$ret$4 = builder.build_1k0s4u_k$(); break $l$block_0; } catch ($p) { if ($p instanceof Error) { var t = $p; builder.release_wu5yyf_k$(); throw t; } else { throw $p; } } } return readBytes(decodeBase64Bytes_0(tmp$ret$4)); } function decodeBase64Bytes_0(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); var tmp$ret$4; $l$block: { // Inline function 'io.ktor.utils.io.core.buildPacket' call // Inline function 'kotlin.contracts.contract' call var builder = new BytePacketBuilder(); try { // Inline function 'io.ktor.util.decodeBase64Bytes.' call var data = new Int8Array(4); while (_this__u8e3s4.get_remaining_mwegr1_k$().compareTo_9jj042_k$(new Long(0, 0)) > 0) { var read = readAvailable(_this__u8e3s4, data); // Inline function 'kotlin.collections.foldIndexed' call var index = 0; var accumulator = 0; var inductionVariable = 0; var last = data.length; while (inductionVariable < last) { var element = data[inductionVariable]; inductionVariable = inductionVariable + 1 | 0; // Inline function 'io.ktor.util.decodeBase64Bytes..' call var tmp1 = index; index = tmp1 + 1 | 0; var result = accumulator; // Inline function 'io.ktor.util.fromBase64' call // Inline function 'kotlin.experimental.and' call var this_0 = toByte(_get_BASE64_INVERSE_ALPHABET_$accessor$1rlrljx_ynhlmj()[element & 255]); var other = _get_BASE64_MASK_$accessor$1rlrljx_e67tnp(); accumulator = result | toByte(this_0 & other) << imul(3 - tmp1 | 0, 6); } var chunk = accumulator; var inductionVariable_0 = data.length - 2 | 0; var last_0 = data.length - read | 0; if (last_0 <= inductionVariable_0) do { var index_0 = inductionVariable_0; inductionVariable_0 = inductionVariable_0 + -1 | 0; var origin = chunk >> imul(8, index_0) & 255; builder.writeByte_9ih3z3_k$(toByte(origin)); } while (!(index_0 === last_0)); } tmp$ret$4 = builder.build_1k0s4u_k$(); break $l$block; } catch ($p) { if ($p instanceof Error) { var t = $p; builder.release_wu5yyf_k$(); throw t; } else { throw $p; } } } return tmp$ret$4; } function get_BASE64_PAD() { return BASE64_PAD; } var BASE64_PAD; function fromBase64(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); // Inline function 'kotlin.experimental.and' call var this_0 = toByte(_get_BASE64_INVERSE_ALPHABET_$accessor$1rlrljx_ynhlmj()[_this__u8e3s4 & 255]); var other = _get_BASE64_MASK_$accessor$1rlrljx_e67tnp(); return toByte(this_0 & other); } function get_BASE64_MASK() { return BASE64_MASK; } var BASE64_MASK; function encodeBase64(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); var tmp$ret$0; $l$block: { // Inline function 'io.ktor.utils.io.core.buildPacket' call // Inline function 'kotlin.contracts.contract' call var builder = new BytePacketBuilder(); try { // Inline function 'io.ktor.util.encodeBase64.' call writeText(builder, _this__u8e3s4); tmp$ret$0 = builder.build_1k0s4u_k$(); break $l$block; } catch ($p) { if ($p instanceof Error) { var t = $p; builder.release_wu5yyf_k$(); throw t; } else { throw $p; } } } return encodeBase64_0(tmp$ret$0); } function encodeBase64_0(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); return encodeBase64_1(readBytes_0(_this__u8e3s4)); } function encodeBase64_1(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); var array = _this__u8e3s4; var position = 0; var writeOffset = 0; var charArray_0 = charArray((imul(_this__u8e3s4.length, 8) / 6 | 0) + 3 | 0); while ((position + 3 | 0) <= array.length) { var first = array[position]; var second = array[position + 1 | 0]; var third = array[position + 2 | 0]; position = position + 3 | 0; var chunk = (first & 255) << 16 | (second & 255) << 8 | third & 255; var inductionVariable = 3; if (0 <= inductionVariable) do { var index = inductionVariable; inductionVariable = inductionVariable + -1 | 0; var char = chunk >> imul(6, index) & 63; var tmp1 = writeOffset; writeOffset = tmp1 + 1 | 0; // Inline function 'io.ktor.util.toBase64' call charArray_0[tmp1] = charSequenceGet(_get_BASE64_ALPHABET_$accessor$1rlrljx_834nh0(), char); } while (0 <= inductionVariable); } var remaining = array.length - position | 0; if (remaining === 0) return concatToString(charArray_0, 0, writeOffset); var tmp; if (remaining === 1) { tmp = (array[position] & 255) << 16 | 0 | 0; } else { tmp = (array[position] & 255) << 16 | (array[position + 1 | 0] & 255) << 8 | 0; } var chunk_0 = tmp; var padSize = imul(3 - remaining | 0, 8) / 6 | 0; var inductionVariable_0 = 3; if (padSize <= inductionVariable_0) do { var index_0 = inductionVariable_0; inductionVariable_0 = inductionVariable_0 + -1 | 0; var char_0 = chunk_0 >> imul(6, index_0) & 63; var tmp3 = writeOffset; writeOffset = tmp3 + 1 | 0; // Inline function 'io.ktor.util.toBase64' call charArray_0[tmp3] = charSequenceGet(_get_BASE64_ALPHABET_$accessor$1rlrljx_834nh0(), char_0); } while (!(index_0 === padSize)); // Inline function 'kotlin.repeat' call // Inline function 'kotlin.contracts.contract' call var inductionVariable_1 = 0; if (inductionVariable_1 < padSize) do { var index_1 = inductionVariable_1; inductionVariable_1 = inductionVariable_1 + 1 | 0; // Inline function 'io.ktor.util.encodeBase64.' call var tmp0 = writeOffset; writeOffset = tmp0 + 1 | 0; charArray_0[tmp0] = _Char___init__impl__6a9atx(61); } while (inductionVariable_1 < padSize); return concatToString(charArray_0, 0, writeOffset); } function get_BASE64_MASK_INT() { return BASE64_MASK_INT; } var BASE64_MASK_INT; function toBase64(_this__u8e3s4) { _init_properties_Base64_kt__ymmsz3(); return charSequenceGet(_get_BASE64_ALPHABET_$accessor$1rlrljx_834nh0(), _this__u8e3s4); } function _get_BASE64_INVERSE_ALPHABET_$accessor$1rlrljx_ynhlmj() { _init_properties_Base64_kt__ymmsz3(); return get_BASE64_INVERSE_ALPHABET(); } function _get_BASE64_MASK_$accessor$1rlrljx_e67tnp() { _init_properties_Base64_kt__ymmsz3(); return 63; } function _get_BASE64_ALPHABET_$accessor$1rlrljx_834nh0() { _init_properties_Base64_kt__ymmsz3(); return 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; } var properties_initialized_Base64_kt_5g824v; function _init_properties_Base64_kt__ymmsz3() { if (!properties_initialized_Base64_kt_5g824v) { properties_initialized_Base64_kt_5g824v = true; var tmp = 0; var tmp_0 = new Int32Array(256); while (tmp < 256) { var tmp_1 = tmp; tmp_0[tmp_1] = indexOf(_get_BASE64_ALPHABET_$accessor$1rlrljx_834nh0(), numberToChar(tmp_1)); tmp = tmp + 1 | 0; } BASE64_INVERSE_ALPHABET = tmp_0; } } function toByteArray(_this__u8e3s4, $completion) { var tmp = new $toByteArrayCOROUTINE$0(_this__u8e3s4, $completion); tmp.set_result_xj64lm_k$(Unit_getInstance()); tmp.set_exception_px07aa_k$(null); return tmp.doResume_5yljmg_k$(); } function $toByteArrayCOROUTINE$0(_this__u8e3s4, resultContinuation) { CoroutineImpl.call(this, resultContinuation); this._this__u8e3s4__1 = _this__u8e3s4; } protoOf($toByteArrayCOROUTINE$0).doResume_5yljmg_k$ = function () { var suspendResult = this.get_result_iyg5d2_k$(); $sm: do try { var tmp = this.get_state_iypx7s_k$(); switch (tmp) { case 0: this.set_exceptionState_fex74n_k$(2); this.set_state_rjd8d0_k$(1); suspendResult = this._this__u8e3s4__1.readRemaining$default_g3e7gf_k$(VOID, this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 1: var ARGUMENT = suspendResult; return readBytes_0(ARGUMENT); case 2: throw this.get_exception_x0n6w6_k$(); } } catch ($p) { var e = $p; if (this.get_exceptionState_wflpxn_k$() === 2) { throw e; } else { this.set_state_rjd8d0_k$(this.get_exceptionState_wflpxn_k$()); this.set_exception_px07aa_k$(e); } } while (true); }; function _get_delegate__idh0py($this) { return $this.delegate_1; } function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj($this$$receiver) { return $this$$receiver.get_content_h02jrk_k$(); } function CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0($this$$receiver) { return caseInsensitive($this$$receiver); } function CaseInsensitiveMap$_get_entries_$lambda_r32w19($this$$receiver) { return new Entry_0($this$$receiver.get_key_18j28a_k$().get_content_h02jrk_k$(), $this$$receiver.get_value_j01efc_k$()); } function CaseInsensitiveMap$_get_entries_$lambda_r32w19_0($this$$receiver) { return new Entry_0(caseInsensitive($this$$receiver.get_key_18j28a_k$()), $this$$receiver.get_value_j01efc_k$()); } function CaseInsensitiveMap() { var tmp = this; // Inline function 'kotlin.collections.mutableMapOf' call tmp.delegate_1 = LinkedHashMap_init_$Create$(); } protoOf(CaseInsensitiveMap).get_size_woubt6_k$ = function () { return this.delegate_1.get_size_woubt6_k$(); }; protoOf(CaseInsensitiveMap).containsKey_w445h6_k$ = function (key) { return this.delegate_1.containsKey_aw81wo_k$(new CaseInsensitiveString(key)); }; protoOf(CaseInsensitiveMap).containsKey_aw81wo_k$ = function (key) { if (!(!(key == null) ? typeof key === 'string' : false)) return false; return this.containsKey_w445h6_k$((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE()); }; protoOf(CaseInsensitiveMap).containsValue_600k0x_k$ = function (value) { return this.delegate_1.containsValue_yf2ykl_k$(value); }; protoOf(CaseInsensitiveMap).containsValue_yf2ykl_k$ = function (value) { if (!!(value == null)) return false; return this.containsValue_600k0x_k$(!(value == null) ? value : THROW_CCE()); }; protoOf(CaseInsensitiveMap).get_6bo4tg_k$ = function (key) { return this.delegate_1.get_wei43m_k$(caseInsensitive(key)); }; protoOf(CaseInsensitiveMap).get_wei43m_k$ = function (key) { if (!(!(key == null) ? typeof key === 'string' : false)) return null; return this.get_6bo4tg_k$((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE()); }; protoOf(CaseInsensitiveMap).isEmpty_y1axqb_k$ = function () { return this.delegate_1.isEmpty_y1axqb_k$(); }; protoOf(CaseInsensitiveMap).clear_j9egeb_k$ = function () { this.delegate_1.clear_j9egeb_k$(); }; protoOf(CaseInsensitiveMap).put_1pa1tm_k$ = function (key, value) { return this.delegate_1.put_4fpzoq_k$(caseInsensitive(key), value); }; protoOf(CaseInsensitiveMap).put_4fpzoq_k$ = function (key, value) { var tmp = (!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE(); return this.put_1pa1tm_k$(tmp, !(value == null) ? value : THROW_CCE()); }; protoOf(CaseInsensitiveMap).putAll_qpg2h7_k$ = function (from) { // Inline function 'kotlin.collections.forEach' call // Inline function 'kotlin.collections.iterator' call var tmp0_iterator = from.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.CaseInsensitiveMap.putAll.' call // Inline function 'kotlin.collections.component1' call var key = element.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var value = element.get_value_j01efc_k$(); this.put_1pa1tm_k$(key, value); } }; protoOf(CaseInsensitiveMap).putAll_wgg6cj_k$ = function (from) { return this.putAll_qpg2h7_k$(from); }; protoOf(CaseInsensitiveMap).remove_z05dva_k$ = function (key) { return this.delegate_1.remove_gppy8k_k$(caseInsensitive(key)); }; protoOf(CaseInsensitiveMap).remove_gppy8k_k$ = function (key) { if (!(!(key == null) ? typeof key === 'string' : false)) return null; return this.remove_z05dva_k$((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE()); }; protoOf(CaseInsensitiveMap).get_keys_wop4xp_k$ = function () { var tmp = this.delegate_1.get_keys_wop4xp_k$(); var tmp_0 = CaseInsensitiveMap$_get_keys_$lambda_ptzlqj; return new DelegatingMutableSet(tmp, tmp_0, CaseInsensitiveMap$_get_keys_$lambda_ptzlqj_0); }; protoOf(CaseInsensitiveMap).get_entries_p20ztl_k$ = function () { var tmp = this.delegate_1.get_entries_p20ztl_k$(); var tmp_0 = CaseInsensitiveMap$_get_entries_$lambda_r32w19; return new DelegatingMutableSet(tmp, tmp_0, CaseInsensitiveMap$_get_entries_$lambda_r32w19_0); }; protoOf(CaseInsensitiveMap).get_values_ksazhn_k$ = function () { return this.delegate_1.get_values_ksazhn_k$(); }; protoOf(CaseInsensitiveMap).equals = function (other) { var tmp; if (other == null) { tmp = true; } else { tmp = !(other instanceof CaseInsensitiveMap); } if (tmp) return false; return equals(other.delegate_1, this.delegate_1); }; protoOf(CaseInsensitiveMap).hashCode = function () { return hashCode(this.delegate_1); }; function Entry_0(key, value) { this.key_1 = key; this.value_1 = value; } protoOf(Entry_0).get_key_18j28a_k$ = function () { return this.key_1; }; protoOf(Entry_0).set_value_o0o1ki_k$ = function (_set____db54di) { this.value_1 = _set____db54di; }; protoOf(Entry_0).get_value_j01efc_k$ = function () { return this.value_1; }; protoOf(Entry_0).setValue_ck2iw3_k$ = function (newValue) { this.value_1 = newValue; return this.value_1; }; protoOf(Entry_0).setValue_9cjski_k$ = function (newValue) { return this.setValue_ck2iw3_k$((newValue == null ? true : !(newValue == null)) ? newValue : THROW_CCE()); }; protoOf(Entry_0).hashCode = function () { return (527 + hashCode(ensureNotNull(this.key_1)) | 0) + hashCode(ensureNotNull(this.value_1)) | 0; }; protoOf(Entry_0).equals = function (other) { var tmp; if (other == null) { tmp = true; } else { tmp = !(!(other == null) ? isInterface(other, Entry) : false); } if (tmp) return false; return equals(other.get_key_18j28a_k$(), this.key_1) ? equals(other.get_value_j01efc_k$(), this.value_1) : false; }; protoOf(Entry_0).toString = function () { return '' + this.key_1 + '=' + this.value_1; }; function toCharArray(_this__u8e3s4) { var tmp = 0; var tmp_0 = _this__u8e3s4.length; var tmp_1 = charArray(tmp_0); while (tmp < tmp_0) { var tmp_2 = tmp; tmp_1[tmp_2] = charSequenceGet(_this__u8e3s4, tmp_2); tmp = tmp + 1 | 0; } return tmp_1; } function isLowerCase(_this__u8e3s4) { // Inline function 'kotlin.text.lowercaseChar' call // Inline function 'kotlin.text.lowercase' call // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call var tmp$ret$2 = toString(_this__u8e3s4).toLowerCase(); return charSequenceGet(tmp$ret$2, 0) === _this__u8e3s4; } function caseInsensitiveMap() { return new CaseInsensitiveMap(); } function SilentSupervisor(parent) { parent = parent === VOID ? null : parent; var tmp = SupervisorJob(parent); // Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call var tmp$ret$0 = new _no_name_provided__qut3iv(); return tmp.plus_s13ygv_k$(tmp$ret$0); } function _no_name_provided__qut3iv() { AbstractCoroutineContextElement.call(this, Key_getInstance()); } protoOf(_no_name_provided__qut3iv).handleException_e679jj_k$ = function (context, exception) { // Inline function 'io.ktor.util.SilentSupervisor.' call return Unit_getInstance(); }; function get_digits() { _init_properties_Crypto_kt__txayzl(); return digits; } var digits; var properties_initialized_Crypto_kt_8g5vqb; function _init_properties_Crypto_kt__txayzl() { if (!properties_initialized_Crypto_kt_8g5vqb) { properties_initialized_Crypto_kt_8g5vqb = true; digits = toCharArray('0123456789abcdef'); } } function _get_delegate__idh0py_0($this) { return $this.delegate_1; } function _get_convertTo__c5vn9f($this) { return $this.convertTo_1; } function _get_convert__pt3sfy($this) { return $this.convert_1; } function DelegatingMutableSet$iterator$1(this$0) { this.this$0__1 = this$0; this.delegateIterator_1 = this$0.delegate_1.iterator_jk1svi_k$(); } protoOf(DelegatingMutableSet$iterator$1).get_delegateIterator_k9fnq4_k$ = function () { return this.delegateIterator_1; }; protoOf(DelegatingMutableSet$iterator$1).hasNext_bitz1p_k$ = function () { return this.delegateIterator_1.hasNext_bitz1p_k$(); }; protoOf(DelegatingMutableSet$iterator$1).next_20eer_k$ = function () { return this.this$0__1.convertTo_1(this.delegateIterator_1.next_20eer_k$()); }; protoOf(DelegatingMutableSet$iterator$1).remove_ldkf9o_k$ = function () { return this.delegateIterator_1.remove_ldkf9o_k$(); }; function DelegatingMutableSet(delegate, convertTo, convert) { this.delegate_1 = delegate; this.convertTo_1 = convertTo; this.convert_1 = convert; this.size_1 = this.delegate_1.get_size_woubt6_k$(); } protoOf(DelegatingMutableSet).convert_rdtx1s_k$ = function (_this__u8e3s4) { // Inline function 'kotlin.collections.map' call // Inline function 'kotlin.collections.mapTo' call var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10)); var tmp0_iterator = _this__u8e3s4.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var item = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.DelegatingMutableSet.convert.' call var tmp$ret$0 = this.convert_1(item); destination.add_utx5q5_k$(tmp$ret$0); } return destination; }; protoOf(DelegatingMutableSet).convertTo_cf3uxo_k$ = function (_this__u8e3s4) { // Inline function 'kotlin.collections.map' call // Inline function 'kotlin.collections.mapTo' call var destination = ArrayList_init_$Create$(collectionSizeOrDefault(_this__u8e3s4, 10)); var tmp0_iterator = _this__u8e3s4.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var item = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.DelegatingMutableSet.convertTo.' call var tmp$ret$0 = this.convertTo_1(item); destination.add_utx5q5_k$(tmp$ret$0); } return destination; }; protoOf(DelegatingMutableSet).get_size_woubt6_k$ = function () { return this.size_1; }; protoOf(DelegatingMutableSet).add_nwq4bv_k$ = function (element) { return this.delegate_1.add_utx5q5_k$(this.convert_1(element)); }; protoOf(DelegatingMutableSet).add_utx5q5_k$ = function (element) { return this.add_nwq4bv_k$((element == null ? true : !(element == null)) ? element : THROW_CCE()); }; protoOf(DelegatingMutableSet).addAll_xe9a4x_k$ = function (elements) { return this.delegate_1.addAll_4lagoh_k$(this.convert_rdtx1s_k$(elements)); }; protoOf(DelegatingMutableSet).addAll_4lagoh_k$ = function (elements) { return this.addAll_xe9a4x_k$(elements); }; protoOf(DelegatingMutableSet).clear_j9egeb_k$ = function () { this.delegate_1.clear_j9egeb_k$(); }; protoOf(DelegatingMutableSet).remove_xcbstq_k$ = function (element) { return this.delegate_1.remove_cedx0m_k$(this.convert_1(element)); }; protoOf(DelegatingMutableSet).remove_cedx0m_k$ = function (element) { if (!(element == null ? true : !(element == null))) return false; return this.remove_xcbstq_k$((element == null ? true : !(element == null)) ? element : THROW_CCE()); }; protoOf(DelegatingMutableSet).removeAll_raap70_k$ = function (elements) { return this.delegate_1.removeAll_y0z8pe_k$(this.convert_rdtx1s_k$(elements)); }; protoOf(DelegatingMutableSet).removeAll_y0z8pe_k$ = function (elements) { return this.removeAll_raap70_k$(elements); }; protoOf(DelegatingMutableSet).retainAll_owub5h_k$ = function (elements) { return this.delegate_1.retainAll_9fhiib_k$(this.convert_rdtx1s_k$(elements)); }; protoOf(DelegatingMutableSet).retainAll_9fhiib_k$ = function (elements) { return this.retainAll_owub5h_k$(elements); }; protoOf(DelegatingMutableSet).contains_z23g47_k$ = function (element) { return this.delegate_1.contains_aljjnj_k$(this.convert_1(element)); }; protoOf(DelegatingMutableSet).contains_aljjnj_k$ = function (element) { if (!(element == null ? true : !(element == null))) return false; return this.contains_z23g47_k$((element == null ? true : !(element == null)) ? element : THROW_CCE()); }; protoOf(DelegatingMutableSet).containsAll_crj6r5_k$ = function (elements) { return this.delegate_1.containsAll_xk45sd_k$(this.convert_rdtx1s_k$(elements)); }; protoOf(DelegatingMutableSet).containsAll_xk45sd_k$ = function (elements) { return this.containsAll_crj6r5_k$(elements); }; protoOf(DelegatingMutableSet).isEmpty_y1axqb_k$ = function () { return this.delegate_1.isEmpty_y1axqb_k$(); }; protoOf(DelegatingMutableSet).iterator_jk1svi_k$ = function () { return new DelegatingMutableSet$iterator$1(this); }; protoOf(DelegatingMutableSet).hashCode = function () { return hashCode(this.delegate_1); }; protoOf(DelegatingMutableSet).equals = function (other) { var tmp; if (other == null) { tmp = true; } else { tmp = !(!(other == null) ? isInterface(other, Set) : false); } if (tmp) return false; var elements = this.convertTo_cf3uxo_k$(this.delegate_1); var tmp_0; if (other.containsAll_xk45sd_k$(elements)) { // Inline function 'kotlin.collections.containsAll' call tmp_0 = elements.containsAll_xk45sd_k$(other); } else { tmp_0 = false; } return tmp_0; }; protoOf(DelegatingMutableSet).toString = function () { return toString_0(this.convertTo_cf3uxo_k$(this.delegate_1)); }; var Platform_Jvm_instance; var Platform_Native_instance; var Platform_Browser_instance; var Platform_Node_instance; function values() { return [Platform_Jvm_getInstance(), Platform_Native_getInstance(), Platform_Browser_getInstance(), Platform_Node_getInstance()]; } function valueOf(value) { switch (value) { case 'Jvm': return Platform_Jvm_getInstance(); case 'Native': return Platform_Native_getInstance(); case 'Browser': return Platform_Browser_getInstance(); case 'Node': return Platform_Node_getInstance(); default: Platform_initEntries(); THROW_IAE('No enum constant value.'); break; } } var Platform_entriesInitialized; function Platform_initEntries() { if (Platform_entriesInitialized) return Unit_getInstance(); Platform_entriesInitialized = true; Platform_Jvm_instance = new Platform('Jvm', 0); Platform_Native_instance = new Platform('Native', 1); Platform_Browser_instance = new Platform('Browser', 2); Platform_Node_instance = new Platform('Node', 3); } function Platform(name, ordinal) { Enum.call(this, name, ordinal); } function PlatformUtils() { PlatformUtils_instance = this; this.IS_BROWSER_1 = get_platform(this).equals(Platform_Browser_getInstance()); this.IS_NODE_1 = get_platform(this).equals(Platform_Node_getInstance()); this.IS_JVM_1 = get_platform(this).equals(Platform_Jvm_getInstance()); this.IS_NATIVE_1 = get_platform(this).equals(Platform_Native_getInstance()); this.IS_DEVELOPMENT_MODE_1 = get_isDevelopmentMode(this); this.IS_NEW_MM_ENABLED_1 = get_isNewMemoryModel(this); } protoOf(PlatformUtils).get_IS_BROWSER_e36mbg_k$ = function () { return this.IS_BROWSER_1; }; protoOf(PlatformUtils).get_IS_NODE_myvmya_k$ = function () { return this.IS_NODE_1; }; protoOf(PlatformUtils).get_IS_JVM_qobnv_k$ = function () { return this.IS_JVM_1; }; protoOf(PlatformUtils).get_IS_NATIVE_hc2lur_k$ = function () { return this.IS_NATIVE_1; }; protoOf(PlatformUtils).get_IS_DEVELOPMENT_MODE_4qw7yr_k$ = function () { return this.IS_DEVELOPMENT_MODE_1; }; protoOf(PlatformUtils).get_IS_NEW_MM_ENABLED_wrrkbx_k$ = function () { return this.IS_NEW_MM_ENABLED_1; }; var PlatformUtils_instance; function PlatformUtils_getInstance() { if (PlatformUtils_instance == null) new PlatformUtils(); return PlatformUtils_instance; } function Platform_Jvm_getInstance() { Platform_initEntries(); return Platform_Jvm_instance; } function Platform_Native_getInstance() { Platform_initEntries(); return Platform_Native_instance; } function Platform_Browser_getInstance() { Platform_initEntries(); return Platform_Browser_instance; } function Platform_Node_getInstance() { Platform_initEntries(); return Platform_Node_instance; } function Companion() { Companion_instance = this; this.Empty_1 = new StringValuesImpl(); } protoOf(Companion).get_Empty_i9b85g_k$ = function () { return this.Empty_1; }; protoOf(Companion).build_cztl77_k$ = function (caseInsensitiveName, builder) { // Inline function 'kotlin.apply' call var this_0 = new StringValuesBuilderImpl(caseInsensitiveName); // Inline function 'kotlin.contracts.contract' call builder(this_0); return this_0.build_1k0s4u_k$(); }; var Companion_instance; function Companion_getInstance_0() { if (Companion_instance == null) new Companion(); return Companion_instance; } function StringValues() { } function ensureListForKey($this, name) { var tmp0_elvis_lhs = $this.values_1.get_wei43m_k$(name); var tmp; if (tmp0_elvis_lhs == null) { // Inline function 'kotlin.also' call // Inline function 'kotlin.collections.mutableListOf' call var this_0 = ArrayList_init_$Create$_0(); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.StringValuesBuilderImpl.ensureListForKey.' call $this.validateName_mv1fw7_k$(name); // Inline function 'kotlin.collections.set' call $this.values_1.put_4fpzoq_k$(name, this_0); tmp = this_0; } else { tmp = tmp0_elvis_lhs; } return tmp; } function StringValuesBuilderImpl$appendAll$lambda(this$0) { return function (name, values) { this$0.appendAll_ytnfgb_k$(name, values); return Unit_getInstance(); }; } function StringValuesBuilderImpl$appendMissing$lambda(this$0) { return function (name, values) { this$0.appendMissing_dlfvfk_k$(name, values); return Unit_getInstance(); }; } function StringValuesBuilderImpl(caseInsensitiveName, size) { caseInsensitiveName = caseInsensitiveName === VOID ? false : caseInsensitiveName; size = size === VOID ? 8 : size; this.caseInsensitiveName_1 = caseInsensitiveName; this.values_1 = this.caseInsensitiveName_1 ? caseInsensitiveMap() : LinkedHashMap_init_$Create$_0(size); } protoOf(StringValuesBuilderImpl).get_caseInsensitiveName_ehooe5_k$ = function () { return this.caseInsensitiveName_1; }; protoOf(StringValuesBuilderImpl).get_values_ksazhn_k$ = function () { return this.values_1; }; protoOf(StringValuesBuilderImpl).getAll_ffxf4h_k$ = function (name) { return this.values_1.get_wei43m_k$(name); }; protoOf(StringValuesBuilderImpl).contains_zh0gsb_k$ = function (name) { // Inline function 'kotlin.collections.contains' call // Inline function 'kotlin.collections.containsKey' call var this_0 = this.values_1; return (isInterface(this_0, Map) ? this_0 : THROW_CCE()).containsKey_aw81wo_k$(name); }; protoOf(StringValuesBuilderImpl).contains_7gmd9b_k$ = function (name, value) { var tmp0_safe_receiver = this.values_1.get_wei43m_k$(name); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.contains_aljjnj_k$(value); return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs; }; protoOf(StringValuesBuilderImpl).names_1q9mbs_k$ = function () { return this.values_1.get_keys_wop4xp_k$(); }; protoOf(StringValuesBuilderImpl).isEmpty_y1axqb_k$ = function () { return this.values_1.isEmpty_y1axqb_k$(); }; protoOf(StringValuesBuilderImpl).entries_qbkxv4_k$ = function () { return unmodifiable(this.values_1.get_entries_p20ztl_k$()); }; protoOf(StringValuesBuilderImpl).set_j87cuq_k$ = function (name, value) { this.validateValue_x1igun_k$(value); var list = ensureListForKey(this, name); list.clear_j9egeb_k$(); list.add_utx5q5_k$(value); }; protoOf(StringValuesBuilderImpl).get_6bo4tg_k$ = function (name) { var tmp0_safe_receiver = this.getAll_ffxf4h_k$(name); return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver); }; protoOf(StringValuesBuilderImpl).append_rhug0a_k$ = function (name, value) { this.validateValue_x1igun_k$(value); ensureListForKey(this, name).add_utx5q5_k$(value); }; protoOf(StringValuesBuilderImpl).appendAll_k8dlt1_k$ = function (stringValues) { stringValues.forEach_jocloe_k$(StringValuesBuilderImpl$appendAll$lambda(this)); }; protoOf(StringValuesBuilderImpl).appendMissing_74a134_k$ = function (stringValues) { stringValues.forEach_jocloe_k$(StringValuesBuilderImpl$appendMissing$lambda(this)); }; protoOf(StringValuesBuilderImpl).appendAll_ytnfgb_k$ = function (name, values) { // Inline function 'kotlin.let' call // Inline function 'kotlin.contracts.contract' call var list = ensureListForKey(this, name); var tmp0_iterator = values.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.StringValuesBuilderImpl.appendAll..' call this.validateValue_x1igun_k$(element); list.add_utx5q5_k$(element); } }; protoOf(StringValuesBuilderImpl).appendMissing_dlfvfk_k$ = function (name, values) { var tmp0_safe_receiver = this.values_1.get_wei43m_k$(name); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toSet(tmp0_safe_receiver); var existing = tmp1_elvis_lhs == null ? emptySet() : tmp1_elvis_lhs; // Inline function 'kotlin.collections.filter' call // Inline function 'kotlin.collections.filterTo' call var destination = ArrayList_init_$Create$_0(); var tmp0_iterator = values.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.StringValuesBuilderImpl.appendMissing.' call if (!existing.contains_aljjnj_k$(element)) { destination.add_utx5q5_k$(element); } } this.appendAll_ytnfgb_k$(name, destination); }; protoOf(StringValuesBuilderImpl).remove_6241ba_k$ = function (name) { this.values_1.remove_gppy8k_k$(name); }; protoOf(StringValuesBuilderImpl).removeKeysWithNoEntries_wkzd9d_k$ = function () { // Inline function 'kotlin.collections.iterator' call // Inline function 'kotlin.collections.filter' call // Inline function 'kotlin.collections.filterTo' call var this_0 = this.values_1; var destination = LinkedHashMap_init_$Create$(); // Inline function 'kotlin.collections.iterator' call var tmp0_iterator = this_0.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.StringValuesBuilderImpl.removeKeysWithNoEntries.' call if (element.get_value_j01efc_k$().isEmpty_y1axqb_k$()) { destination.put_4fpzoq_k$(element.get_key_18j28a_k$(), element.get_value_j01efc_k$()); } } var tmp0_iterator_0 = destination.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator_0.hasNext_bitz1p_k$()) { // Inline function 'kotlin.collections.component1' call var k = tmp0_iterator_0.next_20eer_k$().get_key_18j28a_k$(); this.remove_6241ba_k$(k); } }; protoOf(StringValuesBuilderImpl).remove_nw7zgk_k$ = function (name, value) { var tmp0_safe_receiver = this.values_1.get_wei43m_k$(name); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.remove_cedx0m_k$(value); return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs; }; protoOf(StringValuesBuilderImpl).clear_j9egeb_k$ = function () { this.values_1.clear_j9egeb_k$(); }; protoOf(StringValuesBuilderImpl).build_1k0s4u_k$ = function () { return new StringValuesImpl(this.caseInsensitiveName_1, this.values_1); }; protoOf(StringValuesBuilderImpl).validateName_mv1fw7_k$ = function (name) { }; protoOf(StringValuesBuilderImpl).validateValue_x1igun_k$ = function (value) { }; function listForKey($this, name) { return $this.values_1.get_wei43m_k$(name); } function StringValuesImpl(caseInsensitiveName, values) { caseInsensitiveName = caseInsensitiveName === VOID ? false : caseInsensitiveName; values = values === VOID ? emptyMap() : values; this.caseInsensitiveName_1 = caseInsensitiveName; var tmp; if (this.caseInsensitiveName_1) { tmp = caseInsensitiveMap(); } else { // Inline function 'kotlin.collections.mutableMapOf' call tmp = LinkedHashMap_init_$Create$(); } var newMap = tmp; // Inline function 'kotlin.collections.forEach' call // Inline function 'kotlin.collections.iterator' call var tmp0_iterator = values.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.StringValuesImpl.' call // Inline function 'kotlin.collections.component1' call var key = element.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var value = element.get_value_j01efc_k$(); // Inline function 'kotlin.collections.set' call // Inline function 'kotlin.collections.List' call // Inline function 'kotlin.collections.MutableList' call var size = value.get_size_woubt6_k$(); var list = ArrayList_init_$Create$(size); // Inline function 'kotlin.repeat' call // Inline function 'kotlin.contracts.contract' call var inductionVariable = 0; if (inductionVariable < size) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; // Inline function 'kotlin.collections.MutableList.' call // Inline function 'io.ktor.util.StringValuesImpl..' call var tmp$ret$4 = value.get_c1px32_k$(index); list.add_utx5q5_k$(tmp$ret$4); } while (inductionVariable < size); newMap.put_4fpzoq_k$(key, list); } this.values_1 = newMap; } protoOf(StringValuesImpl).get_caseInsensitiveName_ehooe5_k$ = function () { return this.caseInsensitiveName_1; }; protoOf(StringValuesImpl).get_values_ksazhn_k$ = function () { return this.values_1; }; protoOf(StringValuesImpl).get_6bo4tg_k$ = function (name) { var tmp0_safe_receiver = listForKey(this, name); return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver); }; protoOf(StringValuesImpl).getAll_ffxf4h_k$ = function (name) { return listForKey(this, name); }; protoOf(StringValuesImpl).contains_zh0gsb_k$ = function (name) { return !(listForKey(this, name) == null); }; protoOf(StringValuesImpl).contains_7gmd9b_k$ = function (name, value) { var tmp0_safe_receiver = listForKey(this, name); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.contains_aljjnj_k$(value); return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs; }; protoOf(StringValuesImpl).names_1q9mbs_k$ = function () { return unmodifiable(this.values_1.get_keys_wop4xp_k$()); }; protoOf(StringValuesImpl).isEmpty_y1axqb_k$ = function () { return this.values_1.isEmpty_y1axqb_k$(); }; protoOf(StringValuesImpl).entries_qbkxv4_k$ = function () { return unmodifiable(this.values_1.get_entries_p20ztl_k$()); }; protoOf(StringValuesImpl).forEach_jocloe_k$ = function (body) { // Inline function 'kotlin.collections.iterator' call var tmp0_iterator = this.values_1.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var tmp1_loop_parameter = tmp0_iterator.next_20eer_k$(); // Inline function 'kotlin.collections.component1' call var key = tmp1_loop_parameter.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var value = tmp1_loop_parameter.get_value_j01efc_k$(); body(key, value); } }; protoOf(StringValuesImpl).toString = function () { return 'StringValues(case=' + !this.caseInsensitiveName_1 + ') ' + this.entries_qbkxv4_k$(); }; protoOf(StringValuesImpl).equals = function (other) { if (this === other) return true; if (!(!(other == null) ? isInterface(other, StringValues) : false)) return false; if (!(this.caseInsensitiveName_1 === other.get_caseInsensitiveName_ehooe5_k$())) return false; return entriesEquals(this.entries_qbkxv4_k$(), other.entries_qbkxv4_k$()); }; protoOf(StringValuesImpl).hashCode = function () { return entriesHashCode(this.entries_qbkxv4_k$(), imul(31, getBooleanHashCode(this.caseInsensitiveName_1))); }; function StringValuesBuilder() { } function appendAll(_this__u8e3s4, builder) { // Inline function 'kotlin.apply' call // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.appendAll.' call // Inline function 'kotlin.collections.forEach' call var tmp0_iterator = builder.entries_qbkxv4_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.appendAll..' call // Inline function 'kotlin.collections.component1' call var name = element.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var values = element.get_value_j01efc_k$(); _this__u8e3s4.appendAll_ytnfgb_k$(name, values); } return _this__u8e3s4; } function entriesEquals(a, b) { return equals(a, b); } function entriesHashCode(entries, seed) { return imul(seed, 31) + hashCode(entries) | 0; } function toLowerCasePreservingASCIIRules(_this__u8e3s4) { var tmp$ret$1; $l$block: { // Inline function 'kotlin.text.indexOfFirst' call var inductionVariable = 0; var last = charSequenceLength(_this__u8e3s4) - 1 | 0; if (inductionVariable <= last) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; // Inline function 'io.ktor.util.toLowerCasePreservingASCIIRules.' call var it = charSequenceGet(_this__u8e3s4, index); if (!(toLowerCasePreservingASCII(it) === it)) { tmp$ret$1 = index; break $l$block; } } while (inductionVariable <= last); tmp$ret$1 = -1; } var firstIndex = tmp$ret$1; if (firstIndex === -1) { return _this__u8e3s4; } var original = _this__u8e3s4; // Inline function 'kotlin.text.buildString' call var capacity = _this__u8e3s4.length; // Inline function 'kotlin.contracts.contract' call // Inline function 'kotlin.apply' call var this_0 = StringBuilder_init_$Create$(capacity); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.toLowerCasePreservingASCIIRules.' call this_0.append_xdc1zw_k$(original, 0, firstIndex); var inductionVariable_0 = firstIndex; var last_0 = get_lastIndex(original); if (inductionVariable_0 <= last_0) do { var index_0 = inductionVariable_0; inductionVariable_0 = inductionVariable_0 + 1 | 0; this_0.append_am5a4z_k$(toLowerCasePreservingASCII(charSequenceGet(original, index_0))); } while (!(index_0 === last_0)); return this_0.toString(); } function toLowerCasePreservingASCII(ch) { var tmp; if (_Char___init__impl__6a9atx(65) <= ch ? ch <= _Char___init__impl__6a9atx(90) : false) { tmp = Char__plus_impl_qi7pgj(ch, 32); } else if (_Char___init__impl__6a9atx(0) <= ch ? ch <= _Char___init__impl__6a9atx(127) : false) { tmp = ch; } else { // Inline function 'kotlin.text.lowercaseChar' call // Inline function 'kotlin.text.lowercase' call // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call var tmp$ret$2 = toString(ch).toLowerCase(); tmp = charSequenceGet(tmp$ret$2, 0); } return tmp; } function _get_hash__d7hhq5($this) { return $this.hash_1; } function CaseInsensitiveString(content) { this.content_1 = content; var tmp = this; // Inline function 'kotlin.text.lowercase' call // Inline function 'kotlin.js.asDynamic' call var tmp$ret$1 = this.content_1.toLowerCase(); tmp.hash_1 = getStringHashCode(tmp$ret$1); } protoOf(CaseInsensitiveString).get_content_h02jrk_k$ = function () { return this.content_1; }; protoOf(CaseInsensitiveString).equals = function (other) { var tmp0_safe_receiver = other instanceof CaseInsensitiveString ? other : null; var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.content_1; return (tmp1_safe_receiver == null ? null : equals_0(tmp1_safe_receiver, this.content_1, true)) === true; }; protoOf(CaseInsensitiveString).hashCode = function () { return this.hash_1; }; protoOf(CaseInsensitiveString).toString = function () { return this.content_1; }; function caseInsensitive(_this__u8e3s4) { return new CaseInsensitiveString(_this__u8e3s4); } function _get_current__qcrdxk($this) { return $this.current_1; } function CopyOnWriteHashMap() { this.current_1 = atomic$ref$1(emptyMap()); } protoOf(CopyOnWriteHashMap).put_fa630k_k$ = function (key, value) { do { var old = this.current_1.get_kotlinx$atomicfu$value_vi2am5_k$(); if (old.get_wei43m_k$(key) === value) return value; var copy = HashMap_init_$Create$(old); var replaced = copy.put_4fpzoq_k$(key, value); if (this.current_1.atomicfu$compareAndSet(old, copy)) return replaced; } while (true); }; protoOf(CopyOnWriteHashMap).get_h31hzz_k$ = function (key) { return this.current_1.get_kotlinx$atomicfu$value_vi2am5_k$().get_wei43m_k$(key); }; protoOf(CopyOnWriteHashMap).set_1tg0p3_k$ = function (key, value) { this.put_fa630k_k$(key, value); }; protoOf(CopyOnWriteHashMap).remove_1r2rzn_k$ = function (key) { do { var old = this.current_1.get_kotlinx$atomicfu$value_vi2am5_k$(); if (old.get_wei43m_k$(key) == null) return null; var copy = HashMap_init_$Create$(old); var removed = copy.remove_gppy8k_k$(key); if (this.current_1.atomicfu$compareAndSet(old, copy)) return removed; } while (true); }; protoOf(CopyOnWriteHashMap).computeIfAbsent_gq11cy_k$ = function (key, producer) { do { var old = this.current_1.get_kotlinx$atomicfu$value_vi2am5_k$(); var tmp0_safe_receiver = old.get_wei43m_k$(key); if (tmp0_safe_receiver == null) null; else { // Inline function 'kotlin.let' call // Inline function 'kotlin.contracts.contract' call return tmp0_safe_receiver; } var copy = HashMap_init_$Create$(old); var newValue = producer(key); // Inline function 'kotlin.collections.set' call copy.put_4fpzoq_k$(key, newValue); if (this.current_1.atomicfu$compareAndSet(old, copy)) return newValue; } while (true); }; function Companion_0() { Companion_instance_0 = this; this.START_1 = GMTDate_0(new Long(0, 0)); } protoOf(Companion_0).get_START_igje3d_k$ = function () { return this.START_1; }; var Companion_instance_0; function Companion_getInstance_1() { if (Companion_instance_0 == null) new Companion_0(); return Companion_instance_0; } function GMTDate(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) { Companion_getInstance_1(); this.seconds_1 = seconds; this.minutes_1 = minutes; this.hours_1 = hours; this.dayOfWeek_1 = dayOfWeek; this.dayOfMonth_1 = dayOfMonth; this.dayOfYear_1 = dayOfYear; this.month_1 = month; this.year_1 = year; this.timestamp_1 = timestamp; } protoOf(GMTDate).get_seconds_xuhyfq_k$ = function () { return this.seconds_1; }; protoOf(GMTDate).get_minutes_ivkhkm_k$ = function () { return this.minutes_1; }; protoOf(GMTDate).get_hours_islejq_k$ = function () { return this.hours_1; }; protoOf(GMTDate).get_dayOfWeek_3kfgci_k$ = function () { return this.dayOfWeek_1; }; protoOf(GMTDate).get_dayOfMonth_vblo3a_k$ = function () { return this.dayOfMonth_1; }; protoOf(GMTDate).get_dayOfYear_3ke6gp_k$ = function () { return this.dayOfYear_1; }; protoOf(GMTDate).get_month_ivc8d3_k$ = function () { return this.month_1; }; protoOf(GMTDate).get_year_woy26e_k$ = function () { return this.year_1; }; protoOf(GMTDate).get_timestamp_9fccx9_k$ = function () { return this.timestamp_1; }; protoOf(GMTDate).compareTo_i273q1_k$ = function (other) { return this.timestamp_1.compareTo_9jj042_k$(other.timestamp_1); }; protoOf(GMTDate).compareTo_hpufkf_k$ = function (other) { return this.compareTo_i273q1_k$(other instanceof GMTDate ? other : THROW_CCE()); }; protoOf(GMTDate).component1_7eebsc_k$ = function () { return this.seconds_1; }; protoOf(GMTDate).component2_7eebsb_k$ = function () { return this.minutes_1; }; protoOf(GMTDate).component3_7eebsa_k$ = function () { return this.hours_1; }; protoOf(GMTDate).component4_7eebs9_k$ = function () { return this.dayOfWeek_1; }; protoOf(GMTDate).component5_7eebs8_k$ = function () { return this.dayOfMonth_1; }; protoOf(GMTDate).component6_7eebs7_k$ = function () { return this.dayOfYear_1; }; protoOf(GMTDate).component7_7eebs6_k$ = function () { return this.month_1; }; protoOf(GMTDate).component8_7eebs5_k$ = function () { return this.year_1; }; protoOf(GMTDate).component9_7eebs4_k$ = function () { return this.timestamp_1; }; protoOf(GMTDate).copy_9qfcix_k$ = function (seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) { return new GMTDate(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp); }; protoOf(GMTDate).copy$default_xxrh8f_k$ = function (seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp, $super) { seconds = seconds === VOID ? this.seconds_1 : seconds; minutes = minutes === VOID ? this.minutes_1 : minutes; hours = hours === VOID ? this.hours_1 : hours; dayOfWeek = dayOfWeek === VOID ? this.dayOfWeek_1 : dayOfWeek; dayOfMonth = dayOfMonth === VOID ? this.dayOfMonth_1 : dayOfMonth; dayOfYear = dayOfYear === VOID ? this.dayOfYear_1 : dayOfYear; month = month === VOID ? this.month_1 : month; year = year === VOID ? this.year_1 : year; timestamp = timestamp === VOID ? this.timestamp_1 : timestamp; return $super === VOID ? this.copy_9qfcix_k$(seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp) : $super.copy_9qfcix_k$.call(this, seconds, minutes, hours, dayOfWeek, dayOfMonth, dayOfYear, month, year, timestamp); }; protoOf(GMTDate).toString = function () { return 'GMTDate(seconds=' + this.seconds_1 + ', minutes=' + this.minutes_1 + ', hours=' + this.hours_1 + ', dayOfWeek=' + this.dayOfWeek_1 + ', dayOfMonth=' + this.dayOfMonth_1 + ', dayOfYear=' + this.dayOfYear_1 + ', month=' + this.month_1 + ', year=' + this.year_1 + ', timestamp=' + this.timestamp_1.toString() + ')'; }; protoOf(GMTDate).hashCode = function () { var result = this.seconds_1; result = imul(result, 31) + this.minutes_1 | 0; result = imul(result, 31) + this.hours_1 | 0; result = imul(result, 31) + this.dayOfWeek_1.hashCode() | 0; result = imul(result, 31) + this.dayOfMonth_1 | 0; result = imul(result, 31) + this.dayOfYear_1 | 0; result = imul(result, 31) + this.month_1.hashCode() | 0; result = imul(result, 31) + this.year_1 | 0; result = imul(result, 31) + this.timestamp_1.hashCode() | 0; return result; }; protoOf(GMTDate).equals = function (other) { if (this === other) return true; if (!(other instanceof GMTDate)) return false; var tmp0_other_with_cast = other instanceof GMTDate ? other : THROW_CCE(); if (!(this.seconds_1 === tmp0_other_with_cast.seconds_1)) return false; if (!(this.minutes_1 === tmp0_other_with_cast.minutes_1)) return false; if (!(this.hours_1 === tmp0_other_with_cast.hours_1)) return false; if (!this.dayOfWeek_1.equals(tmp0_other_with_cast.dayOfWeek_1)) return false; if (!(this.dayOfMonth_1 === tmp0_other_with_cast.dayOfMonth_1)) return false; if (!(this.dayOfYear_1 === tmp0_other_with_cast.dayOfYear_1)) return false; if (!this.month_1.equals(tmp0_other_with_cast.month_1)) return false; if (!(this.year_1 === tmp0_other_with_cast.year_1)) return false; if (!this.timestamp_1.equals(tmp0_other_with_cast.timestamp_1)) return false; return true; }; var WeekDay_MONDAY_instance; var WeekDay_TUESDAY_instance; var WeekDay_WEDNESDAY_instance; var WeekDay_THURSDAY_instance; var WeekDay_FRIDAY_instance; var WeekDay_SATURDAY_instance; var WeekDay_SUNDAY_instance; function Companion_1() { Companion_instance_1 = this; } protoOf(Companion_1).from_1ixx1u_k$ = function (ordinal) { return values_0()[ordinal]; }; protoOf(Companion_1).from_dvofps_k$ = function (value) { // Inline function 'kotlin.collections.find' call var this_0 = values_0(); var tmp$ret$1; $l$block: { // Inline function 'kotlin.collections.firstOrNull' call var inductionVariable = 0; var last = this_0.length; while (inductionVariable < last) { var element = this_0[inductionVariable]; inductionVariable = inductionVariable + 1 | 0; // Inline function 'io.ktor.util.date.Companion.from.' call if (element.value_1 === value) { tmp$ret$1 = element; break $l$block; } } tmp$ret$1 = null; } var tmp0_elvis_lhs = tmp$ret$1; var tmp; if (tmp0_elvis_lhs == null) { var message = 'Invalid day of week: ' + value; throw IllegalStateException_init_$Create$(toString_0(message)); } else { tmp = tmp0_elvis_lhs; } return tmp; }; var Companion_instance_1; function Companion_getInstance_2() { WeekDay_initEntries(); if (Companion_instance_1 == null) new Companion_1(); return Companion_instance_1; } function values_0() { return [WeekDay_MONDAY_getInstance(), WeekDay_TUESDAY_getInstance(), WeekDay_WEDNESDAY_getInstance(), WeekDay_THURSDAY_getInstance(), WeekDay_FRIDAY_getInstance(), WeekDay_SATURDAY_getInstance(), WeekDay_SUNDAY_getInstance()]; } function valueOf_0(value) { switch (value) { case 'MONDAY': return WeekDay_MONDAY_getInstance(); case 'TUESDAY': return WeekDay_TUESDAY_getInstance(); case 'WEDNESDAY': return WeekDay_WEDNESDAY_getInstance(); case 'THURSDAY': return WeekDay_THURSDAY_getInstance(); case 'FRIDAY': return WeekDay_FRIDAY_getInstance(); case 'SATURDAY': return WeekDay_SATURDAY_getInstance(); case 'SUNDAY': return WeekDay_SUNDAY_getInstance(); default: WeekDay_initEntries(); THROW_IAE('No enum constant value.'); break; } } var WeekDay_entriesInitialized; function WeekDay_initEntries() { if (WeekDay_entriesInitialized) return Unit_getInstance(); WeekDay_entriesInitialized = true; WeekDay_MONDAY_instance = new WeekDay('MONDAY', 0, 'Mon'); WeekDay_TUESDAY_instance = new WeekDay('TUESDAY', 1, 'Tue'); WeekDay_WEDNESDAY_instance = new WeekDay('WEDNESDAY', 2, 'Wed'); WeekDay_THURSDAY_instance = new WeekDay('THURSDAY', 3, 'Thu'); WeekDay_FRIDAY_instance = new WeekDay('FRIDAY', 4, 'Fri'); WeekDay_SATURDAY_instance = new WeekDay('SATURDAY', 5, 'Sat'); WeekDay_SUNDAY_instance = new WeekDay('SUNDAY', 6, 'Sun'); Companion_getInstance_2(); } function WeekDay(name, ordinal, value) { Enum.call(this, name, ordinal); this.value_1 = value; } protoOf(WeekDay).get_value_j01efc_k$ = function () { return this.value_1; }; var Month_JANUARY_instance; var Month_FEBRUARY_instance; var Month_MARCH_instance; var Month_APRIL_instance; var Month_MAY_instance; var Month_JUNE_instance; var Month_JULY_instance; var Month_AUGUST_instance; var Month_SEPTEMBER_instance; var Month_OCTOBER_instance; var Month_NOVEMBER_instance; var Month_DECEMBER_instance; function Companion_2() { Companion_instance_2 = this; } protoOf(Companion_2).from_1ixx1u_k$ = function (ordinal) { return values_1()[ordinal]; }; protoOf(Companion_2).from_dvofps_k$ = function (value) { // Inline function 'kotlin.collections.find' call var this_0 = values_1(); var tmp$ret$1; $l$block: { // Inline function 'kotlin.collections.firstOrNull' call var inductionVariable = 0; var last = this_0.length; while (inductionVariable < last) { var element = this_0[inductionVariable]; inductionVariable = inductionVariable + 1 | 0; // Inline function 'io.ktor.util.date.Companion.from.' call if (element.value_1 === value) { tmp$ret$1 = element; break $l$block; } } tmp$ret$1 = null; } var tmp0_elvis_lhs = tmp$ret$1; var tmp; if (tmp0_elvis_lhs == null) { var message = 'Invalid month: ' + value; throw IllegalStateException_init_$Create$(toString_0(message)); } else { tmp = tmp0_elvis_lhs; } return tmp; }; var Companion_instance_2; function Companion_getInstance_3() { Month_initEntries(); if (Companion_instance_2 == null) new Companion_2(); return Companion_instance_2; } function values_1() { return [Month_JANUARY_getInstance(), Month_FEBRUARY_getInstance(), Month_MARCH_getInstance(), Month_APRIL_getInstance(), Month_MAY_getInstance(), Month_JUNE_getInstance(), Month_JULY_getInstance(), Month_AUGUST_getInstance(), Month_SEPTEMBER_getInstance(), Month_OCTOBER_getInstance(), Month_NOVEMBER_getInstance(), Month_DECEMBER_getInstance()]; } function valueOf_1(value) { switch (value) { case 'JANUARY': return Month_JANUARY_getInstance(); case 'FEBRUARY': return Month_FEBRUARY_getInstance(); case 'MARCH': return Month_MARCH_getInstance(); case 'APRIL': return Month_APRIL_getInstance(); case 'MAY': return Month_MAY_getInstance(); case 'JUNE': return Month_JUNE_getInstance(); case 'JULY': return Month_JULY_getInstance(); case 'AUGUST': return Month_AUGUST_getInstance(); case 'SEPTEMBER': return Month_SEPTEMBER_getInstance(); case 'OCTOBER': return Month_OCTOBER_getInstance(); case 'NOVEMBER': return Month_NOVEMBER_getInstance(); case 'DECEMBER': return Month_DECEMBER_getInstance(); default: Month_initEntries(); THROW_IAE('No enum constant value.'); break; } } var Month_entriesInitialized; function Month_initEntries() { if (Month_entriesInitialized) return Unit_getInstance(); Month_entriesInitialized = true; Month_JANUARY_instance = new Month('JANUARY', 0, 'Jan'); Month_FEBRUARY_instance = new Month('FEBRUARY', 1, 'Feb'); Month_MARCH_instance = new Month('MARCH', 2, 'Mar'); Month_APRIL_instance = new Month('APRIL', 3, 'Apr'); Month_MAY_instance = new Month('MAY', 4, 'May'); Month_JUNE_instance = new Month('JUNE', 5, 'Jun'); Month_JULY_instance = new Month('JULY', 6, 'Jul'); Month_AUGUST_instance = new Month('AUGUST', 7, 'Aug'); Month_SEPTEMBER_instance = new Month('SEPTEMBER', 8, 'Sep'); Month_OCTOBER_instance = new Month('OCTOBER', 9, 'Oct'); Month_NOVEMBER_instance = new Month('NOVEMBER', 10, 'Nov'); Month_DECEMBER_instance = new Month('DECEMBER', 11, 'Dec'); Companion_getInstance_3(); } function Month(name, ordinal, value) { Enum.call(this, name, ordinal); this.value_1 = value; } protoOf(Month).get_value_j01efc_k$ = function () { return this.value_1; }; function WeekDay_MONDAY_getInstance() { WeekDay_initEntries(); return WeekDay_MONDAY_instance; } function WeekDay_TUESDAY_getInstance() { WeekDay_initEntries(); return WeekDay_TUESDAY_instance; } function WeekDay_WEDNESDAY_getInstance() { WeekDay_initEntries(); return WeekDay_WEDNESDAY_instance; } function WeekDay_THURSDAY_getInstance() { WeekDay_initEntries(); return WeekDay_THURSDAY_instance; } function WeekDay_FRIDAY_getInstance() { WeekDay_initEntries(); return WeekDay_FRIDAY_instance; } function WeekDay_SATURDAY_getInstance() { WeekDay_initEntries(); return WeekDay_SATURDAY_instance; } function WeekDay_SUNDAY_getInstance() { WeekDay_initEntries(); return WeekDay_SUNDAY_instance; } function Month_JANUARY_getInstance() { Month_initEntries(); return Month_JANUARY_instance; } function Month_FEBRUARY_getInstance() { Month_initEntries(); return Month_FEBRUARY_instance; } function Month_MARCH_getInstance() { Month_initEntries(); return Month_MARCH_instance; } function Month_APRIL_getInstance() { Month_initEntries(); return Month_APRIL_instance; } function Month_MAY_getInstance() { Month_initEntries(); return Month_MAY_instance; } function Month_JUNE_getInstance() { Month_initEntries(); return Month_JUNE_instance; } function Month_JULY_getInstance() { Month_initEntries(); return Month_JULY_instance; } function Month_AUGUST_getInstance() { Month_initEntries(); return Month_AUGUST_instance; } function Month_SEPTEMBER_getInstance() { Month_initEntries(); return Month_SEPTEMBER_instance; } function Month_OCTOBER_getInstance() { Month_initEntries(); return Month_OCTOBER_instance; } function Month_NOVEMBER_getInstance() { Month_initEntries(); return Month_NOVEMBER_instance; } function Month_DECEMBER_getInstance() { Month_initEntries(); return Month_DECEMBER_instance; } function get_CONDITION_FALSE() { _init_properties_LockFreeLinkedList_kt__wekxce(); return CONDITION_FALSE; } var CONDITION_FALSE; function get_ALREADY_REMOVED() { _init_properties_LockFreeLinkedList_kt__wekxce(); return ALREADY_REMOVED; } var ALREADY_REMOVED; function get_LIST_EMPTY() { _init_properties_LockFreeLinkedList_kt__wekxce(); return LIST_EMPTY; } var LIST_EMPTY; function get_REMOVE_PREPARED() { _init_properties_LockFreeLinkedList_kt__wekxce(); return REMOVE_PREPARED; } var REMOVE_PREPARED; function get_NO_DECISION() { _init_properties_LockFreeLinkedList_kt__wekxce(); return NO_DECISION; } var NO_DECISION; function Symbol(symbol) { this.symbol_1 = symbol; } protoOf(Symbol).get_symbol_jqdfoh_k$ = function () { return this.symbol_1; }; protoOf(Symbol).toString = function () { return this.symbol_1; }; var properties_initialized_LockFreeLinkedList_kt_lnmdgw; function _init_properties_LockFreeLinkedList_kt__wekxce() { if (!properties_initialized_LockFreeLinkedList_kt_lnmdgw) { properties_initialized_LockFreeLinkedList_kt_lnmdgw = true; CONDITION_FALSE = new Symbol('CONDITION_FALSE'); ALREADY_REMOVED = new Symbol('ALREADY_REMOVED'); LIST_EMPTY = new Symbol('LIST_EMPTY'); REMOVE_PREPARED = new Symbol('REMOVE_PREPARED'); NO_DECISION = new Symbol('NO_DECISION'); } } function _get_interceptors__h4min7($this) { return $this.interceptors_1; } function _set_index__fyfqnn($this, _set____db54di) { $this.index_1 = _set____db54di; } function _get_index__g2optt($this) { return $this.index_1; } function proceedLoop($this, $completion) { var tmp = new $proceedLoopCOROUTINE$1($this, $completion); tmp.set_result_xj64lm_k$(Unit_getInstance()); tmp.set_exception_px07aa_k$(null); return tmp.doResume_5yljmg_k$(); } function $proceedLoopCOROUTINE$1(_this__u8e3s4, resultContinuation) { CoroutineImpl.call(this, resultContinuation); this._this__u8e3s4__1 = _this__u8e3s4; } protoOf($proceedLoopCOROUTINE$1).doResume_5yljmg_k$ = function () { var suspendResult = this.get_result_iyg5d2_k$(); $sm: do try { var tmp = this.get_state_iypx7s_k$(); switch (tmp) { case 0: this.set_exceptionState_fex74n_k$(6); this.set_state_rjd8d0_k$(1); continue $sm; case 1: this.index0__1 = this._this__u8e3s4__1.index_1; if (this.index0__1 === -1) { this.set_state_rjd8d0_k$(5); continue $sm; } else { this.set_state_rjd8d0_k$(2); continue $sm; } case 2: this.interceptors1__1 = this._this__u8e3s4__1.interceptors_1; if (this.index0__1 >= this.interceptors1__1.get_size_woubt6_k$()) { this._this__u8e3s4__1.finish_mh2air_k$(); this.set_state_rjd8d0_k$(5); continue $sm; } else { this.set_state_rjd8d0_k$(3); continue $sm; } case 3: this.executeInterceptor2__1 = this.interceptors1__1.get_c1px32_k$(this.index0__1); this._this__u8e3s4__1.index_1 = this.index0__1 + 1 | 0; this.set_state_rjd8d0_k$(4); var tmp_0 = this.executeInterceptor2__1; suspendResult = (isSuspendFunction(tmp_0, 2) ? tmp_0 : THROW_CCE())(this._this__u8e3s4__1, this._this__u8e3s4__1.subject_1, this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 4: this.set_state_rjd8d0_k$(1); continue $sm; case 5: return this._this__u8e3s4__1.subject_1; case 6: throw this.get_exception_x0n6w6_k$(); } } catch ($p) { var e = $p; if (this.get_exceptionState_wflpxn_k$() === 6) { throw e; } else { this.set_state_rjd8d0_k$(this.get_exceptionState_wflpxn_k$()); this.set_exception_px07aa_k$(e); } } while (true); }; function DebugPipelineContext(context, interceptors, subject, coroutineContext) { PipelineContext.call(this, context); this.interceptors_1 = interceptors; this.coroutineContext_1 = coroutineContext; this.subject_1 = subject; this.index_1 = 0; } protoOf(DebugPipelineContext).get_coroutineContext_115oqo_k$ = function () { return this.coroutineContext_1; }; protoOf(DebugPipelineContext).set_subject_651wuj_k$ = function (_set____db54di) { this.subject_1 = _set____db54di; }; protoOf(DebugPipelineContext).get_subject_tmjbgd_k$ = function () { return this.subject_1; }; protoOf(DebugPipelineContext).finish_mh2air_k$ = function () { this.index_1 = -1; }; protoOf(DebugPipelineContext).proceedWith_i5skhv_k$ = function (subject, $completion) { this.subject_1 = subject; return this.proceed_tynop7_k$($completion); }; protoOf(DebugPipelineContext).proceed_tynop7_k$ = function ($completion) { var index = this.index_1; if (index < 0) return this.subject_1; if (index >= this.interceptors_1.get_size_woubt6_k$()) { this.finish_mh2air_k$(); return this.subject_1; } return proceedLoop(this, $completion); }; protoOf(DebugPipelineContext).execute_v6diaq_k$ = function (initial, $completion) { this.index_1 = 0; this.subject_1 = initial; return this.proceed_tynop7_k$($completion); }; function _set_interceptors__wod97b($this, _set____db54di) { $this.interceptors_1 = _set____db54di; } function _get_interceptors__h4min7_0($this) { return $this.interceptors_1; } function PhaseContent_init_$Init$(phase, relation, $this) { var tmp = Companion_getInstance_4().SharedArrayList_1; PhaseContent.call($this, phase, relation, isInterface(tmp, MutableList) ? tmp : THROW_CCE()); // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call if (!Companion_getInstance_4().SharedArrayList_1.isEmpty_y1axqb_k$()) { // Inline function 'io.ktor.util.pipeline.PhaseContent..' call var message = 'The shared empty array list has been modified'; throw IllegalStateException_init_$Create$(toString_0(message)); } return $this; } function PhaseContent_init_$Create$(phase, relation) { return PhaseContent_init_$Init$(phase, relation, objectCreate(protoOf(PhaseContent))); } function copyInterceptors($this) { $this.interceptors_1 = $this.copiedInterceptors_t6sa3y_k$(); $this.shared_1 = false; } function Companion_3() { Companion_instance_3 = this; var tmp = this; // Inline function 'kotlin.collections.mutableListOf' call tmp.SharedArrayList_1 = ArrayList_init_$Create$_0(); } protoOf(Companion_3).get_SharedArrayList_vqimaf_k$ = function () { return this.SharedArrayList_1; }; var Companion_instance_3; function Companion_getInstance_4() { if (Companion_instance_3 == null) new Companion_3(); return Companion_instance_3; } function PhaseContent(phase, relation, interceptors) { Companion_getInstance_4(); this.phase_1 = phase; this.relation_1 = relation; this.interceptors_1 = interceptors; this.shared_1 = true; } protoOf(PhaseContent).get_phase_iwuvki_k$ = function () { return this.phase_1; }; protoOf(PhaseContent).get_relation_u22tol_k$ = function () { return this.relation_1; }; protoOf(PhaseContent).set_shared_67kjx_k$ = function (_set____db54di) { this.shared_1 = _set____db54di; }; protoOf(PhaseContent).get_shared_jgtlda_k$ = function () { return this.shared_1; }; protoOf(PhaseContent).get_isEmpty_zauvru_k$ = function () { return this.interceptors_1.isEmpty_y1axqb_k$(); }; protoOf(PhaseContent).get_size_woubt6_k$ = function () { return this.interceptors_1.get_size_woubt6_k$(); }; protoOf(PhaseContent).addInterceptor_ug7ul5_k$ = function (interceptor) { if (this.shared_1) { copyInterceptors(this); } this.interceptors_1.add_utx5q5_k$(interceptor); }; protoOf(PhaseContent).addTo_pkbuxk_k$ = function (destination) { var interceptors = this.interceptors_1; if (destination instanceof ArrayList) { destination.ensureCapacity_wr7980_k$(destination.get_size_woubt6_k$() + interceptors.get_size_woubt6_k$() | 0); } var inductionVariable = 0; var last = interceptors.get_size_woubt6_k$(); if (inductionVariable < last) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; destination.add_utx5q5_k$(interceptors.get_c1px32_k$(index)); } while (inductionVariable < last); }; protoOf(PhaseContent).addTo_ddguau_k$ = function (destination) { if (this.get_isEmpty_zauvru_k$()) return Unit_getInstance(); if (destination.get_isEmpty_zauvru_k$()) { destination.interceptors_1 = this.sharedInterceptors_rmg8b1_k$(); destination.shared_1 = true; return Unit_getInstance(); } if (destination.shared_1) { copyInterceptors(destination); } this.addTo_pkbuxk_k$(destination.interceptors_1); }; protoOf(PhaseContent).sharedInterceptors_rmg8b1_k$ = function () { this.shared_1 = true; return this.interceptors_1; }; protoOf(PhaseContent).copiedInterceptors_t6sa3y_k$ = function () { // Inline function 'kotlin.apply' call // Inline function 'kotlin.collections.mutableListOf' call var this_0 = ArrayList_init_$Create$_0(); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.pipeline.PhaseContent.copiedInterceptors.' call this_0.addAll_4lagoh_k$(this.interceptors_1); return this_0; }; protoOf(PhaseContent).toString = function () { return 'Phase `' + this.phase_1.get_name_woqyms_k$() + '`, ' + this.get_size_woubt6_k$() + ' handlers'; }; function _get_phasesRaw__qhc95r($this) { return $this.phasesRaw_1; } function _set_interceptorsQuantity__wbahq($this, _set____db54di) { $this.interceptorsQuantity_1 = _set____db54di; } function _get_interceptorsQuantity__d1rdim($this) { return $this.interceptorsQuantity_1; } function _get__interceptors__h3evks($this) { return $this._interceptors_1; } function _set_interceptors__wod97b_0($this, value) { $this._interceptors_1.set_kotlinx$atomicfu$value_508e3y_k$(value); } function _get_interceptors__h4min7_1($this) { return $this._interceptors_1.get_kotlinx$atomicfu$value_vi2am5_k$(); } function _set_interceptorsListShared__d5l722($this, _set____db54di) { $this.interceptorsListShared_1 = _set____db54di; } function _get_interceptorsListShared__93i9dm($this) { return $this.interceptorsListShared_1; } function _set_interceptorsListSharedPhase__tmqge3($this, _set____db54di) { $this.interceptorsListSharedPhase_1 = _set____db54di; } function _get_interceptorsListSharedPhase__2d8553($this) { return $this.interceptorsListSharedPhase_1; } function Pipeline_init_$Init$(phase, interceptors, $this) { Pipeline.call($this, [phase]); // Inline function 'kotlin.collections.forEach' call var tmp0_iterator = interceptors.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.pipeline.Pipeline..' call $this.intercept_k21bv3_k$(phase, element); } return $this; } function Pipeline_init_$Create$(phase, interceptors) { return Pipeline_init_$Init$(phase, interceptors, objectCreate(protoOf(Pipeline))); } function mergeInterceptors($this, from) { if ($this.interceptorsQuantity_1 === 0) { setInterceptorsListFromAnotherPipeline($this, from); } else { resetInterceptorsList($this); } var fromPhases = from.phasesRaw_1; // Inline function 'kotlin.collections.forEach' call var tmp0_iterator = fromPhases.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.pipeline.Pipeline.mergeInterceptors.' call var tmp0_elvis_lhs = element instanceof PipelinePhase ? element : null; var tmp; if (tmp0_elvis_lhs == null) { tmp = (element instanceof PhaseContent ? element : THROW_CCE()).get_phase_iwuvki_k$(); } else { tmp = tmp0_elvis_lhs; } var fromPhase = tmp; var tmp_0; if (element instanceof PhaseContent) { tmp_0 = !element.get_isEmpty_zauvru_k$(); } else { tmp_0 = false; } if (tmp_0) { if (!(element instanceof PhaseContent)) THROW_CCE(); element.addTo_ddguau_k$(ensureNotNull(findPhase($this, fromPhase))); $this.interceptorsQuantity_1 = $this.interceptorsQuantity_1 + element.get_size_woubt6_k$() | 0; } } } function createContext($this, context, subject, coroutineContext) { return pipelineContextFor(context, sharedInterceptorsList($this), subject, coroutineContext, $this.get_developmentMode_eqiro5_k$()); } function findPhase($this, phase) { var phasesList = $this.phasesRaw_1; var inductionVariable = 0; var last = phasesList.get_size_woubt6_k$(); if (inductionVariable < last) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var current = phasesList.get_c1px32_k$(index); if (current === phase) { var content = PhaseContent_init_$Create$(phase, Last_getInstance()); phasesList.set_82063s_k$(index, content); return content; } var tmp; if (current instanceof PhaseContent) { tmp = current.get_phase_iwuvki_k$() === phase; } else { tmp = false; } if (tmp) { return current instanceof PhaseContent ? current : THROW_CCE(); } } while (inductionVariable < last); return null; } function findPhaseIndex($this, phase) { var phasesList = $this.phasesRaw_1; var inductionVariable = 0; var last = phasesList.get_size_woubt6_k$(); if (inductionVariable < last) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var current = phasesList.get_c1px32_k$(index); var tmp; if (current === phase) { tmp = true; } else { var tmp_0; if (current instanceof PhaseContent) { tmp_0 = current.get_phase_iwuvki_k$() === phase; } else { tmp_0 = false; } tmp = tmp_0; } if (tmp) { return index; } } while (inductionVariable < last); return -1; } function hasPhase($this, phase) { var phasesList = $this.phasesRaw_1; var inductionVariable = 0; var last = phasesList.get_size_woubt6_k$(); if (inductionVariable < last) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var current = phasesList.get_c1px32_k$(index); var tmp; if (current === phase) { tmp = true; } else { var tmp_0; if (current instanceof PhaseContent) { tmp_0 = current.get_phase_iwuvki_k$() === phase; } else { tmp_0 = false; } tmp = tmp_0; } if (tmp) { return true; } } while (inductionVariable < last); return false; } function cacheInterceptors($this) { var interceptorsQuantity = $this.interceptorsQuantity_1; if (interceptorsQuantity === 0) { notSharedInterceptorsList($this, emptyList()); return emptyList(); } var phases = $this.phasesRaw_1; if (interceptorsQuantity === 1) { var inductionVariable = 0; var last = get_lastIndex_0(phases); if (inductionVariable <= last) $l$loop_0: do { var phaseIndex = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var tmp = phases.get_c1px32_k$(phaseIndex); var tmp1_elvis_lhs = tmp instanceof PhaseContent ? tmp : null; var tmp_0; if (tmp1_elvis_lhs == null) { continue $l$loop_0; } else { tmp_0 = tmp1_elvis_lhs; } var phaseContent = tmp_0; if (phaseContent.get_isEmpty_zauvru_k$()) continue $l$loop_0; var interceptors = phaseContent.sharedInterceptors_rmg8b1_k$(); setInterceptorsListFromPhase($this, phaseContent); return interceptors; } while (!(phaseIndex === last)); } // Inline function 'kotlin.collections.mutableListOf' call var destination = ArrayList_init_$Create$_0(); var inductionVariable_0 = 0; var last_0 = get_lastIndex_0(phases); if (inductionVariable_0 <= last_0) $l$loop_1: do { var phaseIndex_0 = inductionVariable_0; inductionVariable_0 = inductionVariable_0 + 1 | 0; var tmp_1 = phases.get_c1px32_k$(phaseIndex_0); var tmp3_elvis_lhs = tmp_1 instanceof PhaseContent ? tmp_1 : null; var tmp_2; if (tmp3_elvis_lhs == null) { continue $l$loop_1; } else { tmp_2 = tmp3_elvis_lhs; } var phase = tmp_2; phase.addTo_pkbuxk_k$(destination); } while (!(phaseIndex_0 === last_0)); notSharedInterceptorsList($this, destination); return destination; } function fastPathMerge($this, from) { if (from.phasesRaw_1.isEmpty_y1axqb_k$()) { return true; } // Inline function 'kotlin.collections.isNotEmpty' call if (!$this.phasesRaw_1.isEmpty_y1axqb_k$()) { return false; } var fromPhases = from.phasesRaw_1; var inductionVariable = 0; var last = get_lastIndex_0(fromPhases); if (inductionVariable <= last) $l$loop_0: do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var fromPhaseOrContent = fromPhases.get_c1px32_k$(index); if (fromPhaseOrContent instanceof PipelinePhase) { $this.phasesRaw_1.add_utx5q5_k$(fromPhaseOrContent); continue $l$loop_0; } if (!(fromPhaseOrContent instanceof PhaseContent)) { continue $l$loop_0; } if (!(fromPhaseOrContent instanceof PhaseContent)) THROW_CCE(); $this.phasesRaw_1.add_utx5q5_k$(new PhaseContent(fromPhaseOrContent.get_phase_iwuvki_k$(), fromPhaseOrContent.get_relation_u22tol_k$(), fromPhaseOrContent.sharedInterceptors_rmg8b1_k$())); continue $l$loop_0; } while (!(index === last)); $this.interceptorsQuantity_1 = $this.interceptorsQuantity_1 + from.interceptorsQuantity_1 | 0; setInterceptorsListFromAnotherPipeline($this, from); return true; } function sharedInterceptorsList($this) { if (_get_interceptors__h4min7_1($this) == null) { cacheInterceptors($this); } $this.interceptorsListShared_1 = true; return ensureNotNull(_get_interceptors__h4min7_1($this)); } function resetInterceptorsList($this) { _set_interceptors__wod97b_0($this, null); $this.interceptorsListShared_1 = false; $this.interceptorsListSharedPhase_1 = null; } function notSharedInterceptorsList($this, list) { _set_interceptors__wod97b_0($this, list); $this.interceptorsListShared_1 = false; $this.interceptorsListSharedPhase_1 = null; } function setInterceptorsListFromPhase($this, phaseContent) { _set_interceptors__wod97b_0($this, phaseContent.sharedInterceptors_rmg8b1_k$()); $this.interceptorsListShared_1 = false; $this.interceptorsListSharedPhase_1 = phaseContent.get_phase_iwuvki_k$(); } function setInterceptorsListFromAnotherPipeline($this, pipeline) { _set_interceptors__wod97b_0($this, sharedInterceptorsList(pipeline)); $this.interceptorsListShared_1 = true; $this.interceptorsListSharedPhase_1 = null; } function tryAddToPhaseFastPath($this, phase, block) { var currentInterceptors = _get_interceptors__h4min7_1($this); if ($this.phasesRaw_1.isEmpty_y1axqb_k$() ? true : currentInterceptors == null) { return false; } var tmp; if ($this.interceptorsListShared_1) { tmp = true; } else { tmp = !(!(currentInterceptors == null) ? isInterface(currentInterceptors, MutableList) : false); } if (tmp) { return false; } if (equals($this.interceptorsListSharedPhase_1, phase)) { currentInterceptors.add_utx5q5_k$(block); return true; } if (equals(phase, last($this.phasesRaw_1)) ? true : findPhaseIndex($this, phase) === get_lastIndex_0($this.phasesRaw_1)) { ensureNotNull(findPhase($this, phase)).addInterceptor_ug7ul5_k$(block); currentInterceptors.add_utx5q5_k$(block); return true; } return false; } function insertRelativePhase($this, fromPhaseOrContent, fromPhase) { var tmp; if (fromPhaseOrContent === fromPhase) { tmp = Last_getInstance(); } else { tmp = (fromPhaseOrContent instanceof PhaseContent ? fromPhaseOrContent : THROW_CCE()).get_relation_u22tol_k$(); } var fromPhaseRelation = tmp; if (fromPhaseRelation instanceof Last) { $this.addPhase_zg5395_k$(fromPhase); } else { var tmp_0; if (fromPhaseRelation instanceof Before) { tmp_0 = hasPhase($this, fromPhaseRelation.get_relativeTo_o3bmds_k$()); } else { tmp_0 = false; } if (tmp_0) { $this.insertPhaseBefore_rj4han_k$(fromPhaseRelation.get_relativeTo_o3bmds_k$(), fromPhase); } else { if (fromPhaseRelation instanceof After) { $this.insertPhaseAfter_gfhxiu_k$(fromPhaseRelation.get_relativeTo_o3bmds_k$(), fromPhase); } else { return false; } } } return true; } function Pipeline(phases) { this.attributes_1 = AttributesJsFn(true); this.developmentMode_1 = false; this.phasesRaw_1 = mutableListOf(phases.slice()); this.interceptorsQuantity_1 = 0; this._interceptors_1 = atomic$ref$1(null); this.interceptorsListShared_1 = false; this.interceptorsListSharedPhase_1 = null; } protoOf(Pipeline).get_attributes_dgqof4_k$ = function () { return this.attributes_1; }; protoOf(Pipeline).get_developmentMode_eqiro5_k$ = function () { return this.developmentMode_1; }; protoOf(Pipeline).get_items_it823b_k$ = function () { // Inline function 'kotlin.collections.map' call var this_0 = this.phasesRaw_1; // Inline function 'kotlin.collections.mapTo' call var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10)); var tmp0_iterator = this_0.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var item = tmp0_iterator.next_20eer_k$(); // Inline function 'io.ktor.util.pipeline.Pipeline..' call var tmp1_elvis_lhs = item instanceof PipelinePhase ? item : null; var tmp; if (tmp1_elvis_lhs == null) { var tmp0_safe_receiver = item instanceof PhaseContent ? item : null; tmp = ensureNotNull(tmp0_safe_receiver == null ? null : tmp0_safe_receiver.get_phase_iwuvki_k$()); } else { tmp = tmp1_elvis_lhs; } var tmp$ret$0 = tmp; destination.add_utx5q5_k$(tmp$ret$0); } return destination; }; protoOf(Pipeline).get_isEmpty_zauvru_k$ = function () { return this.interceptorsQuantity_1 === 0; }; protoOf(Pipeline).execute_qsx0hz_k$ = function (context, subject, $completion) { // Inline function 'kotlin.js.getCoroutineContext' call var tmp$ret$0 = $completion.get_context_h02k06_k$(); return createContext(this, context, subject, tmp$ret$0).execute_v6diaq_k$(subject, $completion); }; protoOf(Pipeline).addPhase_zg5395_k$ = function (phase) { if (hasPhase(this, phase)) { return Unit_getInstance(); } this.phasesRaw_1.add_utx5q5_k$(phase); }; protoOf(Pipeline).insertPhaseAfter_gfhxiu_k$ = function (reference, phase) { if (hasPhase(this, phase)) return Unit_getInstance(); var index = findPhaseIndex(this, reference); if (index === -1) { throw new InvalidPhaseException('Phase ' + reference + ' was not registered for this pipeline'); } var lastRelatedPhaseIndex = index; var inductionVariable = index + 1 | 0; var last = get_lastIndex_0(this.phasesRaw_1); if (inductionVariable <= last) $l$loop_0: do { var i = inductionVariable; inductionVariable = inductionVariable + 1 | 0; var tmp = this.phasesRaw_1.get_c1px32_k$(i); var tmp1_safe_receiver = tmp instanceof PhaseContent ? tmp : null; var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.get_relation_u22tol_k$(); var tmp_0; if (tmp2_elvis_lhs == null) { break $l$loop_0; } else { tmp_0 = tmp2_elvis_lhs; } var relation = tmp_0; var tmp3_safe_receiver = relation instanceof After ? relation : null; var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.get_relativeTo_o3bmds_k$(); var tmp_1; if (tmp4_elvis_lhs == null) { continue $l$loop_0; } else { tmp_1 = tmp4_elvis_lhs; } var relatedTo = tmp_1; lastRelatedPhaseIndex = equals(relatedTo, reference) ? i : lastRelatedPhaseIndex; } while (!(i === last)); this.phasesRaw_1.add_dl6gt3_k$(lastRelatedPhaseIndex + 1 | 0, PhaseContent_init_$Create$(phase, new After(reference))); }; protoOf(Pipeline).insertPhaseBefore_rj4han_k$ = function (reference, phase) { if (hasPhase(this, phase)) return Unit_getInstance(); var index = findPhaseIndex(this, reference); if (index === -1) { throw new InvalidPhaseException('Phase ' + reference + ' was not registered for this pipeline'); } this.phasesRaw_1.add_dl6gt3_k$(index, PhaseContent_init_$Create$(phase, new Before(reference))); }; protoOf(Pipeline).intercept_k21bv3_k$ = function (phase, block) { var tmp0_elvis_lhs = findPhase(this, phase); var tmp; if (tmp0_elvis_lhs == null) { throw new InvalidPhaseException('Phase ' + phase + ' was not registered for this pipeline'); } else { tmp = tmp0_elvis_lhs; } var phaseContent = tmp; if (typeof block !== 'function') THROW_CCE(); if (tryAddToPhaseFastPath(this, phase, block)) { this.interceptorsQuantity_1 = this.interceptorsQuantity_1 + 1 | 0; return Unit_getInstance(); } phaseContent.addInterceptor_ug7ul5_k$(block); this.interceptorsQuantity_1 = this.interceptorsQuantity_1 + 1 | 0; resetInterceptorsList(this); this.afterIntercepted_wg8ihh_k$(); }; protoOf(Pipeline).afterIntercepted_wg8ihh_k$ = function () { }; protoOf(Pipeline).interceptorsForPhase_20o0m5_k$ = function (phase) { var tmp$ret$3; $l$block: { // Inline function 'kotlin.collections.firstOrNull' call // Inline function 'kotlin.collections.filterIsInstance' call // Inline function 'kotlin.collections.filterIsInstanceTo' call var this_0 = this.phasesRaw_1; var destination = ArrayList_init_$Create$_0(); var tmp0_iterator = this_0.iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); if (element instanceof PhaseContent) { destination.add_utx5q5_k$(element); } } var tmp0_iterator_0 = destination.iterator_jk1svi_k$(); while (tmp0_iterator_0.hasNext_bitz1p_k$()) { var element_0 = tmp0_iterator_0.next_20eer_k$(); // Inline function 'io.ktor.util.pipeline.Pipeline.interceptorsForPhase.' call if (equals(element_0.get_phase_iwuvki_k$(), phase)) { tmp$ret$3 = element_0; break $l$block; } } tmp$ret$3 = null; } var tmp0_safe_receiver = tmp$ret$3; var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.sharedInterceptors_rmg8b1_k$(); var tmp1_elvis_lhs = (tmp == null ? true : isInterface(tmp, List)) ? tmp : THROW_CCE(); return tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs; }; protoOf(Pipeline).mergePhases_d14wdp_k$ = function (from) { var fromPhases = from.phasesRaw_1; var toInsert = toMutableList(fromPhases); $l$loop: while (true) { // Inline function 'kotlin.collections.isNotEmpty' call if (!!toInsert.isEmpty_y1axqb_k$()) { break $l$loop; } var iterator = toInsert.iterator_jk1svi_k$(); while (iterator.hasNext_bitz1p_k$()) { var fromPhaseOrContent = iterator.next_20eer_k$(); var tmp0_elvis_lhs = fromPhaseOrContent instanceof PipelinePhase ? fromPhaseOrContent : null; var tmp; if (tmp0_elvis_lhs == null) { tmp = (fromPhaseOrContent instanceof PhaseContent ? fromPhaseOrContent : THROW_CCE()).get_phase_iwuvki_k$(); } else { tmp = tmp0_elvis_lhs; } var fromPhase = tmp; if (hasPhase(this, fromPhase)) { iterator.remove_ldkf9o_k$(); } else { var inserted = insertRelativePhase(this, fromPhaseOrContent, fromPhase); if (inserted) { iterator.remove_ldkf9o_k$(); } } } } }; protoOf(Pipeline).merge_cp7e5x_k$ = function (from) { if (fastPathMerge(this, from)) { return Unit_getInstance(); } this.mergePhases_d14wdp_k$(from); mergeInterceptors(this, from); }; protoOf(Pipeline).resetFrom_6a0d2u_k$ = function (from) { this.phasesRaw_1.clear_j9egeb_k$(); // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call if (!(this.interceptorsQuantity_1 === 0)) { // Inline function 'kotlin.check.' call var message = 'Check failed.'; throw IllegalStateException_init_$Create$(toString_0(message)); } fastPathMerge(this, from); }; protoOf(Pipeline).phaseInterceptors_xbp9ty_k$ = function (phase) { var tmp0_safe_receiver = findPhase(this, phase); var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.sharedInterceptors_rmg8b1_k$(); return tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs; }; protoOf(Pipeline).interceptorsForTests_ygi3ty_k$ = function () { var tmp0_elvis_lhs = _get_interceptors__h4min7_1(this); return tmp0_elvis_lhs == null ? cacheInterceptors(this) : tmp0_elvis_lhs; }; function PipelineContext(context) { this.context_1 = context; } protoOf(PipelineContext).get_context_h02k06_k$ = function () { return this.context_1; }; function pipelineContextFor(context, interceptors, subject, coroutineContext, debugMode) { debugMode = debugMode === VOID ? false : debugMode; var tmp; if (get_DISABLE_SFG() ? true : debugMode) { tmp = new DebugPipelineContext(context, interceptors, subject, coroutineContext); } else { tmp = new SuspendFunctionGun(subject, context, interceptors); } return tmp; } function PipelinePhase(name) { this.name_1 = name; } protoOf(PipelinePhase).get_name_woqyms_k$ = function () { return this.name_1; }; protoOf(PipelinePhase).toString = function () { return "Phase('" + this.name_1 + "')"; }; function InvalidPhaseException(message) { extendThrowable(this, message); captureStack(this, InvalidPhaseException); } function After(relativeTo) { PipelinePhaseRelation.call(this); this.relativeTo_1 = relativeTo; } protoOf(After).get_relativeTo_o3bmds_k$ = function () { return this.relativeTo_1; }; function Before(relativeTo) { PipelinePhaseRelation.call(this); this.relativeTo_1 = relativeTo; } protoOf(Before).get_relativeTo_o3bmds_k$ = function () { return this.relativeTo_1; }; function Last() { Last_instance = this; PipelinePhaseRelation.call(this); } var Last_instance; function Last_getInstance() { if (Last_instance == null) new Last(); return Last_instance; } function PipelinePhaseRelation() { } function recoverStackTraceBridge(exception, continuation) { var tmp; try { tmp = withCause(recoverStackTrace(exception, continuation), exception.cause); } catch ($p) { var tmp_0; if ($p instanceof Error) { var _ = $p; tmp_0 = exception; } else { throw $p; } tmp = tmp_0; } return tmp; } function StackWalkingFailed() { StackWalkingFailed_instance = this; } protoOf(StackWalkingFailed).failedToCaptureStackFrame_fbnwv7_k$ = function () { // Inline function 'kotlin.error' call var message = 'Failed to capture stack frame. This is usually happens when a coroutine is running so the frame stack is changing quickly and the coroutine debug agent is unable to capture it concurrently. You may retry running your test to see this particular trace.'; throw IllegalStateException_init_$Create$(toString_0(message)); }; var StackWalkingFailed_instance; function StackWalkingFailed_getInstance() { if (StackWalkingFailed_instance == null) new StackWalkingFailed(); return StackWalkingFailed_instance; } function StackWalkingFailedFrame() { StackWalkingFailedFrame_instance = this; } protoOf(StackWalkingFailedFrame).get_callerFrame_pfdb95_k$ = function () { return null; }; protoOf(StackWalkingFailedFrame).getStackTraceElement_um8m53_k$ = function () { var tmp = getKClass(StackWalkingFailed); StackWalkingFailed_getInstance(); return createStackTraceElement(tmp, 'failedToCaptureStackFrame', 'StackWalkingFailed.kt', 8); }; protoOf(StackWalkingFailedFrame).get_context_h02k06_k$ = function () { return EmptyCoroutineContext_getInstance(); }; protoOf(StackWalkingFailedFrame).resumeWith_904v4j_k$ = function (result) { StackWalkingFailed_getInstance().failedToCaptureStackFrame_fbnwv7_k$(); }; protoOf(StackWalkingFailedFrame).resumeWith_dtxwbr_k$ = function (result) { return this.resumeWith_904v4j_k$(result); }; var StackWalkingFailedFrame_instance; function StackWalkingFailedFrame_getInstance() { if (StackWalkingFailedFrame_instance == null) new StackWalkingFailedFrame(); return StackWalkingFailedFrame_instance; } function peekContinuation($this) { if ($this.currentIndex_1 === IntCompanionObject_getInstance().get_MIN_VALUE_7nmmor_k$()) $this.currentIndex_1 = $this.this$0__1.lastSuspensionIndex_1; if ($this.currentIndex_1 < 0) { $this.currentIndex_1 = IntCompanionObject_getInstance().get_MIN_VALUE_7nmmor_k$(); return null; } try { var tmp0_elvis_lhs = $this.this$0__1.suspensions_1[$this.currentIndex_1]; var tmp; if (tmp0_elvis_lhs == null) { return StackWalkingFailedFrame_getInstance(); } else { tmp = tmp0_elvis_lhs; } var result = tmp; $this.currentIndex_1 = $this.currentIndex_1 - 1 | 0; return result; } catch ($p) { if ($p instanceof Error) { var _ = $p; return StackWalkingFailedFrame_getInstance(); } else { throw $p; } } } function _get_blocks__xl8szf($this) { return $this.blocks_1; } function _get_continuation__y3gzck($this) { return $this.continuation_1; } function _get_suspensions__1l4o5($this) { return $this.suspensions_1; } function _set_lastSuspensionIndex__mqpay($this, _set____db54di) { $this.lastSuspensionIndex_1 = _set____db54di; } function _get_lastSuspensionIndex__cnzjle($this) { return $this.lastSuspensionIndex_1; } function _set_index__fyfqnn_0($this, _set____db54di) { $this.index_1 = _set____db54di; } function _get_index__g2optt_0($this) { return $this.index_1; } function loop($this, direct) { do { var currentIndex = $this.index_1; if (currentIndex === $this.blocks_1.get_size_woubt6_k$()) { if (!direct) { // Inline function 'kotlin.Companion.success' call Companion_getInstance(); var value = $this.subject_1; var tmp$ret$0 = _Result___init__impl__xyqfz8(value); resumeRootWith($this, tmp$ret$0); return false; } return true; } $this.index_1 = currentIndex + 1 | 0; var next = $this.blocks_1.get_c1px32_k$(currentIndex); try { var result = next($this, $this.subject_1, $this.continuation_1); if (result === get_COROUTINE_SUSPENDED()) return false; } catch ($p) { if ($p instanceof Error) { var cause = $p; // Inline function 'kotlin.Companion.failure' call Companion_getInstance(); var tmp$ret$1 = _Result___init__impl__xyqfz8(createFailure(cause)); resumeRootWith($this, tmp$ret$1); return false; } else { throw $p; } } } while (true); } function resumeRootWith($this, result) { if ($this.lastSuspensionIndex_1 < 0) { // Inline function 'kotlin.error' call var message = 'No more continuations to resume'; throw IllegalStateException_init_$Create$(toString_0(message)); } var next = ensureNotNull($this.suspensions_1[$this.lastSuspensionIndex_1]); var tmp1 = $this.lastSuspensionIndex_1; $this.lastSuspensionIndex_1 = tmp1 - 1 | 0; $this.suspensions_1[tmp1] = null; if (!_Result___get_isFailure__impl__jpiriv(result)) { next.resumeWith_dtxwbr_k$(result); } else { var exception = recoverStackTraceBridge(ensureNotNull(Result__exceptionOrNull_impl_p6xea9(result)), next); // Inline function 'kotlin.coroutines.resumeWithException' call // Inline function 'kotlin.Companion.failure' call Companion_getInstance(); var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception)); next.resumeWith_dtxwbr_k$(tmp$ret$0); } } function discardLastRootContinuation($this) { if ($this.lastSuspensionIndex_1 < 0) throw IllegalStateException_init_$Create$('No more continuations to resume'); var tmp1 = $this.lastSuspensionIndex_1; $this.lastSuspensionIndex_1 = tmp1 - 1 | 0; $this.suspensions_1[tmp1] = null; } function addContinuation($this, continuation) { $this.lastSuspensionIndex_1 = $this.lastSuspensionIndex_1 + 1 | 0; $this.suspensions_1[$this.lastSuspensionIndex_1] = continuation; } function SuspendFunctionGun$continuation$1(this$0) { this.this$0__1 = this$0; this.currentIndex_1 = IntCompanionObject_getInstance().get_MIN_VALUE_7nmmor_k$(); } protoOf(SuspendFunctionGun$continuation$1).get_callerFrame_pfdb95_k$ = function () { var tmp = peekContinuation(this); return (!(tmp == null) ? isInterface(tmp, CoroutineStackFrame) : false) ? tmp : null; }; protoOf(SuspendFunctionGun$continuation$1).set_currentIndex_yhm4em_k$ = function (_set____db54di) { this.currentIndex_1 = _set____db54di; }; protoOf(SuspendFunctionGun$continuation$1).get_currentIndex_shwroi_k$ = function () { return this.currentIndex_1; }; protoOf(SuspendFunctionGun$continuation$1).getStackTraceElement_um8m53_k$ = function () { return null; }; protoOf(SuspendFunctionGun$continuation$1).get_context_h02k06_k$ = function () { var tmp0_safe_receiver = this.this$0__1.suspensions_1[this.this$0__1.lastSuspensionIndex_1]; var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.get_context_h02k06_k$(); var tmp; if (tmp1_elvis_lhs == null) { var message = 'Not started'; throw IllegalStateException_init_$Create$(toString_0(message)); } else { tmp = tmp1_elvis_lhs; } return tmp; }; protoOf(SuspendFunctionGun$continuation$1).resumeWith_n4kc79_k$ = function (result) { if (_Result___get_isFailure__impl__jpiriv(result)) { // Inline function 'kotlin.Companion.failure' call Companion_getInstance(); var exception = ensureNotNull(Result__exceptionOrNull_impl_p6xea9(result)); var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception)); resumeRootWith(this.this$0__1, tmp$ret$0); return Unit_getInstance(); } loop(this.this$0__1, false); }; protoOf(SuspendFunctionGun$continuation$1).resumeWith_dtxwbr_k$ = function (result) { return this.resumeWith_n4kc79_k$(result); }; function SuspendFunctionGun(initial, context, blocks) { PipelineContext.call(this, context); this.blocks_1 = blocks; var tmp = this; tmp.continuation_1 = new SuspendFunctionGun$continuation$1(this); this.subject_1 = initial; var tmp_0 = this; // Inline function 'kotlin.arrayOfNulls' call var size = this.blocks_1.get_size_woubt6_k$(); tmp_0.suspensions_1 = fillArrayVal(Array(size), null); this.lastSuspensionIndex_1 = -1; this.index_1 = 0; } protoOf(SuspendFunctionGun).get_coroutineContext_115oqo_k$ = function () { return this.continuation_1.get_context_h02k06_k$(); }; protoOf(SuspendFunctionGun).set_subject_651wuj_k$ = function (_set____db54di) { this.subject_1 = _set____db54di; }; protoOf(SuspendFunctionGun).get_subject_tmjbgd_k$ = function () { return this.subject_1; }; protoOf(SuspendFunctionGun).finish_mh2air_k$ = function () { this.index_1 = this.blocks_1.get_size_woubt6_k$(); }; protoOf(SuspendFunctionGun).proceed_tynop7_k$ = function ($completion) { var tmp$ret$0; $l$block_0: { // Inline function 'io.ktor.util.pipeline.SuspendFunctionGun.proceed.' call if (this.index_1 === this.blocks_1.get_size_woubt6_k$()) { tmp$ret$0 = this.subject_1; break $l$block_0; } addContinuation(this, intercepted($completion)); if (loop(this, true)) { discardLastRootContinuation(this); tmp$ret$0 = this.subject_1; break $l$block_0; } tmp$ret$0 = get_COROUTINE_SUSPENDED(); } return tmp$ret$0; }; protoOf(SuspendFunctionGun).proceedWith_i5skhv_k$ = function (subject, $completion) { this.subject_1 = subject; return this.proceed_tynop7_k$($completion); }; protoOf(SuspendFunctionGun).execute_v6diaq_k$ = function (initial, $completion) { this.index_1 = 0; if (this.index_1 === this.blocks_1.get_size_woubt6_k$()) return initial; this.subject_1 = initial; if (this.lastSuspensionIndex_1 >= 0) throw IllegalStateException_init_$Create$('Already started'); return this.proceed_tynop7_k$($completion); }; function TypeInfo(type, reifiedType, kotlinType) { kotlinType = kotlinType === VOID ? null : kotlinType; this.type_1 = type; this.reifiedType_1 = reifiedType; this.kotlinType_1 = kotlinType; } protoOf(TypeInfo).get_type_wovaf7_k$ = function () { return this.type_1; }; protoOf(TypeInfo).get_reifiedType_xlupm1_k$ = function () { return this.reifiedType_1; }; protoOf(TypeInfo).get_kotlinType_flgmsk_k$ = function () { return this.kotlinType_1; }; protoOf(TypeInfo).component1_7eebsc_k$ = function () { return this.type_1; }; protoOf(TypeInfo).component2_7eebsb_k$ = function () { return this.reifiedType_1; }; protoOf(TypeInfo).component3_7eebsa_k$ = function () { return this.kotlinType_1; }; protoOf(TypeInfo).copy_suydk_k$ = function (type, reifiedType, kotlinType) { return new TypeInfo(type, reifiedType, kotlinType); }; protoOf(TypeInfo).copy$default_66ktyc_k$ = function (type, reifiedType, kotlinType, $super) { type = type === VOID ? this.type_1 : type; reifiedType = reifiedType === VOID ? this.reifiedType_1 : reifiedType; kotlinType = kotlinType === VOID ? this.kotlinType_1 : kotlinType; return $super === VOID ? this.copy_suydk_k$(type, reifiedType, kotlinType) : $super.copy_suydk_k$.call(this, type, reifiedType, kotlinType); }; protoOf(TypeInfo).toString = function () { return 'TypeInfo(type=' + this.type_1 + ', reifiedType=' + this.reifiedType_1 + ', kotlinType=' + this.kotlinType_1 + ')'; }; protoOf(TypeInfo).hashCode = function () { var result = this.type_1.hashCode(); result = imul(result, 31) + hashCode(this.reifiedType_1) | 0; result = imul(result, 31) + (this.kotlinType_1 == null ? 0 : hashCode(this.kotlinType_1)) | 0; return result; }; protoOf(TypeInfo).equals = function (other) { if (this === other) return true; if (!(other instanceof TypeInfo)) return false; var tmp0_other_with_cast = other instanceof TypeInfo ? other : THROW_CCE(); if (!this.type_1.equals(tmp0_other_with_cast.type_1)) return false; if (!equals(this.reifiedType_1, tmp0_other_with_cast.reifiedType_1)) return false; if (!equals(this.kotlinType_1, tmp0_other_with_cast.kotlinType_1)) return false; return true; }; function AttributesJsFn(concurrent) { concurrent = concurrent === VOID ? false : concurrent; return new AttributesJs(); } function _get_map__e6co1h($this) { return $this.map_1; } function AttributesJs() { var tmp = this; // Inline function 'kotlin.collections.mutableMapOf' call tmp.map_1 = LinkedHashMap_init_$Create$(); } protoOf(AttributesJs).getOrNull_6mjt1v_k$ = function (key) { var tmp = this.map_1.get_wei43m_k$(key); return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE(); }; protoOf(AttributesJs).contains_du0289_k$ = function (key) { return this.map_1.containsKey_aw81wo_k$(key); }; protoOf(AttributesJs).put_gkntno_k$ = function (key, value) { // Inline function 'kotlin.collections.set' call this.map_1.put_4fpzoq_k$(key, value); }; protoOf(AttributesJs).remove_2btyex_k$ = function (key) { this.map_1.remove_gppy8k_k$(key); }; protoOf(AttributesJs).computeIfAbsent_c4qp5i_k$ = function (key, block) { var tmp0_safe_receiver = this.map_1.get_wei43m_k$(key); if (tmp0_safe_receiver == null) null; else { // Inline function 'kotlin.let' call // Inline function 'kotlin.contracts.contract' call return !(tmp0_safe_receiver == null) ? tmp0_safe_receiver : THROW_CCE(); } // Inline function 'kotlin.also' call var this_0 = block(); // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.AttributesJs.computeIfAbsent.' call // Inline function 'kotlin.collections.set' call this.map_1.put_4fpzoq_k$(key, this_0); return this_0; }; protoOf(AttributesJs).get_allKeys_dton90_k$ = function () { return toList(this.map_1.get_keys_wop4xp_k$()); }; function unmodifiable(_this__u8e3s4) { return _this__u8e3s4; } function get__crypto() { _init_properties_CryptoJs_kt__3vpuru(); // Inline function 'kotlin.getValue' call var this_0 = _crypto$delegate; _crypto$factory(); return this_0.get_value_j01efc_k$(); } var _crypto$delegate; function _crypto$delegate$lambda() { _init_properties_CryptoJs_kt__3vpuru(); return get_platform(PlatformUtils_getInstance()).get_ordinal_ip24qg_k$() === 3 ? eval('require')('crypto') : window ? window.crypto ? window.crypto : window.msCrypto : self.crypto; } function _crypto$factory() { return getPropertyCallableRef('_crypto', 0, KProperty0, function () { return get__crypto(); }, null); } var properties_initialized_CryptoJs_kt_linsrw; function _init_properties_CryptoJs_kt__3vpuru() { if (!properties_initialized_CryptoJs_kt_linsrw) { properties_initialized_CryptoJs_kt_linsrw = true; _crypto$delegate = lazy(_crypto$delegate$lambda); } } function get_platform(_this__u8e3s4) { var tmp = typeof process !== 'undefined' && process.versions != null && process.versions.node != null || (typeof window !== 'undefined' && typeof window.process !== 'undefined' && window.process.versions != null && window.process.versions.node != null); var hasNodeApi = (!(tmp == null) ? typeof tmp === 'boolean' : false) ? tmp : THROW_CCE(); return hasNodeApi ? Platform_Node_getInstance() : Platform_Browser_getInstance(); } function get_isDevelopmentMode(_this__u8e3s4) { return false; } function get_isNewMemoryModel(_this__u8e3s4) { return true; } function CoroutineStackFrame() { } function createStackTraceElement(kClass, methodName, fileName, lineNumber) { return new Object(); } function GMTDate_0(timestamp) { timestamp = timestamp === VOID ? null : timestamp; var tmp1_safe_receiver = timestamp == null ? null : timestamp.toDouble_ygsx0s_k$(); var tmp; if (tmp1_safe_receiver == null) { tmp = null; } else { // Inline function 'kotlin.let' call // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.date.GMTDate.' call tmp = new Date(tmp1_safe_receiver); } var tmp2_elvis_lhs = tmp; var date = tmp2_elvis_lhs == null ? new Date() : tmp2_elvis_lhs; if (isNaN_0(date.getTime())) throw new InvalidTimestampException(ensureNotNull(timestamp)); // Inline function 'kotlin.with' call // Inline function 'kotlin.contracts.contract' call var dayOfWeek = Companion_getInstance_2().from_1ixx1u_k$((date.getUTCDay() + 6 | 0) % 7 | 0); var month = Companion_getInstance_3().from_1ixx1u_k$(date.getUTCMonth()); return new GMTDate(date.getUTCSeconds(), date.getUTCMinutes(), date.getUTCHours(), dayOfWeek, date.getUTCDate(), date.getUTCFullYear(), month, date.getUTCFullYear(), numberToLong(date.getTime())); } function InvalidTimestampException(timestamp) { IllegalStateException_init_$Init$('Invalid date timestamp exception: ' + timestamp.toString(), this); captureStack(this, InvalidTimestampException); } function KtorSimpleLogger(name) { return new KtorSimpleLogger$1(); } function KtorSimpleLogger$1() { var tmp = this; var tmp_0; switch (PlatformUtils_getInstance().get_IS_NODE_myvmya_k$()) { case true: // Inline function 'kotlin.Result.getOrNull' call // Inline function 'kotlin.runCatching' call var tmp_1; try { // Inline function 'kotlin.Companion.success' call Companion_getInstance(); // Inline function 'io.ktor.util.logging..level.' call var tmp_2 = process.env.KTOR_LOG_LEVEL; var value = (tmp_2 == null ? true : typeof tmp_2 === 'string') ? tmp_2 : THROW_CCE(); tmp_1 = _Result___init__impl__xyqfz8(value); } catch ($p) { var tmp_3; if ($p instanceof Error) { var e = $p; // Inline function 'kotlin.Companion.failure' call Companion_getInstance(); tmp_3 = _Result___init__impl__xyqfz8(createFailure(e)); } else { throw $p; } tmp_1 = tmp_3; } var this_0 = tmp_1; var tmp_4; if (_Result___get_isFailure__impl__jpiriv(this_0)) { tmp_4 = null; } else { var tmp_5 = _Result___get_value__impl__bjfvqg(this_0); tmp_4 = (tmp_5 == null ? true : !(tmp_5 == null)) ? tmp_5 : THROW_CCE(); } var tmp1_safe_receiver = tmp_4; var tmp_6; if (tmp1_safe_receiver == null) { tmp_6 = null; } else { // Inline function 'kotlin.let' call // Inline function 'kotlin.contracts.contract' call // Inline function 'io.ktor.util.logging..level.' call var tmp$ret$6; $l$block: { // Inline function 'kotlin.collections.firstOrNull' call var indexedObject = values_2(); var inductionVariable = 0; var last = indexedObject.length; while (inductionVariable < last) { var element = indexedObject[inductionVariable]; inductionVariable = inductionVariable + 1 | 0; // Inline function 'io.ktor.util.logging..level..' call if (element.get_name_woqyms_k$() === tmp1_safe_receiver) { tmp$ret$6 = element; break $l$block; } } tmp$ret$6 = null; } tmp_6 = tmp$ret$6; } var tmp2_elvis_lhs = tmp_6; tmp_0 = tmp2_elvis_lhs == null ? LogLevel_INFO_getInstance() : tmp2_elvis_lhs; break; case false: tmp_0 = LogLevel_TRACE_getInstance(); break; default: noWhenBranchMatchedException(); break; } tmp.level_1 = tmp_0; } protoOf(KtorSimpleLogger$1).get_level_ium7h7_k$ = function () { return this.level_1; }; protoOf(KtorSimpleLogger$1).error_5zor4u_k$ = function (message) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_ERROR_getInstance()) > 0) return Unit_getInstance(); console.error(message); }; protoOf(KtorSimpleLogger$1).error_1wn1f1_k$ = function (message, cause) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_ERROR_getInstance()) > 0) return Unit_getInstance(); console.error(message + ', cause: ' + cause); }; protoOf(KtorSimpleLogger$1).warn_mz9voc_k$ = function (message) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_WARN_getInstance()) > 0) return Unit_getInstance(); console.warn(message); }; protoOf(KtorSimpleLogger$1).warn_ugzowl_k$ = function (message, cause) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_WARN_getInstance()) > 0) return Unit_getInstance(); console.warn(message + ', cause: ' + cause); }; protoOf(KtorSimpleLogger$1).info_c8jb2c_k$ = function (message) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_INFO_getInstance()) > 0) return Unit_getInstance(); console.info(message); }; protoOf(KtorSimpleLogger$1).info_wgew19_k$ = function (message, cause) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_INFO_getInstance()) > 0) return Unit_getInstance(); console.info(message + ', cause: ' + cause); }; protoOf(KtorSimpleLogger$1).debug_fck32h_k$ = function (message) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_DEBUG_getInstance()) > 0) return Unit_getInstance(); console.debug('DEBUG: ' + message); }; protoOf(KtorSimpleLogger$1).debug_2dc8ew_k$ = function (message, cause) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_DEBUG_getInstance()) > 0) return Unit_getInstance(); console.debug('DEBUG: ' + message + ', cause: ' + cause); }; protoOf(KtorSimpleLogger$1).trace_fti9bv_k$ = function (message) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_TRACE_getInstance()) > 0) return Unit_getInstance(); console.debug('TRACE: ' + message); }; protoOf(KtorSimpleLogger$1).trace_lm3jna_k$ = function (message, cause) { if (this.level_1.compareTo_30rs7w_k$(LogLevel_TRACE_getInstance()) > 0) return Unit_getInstance(); console.debug('TRACE: ' + message + ', cause: ' + cause); }; function Logger() { } var LogLevel_TRACE_instance; var LogLevel_DEBUG_instance; var LogLevel_INFO_instance; var LogLevel_WARN_instance; var LogLevel_ERROR_instance; var LogLevel_NONE_instance; function values_2() { return [LogLevel_TRACE_getInstance(), LogLevel_DEBUG_getInstance(), LogLevel_INFO_getInstance(), LogLevel_WARN_getInstance(), LogLevel_ERROR_getInstance(), LogLevel_NONE_getInstance()]; } function valueOf_2(value) { switch (value) { case 'TRACE': return LogLevel_TRACE_getInstance(); case 'DEBUG': return LogLevel_DEBUG_getInstance(); case 'INFO': return LogLevel_INFO_getInstance(); case 'WARN': return LogLevel_WARN_getInstance(); case 'ERROR': return LogLevel_ERROR_getInstance(); case 'NONE': return LogLevel_NONE_getInstance(); default: LogLevel_initEntries(); THROW_IAE('No enum constant value.'); break; } } var LogLevel_entriesInitialized; function LogLevel_initEntries() { if (LogLevel_entriesInitialized) return Unit_getInstance(); LogLevel_entriesInitialized = true; LogLevel_TRACE_instance = new LogLevel('TRACE', 0); LogLevel_DEBUG_instance = new LogLevel('DEBUG', 1); LogLevel_INFO_instance = new LogLevel('INFO', 2); LogLevel_WARN_instance = new LogLevel('WARN', 3); LogLevel_ERROR_instance = new LogLevel('ERROR', 4); LogLevel_NONE_instance = new LogLevel('NONE', 5); } function LogLevel(name, ordinal) { Enum.call(this, name, ordinal); } function LogLevel_TRACE_getInstance() { LogLevel_initEntries(); return LogLevel_TRACE_instance; } function LogLevel_DEBUG_getInstance() { LogLevel_initEntries(); return LogLevel_DEBUG_instance; } function LogLevel_INFO_getInstance() { LogLevel_initEntries(); return LogLevel_INFO_instance; } function LogLevel_WARN_getInstance() { LogLevel_initEntries(); return LogLevel_WARN_instance; } function LogLevel_ERROR_getInstance() { LogLevel_initEntries(); return LogLevel_ERROR_instance; } function LogLevel_NONE_getInstance() { LogLevel_initEntries(); return LogLevel_NONE_instance; } function get_DISABLE_SFG() { return DISABLE_SFG; } var DISABLE_SFG; function withCause(_this__u8e3s4, cause) { return _this__u8e3s4; } function instanceOf(_this__u8e3s4, type) { return type.isInstance_6tn68w_k$(_this__u8e3s4); } function Type() { } function typeInfoImpl(reifiedType, kClass, kType) { return new TypeInfo(kClass, reifiedType, kType); } function JsType() { JsType_instance = this; } var JsType_instance; function JsType_getInstance() { if (JsType_instance == null) new JsType(); return JsType_instance; } //region block: post-declaration protoOf(AttributesJs).get_r696p5_k$ = get; protoOf(AttributesJs).take_cyp7s6_k$ = take; protoOf(AttributesJs).takeOrNull_5hqtl0_k$ = takeOrNull; //endregion //region block: init BASE64_ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; BASE64_PAD = _Char___init__impl__6a9atx(61); BASE64_MASK = 63; BASE64_MASK_INT = 63; DISABLE_SFG = false; //endregion //region block: exports _.$_$ = _.$_$ || {}; _.$_$.a = toByteArray; _.$_$.b = JsType_getInstance; _.$_$.c = PlatformUtils_getInstance; _.$_$.d = CopyOnWriteHashMap; _.$_$.e = GMTDate_0; _.$_$.f = KtorSimpleLogger; _.$_$.g = PipelineContext; _.$_$.h = PipelinePhase; _.$_$.i = Pipeline; _.$_$.j = instanceOf; _.$_$.k = typeInfoImpl; _.$_$.l = AttributeKey; _.$_$.m = AttributesJsFn; _.$_$.n = SilentSupervisor; _.$_$.o = contains_0; _.$_$.p = contains; _.$_$.q = forEach; _.$_$.r = get_0; _.$_$.s = StringValuesBuilderImpl; _.$_$.t = StringValuesBuilder; _.$_$.u = StringValuesImpl; _.$_$.v = StringValues; _.$_$.w = appendAll; _.$_$.x = caseInsensitiveMap; _.$_$.y = decodeBase64Bytes; _.$_$.z = encodeBase64; _.$_$.a1 = isLowerCase; _.$_$.b1 = get_platform; _.$_$.c1 = putAll; _.$_$.d1 = toCharArray; _.$_$.e1 = toLowerCasePreservingASCIIRules; //endregion return _; }(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./ktor-ktor-io.js'), require('./kotlinx-coroutines-core.js'), require('./kotlinx-atomicfu.js'))); //# sourceMappingURL=ktor-ktor-utils.js.map