@attocash/commons-test 6.2.1 → 6.3.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/DateTimeUnit.mjs +58 -58
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +21 -21
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +56 -56
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +31 -31
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +41 -41
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +65 -65
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +20 -20
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +22 -22
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +12 -12
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +7 -7
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +32 -32
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +121 -121
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +106 -106
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +151 -151
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +130 -130
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +74 -74
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +29 -29
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +24 -24
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +20 -20
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +46 -46
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +7 -7
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +49 -49
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +42 -42
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +105 -105
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +11 -11
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +45 -45
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +43 -43
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +48 -48
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +59 -59
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +15 -15
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +100 -100
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +9 -9
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +28 -28
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +129 -129
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +116 -116
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +2 -0
- package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +38 -34
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +3 -4
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +62 -54
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +11 -11
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +868 -860
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +4 -4
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +5 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +37 -30
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +38 -38
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +0 -5
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +18 -18
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +30 -30
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +96 -96
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.d.mts +8 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.mjs +27 -0
- package/commons-commons-core/cash/atto/commons/AttoSerializable.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.d.mts +28 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.mjs +19 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +74 -11
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +76 -0
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +4 -4
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -68
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.d.mts +9 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.mjs +4 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.export.mjs.map +1 -0
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +17 -4
- package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +15 -15
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +3 -2
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +84 -79
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +24 -24
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +16 -16
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
- package/commons-commons-core.mjs +1 -2
- package/commons-commons-core.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.export.d.mts +26 -0
- package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.export.mjs → AttoNodeClientAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.mjs → AttoNodeClientAsync.web.mjs} +375 -419
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +158 -158
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.d.mts +2 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs +4 -0
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.export.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +44 -19
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +7 -7
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.d.mts → AttoAccountEntryMonitorAsync.web.export.d.mts} +3 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.mjs → AttoAccountEntryMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.mjs → AttoAccountEntryMonitorAsync.web.mjs} +70 -41
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts → AttoAccountEntryMonitorAsyncBuilder.js.export.d.mts} +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.mjs → AttoAccountEntryMonitorAsyncBuilder.js.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.mjs → AttoAccountEntryMonitorAsyncBuilder.js.mjs} +18 -18
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.js.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +37 -37
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.d.mts → AttoAccountMonitorAsync.web.export.d.mts} +5 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.mjs → AttoAccountMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.mjs → AttoAccountMonitorAsync.web.mjs} +134 -129
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +57 -57
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +7 -7
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.export.d.mts → AttoTransactionMonitorAsync.web.export.d.mts} +3 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.export.mjs → AttoTransactionMonitorAsync.web.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsync.mjs → AttoTransactionMonitorAsync.web.mjs} +70 -41
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.web.mjs.map +1 -0
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.export.d.mts → AttoTransactionMonitorAsyncBuilder.js.export.d.mts} +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.export.mjs → AttoTransactionMonitorAsyncBuilder.js.export.mjs} +2 -2
- package/commons-commons-node/cash/atto/commons/node/monitor/{AttoTransactionMonitorAsyncBuilder.web.mjs → AttoTransactionMonitorAsyncBuilder.js.mjs} +18 -18
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.js.mjs.map +1 -0
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +8 -8
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +320 -320
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-node.mjs +6 -6
- package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs +8 -8
- package/commons-commons-test/cash/atto/commons/node/AttoMockWorker.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs +31 -31
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +20 -20
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +36 -48
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +55 -59
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs +14 -14
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMock.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +33 -45
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.export.d.mts +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +40 -40
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/{AttoWorkerAsync.export.d.mts → AttoWorkerAsync.js.export.d.mts} +3 -3
- package/commons-commons-worker/cash/atto/commons/worker/{AttoWorkerAsync.export.mjs → AttoWorkerAsync.js.export.mjs} +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.mjs +108 -0
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.mjs.map +1 -0
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +1 -110
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +73 -73
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +36 -36
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +82 -82
- 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 +14 -14
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +27 -27
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/commons-commons-worker.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs +10 -5
- package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +12 -12
- package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +31 -31
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +19 -19
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +191 -191
- package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +9 -9
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
- package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +4 -4
- package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +5 -5
- package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +9 -0
- package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +33 -33
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +91 -0
- package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +43 -43
- package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +25 -25
- package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +17 -17
- package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +24 -24
- package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +10 -10
- package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +22 -22
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +2 -2
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +8 -8
- package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +20 -20
- package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +29 -29
- package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +26 -26
- package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +18 -18
- package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +45 -45
- package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +14 -14
- package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +62 -62
- package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +16 -16
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +3 -3
- package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +21 -21
- package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +76 -76
- package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +84 -84
- package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +1 -1
- package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +24 -24
- package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +2 -2
- package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +167 -167
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +43 -43
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +85 -85
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +318 -318
- package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
- 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/Unconfined.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +438 -438
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +21 -21
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +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/flow/Builders.mjs +13 -13
- 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/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/internal/AbstractSharedFlow.mjs +23 -23
- 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/SafeCollector.common.mjs +5 -5
- 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/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- 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/LimitedDispatcher.mjs +37 -37
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +75 -75
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
- 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/Undispatched.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +52 -52
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +35 -35
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
- 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 +150 -150
- 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/internal/-Utf8.mjs +1 -1
- 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/SealedSerializer.mjs +41 -41
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +23 -23
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- 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/descriptors/ContextAware.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +45 -45
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +53 -53
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- 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 +232 -232
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +17 -17
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +97 -97
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +92 -92
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +31 -31
- 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/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +61 -61
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +152 -152
- 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 +70 -70
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +21 -21
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- 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 +64 -64
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +177 -177
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +72 -72
- 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/HttpClientConfig.mjs +41 -41
- 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/HttpClientCall.mjs +50 -50
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +46 -46
- 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 +54 -54
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +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 +23 -23
- 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/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 +7 -7
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +55 -55
- 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/HttpRequestRetry.mjs +114 -114
- 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/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/CreatePluginUtils.mjs +14 -14
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +48 -48
- 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/HttpRequest.mjs +57 -57
- 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 +22 -22
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +8 -8
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +27 -27
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
- 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 +6 -6
- 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 +14 -14
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +93 -93
- 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 +39 -39
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +6 -6
- 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 +67 -67
- 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 +21 -21
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +16 -16
- package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +26 -26
- 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/HttpHeadersMap.mjs +89 -89
- 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/internals/AsciiCharTree.mjs +11 -11
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +73 -73
- 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 +6 -6
- 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 +125 -125
- 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 +59 -59
- 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/CloseToken.mjs +11 -11
- 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/Pool.mjs +3 -3
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +37 -37
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +79 -79
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +13 -13
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +40 -40
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +36 -36
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +82 -82
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +100 -100
- 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/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 +52 -52
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +17 -17
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +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
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +0 -12
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.mjs +0 -13
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +0 -72
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +0 -1
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +0 -17
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.mjs +0 -13
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +0 -81
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +0 -21
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.mjs.map +0 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +0 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.mjs.map +0 -1
- /package/{commons-commons-core/cash/atto/commons/AttoFuture.js.export.mjs.map → commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.web.export.mjs.map} +0 -0
- /package/{commons-commons-core/cash/atto/commons/AttoSocketAddress.export.mjs.map → commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/{AttoNodeClientAsync.export.mjs.map → monitor/AttoAccountEntryMonitorAsyncBuilder.js.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsync.export.mjs.map → AttoAccountMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountEntryMonitorAsyncBuilder.web.export.mjs.map → AttoTransactionMonitorAsync.web.export.mjs.map} +0 -0
- /package/commons-commons-node/cash/atto/commons/node/monitor/{AttoAccountMonitorAsync.export.mjs.map → AttoTransactionMonitorAsyncBuilder.js.export.mjs.map} +0 -0
- /package/{commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.mjs.map → commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.js.export.mjs.map} +0 -0
|
@@ -129,42 +129,42 @@ function CharArraySerializer() {
|
|
|
129
129
|
super(serializer(Companion_getInstance()));
|
|
130
130
|
CharArraySerializer_instance = this;
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
g16(_this__u8e3s4) {
|
|
133
133
|
return _this__u8e3s4.length;
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
return this.
|
|
135
|
+
m11(_this__u8e3s4) {
|
|
136
|
+
return this.g16((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
137
137
|
}
|
|
138
|
-
|
|
138
|
+
h16(_this__u8e3s4) {
|
|
139
139
|
return new (CharArrayBuilder())(_this__u8e3s4);
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
return this.
|
|
141
|
+
u10(_this__u8e3s4) {
|
|
142
|
+
return this.h16((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
k13() {
|
|
145
145
|
return charArray(0);
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
builder.
|
|
147
|
+
i16(decoder, index, builder, checkIndex) {
|
|
148
|
+
builder.l16(decoder.xx(this.b13_1, index));
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
return this.
|
|
150
|
+
f11(decoder, index, builder, checkIndex) {
|
|
151
|
+
return this.i16(decoder, index, builder instanceof CharArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
return this.
|
|
153
|
+
l13(decoder, index, builder, checkIndex) {
|
|
154
|
+
return this.i16(decoder, index, builder instanceof CharArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
m16(encoder, content, size) {
|
|
157
157
|
var inductionVariable = 0;
|
|
158
158
|
if (inductionVariable < size)
|
|
159
159
|
do {
|
|
160
160
|
var i = inductionVariable;
|
|
161
161
|
inductionVariable = inductionVariable + 1 | 0;
|
|
162
|
-
encoder.
|
|
162
|
+
encoder.cz(this.b13_1, i, content[i]);
|
|
163
163
|
}
|
|
164
164
|
while (inductionVariable < size);
|
|
165
165
|
}
|
|
166
|
-
|
|
167
|
-
return this.
|
|
166
|
+
m13(encoder, content, size) {
|
|
167
|
+
return this.m16(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
initMetadataForObject($, 'CharArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -187,42 +187,42 @@ function DoubleArraySerializer() {
|
|
|
187
187
|
super(serializer_0(DoubleCompanionObject_instance));
|
|
188
188
|
DoubleArraySerializer_instance = this;
|
|
189
189
|
}
|
|
190
|
-
|
|
190
|
+
p16(_this__u8e3s4) {
|
|
191
191
|
return _this__u8e3s4.length;
|
|
192
192
|
}
|
|
193
|
-
|
|
194
|
-
return this.
|
|
193
|
+
m11(_this__u8e3s4) {
|
|
194
|
+
return this.p16((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
q16(_this__u8e3s4) {
|
|
197
197
|
return new (DoubleArrayBuilder())(_this__u8e3s4);
|
|
198
198
|
}
|
|
199
|
-
|
|
200
|
-
return this.
|
|
199
|
+
u10(_this__u8e3s4) {
|
|
200
|
+
return this.q16((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
k13() {
|
|
203
203
|
return new Float64Array(0);
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
builder.
|
|
205
|
+
r16(decoder, index, builder, checkIndex) {
|
|
206
|
+
builder.u16(decoder.wx(this.b13_1, index));
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
return this.
|
|
208
|
+
f11(decoder, index, builder, checkIndex) {
|
|
209
|
+
return this.r16(decoder, index, builder instanceof DoubleArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
210
210
|
}
|
|
211
|
-
|
|
212
|
-
return this.
|
|
211
|
+
l13(decoder, index, builder, checkIndex) {
|
|
212
|
+
return this.r16(decoder, index, builder instanceof DoubleArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
213
213
|
}
|
|
214
|
-
|
|
214
|
+
v16(encoder, content, size) {
|
|
215
215
|
var inductionVariable = 0;
|
|
216
216
|
if (inductionVariable < size)
|
|
217
217
|
do {
|
|
218
218
|
var i = inductionVariable;
|
|
219
219
|
inductionVariable = inductionVariable + 1 | 0;
|
|
220
|
-
encoder.
|
|
220
|
+
encoder.bz(this.b13_1, i, content[i]);
|
|
221
221
|
}
|
|
222
222
|
while (inductionVariable < size);
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
return this.
|
|
224
|
+
m13(encoder, content, size) {
|
|
225
|
+
return this.v16(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
initMetadataForObject($, 'DoubleArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -245,42 +245,42 @@ function FloatArraySerializer() {
|
|
|
245
245
|
super(serializer_1(FloatCompanionObject_instance));
|
|
246
246
|
FloatArraySerializer_instance = this;
|
|
247
247
|
}
|
|
248
|
-
|
|
248
|
+
y16(_this__u8e3s4) {
|
|
249
249
|
return _this__u8e3s4.length;
|
|
250
250
|
}
|
|
251
|
-
|
|
252
|
-
return this.
|
|
251
|
+
m11(_this__u8e3s4) {
|
|
252
|
+
return this.y16((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
253
253
|
}
|
|
254
|
-
|
|
254
|
+
z16(_this__u8e3s4) {
|
|
255
255
|
return new (FloatArrayBuilder())(_this__u8e3s4);
|
|
256
256
|
}
|
|
257
|
-
|
|
258
|
-
return this.
|
|
257
|
+
u10(_this__u8e3s4) {
|
|
258
|
+
return this.z16((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
259
259
|
}
|
|
260
|
-
|
|
260
|
+
k13() {
|
|
261
261
|
return new Float32Array(0);
|
|
262
262
|
}
|
|
263
|
-
|
|
264
|
-
builder.
|
|
263
|
+
a17(decoder, index, builder, checkIndex) {
|
|
264
|
+
builder.d17(decoder.vx(this.b13_1, index));
|
|
265
265
|
}
|
|
266
|
-
|
|
267
|
-
return this.
|
|
266
|
+
f11(decoder, index, builder, checkIndex) {
|
|
267
|
+
return this.a17(decoder, index, builder instanceof FloatArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
return this.
|
|
269
|
+
l13(decoder, index, builder, checkIndex) {
|
|
270
|
+
return this.a17(decoder, index, builder instanceof FloatArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
271
271
|
}
|
|
272
|
-
|
|
272
|
+
e17(encoder, content, size) {
|
|
273
273
|
var inductionVariable = 0;
|
|
274
274
|
if (inductionVariable < size)
|
|
275
275
|
do {
|
|
276
276
|
var i = inductionVariable;
|
|
277
277
|
inductionVariable = inductionVariable + 1 | 0;
|
|
278
|
-
encoder.
|
|
278
|
+
encoder.az(this.b13_1, i, content[i]);
|
|
279
279
|
}
|
|
280
280
|
while (inductionVariable < size);
|
|
281
281
|
}
|
|
282
|
-
|
|
283
|
-
return this.
|
|
282
|
+
m13(encoder, content, size) {
|
|
283
|
+
return this.e17(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
initMetadataForObject($, 'FloatArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -303,42 +303,42 @@ function LongArraySerializer() {
|
|
|
303
303
|
super(serializer_2(Companion_instance));
|
|
304
304
|
LongArraySerializer_instance = this;
|
|
305
305
|
}
|
|
306
|
-
|
|
306
|
+
h17(_this__u8e3s4) {
|
|
307
307
|
return _this__u8e3s4.length;
|
|
308
308
|
}
|
|
309
|
-
|
|
310
|
-
return this.
|
|
309
|
+
m11(_this__u8e3s4) {
|
|
310
|
+
return this.h17((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
311
311
|
}
|
|
312
|
-
|
|
312
|
+
i17(_this__u8e3s4) {
|
|
313
313
|
return new (LongArrayBuilder())(_this__u8e3s4);
|
|
314
314
|
}
|
|
315
|
-
|
|
316
|
-
return this.
|
|
315
|
+
u10(_this__u8e3s4) {
|
|
316
|
+
return this.i17((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
317
317
|
}
|
|
318
|
-
|
|
318
|
+
k13() {
|
|
319
319
|
return new BigInt64Array(0);
|
|
320
320
|
}
|
|
321
|
-
|
|
322
|
-
builder.
|
|
321
|
+
j17(decoder, index, builder, checkIndex) {
|
|
322
|
+
builder.m17(decoder.ux(this.b13_1, index));
|
|
323
323
|
}
|
|
324
|
-
|
|
325
|
-
return this.
|
|
324
|
+
f11(decoder, index, builder, checkIndex) {
|
|
325
|
+
return this.j17(decoder, index, builder instanceof LongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
326
326
|
}
|
|
327
|
-
|
|
328
|
-
return this.
|
|
327
|
+
l13(decoder, index, builder, checkIndex) {
|
|
328
|
+
return this.j17(decoder, index, builder instanceof LongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
329
329
|
}
|
|
330
|
-
|
|
330
|
+
n17(encoder, content, size) {
|
|
331
331
|
var inductionVariable = 0;
|
|
332
332
|
if (inductionVariable < size)
|
|
333
333
|
do {
|
|
334
334
|
var i = inductionVariable;
|
|
335
335
|
inductionVariable = inductionVariable + 1 | 0;
|
|
336
|
-
encoder.
|
|
336
|
+
encoder.zy(this.b13_1, i, content[i]);
|
|
337
337
|
}
|
|
338
338
|
while (inductionVariable < size);
|
|
339
339
|
}
|
|
340
|
-
|
|
341
|
-
return this.
|
|
340
|
+
m13(encoder, content, size) {
|
|
341
|
+
return this.n17(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
initMetadataForObject($, 'LongArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -361,52 +361,52 @@ function ULongArraySerializer() {
|
|
|
361
361
|
super(serializer_3(Companion_getInstance_0()));
|
|
362
362
|
ULongArraySerializer_instance = this;
|
|
363
363
|
}
|
|
364
|
-
|
|
364
|
+
q17(_this__u8e3s4) {
|
|
365
365
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
366
366
|
}
|
|
367
|
-
|
|
368
|
-
return this.
|
|
367
|
+
m11(_this__u8e3s4) {
|
|
368
|
+
return this.q17(_this__u8e3s4 instanceof ULongArray() ? _this__u8e3s4.ks_1 : THROW_CCE());
|
|
369
369
|
}
|
|
370
|
-
|
|
370
|
+
r17(_this__u8e3s4) {
|
|
371
371
|
return new (ULongArrayBuilder())(_this__u8e3s4);
|
|
372
372
|
}
|
|
373
|
-
|
|
374
|
-
return this.
|
|
373
|
+
u10(_this__u8e3s4) {
|
|
374
|
+
return this.r17(_this__u8e3s4 instanceof ULongArray() ? _this__u8e3s4.ks_1 : THROW_CCE());
|
|
375
375
|
}
|
|
376
|
-
|
|
376
|
+
s17() {
|
|
377
377
|
return _ULongArray___init__impl__twm1l3(0);
|
|
378
378
|
}
|
|
379
|
-
|
|
380
|
-
return new (ULongArray())(this.
|
|
379
|
+
k13() {
|
|
380
|
+
return new (ULongArray())(this.s17());
|
|
381
381
|
}
|
|
382
|
-
|
|
382
|
+
t17(decoder, index, builder, checkIndex) {
|
|
383
383
|
// Inline function 'kotlin.toULong' call
|
|
384
|
-
var this_0 = decoder.
|
|
384
|
+
var this_0 = decoder.zx(this.b13_1, index).fx();
|
|
385
385
|
var tmp$ret$0 = _ULong___init__impl__c78o9k(this_0);
|
|
386
|
-
builder.
|
|
386
|
+
builder.w17(tmp$ret$0);
|
|
387
387
|
}
|
|
388
|
-
|
|
389
|
-
return this.
|
|
388
|
+
f11(decoder, index, builder, checkIndex) {
|
|
389
|
+
return this.t17(decoder, index, builder instanceof ULongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
390
390
|
}
|
|
391
|
-
|
|
392
|
-
return this.
|
|
391
|
+
l13(decoder, index, builder, checkIndex) {
|
|
392
|
+
return this.t17(decoder, index, builder instanceof ULongArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
393
393
|
}
|
|
394
|
-
|
|
394
|
+
x17(encoder, content, size) {
|
|
395
395
|
var inductionVariable = 0;
|
|
396
396
|
if (inductionVariable < size)
|
|
397
397
|
do {
|
|
398
398
|
var i = inductionVariable;
|
|
399
399
|
inductionVariable = inductionVariable + 1 | 0;
|
|
400
|
-
var tmp = encoder.
|
|
400
|
+
var tmp = encoder.ez(this.b13_1, i);
|
|
401
401
|
// Inline function 'kotlin.ULong.toLong' call
|
|
402
402
|
var this_0 = ULongArray__get_impl_pr71q9(content, i);
|
|
403
403
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(this_0);
|
|
404
|
-
tmp.
|
|
404
|
+
tmp.oy(tmp$ret$0);
|
|
405
405
|
}
|
|
406
406
|
while (inductionVariable < size);
|
|
407
407
|
}
|
|
408
|
-
|
|
409
|
-
return this.
|
|
408
|
+
m13(encoder, content, size) {
|
|
409
|
+
return this.x17(encoder, content instanceof ULongArray() ? content.ks_1 : THROW_CCE(), size);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
initMetadataForObject($, 'ULongArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -429,42 +429,42 @@ function IntArraySerializer() {
|
|
|
429
429
|
super(serializer_4(IntCompanionObject_instance));
|
|
430
430
|
IntArraySerializer_instance = this;
|
|
431
431
|
}
|
|
432
|
-
|
|
432
|
+
a18(_this__u8e3s4) {
|
|
433
433
|
return _this__u8e3s4.length;
|
|
434
434
|
}
|
|
435
|
-
|
|
436
|
-
return this.
|
|
435
|
+
m11(_this__u8e3s4) {
|
|
436
|
+
return this.a18((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
437
437
|
}
|
|
438
|
-
|
|
438
|
+
b18(_this__u8e3s4) {
|
|
439
439
|
return new (IntArrayBuilder())(_this__u8e3s4);
|
|
440
440
|
}
|
|
441
|
-
|
|
442
|
-
return this.
|
|
441
|
+
u10(_this__u8e3s4) {
|
|
442
|
+
return this.b18((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
443
443
|
}
|
|
444
|
-
|
|
444
|
+
k13() {
|
|
445
445
|
return new Int32Array(0);
|
|
446
446
|
}
|
|
447
|
-
|
|
448
|
-
builder.
|
|
447
|
+
c18(decoder, index, builder, checkIndex) {
|
|
448
|
+
builder.f18(decoder.tx(this.b13_1, index));
|
|
449
449
|
}
|
|
450
|
-
|
|
451
|
-
return this.
|
|
450
|
+
f11(decoder, index, builder, checkIndex) {
|
|
451
|
+
return this.c18(decoder, index, builder instanceof IntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
452
452
|
}
|
|
453
|
-
|
|
454
|
-
return this.
|
|
453
|
+
l13(decoder, index, builder, checkIndex) {
|
|
454
|
+
return this.c18(decoder, index, builder instanceof IntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
455
455
|
}
|
|
456
|
-
|
|
456
|
+
g18(encoder, content, size) {
|
|
457
457
|
var inductionVariable = 0;
|
|
458
458
|
if (inductionVariable < size)
|
|
459
459
|
do {
|
|
460
460
|
var i = inductionVariable;
|
|
461
461
|
inductionVariable = inductionVariable + 1 | 0;
|
|
462
|
-
encoder.
|
|
462
|
+
encoder.yy(this.b13_1, i, content[i]);
|
|
463
463
|
}
|
|
464
464
|
while (inductionVariable < size);
|
|
465
465
|
}
|
|
466
|
-
|
|
467
|
-
return this.
|
|
466
|
+
m13(encoder, content, size) {
|
|
467
|
+
return this.g18(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
initMetadataForObject($, 'IntArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -487,52 +487,52 @@ function UIntArraySerializer() {
|
|
|
487
487
|
super(serializer_5(Companion_getInstance_1()));
|
|
488
488
|
UIntArraySerializer_instance = this;
|
|
489
489
|
}
|
|
490
|
-
|
|
490
|
+
j18(_this__u8e3s4) {
|
|
491
491
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
492
492
|
}
|
|
493
|
-
|
|
494
|
-
return this.
|
|
493
|
+
m11(_this__u8e3s4) {
|
|
494
|
+
return this.j18(_this__u8e3s4 instanceof UIntArray() ? _this__u8e3s4.yr_1 : THROW_CCE());
|
|
495
495
|
}
|
|
496
|
-
|
|
496
|
+
k18(_this__u8e3s4) {
|
|
497
497
|
return new (UIntArrayBuilder())(_this__u8e3s4);
|
|
498
498
|
}
|
|
499
|
-
|
|
500
|
-
return this.
|
|
499
|
+
u10(_this__u8e3s4) {
|
|
500
|
+
return this.k18(_this__u8e3s4 instanceof UIntArray() ? _this__u8e3s4.yr_1 : THROW_CCE());
|
|
501
501
|
}
|
|
502
|
-
|
|
502
|
+
l18() {
|
|
503
503
|
return _UIntArray___init__impl__ghjpc6(0);
|
|
504
504
|
}
|
|
505
|
-
|
|
506
|
-
return new (UIntArray())(this.
|
|
505
|
+
k13() {
|
|
506
|
+
return new (UIntArray())(this.l18());
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
m18(decoder, index, builder, checkIndex) {
|
|
509
509
|
// Inline function 'kotlin.toUInt' call
|
|
510
|
-
var this_0 = decoder.
|
|
510
|
+
var this_0 = decoder.zx(this.b13_1, index).ex();
|
|
511
511
|
var tmp$ret$0 = _UInt___init__impl__l7qpdl(this_0);
|
|
512
|
-
builder.
|
|
512
|
+
builder.p18(tmp$ret$0);
|
|
513
513
|
}
|
|
514
|
-
|
|
515
|
-
return this.
|
|
514
|
+
f11(decoder, index, builder, checkIndex) {
|
|
515
|
+
return this.m18(decoder, index, builder instanceof UIntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
516
516
|
}
|
|
517
|
-
|
|
518
|
-
return this.
|
|
517
|
+
l13(decoder, index, builder, checkIndex) {
|
|
518
|
+
return this.m18(decoder, index, builder instanceof UIntArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
519
519
|
}
|
|
520
|
-
|
|
520
|
+
q18(encoder, content, size) {
|
|
521
521
|
var inductionVariable = 0;
|
|
522
522
|
if (inductionVariable < size)
|
|
523
523
|
do {
|
|
524
524
|
var i = inductionVariable;
|
|
525
525
|
inductionVariable = inductionVariable + 1 | 0;
|
|
526
|
-
var tmp = encoder.
|
|
526
|
+
var tmp = encoder.ez(this.b13_1, i);
|
|
527
527
|
// Inline function 'kotlin.UInt.toInt' call
|
|
528
528
|
var this_0 = UIntArray__get_impl_gp5kza(content, i);
|
|
529
529
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
530
|
-
tmp.
|
|
530
|
+
tmp.ny(tmp$ret$0);
|
|
531
531
|
}
|
|
532
532
|
while (inductionVariable < size);
|
|
533
533
|
}
|
|
534
|
-
|
|
535
|
-
return this.
|
|
534
|
+
m13(encoder, content, size) {
|
|
535
|
+
return this.q18(encoder, content instanceof UIntArray() ? content.yr_1 : THROW_CCE(), size);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
initMetadataForObject($, 'UIntArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -555,42 +555,42 @@ function ShortArraySerializer() {
|
|
|
555
555
|
super(serializer_6(ShortCompanionObject_instance));
|
|
556
556
|
ShortArraySerializer_instance = this;
|
|
557
557
|
}
|
|
558
|
-
|
|
558
|
+
t18(_this__u8e3s4) {
|
|
559
559
|
return _this__u8e3s4.length;
|
|
560
560
|
}
|
|
561
|
-
|
|
562
|
-
return this.
|
|
561
|
+
m11(_this__u8e3s4) {
|
|
562
|
+
return this.t18((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
563
563
|
}
|
|
564
|
-
|
|
564
|
+
u18(_this__u8e3s4) {
|
|
565
565
|
return new (ShortArrayBuilder())(_this__u8e3s4);
|
|
566
566
|
}
|
|
567
|
-
|
|
568
|
-
return this.
|
|
567
|
+
u10(_this__u8e3s4) {
|
|
568
|
+
return this.u18((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
569
569
|
}
|
|
570
|
-
|
|
570
|
+
k13() {
|
|
571
571
|
return new Int16Array(0);
|
|
572
572
|
}
|
|
573
|
-
|
|
574
|
-
builder.
|
|
573
|
+
v18(decoder, index, builder, checkIndex) {
|
|
574
|
+
builder.y18(decoder.sx(this.b13_1, index));
|
|
575
575
|
}
|
|
576
|
-
|
|
577
|
-
return this.
|
|
576
|
+
f11(decoder, index, builder, checkIndex) {
|
|
577
|
+
return this.v18(decoder, index, builder instanceof ShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
578
578
|
}
|
|
579
|
-
|
|
580
|
-
return this.
|
|
579
|
+
l13(decoder, index, builder, checkIndex) {
|
|
580
|
+
return this.v18(decoder, index, builder instanceof ShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
581
581
|
}
|
|
582
|
-
|
|
582
|
+
z18(encoder, content, size) {
|
|
583
583
|
var inductionVariable = 0;
|
|
584
584
|
if (inductionVariable < size)
|
|
585
585
|
do {
|
|
586
586
|
var i = inductionVariable;
|
|
587
587
|
inductionVariable = inductionVariable + 1 | 0;
|
|
588
|
-
encoder.
|
|
588
|
+
encoder.xy(this.b13_1, i, content[i]);
|
|
589
589
|
}
|
|
590
590
|
while (inductionVariable < size);
|
|
591
591
|
}
|
|
592
|
-
|
|
593
|
-
return this.
|
|
592
|
+
m13(encoder, content, size) {
|
|
593
|
+
return this.z18(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
initMetadataForObject($, 'ShortArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -613,52 +613,52 @@ function UShortArraySerializer() {
|
|
|
613
613
|
super(serializer_7(Companion_getInstance_2()));
|
|
614
614
|
UShortArraySerializer_instance = this;
|
|
615
615
|
}
|
|
616
|
-
|
|
616
|
+
c19(_this__u8e3s4) {
|
|
617
617
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
618
618
|
}
|
|
619
|
-
|
|
620
|
-
return this.
|
|
619
|
+
m11(_this__u8e3s4) {
|
|
620
|
+
return this.c19(_this__u8e3s4 instanceof UShortArray() ? _this__u8e3s4.ws_1 : THROW_CCE());
|
|
621
621
|
}
|
|
622
|
-
|
|
622
|
+
d19(_this__u8e3s4) {
|
|
623
623
|
return new (UShortArrayBuilder())(_this__u8e3s4);
|
|
624
624
|
}
|
|
625
|
-
|
|
626
|
-
return this.
|
|
625
|
+
u10(_this__u8e3s4) {
|
|
626
|
+
return this.d19(_this__u8e3s4 instanceof UShortArray() ? _this__u8e3s4.ws_1 : THROW_CCE());
|
|
627
627
|
}
|
|
628
|
-
|
|
628
|
+
e19() {
|
|
629
629
|
return _UShortArray___init__impl__9b26ef(0);
|
|
630
630
|
}
|
|
631
|
-
|
|
632
|
-
return new (UShortArray())(this.
|
|
631
|
+
k13() {
|
|
632
|
+
return new (UShortArray())(this.e19());
|
|
633
633
|
}
|
|
634
|
-
|
|
634
|
+
f19(decoder, index, builder, checkIndex) {
|
|
635
635
|
// Inline function 'kotlin.toUShort' call
|
|
636
|
-
var this_0 = decoder.
|
|
636
|
+
var this_0 = decoder.zx(this.b13_1, index).dx();
|
|
637
637
|
var tmp$ret$0 = _UShort___init__impl__jigrne(this_0);
|
|
638
|
-
builder.
|
|
638
|
+
builder.i19(tmp$ret$0);
|
|
639
639
|
}
|
|
640
|
-
|
|
641
|
-
return this.
|
|
640
|
+
f11(decoder, index, builder, checkIndex) {
|
|
641
|
+
return this.f19(decoder, index, builder instanceof UShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
642
642
|
}
|
|
643
|
-
|
|
644
|
-
return this.
|
|
643
|
+
l13(decoder, index, builder, checkIndex) {
|
|
644
|
+
return this.f19(decoder, index, builder instanceof UShortArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
645
645
|
}
|
|
646
|
-
|
|
646
|
+
j19(encoder, content, size) {
|
|
647
647
|
var inductionVariable = 0;
|
|
648
648
|
if (inductionVariable < size)
|
|
649
649
|
do {
|
|
650
650
|
var i = inductionVariable;
|
|
651
651
|
inductionVariable = inductionVariable + 1 | 0;
|
|
652
|
-
var tmp = encoder.
|
|
652
|
+
var tmp = encoder.ez(this.b13_1, i);
|
|
653
653
|
// Inline function 'kotlin.UShort.toShort' call
|
|
654
654
|
var this_0 = UShortArray__get_impl_fnbhmx(content, i);
|
|
655
655
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(this_0);
|
|
656
|
-
tmp.
|
|
656
|
+
tmp.my(tmp$ret$0);
|
|
657
657
|
}
|
|
658
658
|
while (inductionVariable < size);
|
|
659
659
|
}
|
|
660
|
-
|
|
661
|
-
return this.
|
|
660
|
+
m13(encoder, content, size) {
|
|
661
|
+
return this.j19(encoder, content instanceof UShortArray() ? content.ws_1 : THROW_CCE(), size);
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
initMetadataForObject($, 'UShortArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -681,42 +681,42 @@ function ByteArraySerializer() {
|
|
|
681
681
|
super(serializer_8(ByteCompanionObject_instance));
|
|
682
682
|
ByteArraySerializer_instance = this;
|
|
683
683
|
}
|
|
684
|
-
|
|
684
|
+
m19(_this__u8e3s4) {
|
|
685
685
|
return _this__u8e3s4.length;
|
|
686
686
|
}
|
|
687
|
-
|
|
688
|
-
return this.
|
|
687
|
+
m11(_this__u8e3s4) {
|
|
688
|
+
return this.m19((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
689
689
|
}
|
|
690
|
-
|
|
690
|
+
n19(_this__u8e3s4) {
|
|
691
691
|
return new (ByteArrayBuilder())(_this__u8e3s4);
|
|
692
692
|
}
|
|
693
|
-
|
|
694
|
-
return this.
|
|
693
|
+
u10(_this__u8e3s4) {
|
|
694
|
+
return this.n19((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
695
695
|
}
|
|
696
|
-
|
|
696
|
+
k13() {
|
|
697
697
|
return new Int8Array(0);
|
|
698
698
|
}
|
|
699
|
-
|
|
700
|
-
builder.
|
|
699
|
+
o19(decoder, index, builder, checkIndex) {
|
|
700
|
+
builder.r19(decoder.rx(this.b13_1, index));
|
|
701
701
|
}
|
|
702
|
-
|
|
703
|
-
return this.
|
|
702
|
+
f11(decoder, index, builder, checkIndex) {
|
|
703
|
+
return this.o19(decoder, index, builder instanceof ByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
704
704
|
}
|
|
705
|
-
|
|
706
|
-
return this.
|
|
705
|
+
l13(decoder, index, builder, checkIndex) {
|
|
706
|
+
return this.o19(decoder, index, builder instanceof ByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
707
707
|
}
|
|
708
|
-
|
|
708
|
+
s19(encoder, content, size) {
|
|
709
709
|
var inductionVariable = 0;
|
|
710
710
|
if (inductionVariable < size)
|
|
711
711
|
do {
|
|
712
712
|
var i = inductionVariable;
|
|
713
713
|
inductionVariable = inductionVariable + 1 | 0;
|
|
714
|
-
encoder.
|
|
714
|
+
encoder.wy(this.b13_1, i, content[i]);
|
|
715
715
|
}
|
|
716
716
|
while (inductionVariable < size);
|
|
717
717
|
}
|
|
718
|
-
|
|
719
|
-
return this.
|
|
718
|
+
m13(encoder, content, size) {
|
|
719
|
+
return this.s19(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
initMetadataForObject($, 'ByteArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -739,52 +739,52 @@ function UByteArraySerializer() {
|
|
|
739
739
|
super(serializer_9(Companion_getInstance_3()));
|
|
740
740
|
UByteArraySerializer_instance = this;
|
|
741
741
|
}
|
|
742
|
-
|
|
742
|
+
v19(_this__u8e3s4) {
|
|
743
743
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
744
744
|
}
|
|
745
|
-
|
|
746
|
-
return this.
|
|
745
|
+
m11(_this__u8e3s4) {
|
|
746
|
+
return this.v19(_this__u8e3s4 instanceof UByteArray() ? _this__u8e3s4.mr_1 : THROW_CCE());
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
w19(_this__u8e3s4) {
|
|
749
749
|
return new (UByteArrayBuilder())(_this__u8e3s4);
|
|
750
750
|
}
|
|
751
|
-
|
|
752
|
-
return this.
|
|
751
|
+
u10(_this__u8e3s4) {
|
|
752
|
+
return this.w19(_this__u8e3s4 instanceof UByteArray() ? _this__u8e3s4.mr_1 : THROW_CCE());
|
|
753
753
|
}
|
|
754
|
-
|
|
754
|
+
x19() {
|
|
755
755
|
return _UByteArray___init__impl__ip4y9n(0);
|
|
756
756
|
}
|
|
757
|
-
|
|
758
|
-
return new (UByteArray())(this.
|
|
757
|
+
k13() {
|
|
758
|
+
return new (UByteArray())(this.x19());
|
|
759
759
|
}
|
|
760
|
-
|
|
760
|
+
y19(decoder, index, builder, checkIndex) {
|
|
761
761
|
// Inline function 'kotlin.toUByte' call
|
|
762
|
-
var this_0 = decoder.
|
|
762
|
+
var this_0 = decoder.zx(this.b13_1, index).cx();
|
|
763
763
|
var tmp$ret$0 = _UByte___init__impl__g9hnc4(this_0);
|
|
764
|
-
builder.
|
|
764
|
+
builder.b1a(tmp$ret$0);
|
|
765
765
|
}
|
|
766
|
-
|
|
767
|
-
return this.
|
|
766
|
+
f11(decoder, index, builder, checkIndex) {
|
|
767
|
+
return this.y19(decoder, index, builder instanceof UByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
768
768
|
}
|
|
769
|
-
|
|
770
|
-
return this.
|
|
769
|
+
l13(decoder, index, builder, checkIndex) {
|
|
770
|
+
return this.y19(decoder, index, builder instanceof UByteArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
771
771
|
}
|
|
772
|
-
|
|
772
|
+
c1a(encoder, content, size) {
|
|
773
773
|
var inductionVariable = 0;
|
|
774
774
|
if (inductionVariable < size)
|
|
775
775
|
do {
|
|
776
776
|
var i = inductionVariable;
|
|
777
777
|
inductionVariable = inductionVariable + 1 | 0;
|
|
778
|
-
var tmp = encoder.
|
|
778
|
+
var tmp = encoder.ez(this.b13_1, i);
|
|
779
779
|
// Inline function 'kotlin.UByte.toByte' call
|
|
780
780
|
var this_0 = UByteArray__get_impl_t5f3hv(content, i);
|
|
781
781
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(this_0);
|
|
782
|
-
tmp.
|
|
782
|
+
tmp.ly(tmp$ret$0);
|
|
783
783
|
}
|
|
784
784
|
while (inductionVariable < size);
|
|
785
785
|
}
|
|
786
|
-
|
|
787
|
-
return this.
|
|
786
|
+
m13(encoder, content, size) {
|
|
787
|
+
return this.c1a(encoder, content instanceof UByteArray() ? content.mr_1 : THROW_CCE(), size);
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
initMetadataForObject($, 'UByteArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -807,42 +807,42 @@ function BooleanArraySerializer() {
|
|
|
807
807
|
super(serializer_10(BooleanCompanionObject_instance));
|
|
808
808
|
BooleanArraySerializer_instance = this;
|
|
809
809
|
}
|
|
810
|
-
|
|
810
|
+
f1a(_this__u8e3s4) {
|
|
811
811
|
return _this__u8e3s4.length;
|
|
812
812
|
}
|
|
813
|
-
|
|
814
|
-
return this.
|
|
813
|
+
m11(_this__u8e3s4) {
|
|
814
|
+
return this.f1a((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
815
815
|
}
|
|
816
|
-
|
|
816
|
+
g1a(_this__u8e3s4) {
|
|
817
817
|
return new (BooleanArrayBuilder())(_this__u8e3s4);
|
|
818
818
|
}
|
|
819
|
-
|
|
820
|
-
return this.
|
|
819
|
+
u10(_this__u8e3s4) {
|
|
820
|
+
return this.g1a((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
821
821
|
}
|
|
822
|
-
|
|
822
|
+
k13() {
|
|
823
823
|
return booleanArray(0);
|
|
824
824
|
}
|
|
825
|
-
|
|
826
|
-
builder.
|
|
825
|
+
h1a(decoder, index, builder, checkIndex) {
|
|
826
|
+
builder.k1a(decoder.qx(this.b13_1, index));
|
|
827
827
|
}
|
|
828
|
-
|
|
829
|
-
return this.
|
|
828
|
+
f11(decoder, index, builder, checkIndex) {
|
|
829
|
+
return this.h1a(decoder, index, builder instanceof BooleanArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
830
830
|
}
|
|
831
|
-
|
|
832
|
-
return this.
|
|
831
|
+
l13(decoder, index, builder, checkIndex) {
|
|
832
|
+
return this.h1a(decoder, index, builder instanceof BooleanArrayBuilder() ? builder : THROW_CCE(), checkIndex);
|
|
833
833
|
}
|
|
834
|
-
|
|
834
|
+
l1a(encoder, content, size) {
|
|
835
835
|
var inductionVariable = 0;
|
|
836
836
|
if (inductionVariable < size)
|
|
837
837
|
do {
|
|
838
838
|
var i = inductionVariable;
|
|
839
839
|
inductionVariable = inductionVariable + 1 | 0;
|
|
840
|
-
encoder.
|
|
840
|
+
encoder.vy(this.b13_1, i, content[i]);
|
|
841
841
|
}
|
|
842
842
|
while (inductionVariable < size);
|
|
843
843
|
}
|
|
844
|
-
|
|
845
|
-
return this.
|
|
844
|
+
m13(encoder, content, size) {
|
|
845
|
+
return this.l1a(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
848
|
initMetadataForObject($, 'BooleanArraySerializer', VOID, VOID, [KSerializer(), PrimitiveArraySerializer()]);
|
|
@@ -862,26 +862,26 @@ function CharArrayBuilder() {
|
|
|
862
862
|
class $ extends PrimitiveArrayBuilder() {
|
|
863
863
|
constructor(bufferWithData) {
|
|
864
864
|
super();
|
|
865
|
-
this.
|
|
866
|
-
this.
|
|
867
|
-
this.
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
return this.
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
if (this.
|
|
874
|
-
this.
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
this.
|
|
878
|
-
var tmp = this.
|
|
879
|
-
var _unary__edvuaz = this.
|
|
880
|
-
this.
|
|
865
|
+
this.j16_1 = bufferWithData;
|
|
866
|
+
this.k16_1 = bufferWithData.length;
|
|
867
|
+
this.h13(10);
|
|
868
|
+
}
|
|
869
|
+
d13() {
|
|
870
|
+
return this.k16_1;
|
|
871
|
+
}
|
|
872
|
+
h13(requiredCapacity) {
|
|
873
|
+
if (this.j16_1.length < requiredCapacity)
|
|
874
|
+
this.j16_1 = copyOf(this.j16_1, coerceAtLeast(requiredCapacity, imul(this.j16_1.length, 2)));
|
|
875
|
+
}
|
|
876
|
+
l16(c) {
|
|
877
|
+
this.o13();
|
|
878
|
+
var tmp = this.j16_1;
|
|
879
|
+
var _unary__edvuaz = this.k16_1;
|
|
880
|
+
this.k16_1 = _unary__edvuaz + 1 | 0;
|
|
881
881
|
tmp[_unary__edvuaz] = c;
|
|
882
882
|
}
|
|
883
|
-
|
|
884
|
-
return copyOf(this.
|
|
883
|
+
f13() {
|
|
884
|
+
return copyOf(this.j16_1, this.k16_1);
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
887
|
initMetadataForClass($, 'CharArrayBuilder');
|
|
@@ -895,26 +895,26 @@ function DoubleArrayBuilder() {
|
|
|
895
895
|
class $ extends PrimitiveArrayBuilder() {
|
|
896
896
|
constructor(bufferWithData) {
|
|
897
897
|
super();
|
|
898
|
-
this.
|
|
899
|
-
this.
|
|
900
|
-
this.
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
return this.
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
if (this.
|
|
907
|
-
this.
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
this.
|
|
911
|
-
var tmp = this.
|
|
912
|
-
var _unary__edvuaz = this.
|
|
913
|
-
this.
|
|
898
|
+
this.s16_1 = bufferWithData;
|
|
899
|
+
this.t16_1 = bufferWithData.length;
|
|
900
|
+
this.h13(10);
|
|
901
|
+
}
|
|
902
|
+
d13() {
|
|
903
|
+
return this.t16_1;
|
|
904
|
+
}
|
|
905
|
+
h13(requiredCapacity) {
|
|
906
|
+
if (this.s16_1.length < requiredCapacity)
|
|
907
|
+
this.s16_1 = copyOf_0(this.s16_1, coerceAtLeast(requiredCapacity, imul(this.s16_1.length, 2)));
|
|
908
|
+
}
|
|
909
|
+
u16(c) {
|
|
910
|
+
this.o13();
|
|
911
|
+
var tmp = this.s16_1;
|
|
912
|
+
var _unary__edvuaz = this.t16_1;
|
|
913
|
+
this.t16_1 = _unary__edvuaz + 1 | 0;
|
|
914
914
|
tmp[_unary__edvuaz] = c;
|
|
915
915
|
}
|
|
916
|
-
|
|
917
|
-
return copyOf_0(this.
|
|
916
|
+
f13() {
|
|
917
|
+
return copyOf_0(this.s16_1, this.t16_1);
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
initMetadataForClass($, 'DoubleArrayBuilder');
|
|
@@ -928,26 +928,26 @@ function FloatArrayBuilder() {
|
|
|
928
928
|
class $ extends PrimitiveArrayBuilder() {
|
|
929
929
|
constructor(bufferWithData) {
|
|
930
930
|
super();
|
|
931
|
-
this.
|
|
932
|
-
this.
|
|
933
|
-
this.
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
return this.
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
if (this.
|
|
940
|
-
this.
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
this.
|
|
944
|
-
var tmp = this.
|
|
945
|
-
var _unary__edvuaz = this.
|
|
946
|
-
this.
|
|
931
|
+
this.b17_1 = bufferWithData;
|
|
932
|
+
this.c17_1 = bufferWithData.length;
|
|
933
|
+
this.h13(10);
|
|
934
|
+
}
|
|
935
|
+
d13() {
|
|
936
|
+
return this.c17_1;
|
|
937
|
+
}
|
|
938
|
+
h13(requiredCapacity) {
|
|
939
|
+
if (this.b17_1.length < requiredCapacity)
|
|
940
|
+
this.b17_1 = copyOf_1(this.b17_1, coerceAtLeast(requiredCapacity, imul(this.b17_1.length, 2)));
|
|
941
|
+
}
|
|
942
|
+
d17(c) {
|
|
943
|
+
this.o13();
|
|
944
|
+
var tmp = this.b17_1;
|
|
945
|
+
var _unary__edvuaz = this.c17_1;
|
|
946
|
+
this.c17_1 = _unary__edvuaz + 1 | 0;
|
|
947
947
|
tmp[_unary__edvuaz] = c;
|
|
948
948
|
}
|
|
949
|
-
|
|
950
|
-
return copyOf_1(this.
|
|
949
|
+
f13() {
|
|
950
|
+
return copyOf_1(this.b17_1, this.c17_1);
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
initMetadataForClass($, 'FloatArrayBuilder');
|
|
@@ -961,26 +961,26 @@ function LongArrayBuilder() {
|
|
|
961
961
|
class $ extends PrimitiveArrayBuilder() {
|
|
962
962
|
constructor(bufferWithData) {
|
|
963
963
|
super();
|
|
964
|
-
this.
|
|
965
|
-
this.
|
|
966
|
-
this.
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
return this.
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
if (this.
|
|
973
|
-
this.
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
this.
|
|
977
|
-
var tmp = this.
|
|
978
|
-
var _unary__edvuaz = this.
|
|
979
|
-
this.
|
|
964
|
+
this.k17_1 = bufferWithData;
|
|
965
|
+
this.l17_1 = bufferWithData.length;
|
|
966
|
+
this.h13(10);
|
|
967
|
+
}
|
|
968
|
+
d13() {
|
|
969
|
+
return this.l17_1;
|
|
970
|
+
}
|
|
971
|
+
h13(requiredCapacity) {
|
|
972
|
+
if (this.k17_1.length < requiredCapacity)
|
|
973
|
+
this.k17_1 = copyOf_2(this.k17_1, coerceAtLeast(requiredCapacity, imul(this.k17_1.length, 2)));
|
|
974
|
+
}
|
|
975
|
+
m17(c) {
|
|
976
|
+
this.o13();
|
|
977
|
+
var tmp = this.k17_1;
|
|
978
|
+
var _unary__edvuaz = this.l17_1;
|
|
979
|
+
this.l17_1 = _unary__edvuaz + 1 | 0;
|
|
980
980
|
tmp[_unary__edvuaz] = c;
|
|
981
981
|
}
|
|
982
|
-
|
|
983
|
-
return copyOf_2(this.
|
|
982
|
+
f13() {
|
|
983
|
+
return copyOf_2(this.k17_1, this.l17_1);
|
|
984
984
|
}
|
|
985
985
|
}
|
|
986
986
|
initMetadataForClass($, 'LongArrayBuilder');
|
|
@@ -994,37 +994,37 @@ function ULongArrayBuilder() {
|
|
|
994
994
|
class $ extends PrimitiveArrayBuilder() {
|
|
995
995
|
constructor(bufferWithData) {
|
|
996
996
|
super();
|
|
997
|
-
this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
997
|
+
this.u17_1 = bufferWithData;
|
|
998
|
+
this.v17_1 = _ULongArray___get_size__impl__ju6dtr(bufferWithData);
|
|
999
|
+
this.h13(10);
|
|
1000
1000
|
}
|
|
1001
|
-
|
|
1002
|
-
return this.
|
|
1001
|
+
d13() {
|
|
1002
|
+
return this.v17_1;
|
|
1003
1003
|
}
|
|
1004
|
-
|
|
1005
|
-
if (_ULongArray___get_size__impl__ju6dtr(this.
|
|
1004
|
+
h13(requiredCapacity) {
|
|
1005
|
+
if (_ULongArray___get_size__impl__ju6dtr(this.u17_1) < requiredCapacity) {
|
|
1006
1006
|
var tmp = this;
|
|
1007
|
-
var tmp0 = this.
|
|
1007
|
+
var tmp0 = this.u17_1;
|
|
1008
1008
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1009
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.
|
|
1010
|
-
tmp.
|
|
1009
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_ULongArray___get_size__impl__ju6dtr(this.u17_1), 2));
|
|
1010
|
+
tmp.u17_1 = _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0), newSize));
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
|
-
|
|
1014
|
-
this.
|
|
1015
|
-
var tmp = this.
|
|
1016
|
-
var _unary__edvuaz = this.
|
|
1017
|
-
this.
|
|
1013
|
+
w17(c) {
|
|
1014
|
+
this.o13();
|
|
1015
|
+
var tmp = this.u17_1;
|
|
1016
|
+
var _unary__edvuaz = this.v17_1;
|
|
1017
|
+
this.v17_1 = _unary__edvuaz + 1 | 0;
|
|
1018
1018
|
ULongArray__set_impl_z19mvh(tmp, _unary__edvuaz, c);
|
|
1019
1019
|
}
|
|
1020
|
-
|
|
1021
|
-
var tmp0 = this.
|
|
1020
|
+
m1a() {
|
|
1021
|
+
var tmp0 = this.u17_1;
|
|
1022
1022
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1023
|
-
var newSize = this.
|
|
1023
|
+
var newSize = this.v17_1;
|
|
1024
1024
|
return _ULongArray___init__impl__twm1l3_0(copyOf_2(_ULongArray___get_storage__impl__28e64j(tmp0), newSize));
|
|
1025
1025
|
}
|
|
1026
|
-
|
|
1027
|
-
return new (ULongArray())(this.
|
|
1026
|
+
f13() {
|
|
1027
|
+
return new (ULongArray())(this.m1a());
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
1030
|
initMetadataForClass($, 'ULongArrayBuilder');
|
|
@@ -1038,26 +1038,26 @@ function IntArrayBuilder() {
|
|
|
1038
1038
|
class $ extends PrimitiveArrayBuilder() {
|
|
1039
1039
|
constructor(bufferWithData) {
|
|
1040
1040
|
super();
|
|
1041
|
-
this.
|
|
1042
|
-
this.
|
|
1043
|
-
this.
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
return this.
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
if (this.
|
|
1050
|
-
this.
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
this.
|
|
1054
|
-
var tmp = this.
|
|
1055
|
-
var _unary__edvuaz = this.
|
|
1056
|
-
this.
|
|
1041
|
+
this.d18_1 = bufferWithData;
|
|
1042
|
+
this.e18_1 = bufferWithData.length;
|
|
1043
|
+
this.h13(10);
|
|
1044
|
+
}
|
|
1045
|
+
d13() {
|
|
1046
|
+
return this.e18_1;
|
|
1047
|
+
}
|
|
1048
|
+
h13(requiredCapacity) {
|
|
1049
|
+
if (this.d18_1.length < requiredCapacity)
|
|
1050
|
+
this.d18_1 = copyOf_3(this.d18_1, coerceAtLeast(requiredCapacity, imul(this.d18_1.length, 2)));
|
|
1051
|
+
}
|
|
1052
|
+
f18(c) {
|
|
1053
|
+
this.o13();
|
|
1054
|
+
var tmp = this.d18_1;
|
|
1055
|
+
var _unary__edvuaz = this.e18_1;
|
|
1056
|
+
this.e18_1 = _unary__edvuaz + 1 | 0;
|
|
1057
1057
|
tmp[_unary__edvuaz] = c;
|
|
1058
1058
|
}
|
|
1059
|
-
|
|
1060
|
-
return copyOf_3(this.
|
|
1059
|
+
f13() {
|
|
1060
|
+
return copyOf_3(this.d18_1, this.e18_1);
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
1063
|
initMetadataForClass($, 'IntArrayBuilder');
|
|
@@ -1071,37 +1071,37 @@ function UIntArrayBuilder() {
|
|
|
1071
1071
|
class $ extends PrimitiveArrayBuilder() {
|
|
1072
1072
|
constructor(bufferWithData) {
|
|
1073
1073
|
super();
|
|
1074
|
-
this.
|
|
1075
|
-
this.
|
|
1076
|
-
this.
|
|
1074
|
+
this.n18_1 = bufferWithData;
|
|
1075
|
+
this.o18_1 = _UIntArray___get_size__impl__r6l8ci(bufferWithData);
|
|
1076
|
+
this.h13(10);
|
|
1077
1077
|
}
|
|
1078
|
-
|
|
1079
|
-
return this.
|
|
1078
|
+
d13() {
|
|
1079
|
+
return this.o18_1;
|
|
1080
1080
|
}
|
|
1081
|
-
|
|
1082
|
-
if (_UIntArray___get_size__impl__r6l8ci(this.
|
|
1081
|
+
h13(requiredCapacity) {
|
|
1082
|
+
if (_UIntArray___get_size__impl__r6l8ci(this.n18_1) < requiredCapacity) {
|
|
1083
1083
|
var tmp = this;
|
|
1084
|
-
var tmp0 = this.
|
|
1084
|
+
var tmp0 = this.n18_1;
|
|
1085
1085
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1086
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.
|
|
1087
|
-
tmp.
|
|
1086
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UIntArray___get_size__impl__r6l8ci(this.n18_1), 2));
|
|
1087
|
+
tmp.n18_1 = _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0), newSize));
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
|
-
|
|
1091
|
-
this.
|
|
1092
|
-
var tmp = this.
|
|
1093
|
-
var _unary__edvuaz = this.
|
|
1094
|
-
this.
|
|
1090
|
+
p18(c) {
|
|
1091
|
+
this.o13();
|
|
1092
|
+
var tmp = this.n18_1;
|
|
1093
|
+
var _unary__edvuaz = this.o18_1;
|
|
1094
|
+
this.o18_1 = _unary__edvuaz + 1 | 0;
|
|
1095
1095
|
UIntArray__set_impl_7f2zu2(tmp, _unary__edvuaz, c);
|
|
1096
1096
|
}
|
|
1097
|
-
|
|
1098
|
-
var tmp0 = this.
|
|
1097
|
+
n1a() {
|
|
1098
|
+
var tmp0 = this.n18_1;
|
|
1099
1099
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1100
|
-
var newSize = this.
|
|
1100
|
+
var newSize = this.o18_1;
|
|
1101
1101
|
return _UIntArray___init__impl__ghjpc6_0(copyOf_3(_UIntArray___get_storage__impl__92a0v0(tmp0), newSize));
|
|
1102
1102
|
}
|
|
1103
|
-
|
|
1104
|
-
return new (UIntArray())(this.
|
|
1103
|
+
f13() {
|
|
1104
|
+
return new (UIntArray())(this.n1a());
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
1107
1107
|
initMetadataForClass($, 'UIntArrayBuilder');
|
|
@@ -1115,26 +1115,26 @@ function ShortArrayBuilder() {
|
|
|
1115
1115
|
class $ extends PrimitiveArrayBuilder() {
|
|
1116
1116
|
constructor(bufferWithData) {
|
|
1117
1117
|
super();
|
|
1118
|
-
this.
|
|
1119
|
-
this.
|
|
1120
|
-
this.
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
return this.
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
if (this.
|
|
1127
|
-
this.
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
this.
|
|
1131
|
-
var tmp = this.
|
|
1132
|
-
var _unary__edvuaz = this.
|
|
1133
|
-
this.
|
|
1118
|
+
this.w18_1 = bufferWithData;
|
|
1119
|
+
this.x18_1 = bufferWithData.length;
|
|
1120
|
+
this.h13(10);
|
|
1121
|
+
}
|
|
1122
|
+
d13() {
|
|
1123
|
+
return this.x18_1;
|
|
1124
|
+
}
|
|
1125
|
+
h13(requiredCapacity) {
|
|
1126
|
+
if (this.w18_1.length < requiredCapacity)
|
|
1127
|
+
this.w18_1 = copyOf_4(this.w18_1, coerceAtLeast(requiredCapacity, imul(this.w18_1.length, 2)));
|
|
1128
|
+
}
|
|
1129
|
+
y18(c) {
|
|
1130
|
+
this.o13();
|
|
1131
|
+
var tmp = this.w18_1;
|
|
1132
|
+
var _unary__edvuaz = this.x18_1;
|
|
1133
|
+
this.x18_1 = _unary__edvuaz + 1 | 0;
|
|
1134
1134
|
tmp[_unary__edvuaz] = c;
|
|
1135
1135
|
}
|
|
1136
|
-
|
|
1137
|
-
return copyOf_4(this.
|
|
1136
|
+
f13() {
|
|
1137
|
+
return copyOf_4(this.w18_1, this.x18_1);
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
initMetadataForClass($, 'ShortArrayBuilder');
|
|
@@ -1148,37 +1148,37 @@ function UShortArrayBuilder() {
|
|
|
1148
1148
|
class $ extends PrimitiveArrayBuilder() {
|
|
1149
1149
|
constructor(bufferWithData) {
|
|
1150
1150
|
super();
|
|
1151
|
-
this.
|
|
1152
|
-
this.
|
|
1153
|
-
this.
|
|
1151
|
+
this.g19_1 = bufferWithData;
|
|
1152
|
+
this.h19_1 = _UShortArray___get_size__impl__jqto1b(bufferWithData);
|
|
1153
|
+
this.h13(10);
|
|
1154
1154
|
}
|
|
1155
|
-
|
|
1156
|
-
return this.
|
|
1155
|
+
d13() {
|
|
1156
|
+
return this.h19_1;
|
|
1157
1157
|
}
|
|
1158
|
-
|
|
1159
|
-
if (_UShortArray___get_size__impl__jqto1b(this.
|
|
1158
|
+
h13(requiredCapacity) {
|
|
1159
|
+
if (_UShortArray___get_size__impl__jqto1b(this.g19_1) < requiredCapacity) {
|
|
1160
1160
|
var tmp = this;
|
|
1161
|
-
var tmp0 = this.
|
|
1161
|
+
var tmp0 = this.g19_1;
|
|
1162
1162
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1163
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.
|
|
1164
|
-
tmp.
|
|
1163
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UShortArray___get_size__impl__jqto1b(this.g19_1), 2));
|
|
1164
|
+
tmp.g19_1 = _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0), newSize));
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
|
-
|
|
1168
|
-
this.
|
|
1169
|
-
var tmp = this.
|
|
1170
|
-
var _unary__edvuaz = this.
|
|
1171
|
-
this.
|
|
1167
|
+
i19(c) {
|
|
1168
|
+
this.o13();
|
|
1169
|
+
var tmp = this.g19_1;
|
|
1170
|
+
var _unary__edvuaz = this.h19_1;
|
|
1171
|
+
this.h19_1 = _unary__edvuaz + 1 | 0;
|
|
1172
1172
|
UShortArray__set_impl_6d8whp(tmp, _unary__edvuaz, c);
|
|
1173
1173
|
}
|
|
1174
|
-
|
|
1175
|
-
var tmp0 = this.
|
|
1174
|
+
o1a() {
|
|
1175
|
+
var tmp0 = this.g19_1;
|
|
1176
1176
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1177
|
-
var newSize = this.
|
|
1177
|
+
var newSize = this.h19_1;
|
|
1178
1178
|
return _UShortArray___init__impl__9b26ef_0(copyOf_4(_UShortArray___get_storage__impl__t2jpv5(tmp0), newSize));
|
|
1179
1179
|
}
|
|
1180
|
-
|
|
1181
|
-
return new (UShortArray())(this.
|
|
1180
|
+
f13() {
|
|
1181
|
+
return new (UShortArray())(this.o1a());
|
|
1182
1182
|
}
|
|
1183
1183
|
}
|
|
1184
1184
|
initMetadataForClass($, 'UShortArrayBuilder');
|
|
@@ -1192,26 +1192,26 @@ function ByteArrayBuilder() {
|
|
|
1192
1192
|
class $ extends PrimitiveArrayBuilder() {
|
|
1193
1193
|
constructor(bufferWithData) {
|
|
1194
1194
|
super();
|
|
1195
|
-
this.
|
|
1196
|
-
this.
|
|
1197
|
-
this.
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
return this.
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
if (this.
|
|
1204
|
-
this.
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
this.
|
|
1208
|
-
var tmp = this.
|
|
1209
|
-
var _unary__edvuaz = this.
|
|
1210
|
-
this.
|
|
1195
|
+
this.p19_1 = bufferWithData;
|
|
1196
|
+
this.q19_1 = bufferWithData.length;
|
|
1197
|
+
this.h13(10);
|
|
1198
|
+
}
|
|
1199
|
+
d13() {
|
|
1200
|
+
return this.q19_1;
|
|
1201
|
+
}
|
|
1202
|
+
h13(requiredCapacity) {
|
|
1203
|
+
if (this.p19_1.length < requiredCapacity)
|
|
1204
|
+
this.p19_1 = copyOf_5(this.p19_1, coerceAtLeast(requiredCapacity, imul(this.p19_1.length, 2)));
|
|
1205
|
+
}
|
|
1206
|
+
r19(c) {
|
|
1207
|
+
this.o13();
|
|
1208
|
+
var tmp = this.p19_1;
|
|
1209
|
+
var _unary__edvuaz = this.q19_1;
|
|
1210
|
+
this.q19_1 = _unary__edvuaz + 1 | 0;
|
|
1211
1211
|
tmp[_unary__edvuaz] = c;
|
|
1212
1212
|
}
|
|
1213
|
-
|
|
1214
|
-
return copyOf_5(this.
|
|
1213
|
+
f13() {
|
|
1214
|
+
return copyOf_5(this.p19_1, this.q19_1);
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
initMetadataForClass($, 'ByteArrayBuilder');
|
|
@@ -1225,37 +1225,37 @@ function UByteArrayBuilder() {
|
|
|
1225
1225
|
class $ extends PrimitiveArrayBuilder() {
|
|
1226
1226
|
constructor(bufferWithData) {
|
|
1227
1227
|
super();
|
|
1228
|
-
this.
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1228
|
+
this.z19_1 = bufferWithData;
|
|
1229
|
+
this.a1a_1 = _UByteArray___get_size__impl__h6pkdv(bufferWithData);
|
|
1230
|
+
this.h13(10);
|
|
1231
1231
|
}
|
|
1232
|
-
|
|
1233
|
-
return this.
|
|
1232
|
+
d13() {
|
|
1233
|
+
return this.a1a_1;
|
|
1234
1234
|
}
|
|
1235
|
-
|
|
1236
|
-
if (_UByteArray___get_size__impl__h6pkdv(this.
|
|
1235
|
+
h13(requiredCapacity) {
|
|
1236
|
+
if (_UByteArray___get_size__impl__h6pkdv(this.z19_1) < requiredCapacity) {
|
|
1237
1237
|
var tmp = this;
|
|
1238
|
-
var tmp0 = this.
|
|
1238
|
+
var tmp0 = this.z19_1;
|
|
1239
1239
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1240
|
-
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.
|
|
1241
|
-
tmp.
|
|
1240
|
+
var newSize = coerceAtLeast(requiredCapacity, imul(_UByteArray___get_size__impl__h6pkdv(this.z19_1), 2));
|
|
1241
|
+
tmp.z19_1 = _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0), newSize));
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
1244
|
-
|
|
1245
|
-
this.
|
|
1246
|
-
var tmp = this.
|
|
1247
|
-
var _unary__edvuaz = this.
|
|
1248
|
-
this.
|
|
1244
|
+
b1a(c) {
|
|
1245
|
+
this.o13();
|
|
1246
|
+
var tmp = this.z19_1;
|
|
1247
|
+
var _unary__edvuaz = this.a1a_1;
|
|
1248
|
+
this.a1a_1 = _unary__edvuaz + 1 | 0;
|
|
1249
1249
|
UByteArray__set_impl_jvcicn(tmp, _unary__edvuaz, c);
|
|
1250
1250
|
}
|
|
1251
|
-
|
|
1252
|
-
var tmp0 = this.
|
|
1251
|
+
p1a() {
|
|
1252
|
+
var tmp0 = this.z19_1;
|
|
1253
1253
|
// Inline function 'kotlin.collections.copyOf' call
|
|
1254
|
-
var newSize = this.
|
|
1254
|
+
var newSize = this.a1a_1;
|
|
1255
1255
|
return _UByteArray___init__impl__ip4y9n_0(copyOf_5(_UByteArray___get_storage__impl__d4kctt(tmp0), newSize));
|
|
1256
1256
|
}
|
|
1257
|
-
|
|
1258
|
-
return new (UByteArray())(this.
|
|
1257
|
+
f13() {
|
|
1258
|
+
return new (UByteArray())(this.p1a());
|
|
1259
1259
|
}
|
|
1260
1260
|
}
|
|
1261
1261
|
initMetadataForClass($, 'UByteArrayBuilder');
|
|
@@ -1269,26 +1269,26 @@ function BooleanArrayBuilder() {
|
|
|
1269
1269
|
class $ extends PrimitiveArrayBuilder() {
|
|
1270
1270
|
constructor(bufferWithData) {
|
|
1271
1271
|
super();
|
|
1272
|
-
this.
|
|
1273
|
-
this.
|
|
1274
|
-
this.
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
return this.
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
if (this.
|
|
1281
|
-
this.
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
this.
|
|
1285
|
-
var tmp = this.
|
|
1286
|
-
var _unary__edvuaz = this.
|
|
1287
|
-
this.
|
|
1272
|
+
this.i1a_1 = bufferWithData;
|
|
1273
|
+
this.j1a_1 = bufferWithData.length;
|
|
1274
|
+
this.h13(10);
|
|
1275
|
+
}
|
|
1276
|
+
d13() {
|
|
1277
|
+
return this.j1a_1;
|
|
1278
|
+
}
|
|
1279
|
+
h13(requiredCapacity) {
|
|
1280
|
+
if (this.i1a_1.length < requiredCapacity)
|
|
1281
|
+
this.i1a_1 = copyOf_6(this.i1a_1, coerceAtLeast(requiredCapacity, imul(this.i1a_1.length, 2)));
|
|
1282
|
+
}
|
|
1283
|
+
k1a(c) {
|
|
1284
|
+
this.o13();
|
|
1285
|
+
var tmp = this.i1a_1;
|
|
1286
|
+
var _unary__edvuaz = this.j1a_1;
|
|
1287
|
+
this.j1a_1 = _unary__edvuaz + 1 | 0;
|
|
1288
1288
|
tmp[_unary__edvuaz] = c;
|
|
1289
1289
|
}
|
|
1290
|
-
|
|
1291
|
-
return copyOf_6(this.
|
|
1290
|
+
f13() {
|
|
1291
|
+
return copyOf_6(this.i1a_1, this.j1a_1);
|
|
1292
1292
|
}
|
|
1293
1293
|
}
|
|
1294
1294
|
initMetadataForClass($, 'BooleanArrayBuilder');
|