@attocash/commons-test 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +6 -6
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +73 -73
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +16 -16
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +57 -57
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +65 -65
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +274 -274
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +53 -53
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +27 -27
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +41 -41
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +2 -2
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +66 -66
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +85 -85
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +52 -25
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +5 -5
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +13 -13
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +9 -9
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +389 -642
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +18 -18
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +9 -9
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +40 -40
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +31 -25
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +168 -168
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +92 -92
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +315 -315
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +435 -435
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +19 -19
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +24 -24
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +50 -50
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +187 -187
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +231 -231
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +5 -5
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +106 -106
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +90 -90
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +69 -69
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +20 -20
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +70 -70
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +66 -66
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +75 -75
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +108 -108
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +56 -56
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
- package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +15 -15
- package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +88 -88
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +126 -126
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +60 -60
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +36 -36
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +36 -36
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +79 -79
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +16 -16
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/package.json +1 -1
|
@@ -28,37 +28,37 @@ function LockFreeTaskQueue() {
|
|
|
28
28
|
if (LockFreeTaskQueueClass === VOID) {
|
|
29
29
|
class $ {
|
|
30
30
|
constructor(singleConsumer) {
|
|
31
|
-
this.
|
|
31
|
+
this.b2b_1 = atomic$ref$1(new (LockFreeTaskQueueCore())(8, singleConsumer));
|
|
32
32
|
}
|
|
33
33
|
n1() {
|
|
34
|
-
return this.
|
|
34
|
+
return this.b2b_1.kotlinx$atomicfu$value.n1();
|
|
35
35
|
}
|
|
36
|
-
|
|
36
|
+
e2b(element) {
|
|
37
37
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
38
|
-
var this_0 = this.
|
|
38
|
+
var this_0 = this.b2b_1;
|
|
39
39
|
while (true) {
|
|
40
40
|
var cur = this_0.kotlinx$atomicfu$value;
|
|
41
|
-
switch (cur.
|
|
41
|
+
switch (cur.e2b(element)) {
|
|
42
42
|
case 0:
|
|
43
43
|
return true;
|
|
44
44
|
case 2:
|
|
45
45
|
return false;
|
|
46
46
|
case 1:
|
|
47
|
-
this.
|
|
47
|
+
this.b2b_1.atomicfu$compareAndSet(cur, cur.m1());
|
|
48
48
|
break;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
ej() {
|
|
53
53
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
54
|
-
var this_0 = this.
|
|
54
|
+
var this_0 = this.b2b_1;
|
|
55
55
|
while (true) {
|
|
56
56
|
var cur = this_0.kotlinx$atomicfu$value;
|
|
57
57
|
var result = cur.ej();
|
|
58
|
-
if (!(result === Companion_getInstance().
|
|
58
|
+
if (!(result === Companion_getInstance().x2b_1)) {
|
|
59
59
|
return (result == null ? true : !(result == null)) ? result : THROW_CCE();
|
|
60
60
|
}
|
|
61
|
-
this.
|
|
61
|
+
this.b2b_1.atomicfu$compareAndSet(cur, cur.m1());
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -68,22 +68,22 @@ function LockFreeTaskQueue() {
|
|
|
68
68
|
return LockFreeTaskQueueClass;
|
|
69
69
|
}
|
|
70
70
|
function fillPlaceholder($this, index, element) {
|
|
71
|
-
var old = $this.
|
|
71
|
+
var old = $this.k2b_1.atomicfu$get(index & $this.h2b_1).kotlinx$atomicfu$value;
|
|
72
72
|
var tmp;
|
|
73
73
|
if (old instanceof Placeholder()) {
|
|
74
|
-
tmp = old.
|
|
74
|
+
tmp = old.b2c_1 === index;
|
|
75
75
|
} else {
|
|
76
76
|
tmp = false;
|
|
77
77
|
}
|
|
78
78
|
if (tmp) {
|
|
79
|
-
$this.
|
|
79
|
+
$this.k2b_1.atomicfu$get(index & $this.h2b_1).kotlinx$atomicfu$value = element;
|
|
80
80
|
return $this;
|
|
81
81
|
}
|
|
82
82
|
return null;
|
|
83
83
|
}
|
|
84
84
|
function removeSlowPath($this, oldHead, newHead) {
|
|
85
85
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
86
|
-
var this_0 = $this.
|
|
86
|
+
var this_0 = $this.j2b_1;
|
|
87
87
|
while (true) {
|
|
88
88
|
var state = this_0.kotlinx$atomicfu$value;
|
|
89
89
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
@@ -94,14 +94,14 @@ function removeSlowPath($this, oldHead, newHead) {
|
|
|
94
94
|
if (!((state & 1152921504606846976n) === 0n)) {
|
|
95
95
|
return $this.m1();
|
|
96
96
|
}
|
|
97
|
-
if ($this.
|
|
98
|
-
$this.
|
|
97
|
+
if ($this.j2b_1.atomicfu$compareAndSet(state, Companion_getInstance().c2c(state, newHead))) {
|
|
98
|
+
$this.k2b_1.atomicfu$get(head & $this.h2b_1).kotlinx$atomicfu$value = null;
|
|
99
99
|
return null;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
function markFrozen($this) {
|
|
104
|
-
var tmp0 = $this.
|
|
104
|
+
var tmp0 = $this.j2b_1;
|
|
105
105
|
var tmp$ret$1;
|
|
106
106
|
$l$block: {
|
|
107
107
|
// Inline function 'kotlinx.atomicfu.updateAndGet' call
|
|
@@ -120,28 +120,28 @@ function markFrozen($this) {
|
|
|
120
120
|
}
|
|
121
121
|
function allocateOrGetNextCopy($this, state) {
|
|
122
122
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
123
|
-
var this_0 = $this.
|
|
123
|
+
var this_0 = $this.i2b_1;
|
|
124
124
|
while (true) {
|
|
125
125
|
var next = this_0.kotlinx$atomicfu$value;
|
|
126
126
|
if (!(next == null))
|
|
127
127
|
return next;
|
|
128
|
-
$this.
|
|
128
|
+
$this.i2b_1.atomicfu$compareAndSet(null, allocateNextCopy($this, state));
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
function allocateNextCopy($this, state) {
|
|
132
|
-
var next = new (LockFreeTaskQueueCore())(imul($this.
|
|
132
|
+
var next = new (LockFreeTaskQueueCore())(imul($this.f2b_1, 2), $this.g2b_1);
|
|
133
133
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
134
134
|
Companion_getInstance();
|
|
135
135
|
var head = convertToInt(shiftRight(state & 1073741823n, 0));
|
|
136
136
|
var tail = convertToInt(shiftRight(state & 1152921503533105152n, 30));
|
|
137
137
|
var index = head;
|
|
138
|
-
while (!((index & $this.
|
|
139
|
-
var tmp0_elvis_lhs = $this.
|
|
138
|
+
while (!((index & $this.h2b_1) === (tail & $this.h2b_1))) {
|
|
139
|
+
var tmp0_elvis_lhs = $this.k2b_1.atomicfu$get(index & $this.h2b_1).kotlinx$atomicfu$value;
|
|
140
140
|
var value = tmp0_elvis_lhs == null ? new (Placeholder())(index) : tmp0_elvis_lhs;
|
|
141
|
-
next.
|
|
141
|
+
next.k2b_1.atomicfu$get(index & next.h2b_1).kotlinx$atomicfu$value = value;
|
|
142
142
|
index = index + 1 | 0;
|
|
143
143
|
}
|
|
144
|
-
next.
|
|
144
|
+
next.j2b_1.kotlinx$atomicfu$value = Companion_getInstance().d2c(state, 1152921504606846976n);
|
|
145
145
|
return next;
|
|
146
146
|
}
|
|
147
147
|
var PlaceholderClass;
|
|
@@ -149,7 +149,7 @@ function Placeholder() {
|
|
|
149
149
|
if (PlaceholderClass === VOID) {
|
|
150
150
|
class $ {
|
|
151
151
|
constructor(index) {
|
|
152
|
-
this.
|
|
152
|
+
this.b2c_1 = index;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
initMetadataForClass($, 'Placeholder');
|
|
@@ -163,33 +163,33 @@ function Companion() {
|
|
|
163
163
|
class $ {
|
|
164
164
|
constructor() {
|
|
165
165
|
Companion_instance = this;
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
this.
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
177
|
-
this.
|
|
178
|
-
this.
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
166
|
+
this.l2b_1 = 8;
|
|
167
|
+
this.m2b_1 = 30;
|
|
168
|
+
this.n2b_1 = 1073741823;
|
|
169
|
+
this.o2b_1 = 0;
|
|
170
|
+
this.p2b_1 = 1073741823n;
|
|
171
|
+
this.q2b_1 = 30;
|
|
172
|
+
this.r2b_1 = 1152921503533105152n;
|
|
173
|
+
this.s2b_1 = 60;
|
|
174
|
+
this.t2b_1 = 1152921504606846976n;
|
|
175
|
+
this.u2b_1 = 61;
|
|
176
|
+
this.v2b_1 = 2305843009213693952n;
|
|
177
|
+
this.w2b_1 = 1024;
|
|
178
|
+
this.x2b_1 = new (Symbol())('REMOVE_FROZEN');
|
|
179
|
+
this.y2b_1 = 0;
|
|
180
|
+
this.z2b_1 = 1;
|
|
181
|
+
this.a2c_1 = 2;
|
|
182
182
|
}
|
|
183
|
-
|
|
183
|
+
d2c(_this__u8e3s4, other) {
|
|
184
184
|
return _this__u8e3s4 & ~other;
|
|
185
185
|
}
|
|
186
|
-
|
|
187
|
-
return this.
|
|
186
|
+
c2c(_this__u8e3s4, newHead) {
|
|
187
|
+
return this.d2c(_this__u8e3s4, 1073741823n) | shiftLeft(fromInt(newHead), 0);
|
|
188
188
|
}
|
|
189
|
-
|
|
190
|
-
return this.
|
|
189
|
+
e2c(_this__u8e3s4, newTail) {
|
|
190
|
+
return this.d2c(_this__u8e3s4, 1152921503533105152n) | shiftLeft(fromInt(newTail), 30);
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
f2c(_this__u8e3s4) {
|
|
193
193
|
return !((_this__u8e3s4 & 2305843009213693952n) === 0n) ? 2 : 1;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
@@ -210,55 +210,55 @@ function LockFreeTaskQueueCore() {
|
|
|
210
210
|
class $ {
|
|
211
211
|
constructor(capacity, singleConsumer) {
|
|
212
212
|
Companion_getInstance();
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
213
|
+
this.f2b_1 = capacity;
|
|
214
|
+
this.g2b_1 = singleConsumer;
|
|
215
|
+
this.h2b_1 = this.f2b_1 - 1 | 0;
|
|
216
|
+
this.i2b_1 = atomic$ref$1(null);
|
|
217
|
+
this.j2b_1 = atomic$long$1(0n);
|
|
218
|
+
this.k2b_1 = atomicfu$AtomicRefArray$ofNulls(this.f2b_1);
|
|
219
219
|
// Inline function 'kotlin.check' call
|
|
220
|
-
if (!(this.
|
|
220
|
+
if (!(this.h2b_1 <= 1073741823)) {
|
|
221
221
|
throw IllegalStateException().w4('Check failed.');
|
|
222
222
|
}
|
|
223
223
|
// Inline function 'kotlin.check' call
|
|
224
|
-
if (!((this.
|
|
224
|
+
if (!((this.f2b_1 & this.h2b_1) === 0)) {
|
|
225
225
|
throw IllegalStateException().w4('Check failed.');
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
n1() {
|
|
229
229
|
Companion_getInstance();
|
|
230
230
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
231
|
-
var this_0 = this.
|
|
231
|
+
var this_0 = this.j2b_1.kotlinx$atomicfu$value;
|
|
232
232
|
var head = convertToInt(shiftRight(this_0 & 1073741823n, 0));
|
|
233
233
|
var tail = convertToInt(shiftRight(this_0 & 1152921503533105152n, 30));
|
|
234
234
|
return (tail - head | 0) & 1073741823;
|
|
235
235
|
}
|
|
236
|
-
|
|
236
|
+
e2b(element) {
|
|
237
237
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
238
|
-
var this_0 = this.
|
|
238
|
+
var this_0 = this.j2b_1;
|
|
239
239
|
while (true) {
|
|
240
240
|
var tmp0 = this_0.kotlinx$atomicfu$value;
|
|
241
241
|
$l$block: {
|
|
242
242
|
if (!((tmp0 & 3458764513820540928n) === 0n))
|
|
243
|
-
return Companion_getInstance().
|
|
243
|
+
return Companion_getInstance().f2c(tmp0);
|
|
244
244
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
245
245
|
Companion_getInstance();
|
|
246
246
|
var head = convertToInt(shiftRight(tmp0 & 1073741823n, 0));
|
|
247
247
|
var tail = convertToInt(shiftRight(tmp0 & 1152921503533105152n, 30));
|
|
248
|
-
var mask = this.
|
|
248
|
+
var mask = this.h2b_1;
|
|
249
249
|
if (((tail + 2 | 0) & mask) === (head & mask))
|
|
250
250
|
return 1;
|
|
251
|
-
if (!this.
|
|
252
|
-
if (this.
|
|
251
|
+
if (!this.g2b_1 && !(this.k2b_1.atomicfu$get(tail & mask).kotlinx$atomicfu$value == null)) {
|
|
252
|
+
if (this.f2b_1 < 1024 || ((tail - head | 0) & 1073741823) > this.f2b_1 >> 1) {
|
|
253
253
|
return 1;
|
|
254
254
|
}
|
|
255
255
|
break $l$block;
|
|
256
256
|
}
|
|
257
257
|
var newTail = (tail + 1 | 0) & 1073741823;
|
|
258
|
-
if (this.
|
|
259
|
-
this.
|
|
258
|
+
if (this.j2b_1.atomicfu$compareAndSet(tmp0, Companion_getInstance().e2c(tmp0, newTail))) {
|
|
259
|
+
this.k2b_1.atomicfu$get(tail & mask).kotlinx$atomicfu$value = element;
|
|
260
260
|
var cur = this;
|
|
261
|
-
$l$loop_0: while ((cur.
|
|
261
|
+
$l$loop_0: while ((cur.j2b_1.kotlinx$atomicfu$value & 1152921504606846976n) !== 0n) {
|
|
262
262
|
var tmp0_elvis_lhs = fillPlaceholder(cur.m1(), tail, element);
|
|
263
263
|
var tmp;
|
|
264
264
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -275,32 +275,32 @@ function LockFreeTaskQueueCore() {
|
|
|
275
275
|
}
|
|
276
276
|
ej() {
|
|
277
277
|
// Inline function 'kotlinx.atomicfu.loop' call
|
|
278
|
-
var this_0 = this.
|
|
278
|
+
var this_0 = this.j2b_1;
|
|
279
279
|
while (true) {
|
|
280
280
|
var tmp0 = this_0.kotlinx$atomicfu$value;
|
|
281
281
|
$l$block_0: {
|
|
282
282
|
if (!((tmp0 & 1152921504606846976n) === 0n))
|
|
283
|
-
return Companion_getInstance().
|
|
283
|
+
return Companion_getInstance().x2b_1;
|
|
284
284
|
// Inline function 'kotlinx.coroutines.internal.Companion.withState' call
|
|
285
285
|
Companion_getInstance();
|
|
286
286
|
var head = convertToInt(shiftRight(tmp0 & 1073741823n, 0));
|
|
287
287
|
var tail = convertToInt(shiftRight(tmp0 & 1152921503533105152n, 30));
|
|
288
|
-
if ((tail & this.
|
|
288
|
+
if ((tail & this.h2b_1) === (head & this.h2b_1))
|
|
289
289
|
return null;
|
|
290
|
-
var element = this.
|
|
290
|
+
var element = this.k2b_1.atomicfu$get(head & this.h2b_1).kotlinx$atomicfu$value;
|
|
291
291
|
if (element == null) {
|
|
292
|
-
if (this.
|
|
292
|
+
if (this.g2b_1)
|
|
293
293
|
return null;
|
|
294
294
|
break $l$block_0;
|
|
295
295
|
}
|
|
296
296
|
if (element instanceof Placeholder())
|
|
297
297
|
return null;
|
|
298
298
|
var newHead = (head + 1 | 0) & 1073741823;
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
299
|
+
if (this.j2b_1.atomicfu$compareAndSet(tmp0, Companion_getInstance().c2c(tmp0, newHead))) {
|
|
300
|
+
this.k2b_1.atomicfu$get(head & this.h2b_1).kotlinx$atomicfu$value = null;
|
|
301
301
|
return element;
|
|
302
302
|
}
|
|
303
|
-
if (!this.
|
|
303
|
+
if (!this.g2b_1) {
|
|
304
304
|
break $l$block_0;
|
|
305
305
|
}
|
|
306
306
|
var cur = this;
|
|
@@ -16,21 +16,21 @@ function NamedDispatcher() {
|
|
|
16
16
|
super();
|
|
17
17
|
var tmp = this;
|
|
18
18
|
var tmp0_elvis_lhs = isInterface(dispatcher, Delay()) ? dispatcher : null;
|
|
19
|
-
tmp.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
19
|
+
tmp.h2c_1 = tmp0_elvis_lhs == null ? get_DefaultDelay() : tmp0_elvis_lhs;
|
|
20
|
+
this.i2c_1 = dispatcher;
|
|
21
|
+
this.j2c_1 = name;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
return this.
|
|
23
|
+
e1w(context) {
|
|
24
|
+
return this.i2c_1.e1w(context);
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
return this.
|
|
26
|
+
h1w(context, block) {
|
|
27
|
+
return this.i2c_1.h1w(context, block);
|
|
28
28
|
}
|
|
29
29
|
toString() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.j2c_1;
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
this.
|
|
32
|
+
q1w(timeMillis, continuation) {
|
|
33
|
+
this.h2c_1.q1w(timeMillis, continuation);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
initMetadataForClass($, 'NamedDispatcher', VOID, VOID, [CoroutineDispatcher(), Delay()], [1]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/NamedDispatcher.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["dispatcher","name","isDispatchNeeded","context","dispatch","block","toString","scheduleResumeAfterDelay","timeMillis","continuation"],"mappings":";;;;;;;;;;;;;;kBAUIA,U,EACAC,I;;kBACiC,I;YAAA,qE;QAAA,qCAAwB,kBAAxB,iB;QAFjC,uB;QACA,iB;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/NamedDispatcher.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["dispatcher","name","isDispatchNeeded","context","dispatch","block","toString","scheduleResumeAfterDelay","timeMillis","continuation"],"mappings":";;;;;;;;;;;;;;kBAUIA,U,EACAC,I;;kBACiC,I;YAAA,qE;QAAA,qCAAwB,kBAAxB,iB;QAFjC,uB;QACA,iB;;SAGAC,CAA8BC,OAA9BD,EAAoE;A,QAAoC,OAApC,IAAW,CAAX,KAAW,KAAiB,OAAjB,C;MAAwB,C;SAEvGE,CAAsBD,O,EAA2BE,KAAjDD,EAAoE;A,QAAmC,OAAnC,IAAW,CAAX,KAAW,KAAS,OAAT,EAAkB,KAAlB,C;MAAuB,C;cAKtGE,CAAAA,EAAgC;A,QAC5B,OAAO,IAAP,CAAO,K;MACX,C;SAvBJC,CASAC,U,EAAAC,YATAF,EAAA;A,QAAA,wC;MAAA,C;;;;;;;;;;;"}
|
|
@@ -23,9 +23,9 @@ var UndeliveredElementExceptionClass;
|
|
|
23
23
|
function UndeliveredElementException() {
|
|
24
24
|
if (UndeliveredElementExceptionClass === VOID) {
|
|
25
25
|
class $ extends RuntimeException() {
|
|
26
|
-
static
|
|
26
|
+
static n2c(message, cause) {
|
|
27
27
|
var $this = this.ld(message, cause);
|
|
28
|
-
captureStack($this, $this.
|
|
28
|
+
captureStack($this, $this.m2c_1);
|
|
29
29
|
return $this;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -44,7 +44,7 @@ function callUndeliveredElementCatchingException(_this__u8e3s4, element, undeliv
|
|
|
44
44
|
if (!(undeliveredElementException == null) && !(undeliveredElementException.cause === ex)) {
|
|
45
45
|
addSuppressed(undeliveredElementException, ex);
|
|
46
46
|
} else {
|
|
47
|
-
return UndeliveredElementException().
|
|
47
|
+
return UndeliveredElementException().n2c('Exception in undelivered element handler for ' + toString(element), ex);
|
|
48
48
|
}
|
|
49
49
|
} else {
|
|
50
50
|
throw $p;
|
|
@@ -16,18 +16,18 @@ function ScopeCoroutine() {
|
|
|
16
16
|
class $ extends AbstractCoroutine() {
|
|
17
17
|
constructor(context, uCont) {
|
|
18
18
|
super(context, true, true);
|
|
19
|
-
this.
|
|
19
|
+
this.r2c_1 = uCont;
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
o1r() {
|
|
22
22
|
return true;
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
resumeCancellableWith(intercepted(this.
|
|
24
|
+
e1q(state) {
|
|
25
|
+
resumeCancellableWith(intercepted(this.r2c_1), recoverResult(state, this.r2c_1));
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
s2c() {
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
this.
|
|
29
|
+
d1q(state) {
|
|
30
|
+
this.r2c_1.vb(recoverResult(state, this.r2c_1));
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
initMetadataForClass($, 'ScopeCoroutine', VOID, VOID, VOID, [0]);
|
|
@@ -40,13 +40,13 @@ function ContextScope() {
|
|
|
40
40
|
if (ContextScopeClass === VOID) {
|
|
41
41
|
class $ {
|
|
42
42
|
constructor(context) {
|
|
43
|
-
this.
|
|
43
|
+
this.t2c_1 = context;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
return this.
|
|
45
|
+
t1p() {
|
|
46
|
+
return this.t2c_1;
|
|
47
47
|
}
|
|
48
48
|
toString() {
|
|
49
|
-
return 'CoroutineScope(coroutineContext=' + toString(this.
|
|
49
|
+
return 'CoroutineScope(coroutineContext=' + toString(this.t2c_1) + ')';
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
initMetadataForClass($, 'ContextScope', VOID, VOID, [CoroutineScope()]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/Scopes.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["context","uCont","<get-isScopedCoroutine>","afterCompletion","state","afterCompletionUndispatched","afterResume","<get-coroutineContext>","toString"],"mappings":";;;;;;;;;;;;;;;;kBAWIA,O,EACAC,K;cACqB,O,EAAS,I,EAAM,I;QADpC,kB;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/Scopes.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["context","uCont","<get-isScopedCoroutine>","afterCompletion","state","afterCompletionUndispatched","afterResume","<get-coroutineContext>","toString"],"mappings":";;;;;;;;;;;;;;;;kBAWIA,O,EACAC,K;cACqB,O,EAAS,I,EAAM,I;QADpC,kB;;SAM8CC,CAAAA,EAAQ;A,QAAI,OAAJ,I;MAAG,C;SAEzDC,CAA6BC,KAA7BD,EAA0C;A,QAElB,sBAAd,YAAN,IAAM,CAAN,KAAM,CAAc,EAAsB,cAAc,KAAd,EAAqB,IAArB,CAAqB,KAArB,CAAtB,C;MACxB,C;SAMAE,CAAAA,EAAuC;A,MACvC,C;SAEAC,CAAyBF,KAAzBE,EAAsC;A,QAElC,IAAM,CAAN,KAAM,IAAW,cAAc,KAAd,EAAqB,IAArB,CAAqB,KAArB,CAAX,C;MACV,C;;;;;;;;;;;kBAGwBN,O;QAC0B,oB;;SAAlDO,CAAAA,EAAA;A,QAAA,iB;MAA8C,C;cAE9CC,CAAAA,EAAkC;A,QAAoD,OAAnD,kCAAmD,YAAlB,IAAkB,CAAlB,KAAkB,IAAF,G;MAAC,C;;;;;;;;;;;"}
|
|
@@ -9,10 +9,10 @@ function Symbol() {
|
|
|
9
9
|
if (SymbolClass === VOID) {
|
|
10
10
|
class $ {
|
|
11
11
|
constructor(symbol) {
|
|
12
|
-
this.
|
|
12
|
+
this.u2c_1 = symbol;
|
|
13
13
|
}
|
|
14
14
|
toString() {
|
|
15
|
-
return '<' + this.
|
|
15
|
+
return '<' + this.u2c_1 + '>';
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
initMetadataForClass($, 'Symbol');
|
|
@@ -10,14 +10,14 @@ function CommonThreadLocal() {
|
|
|
10
10
|
if (CommonThreadLocalClass === VOID) {
|
|
11
11
|
class $ {
|
|
12
12
|
constructor() {
|
|
13
|
-
this.
|
|
13
|
+
this.e1x_1 = null;
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
var tmp = this.
|
|
15
|
+
f1x() {
|
|
16
|
+
var tmp = this.e1x_1;
|
|
17
17
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
this.
|
|
19
|
+
g1x(value) {
|
|
20
|
+
this.e1x_1 = value;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
initMetadataForClass($, 'CommonThreadLocal', CommonThreadLocal);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/intrinsics/Cancellable.kt","src/kotlin/util/Result.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["startCoroutineCancellable","<this>","completion","e","receiver","fatalCompletion","dispatcherFailure","reportException"],"mappings":";;;;;;;;;;;;;;;;;kCAaAA,CACeC,a,EAA4CC,UAD3DF,EACgG;A;EA8B5F,IAAI;A,cA7BqC,YAAzC,4DAA6B,UAA7B,CAAyC,C;;QC6EpB,YAAb,2C;ID7E+C,2BAA6B,SAA7B,C;EA+BvD,C;6BAAuB;A,UAAdG,M;MACL,kBAjCkG,UAiClG,EAA8B,CAA9B,C;IACJ,C;;;;EAhCH,oB;AAAD,C;oCAMAH,CAAoBC,a,EAChBG,Q,EAAaF,UADjBF,EAEI;A;EAoBA,IAAI;A,cAnB+C,YAAnD,8DAA6B,QAA7B,EAAuC,UAAvC,CAAmD,C;;QCmE9B,YAAb,2C;IDnEyD,2BAA6B,SAA7B,C;EAqBjE,C;6BAAuB;A,UAAdG,M;MACL,kBAvBM,UAuBN,EAA8B,CAA9B,C;IACJ,C;;;;EAtBH,oB;AAAD,C;oCAMAH,CAAaC,a,EAA6CI,eAA1DL,EACI;A;EAWA,IAAI;A,cAVA,0B;;QC0DiB,YAAb,2C;ID1DU,2BAA6B,SAA7B,C;EAYlB,C;6BAAuB;A,UAAdG,M;MACL,kBAdM,eAcN,EAA8B,CAA9B,C;IACJ,C;;;;EAbC,oB;AAAD,C;0BAgBJG,CAA8BJ,U,EAA6BC,CAA3DG,EAAyE;A;EAS3C,qC;UAAwB,C,CAAE,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/intrinsics/Cancellable.kt","src/kotlin/util/Result.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["startCoroutineCancellable","<this>","completion","e","receiver","fatalCompletion","dispatcherFailure","reportException"],"mappings":";;;;;;;;;;;;;;;;;kCAaAA,CACeC,a,EAA4CC,UAD3DF,EACgG;A;EA8B5F,IAAI;A,cA7BqC,YAAzC,4DAA6B,UAA7B,CAAyC,C;;QC6EpB,YAAb,2C;ID7E+C,2BAA6B,SAA7B,C;EA+BvD,C;6BAAuB;A,UAAdG,M;MACL,kBAjCkG,UAiClG,EAA8B,CAA9B,C;IACJ,C;;;;EAhCH,oB;AAAD,C;oCAMAH,CAAoBC,a,EAChBG,Q,EAAaF,UADjBF,EAEI;A;EAoBA,IAAI;A,cAnB+C,YAAnD,8DAA6B,QAA7B,EAAuC,UAAvC,CAAmD,C;;QCmE9B,YAAb,2C;IDnEyD,2BAA6B,SAA7B,C;EAqBjE,C;6BAAuB;A,UAAdG,M;MACL,kBAvBM,UAuBN,EAA8B,CAA9B,C;IACJ,C;;;;EAtBH,oB;AAAD,C;oCAMAH,CAAaC,a,EAA6CI,eAA1DL,EACI;A;EAWA,IAAI;A,cAVA,0B;;QC0DiB,YAAb,2C;ID1DU,2BAA6B,SAA7B,C;EAYlB,C;6BAAuB;A,UAAdG,M;MACL,kBAdM,eAcN,EAA8B,CAA9B,C;IACJ,C;;;;EAbC,oB;AAAD,C;0BAgBJG,CAA8BJ,U,EAA6BC,CAA3DG,EAAyE;A;EAS3C,qC;UAAwB,C,CAAE,K;;UAAW,C;;MAA/DC,qB;;MCyCwC,YAAhC,6BAAO,cDxCsB,eCwCtB,CAAP,C;EDxCR,UAAW,IAAkB,SAAlB,C;EACX,MAAM,e;AACV,C;;;;;"}
|
|
@@ -38,7 +38,7 @@ function startCoroutineUndispatched(_this__u8e3s4, receiver, completion) {
|
|
|
38
38
|
var e = $p;
|
|
39
39
|
var tmp_1;
|
|
40
40
|
if (e instanceof DispatchException()) {
|
|
41
|
-
tmp_1 = e.
|
|
41
|
+
tmp_1 = e.k1w_1;
|
|
42
42
|
} else {
|
|
43
43
|
tmp_1 = e;
|
|
44
44
|
}
|
|
@@ -84,18 +84,18 @@ function startUndspatched(_this__u8e3s4, alwaysRethrow, receiver, block) {
|
|
|
84
84
|
var result = tmp;
|
|
85
85
|
if (result === get_COROUTINE_SUSPENDED())
|
|
86
86
|
return get_COROUTINE_SUSPENDED();
|
|
87
|
-
var state = _this__u8e3s4.
|
|
87
|
+
var state = _this__u8e3s4.c1q(result);
|
|
88
88
|
if (state === get_COMPLETING_WAITING_CHILDREN())
|
|
89
89
|
return get_COROUTINE_SUSPENDED();
|
|
90
|
-
_this__u8e3s4.
|
|
90
|
+
_this__u8e3s4.s2c();
|
|
91
91
|
var tmp_1;
|
|
92
92
|
if (state instanceof CompletedExceptionally()) {
|
|
93
93
|
var tmp_2;
|
|
94
|
-
if (alwaysRethrow || notOwnTimeout(_this__u8e3s4, state.
|
|
95
|
-
throw recoverStackTrace(state.
|
|
94
|
+
if (alwaysRethrow || notOwnTimeout(_this__u8e3s4, state.z1p_1)) {
|
|
95
|
+
throw recoverStackTrace(state.z1p_1, _this__u8e3s4.r2c_1);
|
|
96
96
|
} else {
|
|
97
97
|
if (result instanceof CompletedExceptionally()) {
|
|
98
|
-
throw recoverStackTrace(result.
|
|
98
|
+
throw recoverStackTrace(result.z1p_1, _this__u8e3s4.r2c_1);
|
|
99
99
|
} else {
|
|
100
100
|
tmp_2 = result;
|
|
101
101
|
}
|
|
@@ -107,15 +107,15 @@ function startUndspatched(_this__u8e3s4, alwaysRethrow, receiver, block) {
|
|
|
107
107
|
return tmp_1;
|
|
108
108
|
}
|
|
109
109
|
function dispatchExceptionAndMakeCompleting(_this__u8e3s4, e) {
|
|
110
|
-
_this__u8e3s4.
|
|
111
|
-
throw recoverStackTrace(e.
|
|
110
|
+
_this__u8e3s4.l1r(new (CompletedExceptionally())(e.k1w_1));
|
|
111
|
+
throw recoverStackTrace(e.k1w_1, _this__u8e3s4.r2c_1);
|
|
112
112
|
}
|
|
113
113
|
function notOwnTimeout(_this__u8e3s4, cause) {
|
|
114
114
|
var tmp;
|
|
115
115
|
if (!(cause instanceof TimeoutCancellationException())) {
|
|
116
116
|
tmp = true;
|
|
117
117
|
} else {
|
|
118
|
-
tmp = !(cause.
|
|
118
|
+
tmp = !(cause.z2c_1 === _this__u8e3s4);
|
|
119
119
|
}
|
|
120
120
|
return tmp;
|
|
121
121
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/intrinsics/Undispatched.kt","js/src/kotlin/coroutines/intrinsics/IntrinsicsJs.kt","src/kotlin/util/Result.kt","src/kotlin/coroutines/Continuation.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["startUndispatchedOrReturn","<this>","receiver","block","startCoroutineUndispatched","completion","actualCompletion","e","reportException","value","startUndspatched","alwaysRethrow","result","state","dispatchExceptionAndMakeCompleting","notOwnTimeout","cause"],"mappings":";;;;;;;;;;;;;;;;;;;;;kCAwCAA,CAAoBC,a,EAChBC,Q,EAAaC,KADjBH,EAEU;A,EAAuD,OAAvD,gCAAiC,IAAjC,EAAuC,QAAvC,EAAiD,KAAjD,C;AAAsD,C;mCA9BhEI,CAAoBH,a,EAA8CC,Q,EAAaG,UAA/ED,EAA4G;A;MACxGE,mBAA6C,U;;EACjC,I;;IAGa,gBAAiB,K;;;UCuFpC,oDDrFE,aCqFF,EDrFsC,QCqFtC,EDrFgD,gBCqFhD,C;;;;UDnFGC,M;;MACqB,qC;gBAAwB,C,CAAE,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../mnt/agent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/intrinsics/Undispatched.kt","js/src/kotlin/coroutines/intrinsics/IntrinsicsJs.kt","src/kotlin/util/Result.kt","src/kotlin/coroutines/Continuation.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["startUndispatchedOrReturn","<this>","receiver","block","startCoroutineUndispatched","completion","actualCompletion","e","reportException","value","startUndspatched","alwaysRethrow","result","state","dispatchExceptionAndMakeCompleting","notOwnTimeout","cause"],"mappings":";;;;;;;;;;;;;;;;;;;;;kCAwCAA,CAAoBC,a,EAChBC,Q,EAAaC,KADjBH,EAEU;A,EAAuD,OAAvD,gCAAiC,IAAjC,EAAuC,QAAvC,EAAiD,KAAjD,C;AAAsD,C;mCA9BhEI,CAAoBH,a,EAA8CC,Q,EAAaG,UAA/ED,EAA4G;A;MACxGE,mBAA6C,U;;EACjC,I;;IAGa,gBAAiB,K;;;UCuFpC,oDDrFE,aCqFF,EDrFsC,QCqFtC,EDrFgD,gBCqFhD,C;;;;UDnFGC,M;;MACqB,qC;gBAAwB,C,CAAE,K;;gBAAW,C;;UAA/DC,uB;;;UE+EoC,YAAhC,6BAAO,cF9E0B,eE8E1B,CAAP,C;MF9EJ,gBG8BJ,IAAkB,SAAlB,C;MH7BI,oB;;;;;MAVJC,W;EAYI,gBAAU,yBAAV,E,CAA+B;A;;kBAEP,+D;QEgEP,YAAb,6BAAO,OAAP,C;IFhEJ,gBGgBJ,IAAkB,SAAlB,C;EHfA,C;AACJ,C;yBA8BAC,CAAmBT,a,EACfU,a,EACAT,Q,EAAaC,KAFjBO,EAGQ;A;EACS,I;;UCwCP,oDDvCF,KCuCE,EDvCwC,QCuCxC,EDvCkD,aCuClD,C;;;;UDtCGH,M;MAGL,kDAAmC,CAAnC,C;;;YACKA,Q;+CACkB,G;;;;;;;MAP3BK,Y;EAiBI,eAAW,yBAAX,C;IAAgC,OAAO,yB;MAC3CC,QAAY,kBAAmB,MAAnB,C;EACR,cAAU,iCAAV,C;IAAuC,OAAO,yB;EAClD,mB;;EACW,8C;;IAEH,qBAAiB,6BAAc,KAAd,CAAoB,KAApB,CAAjB,C;MAA+C,MAAM,kBAAkB,KAAlB,CAAwB,KAAxB,EAA+B,aAA/B,CAA+B,KAA/B,C;;MACrD,+C;QAAoC,MAAM,kBAAkB,MAAlB,CAAyB,KAAzB,EAAgC,aAAhC,CAAgC,KAAhC,C;;gBAClC,M;;;;;YAGN,WAAN,KAAM,C;;EAPV,Y;AASJ,C;2CAMAC,CAAYb,a,EAAqDM,CAAjEO,EAAgG;A,EAC5F,iDAAsC,CAAtC,CAAwC,KAAxC,E;EACA,MAAM,kBAAkB,CAAlB,CAAoB,KAApB,EAA2B,aAA3B,CAA2B,KAA3B,C;AACV,C;sBAPAC,CAAYd,a,EAAgCe,KAA5CD,EAAuE;A;EAC5D,uD;UAAA,I;;UAA0C,QAAM,KAAN,KAAoB,aAApB,C;;EAAjD,U;AACJ,C;;;;;"}
|
|
@@ -56,7 +56,7 @@ function SelectInstance() {
|
|
|
56
56
|
}
|
|
57
57
|
function trySelectInternal($this, clauseObject, internalResult) {
|
|
58
58
|
$l$loop: while (true) {
|
|
59
|
-
var curState = $this.
|
|
59
|
+
var curState = $this.y22_1.kotlinx$atomicfu$value;
|
|
60
60
|
if (isInterface(curState, CancellableContinuation())) {
|
|
61
61
|
var tmp0_elvis_lhs = findClause($this, clauseObject);
|
|
62
62
|
var tmp;
|
|
@@ -66,13 +66,13 @@ function trySelectInternal($this, clauseObject, internalResult) {
|
|
|
66
66
|
tmp = tmp0_elvis_lhs;
|
|
67
67
|
}
|
|
68
68
|
var clause = tmp;
|
|
69
|
-
var onCancellation = clause.
|
|
70
|
-
if ($this.
|
|
69
|
+
var onCancellation = clause.e2d($this, internalResult);
|
|
70
|
+
if ($this.y22_1.atomicfu$compareAndSet(curState, clause)) {
|
|
71
71
|
var cont = isInterface(curState, CancellableContinuation()) ? curState : THROW_CCE();
|
|
72
|
-
$this.
|
|
72
|
+
$this.a23_1 = internalResult;
|
|
73
73
|
if (tryResume(cont, onCancellation))
|
|
74
74
|
return 0;
|
|
75
|
-
$this.
|
|
75
|
+
$this.a23_1 = get_NO_RESULT();
|
|
76
76
|
return 2;
|
|
77
77
|
}
|
|
78
78
|
} else {
|
|
@@ -89,11 +89,11 @@ function trySelectInternal($this, clauseObject, internalResult) {
|
|
|
89
89
|
return 2;
|
|
90
90
|
else {
|
|
91
91
|
if (equals(curState, get_STATE_REG())) {
|
|
92
|
-
if ($this.
|
|
92
|
+
if ($this.y22_1.atomicfu$compareAndSet(curState, listOf(clauseObject)))
|
|
93
93
|
return 1;
|
|
94
94
|
} else {
|
|
95
95
|
if (isInterface(curState, KtList())) {
|
|
96
|
-
if ($this.
|
|
96
|
+
if ($this.y22_1.atomicfu$compareAndSet(curState, plus(curState, clauseObject)))
|
|
97
97
|
return 1;
|
|
98
98
|
} else {
|
|
99
99
|
// Inline function 'kotlin.error' call
|
|
@@ -107,7 +107,7 @@ function trySelectInternal($this, clauseObject, internalResult) {
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
function findClause($this, clauseObject) {
|
|
110
|
-
var tmp0_elvis_lhs = $this.
|
|
110
|
+
var tmp0_elvis_lhs = $this.z22_1;
|
|
111
111
|
var tmp;
|
|
112
112
|
if (tmp0_elvis_lhs == null) {
|
|
113
113
|
return null;
|
|
@@ -122,7 +122,7 @@ function findClause($this, clauseObject) {
|
|
|
122
122
|
var _iterator__ex2g4s = clauses.k1();
|
|
123
123
|
while (_iterator__ex2g4s.l1()) {
|
|
124
124
|
var element = _iterator__ex2g4s.m1();
|
|
125
|
-
if (element.
|
|
125
|
+
if (element.b2d_1 === clauseObject) {
|
|
126
126
|
tmp$ret$1 = element;
|
|
127
127
|
break $l$block;
|
|
128
128
|
}
|
|
@@ -143,9 +143,9 @@ var ClauseDataClass;
|
|
|
143
143
|
function ClauseData() {
|
|
144
144
|
if (ClauseDataClass === VOID) {
|
|
145
145
|
class $ {
|
|
146
|
-
|
|
147
|
-
var tmp0_safe_receiver = this.
|
|
148
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver(select, this.
|
|
146
|
+
e2d(select, internalResult) {
|
|
147
|
+
var tmp0_safe_receiver = this.d2d_1;
|
|
148
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver(select, this.c2d_1, internalResult);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
initMetadataForClass($, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
@@ -157,7 +157,7 @@ var SelectImplementationClass;
|
|
|
157
157
|
function SelectImplementation() {
|
|
158
158
|
if (SelectImplementationClass === VOID) {
|
|
159
159
|
class $ {
|
|
160
|
-
|
|
160
|
+
b23(clauseObject, result) {
|
|
161
161
|
return TrySelectDetailedResult_0(trySelectInternal(this, clauseObject, result));
|
|
162
162
|
}
|
|
163
163
|
}
|
|
@@ -213,7 +213,7 @@ function TrySelectDetailedResult_0(trySelectInternalResult) {
|
|
|
213
213
|
}
|
|
214
214
|
function tryResume(_this__u8e3s4, onCancellation) {
|
|
215
215
|
_init_properties_Select_kt__zhm2jg();
|
|
216
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
216
|
+
var tmp0_elvis_lhs = _this__u8e3s4.m1s(Unit_instance, null, onCancellation);
|
|
217
217
|
var tmp;
|
|
218
218
|
if (tmp0_elvis_lhs == null) {
|
|
219
219
|
return false;
|
|
@@ -221,7 +221,7 @@ function tryResume(_this__u8e3s4, onCancellation) {
|
|
|
221
221
|
tmp = tmp0_elvis_lhs;
|
|
222
222
|
}
|
|
223
223
|
var token = tmp;
|
|
224
|
-
_this__u8e3s4.
|
|
224
|
+
_this__u8e3s4.n1s(token);
|
|
225
225
|
return true;
|
|
226
226
|
}
|
|
227
227
|
function DUMMY_PROCESS_RESULT_FUNCTION$lambda(_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) {
|