@attocash/commons-js 6.0.0 → 6.2.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.
Files changed (1267) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
  21. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
  22. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
  23. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
  24. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
  25. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
  26. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
  27. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
  28. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
  29. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
  30. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
  31. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
  32. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
  33. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
  34. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
  35. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
  36. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
  37. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
  38. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
  39. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
  40. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
  41. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
  42. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
  43. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
  44. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
  45. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
  46. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
  47. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
  48. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
  49. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
  50. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
  51. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
  52. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
  53. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
  54. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
  55. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
  56. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
  57. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
  58. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
  59. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
  60. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
  61. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
  62. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
  63. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
  64. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
  65. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
  66. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
  67. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
  68. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
  69. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
  70. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
  71. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
  72. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
  73. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
  74. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
  75. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
  76. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
  77. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
  78. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  79. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
  80. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  81. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
  82. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  83. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
  84. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  85. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
  86. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  87. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
  88. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  89. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
  90. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
  91. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
  92. package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
  93. package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
  94. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
  95. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  96. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
  97. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
  98. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
  99. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
  100. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  101. package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
  102. package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
  103. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
  104. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  105. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
  106. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
  107. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
  108. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
  109. package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
  110. package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
  111. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
  112. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  113. package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
  114. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
  115. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
  116. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
  117. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  118. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
  119. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
  120. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
  121. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
  122. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
  123. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  124. package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
  125. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
  126. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
  127. package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
  128. package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
  129. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
  130. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  131. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
  132. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
  133. package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
  134. package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
  135. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
  136. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  137. package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
  138. package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
  139. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
  140. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  141. package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
  142. package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
  143. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
  144. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
  145. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
  146. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +11 -13
  147. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
  148. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
  149. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
  150. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +30 -30
  151. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
  152. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
  153. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
  154. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
  155. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
  156. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
  157. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
  158. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
  159. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
  160. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
  161. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
  162. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
  163. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
  164. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
  165. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
  166. package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
  167. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
  168. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  169. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
  170. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
  171. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
  172. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
  173. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  174. package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
  175. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
  176. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
  177. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +7 -8
  178. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
  179. package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
  180. package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
  181. package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
  182. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
  183. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  184. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +16 -16
  185. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
  186. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +8 -6
  187. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
  188. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
  189. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
  190. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
  191. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
  192. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
  193. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
  194. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  195. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
  196. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
  197. package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
  198. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
  199. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
  200. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +21 -27
  201. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  202. package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
  203. package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
  204. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
  205. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  206. package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
  207. package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
  208. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
  209. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  210. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
  211. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  212. package/commons-commons-core/cash/atto/commons/Extensions.mjs +17 -17
  213. package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
  214. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
  215. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
  216. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
  217. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
  218. package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
  219. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs +1 -1
  220. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs.map +1 -1
  221. package/commons-commons-js.mjs +1 -1
  222. package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
  223. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +5 -6
  224. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +289 -281
  225. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
  226. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
  227. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
  228. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
  229. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
  230. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  231. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +56 -29
  232. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  233. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
  234. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
  235. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
  236. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
  237. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  238. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
  239. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
  240. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
  241. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +60 -60
  242. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
  243. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
  244. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
  245. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  246. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
  247. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
  248. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
  249. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
  250. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
  251. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
  252. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
  253. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
  254. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
  255. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  256. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
  257. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
  258. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
  259. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
  260. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
  261. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
  262. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +621 -874
  263. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  264. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +255 -253
  265. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
  266. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +5 -3
  267. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +110 -110
  268. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +1 -1
  269. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +5 -3
  270. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +41 -41
  271. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
  272. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +5 -5
  273. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
  274. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
  275. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
  276. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
  277. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
  278. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  279. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
  280. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  281. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
  282. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
  283. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
  284. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +59 -53
  285. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  286. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
  287. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
  288. package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
  289. package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
  290. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
  291. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
  292. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
  293. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
  294. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
  295. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
  296. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
  297. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
  298. package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
  299. package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
  300. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
  301. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
  302. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
  303. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
  304. package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
  305. package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
  306. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
  307. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
  308. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
  309. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
  310. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
  311. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
  312. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
  313. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
  314. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
  315. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
  316. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
  317. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
  318. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
  319. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
  320. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
  321. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
  322. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
  323. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
  324. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
  325. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
  326. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
  327. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
  328. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
  329. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
  330. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
  331. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
  332. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +80 -80
  333. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
  334. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
  335. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
  336. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +28 -28
  337. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
  338. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
  339. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
  340. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
  341. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
  342. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
  343. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
  344. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
  345. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
  346. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +282 -264
  347. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  348. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
  349. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
  350. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +82 -82
  351. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  352. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
  353. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
  354. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +4 -26
  355. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +6 -6
  356. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +10 -6
  357. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
  358. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +74 -74
  359. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  360. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
  361. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
  362. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +79 -79
  363. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
  364. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +57 -57
  365. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
  366. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
  367. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
  368. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
  369. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
  370. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +251 -251
  371. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
  372. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
  373. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
  374. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
  375. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
  376. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
  377. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
  378. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
  379. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
  380. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
  381. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
  382. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
  383. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
  384. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +48 -48
  385. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
  386. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
  387. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
  388. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
  389. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
  390. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
  391. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
  392. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
  393. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
  394. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -15
  395. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  396. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
  397. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
  398. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
  399. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
  400. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
  401. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
  402. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
  403. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
  404. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
  405. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
  406. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
  407. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
  408. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
  409. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +17 -17
  410. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
  411. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
  412. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
  413. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
  414. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
  415. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
  416. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
  417. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
  418. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
  419. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
  420. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
  421. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
  422. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
  423. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
  424. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
  425. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
  426. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
  427. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
  428. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
  429. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
  430. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
  431. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
  432. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
  433. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
  434. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
  435. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +25 -24
  436. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  437. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
  438. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
  439. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
  440. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
  441. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
  442. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
  443. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
  444. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
  445. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
  446. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
  447. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
  448. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
  449. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  450. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
  451. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
  452. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
  453. package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
  454. package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
  455. package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
  456. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
  457. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
  458. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
  459. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
  460. package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
  461. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
  462. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
  463. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
  464. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
  465. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
  466. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
  467. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
  468. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
  469. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
  470. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
  471. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
  472. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
  473. package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
  474. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
  475. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
  476. package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
  477. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
  478. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
  479. package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
  480. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
  481. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
  482. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
  483. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
  484. package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
  485. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
  486. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
  487. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
  488. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
  489. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
  490. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
  491. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
  492. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
  493. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
  494. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
  495. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
  496. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
  497. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
  498. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
  499. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
  500. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
  501. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
  502. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
  503. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
  504. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
  505. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
  506. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
  507. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
  508. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
  509. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
  510. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
  511. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
  512. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
  513. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
  514. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
  515. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
  516. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
  517. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
  518. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
  519. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +45 -45
  520. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
  521. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
  522. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
  523. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
  524. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
  525. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
  526. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
  527. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
  528. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
  529. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  530. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
  531. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
  532. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
  533. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +59 -59
  534. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
  535. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
  536. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
  537. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
  538. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
  539. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
  540. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
  541. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +114 -114
  542. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
  543. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
  544. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
  545. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
  546. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
  547. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
  548. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
  549. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
  550. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
  551. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
  552. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
  553. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
  554. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
  555. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
  556. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
  557. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
  558. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
  559. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
  560. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
  561. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +17 -17
  562. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  563. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
  564. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
  565. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
  566. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
  567. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
  568. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
  569. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
  570. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
  571. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +918 -344
  572. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
  573. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
  574. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
  575. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
  576. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
  577. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
  578. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
  579. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
  580. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
  581. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
  582. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
  583. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
  584. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
  585. package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
  586. package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
  587. package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  588. package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
  589. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
  590. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -1
  591. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
  592. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -1
  593. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +13 -13
  594. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
  595. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +8 -8
  596. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
  597. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
  598. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -1
  599. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  600. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -1
  601. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +7 -7
  602. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -1
  603. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +5 -5
  604. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -1
  605. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +2 -2
  606. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -1
  607. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +6 -6
  608. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -1
  609. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
  610. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -1
  611. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +2 -2
  612. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -1
  613. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +6 -6
  614. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs.map +1 -1
  615. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  616. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -1
  617. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  618. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  619. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
  620. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  621. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
  622. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
  623. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
  624. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  625. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
  626. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  627. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
  628. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  629. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
  630. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  631. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
  632. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  633. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
  634. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  635. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
  636. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  637. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +7 -7
  638. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  639. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
  640. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  641. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  642. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  643. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +10 -10
  644. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  645. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
  646. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  647. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
  648. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
  649. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +13 -13
  650. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  651. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
  652. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  653. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
  654. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  655. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +32 -32
  656. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  657. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  658. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  659. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  660. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  661. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
  662. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
  663. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +116 -116
  664. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  665. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
  666. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  667. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
  668. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  669. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
  670. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  671. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
  672. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  673. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  674. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  675. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +7 -7
  676. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  677. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
  678. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
  679. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
  680. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
  681. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
  682. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  683. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
  684. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
  685. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
  686. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  687. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  688. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  689. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
  690. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
  691. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
  692. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  693. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +42 -36
  694. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
  695. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
  696. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
  697. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +11 -11
  698. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
  699. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +6 -6
  700. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
  701. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +17 -17
  702. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
  703. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +36 -36
  704. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
  705. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
  706. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
  707. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  708. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +15 -15
  709. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
  710. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +48 -48
  711. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  712. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +61 -60
  713. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  714. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +51 -51
  715. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
  716. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
  717. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
  718. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +207 -206
  719. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
  720. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  721. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
  722. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
  723. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
  724. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +46 -46
  725. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  726. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +6 -4
  727. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
  728. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
  729. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
  730. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  731. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
  732. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
  733. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  734. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
  735. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  736. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
  737. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
  738. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
  739. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
  740. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  741. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
  742. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  743. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
  744. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
  745. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
  746. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  747. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
  748. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
  749. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
  750. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  751. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
  752. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
  753. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  754. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  755. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
  756. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  757. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
  758. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
  759. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
  760. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
  761. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
  762. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  763. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
  764. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
  765. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  766. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
  767. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  768. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +24 -24
  769. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  770. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
  771. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  772. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
  773. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  774. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
  775. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  776. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
  777. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  778. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  779. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  780. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
  781. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  782. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
  783. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  784. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
  785. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  786. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
  787. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  788. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  789. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
  790. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  791. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
  792. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  793. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
  794. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  795. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
  796. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  797. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
  798. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  799. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
  800. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  801. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
  802. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  803. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
  804. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  805. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  806. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
  807. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  808. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
  809. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  810. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
  811. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  812. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
  813. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  814. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
  815. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  816. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
  817. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  818. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
  819. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  820. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  821. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
  822. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
  823. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  824. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  825. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  826. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
  827. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  828. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
  829. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  830. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
  831. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
  832. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
  833. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  834. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
  835. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  836. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
  837. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  838. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  839. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  840. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
  841. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  842. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
  843. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  844. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
  845. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  846. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
  847. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  848. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
  849. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  850. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
  851. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  852. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
  853. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  854. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
  855. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
  856. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  857. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
  858. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  859. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
  860. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  861. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
  862. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  863. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
  864. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  865. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
  866. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  867. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
  868. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  869. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
  870. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  871. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
  872. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
  873. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  874. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
  875. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  876. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
  877. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  878. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
  879. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  880. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
  881. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  882. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
  883. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  884. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
  885. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  886. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
  887. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
  888. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  889. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
  890. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
  891. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +105 -105
  892. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  893. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
  894. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  895. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  896. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
  897. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
  898. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
  899. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
  900. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
  901. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
  902. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
  903. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
  904. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  905. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  906. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  907. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
  908. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  909. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
  910. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  911. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
  912. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  913. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
  914. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  915. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
  916. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
  917. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
  918. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
  919. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
  920. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  921. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
  922. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
  923. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +189 -189
  924. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  925. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
  926. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  927. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
  928. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
  929. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
  930. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
  931. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
  932. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  933. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
  934. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  935. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  936. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
  937. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
  938. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
  939. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
  940. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
  941. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
  942. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
  943. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
  944. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  945. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
  946. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
  947. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
  948. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
  949. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
  950. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
  951. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  952. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  953. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
  954. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  955. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +52 -52
  956. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  957. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  958. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
  959. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
  960. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
  961. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
  962. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  963. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
  964. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  965. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
  966. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
  967. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  968. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
  969. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
  970. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
  971. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
  972. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
  973. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
  974. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
  975. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
  976. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  977. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
  978. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
  979. package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
  980. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
  981. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
  982. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
  983. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  984. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
  985. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  986. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
  987. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
  988. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
  989. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  990. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
  991. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
  992. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
  993. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
  994. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
  995. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
  996. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
  997. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
  998. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
  999. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
  1000. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  1001. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
  1002. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  1003. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  1004. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
  1005. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
  1006. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  1007. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
  1008. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
  1009. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  1010. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
  1011. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
  1012. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
  1013. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
  1014. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
  1015. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
  1016. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  1017. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
  1018. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
  1019. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
  1020. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
  1021. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  1022. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  1023. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
  1024. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
  1025. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
  1026. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  1027. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
  1028. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
  1029. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  1030. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  1031. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  1032. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  1033. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
  1034. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
  1035. package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
  1036. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
  1037. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
  1038. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
  1039. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  1040. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
  1041. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
  1042. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
  1043. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
  1044. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
  1045. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  1046. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
  1047. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
  1048. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  1049. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
  1050. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
  1051. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
  1052. package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
  1053. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
  1054. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
  1055. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
  1056. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
  1057. package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
  1058. package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  1059. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
  1060. package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
  1061. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
  1062. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
  1063. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
  1064. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
  1065. package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
  1066. package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
  1067. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
  1068. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
  1069. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
  1070. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
  1071. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
  1072. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
  1073. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
  1074. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
  1075. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
  1076. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
  1077. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
  1078. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
  1079. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
  1080. package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
  1081. package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
  1082. package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
  1083. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
  1084. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
  1085. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
  1086. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
  1087. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
  1088. package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
  1089. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
  1090. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
  1091. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
  1092. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
  1093. package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
  1094. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  1095. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
  1096. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
  1097. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  1098. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
  1099. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
  1100. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
  1101. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
  1102. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
  1103. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  1104. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  1105. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
  1106. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
  1107. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
  1108. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
  1109. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
  1110. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  1111. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
  1112. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
  1113. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
  1114. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
  1115. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  1116. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
  1117. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
  1118. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
  1119. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
  1120. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  1121. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
  1122. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  1123. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
  1124. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
  1125. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
  1126. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
  1127. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
  1128. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  1129. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
  1130. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
  1131. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
  1132. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
  1133. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
  1134. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
  1135. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
  1136. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
  1137. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
  1138. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
  1139. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
  1140. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  1141. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  1142. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  1143. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
  1144. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
  1145. package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
  1146. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  1147. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
  1148. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
  1149. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
  1150. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
  1151. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
  1152. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
  1153. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
  1154. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
  1155. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
  1156. package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
  1157. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
  1158. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
  1159. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
  1160. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
  1161. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
  1162. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
  1163. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
  1164. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
  1165. package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
  1166. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  1167. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
  1168. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
  1169. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
  1170. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  1171. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
  1172. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  1173. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
  1174. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  1175. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
  1176. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
  1177. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
  1178. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  1179. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
  1180. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
  1181. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  1182. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
  1183. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  1184. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  1185. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
  1186. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
  1187. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
  1188. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
  1189. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
  1190. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
  1191. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
  1192. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  1193. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
  1194. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  1195. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
  1196. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
  1197. package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
  1198. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
  1199. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
  1200. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
  1201. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
  1202. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
  1203. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
  1204. package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
  1205. package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
  1206. package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
  1207. package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
  1208. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
  1209. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  1210. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +63 -63
  1211. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
  1212. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
  1213. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
  1214. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
  1215. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
  1216. package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
  1217. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
  1218. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
  1219. package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
  1220. package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
  1221. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  1222. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
  1223. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
  1224. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  1225. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
  1226. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
  1227. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
  1228. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
  1229. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
  1230. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
  1231. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
  1232. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
  1233. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
  1234. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  1235. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
  1236. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
  1237. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
  1238. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
  1239. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
  1240. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  1241. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
  1242. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
  1243. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
  1244. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
  1245. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
  1246. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
  1247. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
  1248. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
  1249. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
  1250. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  1251. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  1252. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
  1253. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
  1254. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
  1255. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
  1256. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
  1257. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
  1258. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  1259. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
  1260. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
  1261. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
  1262. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
  1263. package/package.json +2 -2
  1264. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
  1265. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
  1266. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
  1267. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +0 -1
@@ -1,10 +1,10 @@
1
- import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
1
+ import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
2
2
  import {
3
3
  Segmentqmq1glevgieu as Segment,
4
4
  closefimrnzr4lu35 as close,
5
5
  findSegmentInternal35lxp6iondi3q as findSegmentInternal,
6
- _SegmentOrClosed___get_segment__impl__jvcr9l1chmpjvbuseuk as _SegmentOrClosed___get_segment__impl__jvcr9l,
7
- _SegmentOrClosed___get_isClosed__impl__qmxmlo3e3mrt157zasn as _SegmentOrClosed___get_isClosed__impl__qmxmlo,
6
+ _SegmentOrClosed___get_segment__impl__jvcr9l18a2bvgc1qn40 as _SegmentOrClosed___get_segment__impl__jvcr9l,
7
+ _SegmentOrClosed___get_isClosed__impl__qmxmloowq69c0z7uo as _SegmentOrClosed___get_isClosed__impl__qmxmlo,
8
8
  SegmentOrCloseds3xpxfs4wrg9 as SegmentOrClosed,
9
9
  } from '../internal/ConcurrentLinkedList.mjs';
10
10
  import { atomicfu$AtomicRefArray$ofNulls2kz3j9ehigwa3 as atomicfu$AtomicRefArray$ofNulls } from '../../../../kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs';
@@ -56,32 +56,32 @@ import {
56
56
  CancellableContinuationpb2x00mxmcbt as CancellableContinuation,
57
57
  } from '../CancellableContinuation.mjs';
58
58
  import {
59
- Companion_instance2oawqq9qiaris as Companion_instance,
59
+ Companion_instance25ullnynvxd0w as Companion_instance,
60
60
  createFailure8paxfkfa5dc7 as createFailure,
61
- _Result___init__impl__xyqfz83hut4nr3dfvi3 as _Result___init__impl__xyqfz8,
61
+ _Result___init__impl__xyqfz83a5421h46yeyh as _Result___init__impl__xyqfz8,
62
62
  } from '../../../../kotlin-kotlin-stdlib/kotlin/Result.mjs';
63
63
  import { CancellableContinuationImpl1cx201opicavg as CancellableContinuationImpl } from '../CancellableContinuationImpl.mjs';
64
64
  import { addSuppressedu5jwjfvsc039 as addSuppressed } from '../../../../kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs';
65
65
  import {
66
- Companion_getInstance8sxi3cktwbr5 as Companion_getInstance,
66
+ Companion_getInstance2uobo5jk84w6b as Companion_getInstance,
67
67
  ChannelResult2y4k69ac6y3du as ChannelResult,
68
68
  ClosedReceiveChannelException3ofg6gf5f5b38 as ClosedReceiveChannelException,
69
- ChannelResult__getOrNull_impl_f5e07h1mddh1y59r3zw as ChannelResult__getOrNull_impl_f5e07h,
69
+ ChannelResult__getOrNull_impl_f5e07h2dh05cjyju55c as ChannelResult__getOrNull_impl_f5e07h,
70
70
  ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
71
- close$default3plsfhsdbsvbv as close$default,
72
- cancel$default2g4arzbcb5isa as cancel$default,
71
+ close$default29t9kascifp5w as close$default,
72
+ cancel$default3ekkkwpkem73o as cancel$default,
73
73
  SendChannel38sllbxw662ws as SendChannel,
74
74
  ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
75
75
  } from './Channel.mjs';
76
76
  import {
77
77
  SelectInstance2isepgzfsd8ur as SelectInstance,
78
78
  SelectImplementation59ci94k9x9wm as SelectImplementation,
79
- TrySelectDetailedResult_REREGISTER_getInstance2a0bjw99yymto as TrySelectDetailedResult_REREGISTER_getInstance,
80
- TrySelectDetailedResult_SUCCESSFUL_getInstance2uasownw8ahu5 as TrySelectDetailedResult_SUCCESSFUL_getInstance,
79
+ TrySelectDetailedResult_REREGISTER_getInstance37wb4scq4deq9 as TrySelectDetailedResult_REREGISTER_getInstance,
80
+ TrySelectDetailedResult_SUCCESSFUL_getInstancekmsh4z99o2un as TrySelectDetailedResult_SUCCESSFUL_getInstance,
81
81
  } from '../selects/Select.mjs';
82
82
  import {
83
- _InlineList___init__impl__z8n562662s9jzwcbcg as _InlineList___init__impl__z8n56,
84
- InlineList__plus_impl_nuetvo2kefjf4xs4r0z as InlineList__plus_impl_nuetvo,
83
+ _InlineList___init__impl__z8n56a6l2d509tle7 as _InlineList___init__impl__z8n56,
84
+ InlineList__plus_impl_nuetvo1qghtjfe175d9 as InlineList__plus_impl_nuetvo,
85
85
  access$_get_holder__kkflen2dpfhuyt7ng33 as access$_get_holder__kkflen,
86
86
  } from '../internal/InlineList.mjs';
87
87
  import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
@@ -94,7 +94,7 @@ import { StringBuildermazzzhj6kkai as StringBuilder } from '../../../../kotlin-k
94
94
  import { listOf1jh22dvmctj1r as listOf } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs';
95
95
  import { compareTo3ankvs086tmwq as compareTo } from '../../../../kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs';
96
96
  import { last2n4gf5az1lkn4 as last } from '../../../../kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs';
97
- import { _Char___init__impl__6a9atx2js6krycynjoo as _Char___init__impl__6a9atx } from '../../../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
97
+ import { _Char___init__impl__6a9atx1csff5kwtduxl as _Char___init__impl__6a9atx } from '../../../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
98
98
  import { systemProp2qpti4y1f5b4b as systemProp } from '../internal/SystemProps.common.mjs';
99
99
  import { Symbol17xuwzgi5g8ve as Symbol } from '../internal/Symbol.mjs';
100
100
  //region block: imports
@@ -199,7 +199,7 @@ function get_NO_CLOSE_CAUSE() {
199
199
  var NO_CLOSE_CAUSE;
200
200
  function setElementLazy($this, index, value) {
201
201
  // Inline function 'kotlinx.atomicfu.AtomicRef.lazySet' call
202
- $this.q15_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value = value;
202
+ $this.g16_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value = value;
203
203
  }
204
204
  var ChannelSegmentClass;
205
205
  function ChannelSegment() {
@@ -207,49 +207,49 @@ function ChannelSegment() {
207
207
  class $ extends Segment() {
208
208
  constructor(id, prev, channel, pointers) {
209
209
  super(id, prev, pointers);
210
- this.p15_1 = channel;
211
- this.q15_1 = atomicfu$AtomicRefArray$ofNulls(imul(get_SEGMENT_SIZE(), 2));
210
+ this.f16_1 = channel;
211
+ this.g16_1 = atomicfu$AtomicRefArray$ofNulls(imul(get_SEGMENT_SIZE(), 2));
212
212
  }
213
- r15() {
214
- return ensureNotNull(this.p15_1);
213
+ h16() {
214
+ return ensureNotNull(this.f16_1);
215
215
  }
216
- s15() {
216
+ i16() {
217
217
  return get_SEGMENT_SIZE();
218
218
  }
219
- t15(index, element) {
219
+ j16(index, element) {
220
220
  setElementLazy(this, index, element);
221
221
  }
222
- u15(index) {
223
- var tmp = this.q15_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value;
222
+ k16(index) {
223
+ var tmp = this.g16_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value;
224
224
  return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
225
225
  }
226
- v15(index) {
226
+ l16(index) {
227
227
  // Inline function 'kotlin.also' call
228
- var this_0 = this.u15(index);
229
- this.w15(index);
228
+ var this_0 = this.k16(index);
229
+ this.m16(index);
230
230
  return this_0;
231
231
  }
232
- w15(index) {
232
+ m16(index) {
233
233
  setElementLazy(this, index, null);
234
234
  }
235
- x15(index) {
236
- return this.q15_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value;
235
+ n16(index) {
236
+ return this.g16_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value;
237
237
  }
238
- y15(index, value) {
239
- this.q15_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value = value;
238
+ o16(index, value) {
239
+ this.g16_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value = value;
240
240
  }
241
- z15(index, from, to) {
242
- return this.q15_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$compareAndSet(from, to);
241
+ p16(index, from, to) {
242
+ return this.g16_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$compareAndSet(from, to);
243
243
  }
244
- a16(index, update) {
245
- return this.q15_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$getAndSet(update);
244
+ q16(index, update) {
245
+ return this.g16_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$getAndSet(update);
246
246
  }
247
- ny(index, cause, context) {
247
+ dz(index, cause, context) {
248
248
  var isSender = index >= get_SEGMENT_SIZE();
249
249
  var index_0 = isSender ? index - get_SEGMENT_SIZE() | 0 : index;
250
- var element = this.u15(index_0);
250
+ var element = this.k16(index_0);
251
251
  $l$loop: while (true) {
252
- var cur = this.x15(index_0);
252
+ var cur = this.n16(index_0);
253
253
  var tmp;
254
254
  if (!(cur == null) ? isInterface(cur, Waiter()) : false) {
255
255
  tmp = true;
@@ -258,11 +258,11 @@ function ChannelSegment() {
258
258
  }
259
259
  if (tmp) {
260
260
  var update = isSender ? get_INTERRUPTED_SEND() : get_INTERRUPTED_RCV();
261
- if (this.z15(index_0, cur, update)) {
262
- this.w15(index_0);
263
- this.n16(index_0, !isSender);
261
+ if (this.p16(index_0, cur, update)) {
262
+ this.m16(index_0);
263
+ this.d17(index_0, !isSender);
264
264
  if (isSender) {
265
- var tmp0_safe_receiver = this.r15().c16_1;
265
+ var tmp0_safe_receiver = this.h16().s16_1;
266
266
  if (tmp0_safe_receiver == null)
267
267
  null;
268
268
  else {
@@ -273,9 +273,9 @@ function ChannelSegment() {
273
273
  }
274
274
  } else {
275
275
  if (cur === get_INTERRUPTED_SEND() || cur === get_INTERRUPTED_RCV()) {
276
- this.w15(index_0);
276
+ this.m16(index_0);
277
277
  if (isSender) {
278
- var tmp1_safe_receiver = this.r15().c16_1;
278
+ var tmp1_safe_receiver = this.h16().s16_1;
279
279
  if (tmp1_safe_receiver == null)
280
280
  null;
281
281
  else {
@@ -295,7 +295,7 @@ function ChannelSegment() {
295
295
  else {
296
296
  // Inline function 'kotlin.error' call
297
297
  var message = 'unexpected state: ' + toString(cur);
298
- throw IllegalStateException().x4(toString_0(message));
298
+ throw IllegalStateException().o(toString_0(message));
299
299
  }
300
300
  }
301
301
  }
@@ -303,18 +303,18 @@ function ChannelSegment() {
303
303
  }
304
304
  }
305
305
  }
306
- n16(index, receiver) {
306
+ d17(index, receiver) {
307
307
  if (receiver) {
308
- var tmp = this.r15();
309
- var tmp0 = this.ly_1;
308
+ var tmp = this.h16();
309
+ var tmp0 = this.bz_1;
310
310
  // Inline function 'kotlin.Long.times' call
311
311
  var other = get_SEGMENT_SIZE();
312
312
  // Inline function 'kotlin.Long.plus' call
313
313
  var this_0 = multiply(tmp0, fromInt(other));
314
314
  var tmp$ret$1 = add(this_0, fromInt(index));
315
- tmp.o16(tmp$ret$1);
315
+ tmp.e17(tmp$ret$1);
316
316
  }
317
- this.p16();
317
+ this.f17();
318
318
  }
319
319
  }
320
320
  initMetadataForClass($, 'ChannelSegment');
@@ -324,20 +324,20 @@ function ChannelSegment() {
324
324
  }
325
325
  function *_generator_hasNext__q471nr($this, $completion) {
326
326
  var tmp;
327
- if (!($this.b17_1 === get_NO_RECEIVE_RESULT()) && !($this.b17_1 === get_CHANNEL_CLOSED())) {
327
+ if (!($this.r17_1 === get_NO_RECEIVE_RESULT()) && !($this.r17_1 === get_CHANNEL_CLOSED())) {
328
328
  tmp = true;
329
329
  } else {
330
- var tmp0 = $this.d17_1;
330
+ var tmp0 = $this.t17_1;
331
331
  var tmp$ret$1;
332
332
  $l$block_0: {
333
333
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
334
- var segment = tmp0.i16_1.kotlinx$atomicfu$value;
334
+ var segment = tmp0.y16_1.kotlinx$atomicfu$value;
335
335
  $l$loop_0: while (true) {
336
- if (tmp0.e17()) {
336
+ if (tmp0.u17()) {
337
337
  tmp$ret$1 = onClosedHasNext($this);
338
338
  break $l$block_0;
339
339
  }
340
- var r = tmp0.e16_1.atomicfu$getAndIncrement$long();
340
+ var r = tmp0.u16_1.atomicfu$getAndIncrement$long();
341
341
  // Inline function 'kotlin.Long.div' call
342
342
  var other = get_SEGMENT_SIZE();
343
343
  var id = divide(r, fromInt(other));
@@ -345,7 +345,7 @@ function *_generator_hasNext__q471nr($this, $completion) {
345
345
  var other_0 = get_SEGMENT_SIZE();
346
346
  var tmp$ret$3 = modulo(r, fromInt(other_0));
347
347
  var i = convertToInt(tmp$ret$3);
348
- if (!(segment.ly_1 === id)) {
348
+ if (!(segment.bz_1 === id)) {
349
349
  var tmp0_elvis_lhs = findSegmentReceive(tmp0, id, segment);
350
350
  var tmp_0;
351
351
  if (tmp0_elvis_lhs == null) {
@@ -365,10 +365,10 @@ function *_generator_hasNext__q471nr($this, $completion) {
365
365
  prepareReceiverForSuspension(tmp0, tmp1_safe_receiver, segment, i);
366
366
  }
367
367
  var message = 'unreachable';
368
- throw IllegalStateException().x4(toString_0(message));
368
+ throw IllegalStateException().o(toString_0(message));
369
369
  } else if (updCellResult === get_FAILED()) {
370
- if (r < tmp0.f17()) {
371
- segment.z16();
370
+ if (r < tmp0.v17()) {
371
+ segment.p17();
372
372
  }
373
373
  continue $l$loop_0;
374
374
  } else if (updCellResult === get_SUSPEND_NO_WAITER()) {
@@ -378,8 +378,8 @@ function *_generator_hasNext__q471nr($this, $completion) {
378
378
  tmp_2 = yield tmp_2;
379
379
  return tmp_2;
380
380
  } else {
381
- segment.z16();
382
- $this.b17_1 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
381
+ segment.p17();
382
+ $this.r17_1 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
383
383
  tmp_1 = true;
384
384
  }
385
385
  tmp$ret$1 = tmp_1;
@@ -391,8 +391,8 @@ function *_generator_hasNext__q471nr($this, $completion) {
391
391
  return tmp;
392
392
  }
393
393
  function onClosedHasNext($this) {
394
- $this.b17_1 = get_CHANNEL_CLOSED();
395
- var tmp0_elvis_lhs = $this.d17_1.g17();
394
+ $this.r17_1 = get_CHANNEL_CLOSED();
395
+ var tmp0_elvis_lhs = $this.t17_1.w17();
396
396
  var tmp;
397
397
  if (tmp0_elvis_lhs == null) {
398
398
  return false;
@@ -405,25 +405,25 @@ function onClosedHasNext($this) {
405
405
  function hasNextOnNoWaiterSuspend($this, segment, index, r, $completion) {
406
406
  var cancellable = getOrCreateCancellableContinuation(intercepted($completion));
407
407
  try {
408
- $this.c17_1 = cancellable;
408
+ $this.s17_1 = cancellable;
409
409
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImplOnNoWaiter' call
410
- var this_0 = $this.d17_1;
410
+ var this_0 = $this.t17_1;
411
411
  var updCellResult = updateCellReceive(this_0, segment, index, r, $this);
412
412
  if (updCellResult === get_SUSPEND()) {
413
413
  prepareReceiverForSuspension(this_0, $this, segment, index);
414
414
  } else if (updCellResult === get_FAILED()) {
415
- if (r < this_0.f17()) {
416
- segment.z16();
415
+ if (r < this_0.v17()) {
416
+ segment.p17();
417
417
  }
418
418
  $l$block_0: {
419
419
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
420
- var segment_0 = this_0.i16_1.kotlinx$atomicfu$value;
420
+ var segment_0 = this_0.y16_1.kotlinx$atomicfu$value;
421
421
  $l$loop_0: while (true) {
422
- if (this_0.e17()) {
422
+ if (this_0.u17()) {
423
423
  onClosedHasNextNoWaiterSuspend($this);
424
424
  break $l$block_0;
425
425
  }
426
- var r_0 = this_0.e16_1.atomicfu$getAndIncrement$long();
426
+ var r_0 = this_0.u16_1.atomicfu$getAndIncrement$long();
427
427
  // Inline function 'kotlin.Long.div' call
428
428
  var other = get_SEGMENT_SIZE();
429
429
  var id = divide(r_0, fromInt(other));
@@ -431,7 +431,7 @@ function hasNextOnNoWaiterSuspend($this, segment, index, r, $completion) {
431
431
  var other_0 = get_SEGMENT_SIZE();
432
432
  var tmp$ret$3 = modulo(r_0, fromInt(other_0));
433
433
  var i = convertToInt(tmp$ret$3);
434
- if (!(segment_0.ly_1 === id)) {
434
+ if (!(segment_0.bz_1 === id)) {
435
435
  var tmp0_elvis_lhs = findSegmentReceive(this_0, id, segment_0);
436
436
  var tmp;
437
437
  if (tmp0_elvis_lhs == null) {
@@ -450,64 +450,64 @@ function hasNextOnNoWaiterSuspend($this, segment, index, r, $completion) {
450
450
  prepareReceiverForSuspension(this_0, tmp1_safe_receiver, segment_0, i);
451
451
  }
452
452
  } else if (updCellResult_0 === get_FAILED()) {
453
- if (r_0 < this_0.f17()) {
454
- segment_0.z16();
453
+ if (r_0 < this_0.v17()) {
454
+ segment_0.p17();
455
455
  }
456
456
  continue $l$loop_0;
457
457
  } else if (updCellResult_0 === get_SUSPEND_NO_WAITER()) {
458
458
  // Inline function 'kotlin.error' call
459
459
  var message = 'unexpected';
460
- throw IllegalStateException().x4(toString_0(message));
460
+ throw IllegalStateException().o(toString_0(message));
461
461
  } else {
462
- segment_0.z16();
462
+ segment_0.p17();
463
463
  var element = (updCellResult_0 == null ? true : !(updCellResult_0 == null)) ? updCellResult_0 : THROW_CCE();
464
- $this.b17_1 = element;
465
- $this.c17_1 = null;
466
- var tmp0_safe_receiver = $this.d17_1.c16_1;
467
- cancellable.mx(true, tmp0_safe_receiver == null ? null : bindCancellationFun($this.d17_1, tmp0_safe_receiver, element));
464
+ $this.r17_1 = element;
465
+ $this.s17_1 = null;
466
+ var tmp0_safe_receiver = $this.t17_1.s16_1;
467
+ cancellable.cy(true, tmp0_safe_receiver == null ? null : bindCancellationFun($this.t17_1, tmp0_safe_receiver, element));
468
468
  }
469
469
  break $l$block_0;
470
470
  }
471
471
  }
472
472
  } else {
473
- segment.z16();
473
+ segment.p17();
474
474
  var element_0 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
475
- $this.b17_1 = element_0;
476
- $this.c17_1 = null;
477
- var tmp0_safe_receiver_0 = $this.d17_1.c16_1;
478
- cancellable.mx(true, tmp0_safe_receiver_0 == null ? null : bindCancellationFun($this.d17_1, tmp0_safe_receiver_0, element_0));
475
+ $this.r17_1 = element_0;
476
+ $this.s17_1 = null;
477
+ var tmp0_safe_receiver_0 = $this.t17_1.s16_1;
478
+ cancellable.cy(true, tmp0_safe_receiver_0 == null ? null : bindCancellationFun($this.t17_1, tmp0_safe_receiver_0, element_0));
479
479
  }
480
480
  } catch ($p) {
481
481
  if ($p instanceof Error) {
482
482
  var e = $p;
483
- cancellable.mz();
483
+ cancellable.c10();
484
484
  throw e;
485
485
  } else {
486
486
  throw $p;
487
487
  }
488
488
  }
489
- return cancellable.lz();
489
+ return cancellable.b10();
490
490
  }
491
491
  function onClosedHasNextNoWaiterSuspend($this) {
492
- var cont = ensureNotNull($this.c17_1);
493
- $this.c17_1 = null;
494
- $this.b17_1 = get_CHANNEL_CLOSED();
495
- var cause = $this.d17_1.g17();
492
+ var cont = ensureNotNull($this.s17_1);
493
+ $this.s17_1 = null;
494
+ $this.r17_1 = get_CHANNEL_CLOSED();
495
+ var cause = $this.t17_1.w17();
496
496
  if (cause == null) {
497
497
  // Inline function 'kotlin.coroutines.resume' call
498
498
  // Inline function 'kotlin.Companion.success' call
499
499
  var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
500
- cont.bc(tmp$ret$0);
500
+ cont.wc(tmp$ret$0);
501
501
  } else {
502
502
  // Inline function 'kotlin.coroutines.resumeWithException' call
503
503
  // Inline function 'kotlin.Companion.failure' call
504
504
  var exception = recoverStackTrace_0(cause, cont);
505
505
  var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
506
- cont.bc(tmp$ret$2);
506
+ cont.wc(tmp$ret$2);
507
507
  }
508
508
  }
509
509
  function _get_bufferEndCounter__2d4hee($this) {
510
- return $this.f16_1.kotlinx$atomicfu$value;
510
+ return $this.v16_1.kotlinx$atomicfu$value;
511
511
  }
512
512
  function _get_isRendezvousOrUnlimited__3mdufi($this) {
513
513
  // Inline function 'kotlin.let' call
@@ -517,9 +517,9 @@ function _get_isRendezvousOrUnlimited__3mdufi($this) {
517
517
  function *_generator_send__qhx0g0($this, element, $completion) {
518
518
  $l$block_5: {
519
519
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
520
- var segment = $this.h16_1.kotlinx$atomicfu$value;
520
+ var segment = $this.x16_1.kotlinx$atomicfu$value;
521
521
  $l$loop_0: while (true) {
522
- var sendersAndCloseStatusCur = $this.d16_1.atomicfu$getAndIncrement$long();
522
+ var sendersAndCloseStatusCur = $this.t16_1.atomicfu$getAndIncrement$long();
523
523
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
524
524
  var s = sendersAndCloseStatusCur & 1152921504606846975n;
525
525
  var closed = _get_isClosedForSend0__kxgf9m($this, sendersAndCloseStatusCur);
@@ -530,7 +530,7 @@ function *_generator_send__qhx0g0($this, element, $completion) {
530
530
  var other_0 = get_SEGMENT_SIZE();
531
531
  var tmp$ret$2 = modulo(s, fromInt(other_0));
532
532
  var i = convertToInt(tmp$ret$2);
533
- if (!(segment.ly_1 === id)) {
533
+ if (!(segment.bz_1 === id)) {
534
534
  var tmp0_elvis_lhs = findSegmentSend($this, id, segment);
535
535
  var tmp;
536
536
  if (tmp0_elvis_lhs == null) {
@@ -550,13 +550,13 @@ function *_generator_send__qhx0g0($this, element, $completion) {
550
550
  }
551
551
  switch (updateCellSend($this, segment, i, element, s, null, closed)) {
552
552
  case 0:
553
- segment.z16();
553
+ segment.p17();
554
554
  break $l$block_5;
555
555
  case 1:
556
556
  break $l$block_5;
557
557
  case 2:
558
558
  if (closed) {
559
- segment.p16();
559
+ segment.f17();
560
560
  var tmp_2 = onClosedSend($this, element, $completion);
561
561
  if (tmp_2 === get_COROUTINE_SUSPENDED())
562
562
  tmp_2 = yield tmp_2;
@@ -574,8 +574,8 @@ function *_generator_send__qhx0g0($this, element, $completion) {
574
574
 
575
575
  break $l$block_5;
576
576
  case 4:
577
- if (s < $this.h17()) {
578
- segment.z16();
577
+ if (s < $this.x17()) {
578
+ segment.p17();
579
579
  }
580
580
 
581
581
  var tmp_3 = onClosedSend($this, element, $completion);
@@ -583,7 +583,7 @@ function *_generator_send__qhx0g0($this, element, $completion) {
583
583
  tmp_3 = yield tmp_3;
584
584
  break $l$block_5;
585
585
  case 5:
586
- segment.z16();
586
+ segment.p17();
587
587
  continue $l$loop_0;
588
588
  case 3:
589
589
  var segm = segment;
@@ -598,30 +598,30 @@ function *_generator_send__qhx0g0($this, element, $completion) {
598
598
  }
599
599
  function onClosedSend($this, element, $completion) {
600
600
  var cancellable = new (CancellableContinuationImpl())(intercepted($completion), 1);
601
- cancellable.dz();
601
+ cancellable.tz();
602
602
  $l$block: {
603
- var tmp0_safe_receiver = $this.c16_1;
603
+ var tmp0_safe_receiver = $this.s16_1;
604
604
  var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : callUndeliveredElementCatchingException(tmp0_safe_receiver, element);
605
605
  if (tmp1_safe_receiver == null)
606
606
  null;
607
607
  else {
608
608
  // Inline function 'kotlin.let' call
609
- addSuppressed(tmp1_safe_receiver, $this.i17());
609
+ addSuppressed(tmp1_safe_receiver, $this.y17());
610
610
  // Inline function 'kotlinx.coroutines.resumeWithStackTrace' call
611
611
  // Inline function 'kotlin.Companion.failure' call
612
612
  var exception = recoverStackTrace_0(tmp1_safe_receiver, cancellable);
613
613
  var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
614
- cancellable.bc(tmp$ret$0);
614
+ cancellable.wc(tmp$ret$0);
615
615
  break $l$block;
616
616
  }
617
617
  // Inline function 'kotlinx.coroutines.resumeWithStackTrace' call
618
- var exception_0 = $this.i17();
618
+ var exception_0 = $this.y17();
619
619
  // Inline function 'kotlin.Companion.failure' call
620
620
  var exception_1 = recoverStackTrace_0(exception_0, cancellable);
621
621
  var tmp$ret$4 = _Result___init__impl__xyqfz8(createFailure(exception_1));
622
- cancellable.bc(tmp$ret$4);
622
+ cancellable.wc(tmp$ret$4);
623
623
  }
624
- return cancellable.lz();
624
+ return cancellable.b10();
625
625
  }
626
626
  function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
627
627
  var cancellable = getOrCreateCancellableContinuation(intercepted($completion));
@@ -629,13 +629,13 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
629
629
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImplOnNoWaiter' call
630
630
  switch (updateCellSend($this, segment, index, element, s, cancellable, false)) {
631
631
  case 0:
632
- segment.z16();
632
+ segment.p17();
633
633
  // Inline function 'kotlin.coroutines.resume' call
634
634
 
635
635
  // Inline function 'kotlin.Companion.success' call
636
636
 
637
637
  var tmp$ret$0 = _Result___init__impl__xyqfz8(Unit_instance);
638
- cancellable.bc(tmp$ret$0);
638
+ cancellable.wc(tmp$ret$0);
639
639
  break;
640
640
  case 1:
641
641
  // Inline function 'kotlin.coroutines.resume' call
@@ -643,25 +643,25 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
643
643
  // Inline function 'kotlin.Companion.success' call
644
644
 
645
645
  var tmp$ret$3 = _Result___init__impl__xyqfz8(Unit_instance);
646
- cancellable.bc(tmp$ret$3);
646
+ cancellable.wc(tmp$ret$3);
647
647
  break;
648
648
  case 2:
649
649
  prepareSenderForSuspension($this, cancellable, segment, index);
650
650
  break;
651
651
  case 4:
652
- if (s < $this.h17()) {
653
- segment.z16();
652
+ if (s < $this.x17()) {
653
+ segment.p17();
654
654
  }
655
655
 
656
656
  onClosedSendOnNoWaiterSuspend($this, element, cancellable);
657
657
  break;
658
658
  case 5:
659
- segment.z16();
659
+ segment.p17();
660
660
  $l$block_5: {
661
661
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
662
- var segment_0 = $this.h16_1.kotlinx$atomicfu$value;
662
+ var segment_0 = $this.x16_1.kotlinx$atomicfu$value;
663
663
  $l$loop_0: while (true) {
664
- var sendersAndCloseStatusCur = $this.d16_1.atomicfu$getAndIncrement$long();
664
+ var sendersAndCloseStatusCur = $this.t16_1.atomicfu$getAndIncrement$long();
665
665
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
666
666
  var s_0 = sendersAndCloseStatusCur & 1152921504606846975n;
667
667
  var closed = _get_isClosedForSend0__kxgf9m($this, sendersAndCloseStatusCur);
@@ -672,7 +672,7 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
672
672
  var other_0 = get_SEGMENT_SIZE();
673
673
  var tmp$ret$9 = modulo(s_0, fromInt(other_0));
674
674
  var i = convertToInt(tmp$ret$9);
675
- if (!(segment_0.ly_1 === id)) {
675
+ if (!(segment_0.bz_1 === id)) {
676
676
  var tmp0_elvis_lhs = findSegmentSend($this, id, segment_0);
677
677
  var tmp;
678
678
  if (tmp0_elvis_lhs == null) {
@@ -690,13 +690,13 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
690
690
  }
691
691
  switch (updateCellSend($this, segment_0, i, element, s_0, cancellable, closed)) {
692
692
  case 0:
693
- segment_0.z16();
693
+ segment_0.p17();
694
694
  // Inline function 'kotlin.coroutines.resume' call
695
695
 
696
696
  // Inline function 'kotlin.Companion.success' call
697
697
 
698
698
  var tmp$ret$12 = _Result___init__impl__xyqfz8(Unit_instance);
699
- cancellable.bc(tmp$ret$12);
699
+ cancellable.wc(tmp$ret$12);
700
700
  break $l$block_5;
701
701
  case 1:
702
702
  // Inline function 'kotlin.coroutines.resume' call
@@ -704,11 +704,11 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
704
704
  // Inline function 'kotlin.Companion.success' call
705
705
 
706
706
  var tmp$ret$15 = _Result___init__impl__xyqfz8(Unit_instance);
707
- cancellable.bc(tmp$ret$15);
707
+ cancellable.wc(tmp$ret$15);
708
708
  break $l$block_5;
709
709
  case 2:
710
710
  if (closed) {
711
- segment_0.p16();
711
+ segment_0.f17();
712
712
  onClosedSendOnNoWaiterSuspend($this, element, cancellable);
713
713
  break $l$block_5;
714
714
  }
@@ -722,20 +722,20 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
722
722
 
723
723
  break $l$block_5;
724
724
  case 4:
725
- if (s_0 < $this.h17()) {
726
- segment_0.z16();
725
+ if (s_0 < $this.x17()) {
726
+ segment_0.p17();
727
727
  }
728
728
 
729
729
  onClosedSendOnNoWaiterSuspend($this, element, cancellable);
730
730
  break $l$block_5;
731
731
  case 5:
732
- segment_0.z16();
732
+ segment_0.p17();
733
733
  continue $l$loop_0;
734
734
  case 3:
735
735
  // Inline function 'kotlin.error' call
736
736
 
737
737
  var message = 'unexpected';
738
- throw IllegalStateException().x4(toString_0(message));
738
+ throw IllegalStateException().o(toString_0(message));
739
739
  }
740
740
  }
741
741
  }
@@ -745,34 +745,34 @@ function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
745
745
  // Inline function 'kotlin.error' call
746
746
 
747
747
  var message_0 = 'unexpected';
748
- throw IllegalStateException().x4(toString_0(message_0));
748
+ throw IllegalStateException().o(toString_0(message_0));
749
749
  }
750
750
  } catch ($p) {
751
751
  if ($p instanceof Error) {
752
752
  var e = $p;
753
- cancellable.mz();
753
+ cancellable.c10();
754
754
  throw e;
755
755
  } else {
756
756
  throw $p;
757
757
  }
758
758
  }
759
- return cancellable.lz();
759
+ return cancellable.b10();
760
760
  }
761
761
  function prepareSenderForSuspension($this, _this__u8e3s4, segment, index) {
762
- _this__u8e3s4.sz(segment, index + get_SEGMENT_SIZE() | 0);
762
+ _this__u8e3s4.i10(segment, index + get_SEGMENT_SIZE() | 0);
763
763
  }
764
764
  function onClosedSendOnNoWaiterSuspend($this, element, cont) {
765
- var tmp0_safe_receiver = $this.c16_1;
765
+ var tmp0_safe_receiver = $this.s16_1;
766
766
  if (tmp0_safe_receiver == null)
767
767
  null;
768
768
  else {
769
- callUndeliveredElement(tmp0_safe_receiver, element, cont.zb());
769
+ callUndeliveredElement(tmp0_safe_receiver, element, cont.uc());
770
770
  }
771
771
  // Inline function 'kotlin.coroutines.resumeWithException' call
772
772
  // Inline function 'kotlin.Companion.failure' call
773
- var exception = recoverStackTrace_0($this.i17(), cont);
773
+ var exception = recoverStackTrace_0($this.y17(), cont);
774
774
  var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
775
- cont.bc(tmp$ret$0);
775
+ cont.wc(tmp$ret$0);
776
776
  }
777
777
  var SendBroadcastClass;
778
778
  function SendBroadcast() {
@@ -784,34 +784,34 @@ function SendBroadcast() {
784
784
  return SendBroadcastClass;
785
785
  }
786
786
  function updateCellSend($this, segment, index, element, s, waiter, closed) {
787
- segment.t15(index, element);
787
+ segment.j16(index, element);
788
788
  if (closed)
789
789
  return updateCellSendSlow($this, segment, index, element, s, waiter, closed);
790
- var state = segment.x15(index);
790
+ var state = segment.n16(index);
791
791
  if (state === null) {
792
792
  if (bufferOrRendezvousSend($this, s)) {
793
- if (segment.z15(index, null, get_BUFFERED())) {
793
+ if (segment.p16(index, null, get_BUFFERED())) {
794
794
  return 1;
795
795
  }
796
796
  } else {
797
797
  if (waiter == null) {
798
798
  return 3;
799
799
  } else {
800
- if (segment.z15(index, null, waiter))
800
+ if (segment.p16(index, null, waiter))
801
801
  return 2;
802
802
  }
803
803
  }
804
804
  } else {
805
805
  if (!(state == null) ? isInterface(state, Waiter()) : false) {
806
- segment.w15(index);
806
+ segment.m16(index);
807
807
  var tmp;
808
808
  if (tryResumeReceiver($this, state, element)) {
809
- segment.y15(index, get_DONE_RCV());
810
- $this.j17();
809
+ segment.o16(index, get_DONE_RCV());
810
+ $this.z17();
811
811
  tmp = 0;
812
812
  } else {
813
- if (!(segment.a16(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
814
- segment.n16(index, true);
813
+ if (!(segment.q16(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
814
+ segment.d17(index, true);
815
815
  }
816
816
  tmp = 5;
817
817
  }
@@ -822,55 +822,55 @@ function updateCellSend($this, segment, index, element, s, waiter, closed) {
822
822
  }
823
823
  function updateCellSendSlow($this, segment, index, element, s, waiter, closed) {
824
824
  while (true) {
825
- var state = segment.x15(index);
825
+ var state = segment.n16(index);
826
826
  if (state === null) {
827
827
  if (bufferOrRendezvousSend($this, s) && !closed) {
828
- if (segment.z15(index, null, get_BUFFERED())) {
828
+ if (segment.p16(index, null, get_BUFFERED())) {
829
829
  return 1;
830
830
  }
831
831
  } else {
832
832
  if (closed) {
833
- if (segment.z15(index, null, get_INTERRUPTED_SEND())) {
834
- segment.n16(index, false);
833
+ if (segment.p16(index, null, get_INTERRUPTED_SEND())) {
834
+ segment.d17(index, false);
835
835
  return 4;
836
836
  }
837
837
  } else if (waiter == null)
838
838
  return 3;
839
- else if (segment.z15(index, null, waiter))
839
+ else if (segment.p16(index, null, waiter))
840
840
  return 2;
841
841
  }
842
842
  } else if (state === get_IN_BUFFER()) {
843
- if (segment.z15(index, state, get_BUFFERED())) {
843
+ if (segment.p16(index, state, get_BUFFERED())) {
844
844
  return 1;
845
845
  }
846
846
  } else if (state === get_INTERRUPTED_RCV()) {
847
- segment.w15(index);
847
+ segment.m16(index);
848
848
  return 5;
849
849
  } else if (state === get_POISONED()) {
850
- segment.w15(index);
850
+ segment.m16(index);
851
851
  return 5;
852
852
  } else if (state === get_CHANNEL_CLOSED()) {
853
- segment.w15(index);
853
+ segment.m16(index);
854
854
  completeCloseOrCancel($this);
855
855
  return 4;
856
856
  } else {
857
857
  // Inline function 'kotlinx.coroutines.assert' call
858
- segment.w15(index);
858
+ segment.m16(index);
859
859
  var tmp;
860
860
  if (state instanceof WaiterEB()) {
861
- tmp = state.k17_1;
861
+ tmp = state.a18_1;
862
862
  } else {
863
863
  tmp = state;
864
864
  }
865
865
  var receiver = tmp;
866
866
  var tmp_0;
867
867
  if (tryResumeReceiver($this, receiver, element)) {
868
- segment.y15(index, get_DONE_RCV());
869
- $this.j17();
868
+ segment.o16(index, get_DONE_RCV());
869
+ $this.z17();
870
870
  tmp_0 = 0;
871
871
  } else {
872
- if (!(segment.a16(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
873
- segment.n16(index, true);
872
+ if (!(segment.q16(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
873
+ segment.d17(index, true);
874
874
  }
875
875
  tmp_0 = 5;
876
876
  }
@@ -890,9 +890,9 @@ function bufferOrRendezvousSend($this, curSenders) {
890
890
  if (curSenders < _get_bufferEndCounter__2d4hee($this)) {
891
891
  tmp = true;
892
892
  } else {
893
- var tmp0 = $this.h17();
893
+ var tmp0 = $this.x17();
894
894
  // Inline function 'kotlin.Long.plus' call
895
- var other = $this.b16_1;
895
+ var other = $this.r16_1;
896
896
  tmp = curSenders < add(tmp0, fromInt(other));
897
897
  }
898
898
  return tmp;
@@ -900,28 +900,28 @@ function bufferOrRendezvousSend($this, curSenders) {
900
900
  function tryResumeReceiver($this, _this__u8e3s4, element) {
901
901
  var tmp;
902
902
  if (isInterface(_this__u8e3s4, SelectInstance())) {
903
- tmp = _this__u8e3s4.p17($this, element);
903
+ tmp = _this__u8e3s4.f18($this, element);
904
904
  } else {
905
905
  if (_this__u8e3s4 instanceof ReceiveCatching()) {
906
906
  if (!(_this__u8e3s4 instanceof ReceiveCatching()))
907
907
  THROW_CCE();
908
- var tmp_0 = Companion_getInstance().n17(element);
909
- var tmp1_safe_receiver = $this.c16_1;
910
- tmp = tryResume0(_this__u8e3s4.o17_1, new (ChannelResult())(tmp_0), tmp1_safe_receiver == null ? null : bindCancellationFunResult($this, tmp1_safe_receiver));
908
+ var tmp_0 = Companion_getInstance().d18(element);
909
+ var tmp1_safe_receiver = $this.s16_1;
910
+ tmp = tryResume0(_this__u8e3s4.e18_1, new (ChannelResult())(tmp_0), tmp1_safe_receiver == null ? null : bindCancellationFunResult($this, tmp1_safe_receiver));
911
911
  } else {
912
912
  if (_this__u8e3s4 instanceof BufferedChannelIterator()) {
913
913
  if (!(_this__u8e3s4 instanceof BufferedChannelIterator()))
914
914
  THROW_CCE();
915
- tmp = _this__u8e3s4.l17(element);
915
+ tmp = _this__u8e3s4.b18(element);
916
916
  } else {
917
917
  if (isInterface(_this__u8e3s4, CancellableContinuation())) {
918
918
  if (!isInterface(_this__u8e3s4, CancellableContinuation()))
919
919
  THROW_CCE();
920
- var tmp2_safe_receiver = $this.c16_1;
920
+ var tmp2_safe_receiver = $this.s16_1;
921
921
  tmp = tryResume0(_this__u8e3s4, element, tmp2_safe_receiver == null ? null : bindCancellationFun_0($this, tmp2_safe_receiver));
922
922
  } else {
923
923
  var message = 'Unexpected receiver type: ' + toString_0(_this__u8e3s4);
924
- throw IllegalStateException().x4(toString_0(message));
924
+ throw IllegalStateException().o(toString_0(message));
925
925
  }
926
926
  }
927
927
  }
@@ -929,38 +929,38 @@ function tryResumeReceiver($this, _this__u8e3s4, element) {
929
929
  return tmp;
930
930
  }
931
931
  function prepareReceiverForSuspension($this, _this__u8e3s4, segment, index) {
932
- $this.q17();
933
- _this__u8e3s4.sz(segment, index);
932
+ $this.g18();
933
+ _this__u8e3s4.i10(segment, index);
934
934
  }
935
935
  function updateCellReceive($this, segment, index, r, waiter) {
936
- var state = segment.x15(index);
936
+ var state = segment.n16(index);
937
937
  if (state === null) {
938
938
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
939
- var senders = $this.d16_1.kotlinx$atomicfu$value & 1152921504606846975n;
939
+ var senders = $this.t16_1.kotlinx$atomicfu$value & 1152921504606846975n;
940
940
  if (r >= senders) {
941
941
  if (waiter === null) {
942
942
  return get_SUSPEND_NO_WAITER();
943
943
  }
944
- if (segment.z15(index, state, waiter)) {
944
+ if (segment.p16(index, state, waiter)) {
945
945
  expandBuffer($this);
946
946
  return get_SUSPEND();
947
947
  }
948
948
  }
949
949
  } else if (state === get_BUFFERED())
950
- if (segment.z15(index, state, get_DONE_RCV())) {
950
+ if (segment.p16(index, state, get_DONE_RCV())) {
951
951
  expandBuffer($this);
952
- return segment.v15(index);
952
+ return segment.l16(index);
953
953
  }
954
954
  return updateCellReceiveSlow($this, segment, index, r, waiter);
955
955
  }
956
956
  function updateCellReceiveSlow($this, segment, index, r, waiter) {
957
957
  $l$loop: while (true) {
958
- var state = segment.x15(index);
958
+ var state = segment.n16(index);
959
959
  if (state === null || state === get_IN_BUFFER()) {
960
960
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
961
- var senders = $this.d16_1.kotlinx$atomicfu$value & 1152921504606846975n;
961
+ var senders = $this.t16_1.kotlinx$atomicfu$value & 1152921504606846975n;
962
962
  if (r < senders) {
963
- if (segment.z15(index, state, get_POISONED())) {
963
+ if (segment.p16(index, state, get_POISONED())) {
964
964
  expandBuffer($this);
965
965
  return get_FAILED();
966
966
  }
@@ -968,15 +968,15 @@ function updateCellReceiveSlow($this, segment, index, r, waiter) {
968
968
  if (waiter === null) {
969
969
  return get_SUSPEND_NO_WAITER();
970
970
  }
971
- if (segment.z15(index, state, waiter)) {
971
+ if (segment.p16(index, state, waiter)) {
972
972
  expandBuffer($this);
973
973
  return get_SUSPEND();
974
974
  }
975
975
  }
976
976
  } else if (state === get_BUFFERED()) {
977
- if (segment.z15(index, state, get_DONE_RCV())) {
977
+ if (segment.p16(index, state, get_DONE_RCV())) {
978
978
  expandBuffer($this);
979
- return segment.v15(index);
979
+ return segment.l16(index);
980
980
  }
981
981
  } else if (state === get_INTERRUPTED_SEND())
982
982
  return get_FAILED();
@@ -988,23 +988,23 @@ function updateCellReceiveSlow($this, segment, index, r, waiter) {
988
988
  } else if (state === get_RESUMING_BY_EB())
989
989
  continue $l$loop;
990
990
  else {
991
- if (segment.z15(index, state, get_RESUMING_BY_RCV())) {
991
+ if (segment.p16(index, state, get_RESUMING_BY_RCV())) {
992
992
  var helpExpandBuffer = state instanceof WaiterEB();
993
993
  var tmp;
994
994
  if (state instanceof WaiterEB()) {
995
- tmp = state.k17_1;
995
+ tmp = state.a18_1;
996
996
  } else {
997
997
  tmp = state;
998
998
  }
999
999
  var sender = tmp;
1000
1000
  var tmp_0;
1001
1001
  if (tryResumeSender($this, sender, segment, index)) {
1002
- segment.y15(index, get_DONE_RCV());
1002
+ segment.o16(index, get_DONE_RCV());
1003
1003
  expandBuffer($this);
1004
- tmp_0 = segment.v15(index);
1004
+ tmp_0 = segment.l16(index);
1005
1005
  } else {
1006
- segment.y15(index, get_INTERRUPTED_SEND());
1007
- segment.n16(index, false);
1006
+ segment.o16(index, get_INTERRUPTED_SEND());
1007
+ segment.d17(index, false);
1008
1008
  if (helpExpandBuffer) {
1009
1009
  expandBuffer($this);
1010
1010
  }
@@ -1025,17 +1025,17 @@ function tryResumeSender($this, _this__u8e3s4, segment, index) {
1025
1025
  if (isInterface(_this__u8e3s4, SelectInstance())) {
1026
1026
  if (!(_this__u8e3s4 instanceof SelectImplementation()))
1027
1027
  THROW_CCE();
1028
- var trySelectResult = _this__u8e3s4.v17($this, Unit_instance);
1028
+ var trySelectResult = _this__u8e3s4.l18($this, Unit_instance);
1029
1029
  if (trySelectResult === TrySelectDetailedResult_REREGISTER_getInstance()) {
1030
- segment.w15(index);
1030
+ segment.m16(index);
1031
1031
  }
1032
1032
  tmp = trySelectResult === TrySelectDetailedResult_SUCCESSFUL_getInstance();
1033
1033
  } else {
1034
1034
  if (_this__u8e3s4 instanceof SendBroadcast()) {
1035
- tmp = tryResume0(_this__u8e3s4.r17_1, true);
1035
+ tmp = tryResume0(_this__u8e3s4.h18_1, true);
1036
1036
  } else {
1037
1037
  var message = 'Unexpected waiter: ' + toString_0(_this__u8e3s4);
1038
- throw IllegalStateException().x4(toString_0(message));
1038
+ throw IllegalStateException().o(toString_0(message));
1039
1039
  }
1040
1040
  }
1041
1041
  }
@@ -1044,21 +1044,21 @@ function tryResumeSender($this, _this__u8e3s4, segment, index) {
1044
1044
  function expandBuffer($this) {
1045
1045
  if (_get_isRendezvousOrUnlimited__3mdufi($this))
1046
1046
  return Unit_instance;
1047
- var segment = $this.j16_1.kotlinx$atomicfu$value;
1047
+ var segment = $this.z16_1.kotlinx$atomicfu$value;
1048
1048
  try_again: while (true) {
1049
- var b = $this.f16_1.atomicfu$getAndIncrement$long();
1049
+ var b = $this.v16_1.atomicfu$getAndIncrement$long();
1050
1050
  // Inline function 'kotlin.Long.div' call
1051
1051
  var other = get_SEGMENT_SIZE();
1052
1052
  var id = divide(b, fromInt(other));
1053
- var s = $this.f17();
1053
+ var s = $this.v17();
1054
1054
  if (s <= b) {
1055
- if (segment.ly_1 < id && !(segment.v16() == null)) {
1055
+ if (segment.bz_1 < id && !(segment.l17() == null)) {
1056
1056
  moveSegmentBufferEndToSpecifiedOrLast($this, id, segment);
1057
1057
  }
1058
1058
  incCompletedExpandBufferAttempts$default($this);
1059
1059
  return Unit_instance;
1060
1060
  }
1061
- if (!(segment.ly_1 === id)) {
1061
+ if (!(segment.bz_1 === id)) {
1062
1062
  var tmp0_elvis_lhs = findSegmentBufferEnd($this, id, segment, b);
1063
1063
  var tmp;
1064
1064
  if (tmp0_elvis_lhs == null) {
@@ -1082,17 +1082,17 @@ function expandBuffer($this) {
1082
1082
  }
1083
1083
  }
1084
1084
  function updateCellExpandBuffer($this, segment, index, b) {
1085
- var state = segment.x15(index);
1085
+ var state = segment.n16(index);
1086
1086
  if (!(state == null) ? isInterface(state, Waiter()) : false) {
1087
- if (b >= $this.e16_1.kotlinx$atomicfu$value) {
1088
- if (segment.z15(index, state, get_RESUMING_BY_EB())) {
1087
+ if (b >= $this.u16_1.kotlinx$atomicfu$value) {
1088
+ if (segment.p16(index, state, get_RESUMING_BY_EB())) {
1089
1089
  var tmp;
1090
1090
  if (tryResumeSender($this, state, segment, index)) {
1091
- segment.y15(index, get_BUFFERED());
1091
+ segment.o16(index, get_BUFFERED());
1092
1092
  tmp = true;
1093
1093
  } else {
1094
- segment.y15(index, get_INTERRUPTED_SEND());
1095
- segment.n16(index, false);
1094
+ segment.o16(index, get_INTERRUPTED_SEND());
1095
+ segment.d17(index, false);
1096
1096
  tmp = false;
1097
1097
  }
1098
1098
  return tmp;
@@ -1103,20 +1103,20 @@ function updateCellExpandBuffer($this, segment, index, b) {
1103
1103
  }
1104
1104
  function updateCellExpandBufferSlow($this, segment, index, b) {
1105
1105
  $l$loop: while (true) {
1106
- var state = segment.x15(index);
1106
+ var state = segment.n16(index);
1107
1107
  if (!(state == null) ? isInterface(state, Waiter()) : false) {
1108
- if (b < $this.e16_1.kotlinx$atomicfu$value) {
1109
- if (segment.z15(index, state, new (WaiterEB())(state)))
1108
+ if (b < $this.u16_1.kotlinx$atomicfu$value) {
1109
+ if (segment.p16(index, state, new (WaiterEB())(state)))
1110
1110
  return true;
1111
1111
  } else {
1112
- if (segment.z15(index, state, get_RESUMING_BY_EB())) {
1112
+ if (segment.p16(index, state, get_RESUMING_BY_EB())) {
1113
1113
  var tmp;
1114
1114
  if (tryResumeSender($this, state, segment, index)) {
1115
- segment.y15(index, get_BUFFERED());
1115
+ segment.o16(index, get_BUFFERED());
1116
1116
  tmp = true;
1117
1117
  } else {
1118
- segment.y15(index, get_INTERRUPTED_SEND());
1119
- segment.n16(index, false);
1118
+ segment.o16(index, get_INTERRUPTED_SEND());
1119
+ segment.d17(index, false);
1120
1120
  tmp = false;
1121
1121
  }
1122
1122
  return tmp;
@@ -1127,7 +1127,7 @@ function updateCellExpandBufferSlow($this, segment, index, b) {
1127
1127
  return false;
1128
1128
  else {
1129
1129
  if (state === null) {
1130
- if (segment.z15(index, state, get_IN_BUFFER()))
1130
+ if (segment.p16(index, state, get_IN_BUFFER()))
1131
1131
  return true;
1132
1132
  } else {
1133
1133
  if (state === get_BUFFERED())
@@ -1144,7 +1144,7 @@ function updateCellExpandBufferSlow($this, segment, index, b) {
1144
1144
  else {
1145
1145
  // Inline function 'kotlin.error' call
1146
1146
  var message = 'Unexpected cell state: ' + toString(state);
1147
- throw IllegalStateException().x4(toString_0(message));
1147
+ throw IllegalStateException().o(toString_0(message));
1148
1148
  }
1149
1149
  }
1150
1150
  }
@@ -1157,10 +1157,10 @@ function updateCellExpandBufferSlow($this, segment, index, b) {
1157
1157
  function incCompletedExpandBufferAttempts($this, nAttempts) {
1158
1158
  // Inline function 'kotlin.also' call
1159
1159
  // Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
1160
- if (!(($this.g16_1.atomicfu$addAndGet$long(nAttempts) & 4611686018427387904n) === 0n)) {
1160
+ if (!(($this.w16_1.atomicfu$addAndGet$long(nAttempts) & 4611686018427387904n) === 0n)) {
1161
1161
  $l$loop: while (true) {
1162
1162
  // Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
1163
- if (!!(($this.g16_1.kotlinx$atomicfu$value & 4611686018427387904n) === 0n)) {
1163
+ if (!!(($this.w16_1.kotlinx$atomicfu$value & 4611686018427387904n) === 0n)) {
1164
1164
  break $l$loop;
1165
1165
  }
1166
1166
  }
@@ -1175,56 +1175,56 @@ function BufferedChannelIterator() {
1175
1175
  if (BufferedChannelIteratorClass === VOID) {
1176
1176
  class $ {
1177
1177
  constructor($outer) {
1178
- this.d17_1 = $outer;
1179
- this.b17_1 = get_NO_RECEIVE_RESULT();
1180
- this.c17_1 = null;
1178
+ this.t17_1 = $outer;
1179
+ this.r17_1 = get_NO_RECEIVE_RESULT();
1180
+ this.s17_1 = null;
1181
1181
  }
1182
- w17($completion) {
1182
+ m18($completion) {
1183
1183
  return suspendOrReturn(/*#__NOINLINE__*/_generator_hasNext__q471nr.bind(VOID, this), $completion);
1184
1184
  }
1185
- sz(segment, index) {
1186
- var tmp0_safe_receiver = this.c17_1;
1185
+ i10(segment, index) {
1186
+ var tmp0_safe_receiver = this.s17_1;
1187
1187
  if (tmp0_safe_receiver == null)
1188
1188
  null;
1189
1189
  else {
1190
- tmp0_safe_receiver.sz(segment, index);
1190
+ tmp0_safe_receiver.i10(segment, index);
1191
1191
  }
1192
1192
  }
1193
- m1() {
1194
- var result = this.b17_1;
1193
+ s1() {
1194
+ var result = this.r17_1;
1195
1195
  // Inline function 'kotlin.check' call
1196
1196
  if (!!(result === get_NO_RECEIVE_RESULT())) {
1197
1197
  var message = '`hasNext()` has not been invoked';
1198
- throw IllegalStateException().x4(toString_0(message));
1198
+ throw IllegalStateException().o(toString_0(message));
1199
1199
  }
1200
- this.b17_1 = get_NO_RECEIVE_RESULT();
1200
+ this.r17_1 = get_NO_RECEIVE_RESULT();
1201
1201
  if (result === get_CHANNEL_CLOSED())
1202
- throw recoverStackTrace(_get_receiveException__foorc1(this.d17_1));
1202
+ throw recoverStackTrace(_get_receiveException__foorc1(this.t17_1));
1203
1203
  return (result == null ? true : !(result == null)) ? result : THROW_CCE();
1204
1204
  }
1205
- l17(element) {
1206
- var cont = ensureNotNull(this.c17_1);
1207
- this.c17_1 = null;
1208
- this.b17_1 = element;
1209
- var tmp0_safe_receiver = this.d17_1.c16_1;
1210
- return tryResume0(cont, true, tmp0_safe_receiver == null ? null : bindCancellationFun(this.d17_1, tmp0_safe_receiver, element));
1211
- }
1212
- x17() {
1213
- var cont = ensureNotNull(this.c17_1);
1214
- this.c17_1 = null;
1215
- this.b17_1 = get_CHANNEL_CLOSED();
1216
- var cause = this.d17_1.g17();
1205
+ b18(element) {
1206
+ var cont = ensureNotNull(this.s17_1);
1207
+ this.s17_1 = null;
1208
+ this.r17_1 = element;
1209
+ var tmp0_safe_receiver = this.t17_1.s16_1;
1210
+ return tryResume0(cont, true, tmp0_safe_receiver == null ? null : bindCancellationFun(this.t17_1, tmp0_safe_receiver, element));
1211
+ }
1212
+ n18() {
1213
+ var cont = ensureNotNull(this.s17_1);
1214
+ this.s17_1 = null;
1215
+ this.r17_1 = get_CHANNEL_CLOSED();
1216
+ var cause = this.t17_1.w17();
1217
1217
  if (cause == null) {
1218
1218
  // Inline function 'kotlin.coroutines.resume' call
1219
1219
  // Inline function 'kotlin.Companion.success' call
1220
1220
  var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
1221
- cont.bc(tmp$ret$0);
1221
+ cont.wc(tmp$ret$0);
1222
1222
  } else {
1223
1223
  // Inline function 'kotlin.coroutines.resumeWithException' call
1224
1224
  // Inline function 'kotlin.Companion.failure' call
1225
1225
  var exception = recoverStackTrace_0(cause, cont);
1226
1226
  var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
1227
- cont.bc(tmp$ret$2);
1227
+ cont.wc(tmp$ret$2);
1228
1228
  }
1229
1229
  }
1230
1230
  }
@@ -1234,11 +1234,11 @@ function BufferedChannelIterator() {
1234
1234
  return BufferedChannelIteratorClass;
1235
1235
  }
1236
1236
  function _get_receiveException__foorc1($this) {
1237
- var tmp0_elvis_lhs = $this.g17();
1238
- return tmp0_elvis_lhs == null ? ClosedReceiveChannelException().c18('Channel was closed') : tmp0_elvis_lhs;
1237
+ var tmp0_elvis_lhs = $this.w17();
1238
+ return tmp0_elvis_lhs == null ? ClosedReceiveChannelException().s18('Channel was closed') : tmp0_elvis_lhs;
1239
1239
  }
1240
1240
  function invokeCloseHandler($this) {
1241
- var tmp0 = $this.m16_1;
1241
+ var tmp0 = $this.c17_1;
1242
1242
  var tmp$ret$1;
1243
1243
  $l$block: {
1244
1244
  // Inline function 'kotlinx.atomicfu.getAndUpdate' call
@@ -1267,10 +1267,10 @@ function invokeCloseHandler($this) {
1267
1267
  var closeHandler = tmp_0;
1268
1268
  if (typeof closeHandler !== 'function')
1269
1269
  THROW_CCE();
1270
- closeHandler($this.g17());
1270
+ closeHandler($this.w17());
1271
1271
  }
1272
1272
  function markClosed($this) {
1273
- var tmp0 = $this.d16_1;
1273
+ var tmp0 = $this.t16_1;
1274
1274
  var tmp$ret$4;
1275
1275
  $l$block: {
1276
1276
  // Inline function 'kotlinx.atomicfu.update' call
@@ -1305,7 +1305,7 @@ function markClosed($this) {
1305
1305
  return tmp$ret$4;
1306
1306
  }
1307
1307
  function markCancelled($this) {
1308
- var tmp0 = $this.d16_1;
1308
+ var tmp0 = $this.t16_1;
1309
1309
  var tmp$ret$2;
1310
1310
  $l$block: {
1311
1311
  // Inline function 'kotlinx.atomicfu.update' call
@@ -1324,7 +1324,7 @@ function markCancelled($this) {
1324
1324
  return tmp$ret$2;
1325
1325
  }
1326
1326
  function markCancellationStarted($this) {
1327
- var tmp0 = $this.d16_1;
1327
+ var tmp0 = $this.t16_1;
1328
1328
  var tmp$ret$3;
1329
1329
  $l$block: {
1330
1330
  // Inline function 'kotlinx.atomicfu.update' call
@@ -1350,14 +1350,14 @@ function markCancellationStarted($this) {
1350
1350
  return tmp$ret$3;
1351
1351
  }
1352
1352
  function completeCloseOrCancel($this) {
1353
- $this.d18();
1353
+ $this.t18();
1354
1354
  }
1355
1355
  function completeClose($this, sendersCur) {
1356
1356
  var lastSegment = closeLinkedList($this);
1357
- if ($this.f18()) {
1357
+ if ($this.v18()) {
1358
1358
  var lastBufferedCellGlobalIndex = markAllEmptyCellsAsClosed($this, lastSegment);
1359
1359
  if (!(lastBufferedCellGlobalIndex === -1n)) {
1360
- $this.e18(lastBufferedCellGlobalIndex);
1360
+ $this.u18(lastBufferedCellGlobalIndex);
1361
1361
  }
1362
1362
  }
1363
1363
  cancelSuspendedReceiveRequests($this, lastSegment, sendersCur);
@@ -1368,14 +1368,14 @@ function completeCancel($this, sendersCur) {
1368
1368
  removeUnprocessedElements($this, lastSegment);
1369
1369
  }
1370
1370
  function closeLinkedList($this) {
1371
- var lastSegment = $this.j16_1.kotlinx$atomicfu$value;
1371
+ var lastSegment = $this.z16_1.kotlinx$atomicfu$value;
1372
1372
  // Inline function 'kotlin.let' call
1373
- var it = $this.h16_1.kotlinx$atomicfu$value;
1374
- if (it.ly_1 > lastSegment.ly_1)
1373
+ var it = $this.x16_1.kotlinx$atomicfu$value;
1374
+ if (it.bz_1 > lastSegment.bz_1)
1375
1375
  lastSegment = it;
1376
1376
  // Inline function 'kotlin.let' call
1377
- var it_0 = $this.i16_1.kotlinx$atomicfu$value;
1378
- if (it_0.ly_1 > lastSegment.ly_1)
1377
+ var it_0 = $this.y16_1.kotlinx$atomicfu$value;
1378
+ if (it_0.bz_1 > lastSegment.bz_1)
1379
1379
  lastSegment = it_0;
1380
1380
  return close(lastSegment);
1381
1381
  }
@@ -1387,19 +1387,19 @@ function markAllEmptyCellsAsClosed($this, lastSegment) {
1387
1387
  do {
1388
1388
  var index = inductionVariable;
1389
1389
  inductionVariable = inductionVariable + -1 | 0;
1390
- var tmp0 = segment.ly_1;
1390
+ var tmp0 = segment.bz_1;
1391
1391
  // Inline function 'kotlin.Long.times' call
1392
1392
  var other = get_SEGMENT_SIZE();
1393
1393
  // Inline function 'kotlin.Long.plus' call
1394
1394
  var this_0 = multiply(tmp0, fromInt(other));
1395
1395
  var globalIndex = add(this_0, fromInt(index));
1396
- if (globalIndex < $this.h17())
1396
+ if (globalIndex < $this.x17())
1397
1397
  return -1n;
1398
1398
  cell_update: while (true) {
1399
- var state = segment.x15(index);
1399
+ var state = segment.n16(index);
1400
1400
  if (state === null || state === get_IN_BUFFER()) {
1401
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1402
- segment.p16();
1401
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1402
+ segment.f17();
1403
1403
  break cell_update;
1404
1404
  }
1405
1405
  } else if (state === get_BUFFERED())
@@ -1409,7 +1409,7 @@ function markAllEmptyCellsAsClosed($this, lastSegment) {
1409
1409
  }
1410
1410
  }
1411
1411
  while (0 <= inductionVariable);
1412
- var tmp0_elvis_lhs = segment.y16();
1412
+ var tmp0_elvis_lhs = segment.o17();
1413
1413
  var tmp;
1414
1414
  if (tmp0_elvis_lhs == null) {
1415
1415
  return -1n;
@@ -1420,7 +1420,7 @@ function markAllEmptyCellsAsClosed($this, lastSegment) {
1420
1420
  }
1421
1421
  }
1422
1422
  function removeUnprocessedElements($this, lastSegment) {
1423
- var onUndeliveredElement = $this.c16_1;
1423
+ var onUndeliveredElement = $this.s16_1;
1424
1424
  var undeliveredElementException = null;
1425
1425
  var suspendedSenders = _InlineList___init__impl__z8n56();
1426
1426
  var segment = lastSegment;
@@ -1430,33 +1430,33 @@ function removeUnprocessedElements($this, lastSegment) {
1430
1430
  do {
1431
1431
  var index = inductionVariable;
1432
1432
  inductionVariable = inductionVariable + -1 | 0;
1433
- var tmp0 = segment.ly_1;
1433
+ var tmp0 = segment.bz_1;
1434
1434
  // Inline function 'kotlin.Long.times' call
1435
1435
  var other = get_SEGMENT_SIZE();
1436
1436
  // Inline function 'kotlin.Long.plus' call
1437
1437
  var this_0 = multiply(tmp0, fromInt(other));
1438
1438
  var globalIndex = add(this_0, fromInt(index));
1439
1439
  update_cell: while (true) {
1440
- var state = segment.x15(index);
1440
+ var state = segment.n16(index);
1441
1441
  if (state === get_DONE_RCV())
1442
1442
  break process_segments;
1443
1443
  else {
1444
1444
  if (state === get_BUFFERED()) {
1445
- if (globalIndex < $this.h17())
1445
+ if (globalIndex < $this.x17())
1446
1446
  break process_segments;
1447
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1447
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1448
1448
  if (!(onUndeliveredElement == null)) {
1449
- var element = segment.u15(index);
1449
+ var element = segment.k16(index);
1450
1450
  undeliveredElementException = callUndeliveredElementCatchingException(onUndeliveredElement, element, undeliveredElementException);
1451
1451
  }
1452
- segment.w15(index);
1453
- segment.p16();
1452
+ segment.m16(index);
1453
+ segment.f17();
1454
1454
  break update_cell;
1455
1455
  }
1456
1456
  } else {
1457
1457
  if (state === get_IN_BUFFER() || state === null) {
1458
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1459
- segment.p16();
1458
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1459
+ segment.f17();
1460
1460
  break update_cell;
1461
1461
  }
1462
1462
  } else {
@@ -1467,23 +1467,23 @@ function removeUnprocessedElements($this, lastSegment) {
1467
1467
  tmp = state instanceof WaiterEB();
1468
1468
  }
1469
1469
  if (tmp) {
1470
- if (globalIndex < $this.h17())
1470
+ if (globalIndex < $this.x17())
1471
1471
  break process_segments;
1472
1472
  var tmp_0;
1473
1473
  if (state instanceof WaiterEB()) {
1474
- tmp_0 = state.k17_1;
1474
+ tmp_0 = state.a18_1;
1475
1475
  } else {
1476
1476
  tmp_0 = (!(state == null) ? isInterface(state, Waiter()) : false) ? state : THROW_CCE();
1477
1477
  }
1478
1478
  var sender = tmp_0;
1479
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1479
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1480
1480
  if (!(onUndeliveredElement == null)) {
1481
- var element_0 = segment.u15(index);
1481
+ var element_0 = segment.k16(index);
1482
1482
  undeliveredElementException = callUndeliveredElementCatchingException(onUndeliveredElement, element_0, undeliveredElementException);
1483
1483
  }
1484
1484
  suspendedSenders = InlineList__plus_impl_nuetvo(suspendedSenders, sender);
1485
- segment.w15(index);
1486
- segment.p16();
1485
+ segment.m16(index);
1486
+ segment.f17();
1487
1487
  break update_cell;
1488
1488
  }
1489
1489
  } else {
@@ -1503,7 +1503,7 @@ function removeUnprocessedElements($this, lastSegment) {
1503
1503
  }
1504
1504
  }
1505
1505
  while (0 <= inductionVariable);
1506
- var tmp0_elvis_lhs = segment.y16();
1506
+ var tmp0_elvis_lhs = segment.o17();
1507
1507
  var tmp_1;
1508
1508
  if (tmp0_elvis_lhs == null) {
1509
1509
  break process_segments;
@@ -1526,12 +1526,12 @@ function removeUnprocessedElements($this, lastSegment) {
1526
1526
  } else {
1527
1527
  var tmp_3 = access$_get_holder__kkflen(tmp0_0);
1528
1528
  var list = tmp_3 instanceof ArrayList() ? tmp_3 : THROW_CCE();
1529
- var inductionVariable_0 = list.n1() - 1 | 0;
1529
+ var inductionVariable_0 = list.u2() - 1 | 0;
1530
1530
  if (0 <= inductionVariable_0)
1531
1531
  do {
1532
1532
  var i = inductionVariable_0;
1533
1533
  inductionVariable_0 = inductionVariable_0 + -1 | 0;
1534
- var it_0 = list.o1(i);
1534
+ var it_0 = list.v2(i);
1535
1535
  resumeSenderOnCancelledChannel($this, it_0);
1536
1536
  }
1537
1537
  while (0 <= inductionVariable_0);
@@ -1555,7 +1555,7 @@ function cancelSuspendedReceiveRequests($this, lastSegment, sendersCounter) {
1555
1555
  do {
1556
1556
  var index = inductionVariable;
1557
1557
  inductionVariable = inductionVariable + -1 | 0;
1558
- var tmp0 = segment.ly_1;
1558
+ var tmp0 = segment.bz_1;
1559
1559
  // Inline function 'kotlin.Long.times' call
1560
1560
  var other = get_SEGMENT_SIZE();
1561
1561
  // Inline function 'kotlin.Long.plus' call
@@ -1563,24 +1563,24 @@ function cancelSuspendedReceiveRequests($this, lastSegment, sendersCounter) {
1563
1563
  if (add(this_0, fromInt(index)) < sendersCounter)
1564
1564
  break process_segments;
1565
1565
  cell_update: while (true) {
1566
- var state = segment.x15(index);
1566
+ var state = segment.n16(index);
1567
1567
  if (state === null || state === get_IN_BUFFER()) {
1568
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1569
- segment.p16();
1568
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1569
+ segment.f17();
1570
1570
  break cell_update;
1571
1571
  }
1572
1572
  } else {
1573
1573
  if (state instanceof WaiterEB()) {
1574
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1575
- suspendedReceivers = InlineList__plus_impl_nuetvo(suspendedReceivers, state.k17_1);
1576
- segment.n16(index, true);
1574
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1575
+ suspendedReceivers = InlineList__plus_impl_nuetvo(suspendedReceivers, state.a18_1);
1576
+ segment.d17(index, true);
1577
1577
  break cell_update;
1578
1578
  }
1579
1579
  } else {
1580
1580
  if (!(state == null) ? isInterface(state, Waiter()) : false) {
1581
- if (segment.z15(index, state, get_CHANNEL_CLOSED())) {
1581
+ if (segment.p16(index, state, get_CHANNEL_CLOSED())) {
1582
1582
  suspendedReceivers = InlineList__plus_impl_nuetvo(suspendedReceivers, state);
1583
- segment.n16(index, true);
1583
+ segment.d17(index, true);
1584
1584
  break cell_update;
1585
1585
  }
1586
1586
  } else {
@@ -1591,7 +1591,7 @@ function cancelSuspendedReceiveRequests($this, lastSegment, sendersCounter) {
1591
1591
  }
1592
1592
  }
1593
1593
  while (0 <= inductionVariable);
1594
- segment = segment.y16();
1594
+ segment = segment.o17();
1595
1595
  }
1596
1596
  var tmp0_0 = suspendedReceivers;
1597
1597
  $l$block: {
@@ -1607,12 +1607,12 @@ function cancelSuspendedReceiveRequests($this, lastSegment, sendersCounter) {
1607
1607
  } else {
1608
1608
  var tmp_0 = access$_get_holder__kkflen(tmp0_0);
1609
1609
  var list = tmp_0 instanceof ArrayList() ? tmp_0 : THROW_CCE();
1610
- var inductionVariable_0 = list.n1() - 1 | 0;
1610
+ var inductionVariable_0 = list.u2() - 1 | 0;
1611
1611
  if (0 <= inductionVariable_0)
1612
1612
  do {
1613
1613
  var i = inductionVariable_0;
1614
1614
  inductionVariable_0 = inductionVariable_0 + -1 | 0;
1615
- var it_0 = list.o1(i);
1615
+ var it_0 = list.v2(i);
1616
1616
  resumeReceiverOnClosedChannel($this, it_0);
1617
1617
  }
1618
1618
  while (0 <= inductionVariable_0);
@@ -1629,35 +1629,35 @@ function resumeSenderOnCancelledChannel($this, _this__u8e3s4) {
1629
1629
  function resumeWaiterOnClosedChannel($this, _this__u8e3s4, receiver) {
1630
1630
  if (_this__u8e3s4 instanceof SendBroadcast()) {
1631
1631
  // Inline function 'kotlin.coroutines.resume' call
1632
- var this_0 = _this__u8e3s4.r17_1;
1632
+ var this_0 = _this__u8e3s4.h18_1;
1633
1633
  // Inline function 'kotlin.Companion.success' call
1634
1634
  var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
1635
- this_0.bc(tmp$ret$0);
1635
+ this_0.wc(tmp$ret$0);
1636
1636
  } else {
1637
1637
  if (isInterface(_this__u8e3s4, CancellableContinuation())) {
1638
1638
  // Inline function 'kotlin.coroutines.resumeWithException' call
1639
1639
  // Inline function 'kotlin.Companion.failure' call
1640
- var exception = receiver ? _get_receiveException__foorc1($this) : $this.i17();
1640
+ var exception = receiver ? _get_receiveException__foorc1($this) : $this.y17();
1641
1641
  var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
1642
- _this__u8e3s4.bc(tmp$ret$2);
1642
+ _this__u8e3s4.wc(tmp$ret$2);
1643
1643
  } else {
1644
1644
  if (_this__u8e3s4 instanceof ReceiveCatching()) {
1645
- var tmp0 = _this__u8e3s4.o17_1;
1645
+ var tmp0 = _this__u8e3s4.e18_1;
1646
1646
  // Inline function 'kotlin.coroutines.resume' call
1647
1647
  // Inline function 'kotlin.Companion.success' call
1648
- var value = new (ChannelResult())(Companion_getInstance().g18($this.g17()));
1648
+ var value = new (ChannelResult())(Companion_getInstance().w18($this.w17()));
1649
1649
  var tmp$ret$4 = _Result___init__impl__xyqfz8(value);
1650
- tmp0.bc(tmp$ret$4);
1650
+ tmp0.wc(tmp$ret$4);
1651
1651
  } else {
1652
1652
  if (_this__u8e3s4 instanceof BufferedChannelIterator()) {
1653
- _this__u8e3s4.x17();
1653
+ _this__u8e3s4.n18();
1654
1654
  } else {
1655
1655
  if (isInterface(_this__u8e3s4, SelectInstance()))
1656
- _this__u8e3s4.p17($this, get_CHANNEL_CLOSED());
1656
+ _this__u8e3s4.f18($this, get_CHANNEL_CLOSED());
1657
1657
  else {
1658
1658
  // Inline function 'kotlin.error' call
1659
1659
  var message = 'Unexpected waiter: ' + toString_0(_this__u8e3s4);
1660
- throw IllegalStateException().x4(toString_0(message));
1660
+ throw IllegalStateException().o(toString_0(message));
1661
1661
  }
1662
1662
  }
1663
1663
  }
@@ -1685,7 +1685,7 @@ function isClosed($this, sendersAndCloseStatusCur, isClosedForReceive) {
1685
1685
 
1686
1686
  var tmp$ret$1 = sendersAndCloseStatusCur & 1152921504606846975n;
1687
1687
  completeClose($this, tmp$ret$1);
1688
- tmp = isClosedForReceive ? !$this.h18() : true;
1688
+ tmp = isClosedForReceive ? !$this.x18() : true;
1689
1689
  break;
1690
1690
  case 3:
1691
1691
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
@@ -1698,15 +1698,15 @@ function isClosed($this, sendersAndCloseStatusCur, isClosedForReceive) {
1698
1698
  // Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
1699
1699
 
1700
1700
  var message = 'unexpected close status: ' + convertToInt(shiftRight(sendersAndCloseStatusCur, 60));
1701
- throw IllegalStateException().x4(toString_0(message));
1701
+ throw IllegalStateException().o(toString_0(message));
1702
1702
  }
1703
1703
  return tmp;
1704
1704
  }
1705
1705
  function isCellNonEmpty($this, segment, index, globalIndex) {
1706
1706
  while (true) {
1707
- var state = segment.x15(index);
1707
+ var state = segment.n16(index);
1708
1708
  if (state === null || state === get_IN_BUFFER()) {
1709
- if (segment.z15(index, state, get_POISONED())) {
1709
+ if (segment.p16(index, state, get_POISONED())) {
1710
1710
  expandBuffer($this);
1711
1711
  return false;
1712
1712
  }
@@ -1725,11 +1725,11 @@ function isCellNonEmpty($this, segment, index, globalIndex) {
1725
1725
  else if (state === get_RESUMING_BY_RCV())
1726
1726
  return false;
1727
1727
  else
1728
- return globalIndex === $this.h17();
1728
+ return globalIndex === $this.x17();
1729
1729
  }
1730
1730
  }
1731
1731
  function findSegmentSend($this, id, startFrom) {
1732
- var tmp0 = $this.h16_1;
1732
+ var tmp0 = $this.x16_1;
1733
1733
  var tmp6 = createSegmentFunction();
1734
1734
  var tmp$ret$2;
1735
1735
  $l$block_2: {
@@ -1746,23 +1746,23 @@ function findSegmentSend($this, id, startFrom) {
1746
1746
  // Inline function 'kotlinx.coroutines.internal.moveForward' call
1747
1747
  while (true) {
1748
1748
  var cur = tmp0.kotlinx$atomicfu$value;
1749
- if (cur.ly_1 >= tmp2.ly_1) {
1749
+ if (cur.bz_1 >= tmp2.bz_1) {
1750
1750
  tmp$ret$0 = true;
1751
1751
  break $l$block_1;
1752
1752
  }
1753
- if (!tmp2.r16()) {
1753
+ if (!tmp2.h17()) {
1754
1754
  tmp$ret$0 = false;
1755
1755
  break $l$block_1;
1756
1756
  }
1757
1757
  if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
1758
- if (cur.s16()) {
1759
- cur.f6();
1758
+ if (cur.i17()) {
1759
+ cur.d7();
1760
1760
  }
1761
1761
  tmp$ret$0 = true;
1762
1762
  break $l$block_1;
1763
1763
  }
1764
- if (tmp2.s16()) {
1765
- tmp2.f6();
1764
+ if (tmp2.i17()) {
1765
+ tmp2.d7();
1766
1766
  }
1767
1767
  }
1768
1768
  tmp$ret$0 = Unit_instance;
@@ -1780,27 +1780,27 @@ function findSegmentSend($this, id, startFrom) {
1780
1780
  var tmp_0;
1781
1781
  if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(it)) {
1782
1782
  completeCloseOrCancel($this);
1783
- var tmp0_0 = startFrom.ly_1;
1783
+ var tmp0_0 = startFrom.bz_1;
1784
1784
  // Inline function 'kotlin.Long.times' call
1785
1785
  var other = get_SEGMENT_SIZE();
1786
- if (multiply(tmp0_0, fromInt(other)) < $this.h17()) {
1787
- startFrom.z16();
1786
+ if (multiply(tmp0_0, fromInt(other)) < $this.x17()) {
1787
+ startFrom.p17();
1788
1788
  }
1789
1789
  tmp_0 = null;
1790
1790
  } else {
1791
1791
  var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(it);
1792
1792
  var tmp_1;
1793
- if (segment.ly_1 > id) {
1794
- var tmp0_1 = segment.ly_1;
1793
+ if (segment.bz_1 > id) {
1794
+ var tmp0_1 = segment.bz_1;
1795
1795
  // Inline function 'kotlin.Long.times' call
1796
1796
  var other_0 = get_SEGMENT_SIZE();
1797
1797
  var tmp$ret$4 = multiply(tmp0_1, fromInt(other_0));
1798
1798
  updateSendersCounterIfLower($this, tmp$ret$4);
1799
- var tmp0_2 = segment.ly_1;
1799
+ var tmp0_2 = segment.bz_1;
1800
1800
  // Inline function 'kotlin.Long.times' call
1801
1801
  var other_1 = get_SEGMENT_SIZE();
1802
- if (multiply(tmp0_2, fromInt(other_1)) < $this.h17()) {
1803
- segment.z16();
1802
+ if (multiply(tmp0_2, fromInt(other_1)) < $this.x17()) {
1803
+ segment.p17();
1804
1804
  }
1805
1805
  tmp_1 = null;
1806
1806
  } else {
@@ -1812,7 +1812,7 @@ function findSegmentSend($this, id, startFrom) {
1812
1812
  return tmp_0;
1813
1813
  }
1814
1814
  function findSegmentReceive($this, id, startFrom) {
1815
- var tmp0 = $this.i16_1;
1815
+ var tmp0 = $this.y16_1;
1816
1816
  var tmp6 = createSegmentFunction();
1817
1817
  var tmp$ret$2;
1818
1818
  $l$block_2: {
@@ -1829,23 +1829,23 @@ function findSegmentReceive($this, id, startFrom) {
1829
1829
  // Inline function 'kotlinx.coroutines.internal.moveForward' call
1830
1830
  while (true) {
1831
1831
  var cur = tmp0.kotlinx$atomicfu$value;
1832
- if (cur.ly_1 >= tmp2.ly_1) {
1832
+ if (cur.bz_1 >= tmp2.bz_1) {
1833
1833
  tmp$ret$0 = true;
1834
1834
  break $l$block_1;
1835
1835
  }
1836
- if (!tmp2.r16()) {
1836
+ if (!tmp2.h17()) {
1837
1837
  tmp$ret$0 = false;
1838
1838
  break $l$block_1;
1839
1839
  }
1840
1840
  if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
1841
- if (cur.s16()) {
1842
- cur.f6();
1841
+ if (cur.i17()) {
1842
+ cur.d7();
1843
1843
  }
1844
1844
  tmp$ret$0 = true;
1845
1845
  break $l$block_1;
1846
1846
  }
1847
- if (tmp2.s16()) {
1848
- tmp2.f6();
1847
+ if (tmp2.i17()) {
1848
+ tmp2.d7();
1849
1849
  }
1850
1850
  }
1851
1851
  tmp$ret$0 = Unit_instance;
@@ -1863,11 +1863,11 @@ function findSegmentReceive($this, id, startFrom) {
1863
1863
  var tmp_0;
1864
1864
  if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(it)) {
1865
1865
  completeCloseOrCancel($this);
1866
- var tmp0_0 = startFrom.ly_1;
1866
+ var tmp0_0 = startFrom.bz_1;
1867
1867
  // Inline function 'kotlin.Long.times' call
1868
1868
  var other = get_SEGMENT_SIZE();
1869
- if (multiply(tmp0_0, fromInt(other)) < $this.f17()) {
1870
- startFrom.z16();
1869
+ if (multiply(tmp0_0, fromInt(other)) < $this.v17()) {
1870
+ startFrom.p17();
1871
1871
  }
1872
1872
  tmp_0 = null;
1873
1873
  } else {
@@ -1882,41 +1882,41 @@ function findSegmentReceive($this, id, startFrom) {
1882
1882
  tmp_1 = false;
1883
1883
  }
1884
1884
  if (tmp_1) {
1885
- var tmp0_2 = $this.j16_1;
1885
+ var tmp0_2 = $this.z16_1;
1886
1886
  $l$block_5: {
1887
1887
  // Inline function 'kotlinx.coroutines.internal.moveForward' call
1888
1888
  while (true) {
1889
1889
  var cur_0 = tmp0_2.kotlinx$atomicfu$value;
1890
- if (cur_0.ly_1 >= segment.ly_1) {
1890
+ if (cur_0.bz_1 >= segment.bz_1) {
1891
1891
  break $l$block_5;
1892
1892
  }
1893
- if (!segment.r16()) {
1893
+ if (!segment.h17()) {
1894
1894
  break $l$block_5;
1895
1895
  }
1896
1896
  if (tmp0_2.atomicfu$compareAndSet(cur_0, segment)) {
1897
- if (cur_0.s16()) {
1898
- cur_0.f6();
1897
+ if (cur_0.i17()) {
1898
+ cur_0.d7();
1899
1899
  }
1900
1900
  break $l$block_5;
1901
1901
  }
1902
- if (segment.s16()) {
1903
- segment.f6();
1902
+ if (segment.i17()) {
1903
+ segment.d7();
1904
1904
  }
1905
1905
  }
1906
1906
  }
1907
1907
  }
1908
1908
  var tmp_2;
1909
- if (segment.ly_1 > id) {
1910
- var tmp0_3 = segment.ly_1;
1909
+ if (segment.bz_1 > id) {
1910
+ var tmp0_3 = segment.bz_1;
1911
1911
  // Inline function 'kotlin.Long.times' call
1912
1912
  var other_1 = get_SEGMENT_SIZE();
1913
1913
  var tmp$ret$7 = multiply(tmp0_3, fromInt(other_1));
1914
1914
  updateReceiversCounterIfLower($this, tmp$ret$7);
1915
- var tmp0_4 = segment.ly_1;
1915
+ var tmp0_4 = segment.bz_1;
1916
1916
  // Inline function 'kotlin.Long.times' call
1917
1917
  var other_2 = get_SEGMENT_SIZE();
1918
- if (multiply(tmp0_4, fromInt(other_2)) < $this.f17()) {
1919
- segment.z16();
1918
+ if (multiply(tmp0_4, fromInt(other_2)) < $this.v17()) {
1919
+ segment.p17();
1920
1920
  }
1921
1921
  tmp_2 = null;
1922
1922
  } else {
@@ -1928,7 +1928,7 @@ function findSegmentReceive($this, id, startFrom) {
1928
1928
  return tmp_0;
1929
1929
  }
1930
1930
  function findSegmentBufferEnd($this, id, startFrom, currentBufferEndCounter) {
1931
- var tmp0 = $this.j16_1;
1931
+ var tmp0 = $this.z16_1;
1932
1932
  var tmp6 = createSegmentFunction();
1933
1933
  var tmp$ret$2;
1934
1934
  $l$block_2: {
@@ -1945,23 +1945,23 @@ function findSegmentBufferEnd($this, id, startFrom, currentBufferEndCounter) {
1945
1945
  // Inline function 'kotlinx.coroutines.internal.moveForward' call
1946
1946
  while (true) {
1947
1947
  var cur = tmp0.kotlinx$atomicfu$value;
1948
- if (cur.ly_1 >= tmp2.ly_1) {
1948
+ if (cur.bz_1 >= tmp2.bz_1) {
1949
1949
  tmp$ret$0 = true;
1950
1950
  break $l$block_1;
1951
1951
  }
1952
- if (!tmp2.r16()) {
1952
+ if (!tmp2.h17()) {
1953
1953
  tmp$ret$0 = false;
1954
1954
  break $l$block_1;
1955
1955
  }
1956
1956
  if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
1957
- if (cur.s16()) {
1958
- cur.f6();
1957
+ if (cur.i17()) {
1958
+ cur.d7();
1959
1959
  }
1960
1960
  tmp$ret$0 = true;
1961
1961
  break $l$block_1;
1962
1962
  }
1963
- if (tmp2.s16()) {
1964
- tmp2.f6();
1963
+ if (tmp2.i17()) {
1964
+ tmp2.d7();
1965
1965
  }
1966
1966
  }
1967
1967
  tmp$ret$0 = Unit_instance;
@@ -1985,15 +1985,15 @@ function findSegmentBufferEnd($this, id, startFrom, currentBufferEndCounter) {
1985
1985
  } else {
1986
1986
  var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(it);
1987
1987
  var tmp_1;
1988
- if (segment.ly_1 > id) {
1988
+ if (segment.bz_1 > id) {
1989
1989
  // Inline function 'kotlin.Long.plus' call
1990
1990
  var tmp_2 = add(currentBufferEndCounter, fromInt(1));
1991
- var tmp0_0 = segment.ly_1;
1991
+ var tmp0_0 = segment.bz_1;
1992
1992
  // Inline function 'kotlin.Long.times' call
1993
1993
  var other = get_SEGMENT_SIZE();
1994
1994
  var tmp$ret$4 = multiply(tmp0_0, fromInt(other));
1995
- if ($this.f16_1.atomicfu$compareAndSet(tmp_2, tmp$ret$4)) {
1996
- var tmp0_1 = segment.ly_1;
1995
+ if ($this.v16_1.atomicfu$compareAndSet(tmp_2, tmp$ret$4)) {
1996
+ var tmp0_1 = segment.bz_1;
1997
1997
  // Inline function 'kotlin.Long.times' call
1998
1998
  var other_0 = get_SEGMENT_SIZE();
1999
1999
  var tmp$ret$5 = multiply(tmp0_1, fromInt(other_0));
@@ -2012,8 +2012,8 @@ function findSegmentBufferEnd($this, id, startFrom, currentBufferEndCounter) {
2012
2012
  }
2013
2013
  function moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom) {
2014
2014
  var segment = startFrom;
2015
- $l$loop: while (segment.ly_1 < id) {
2016
- var tmp0_elvis_lhs = segment.v16();
2015
+ $l$loop: while (segment.bz_1 < id) {
2016
+ var tmp0_elvis_lhs = segment.l17();
2017
2017
  var tmp;
2018
2018
  if (tmp0_elvis_lhs == null) {
2019
2019
  break $l$loop;
@@ -2023,8 +2023,8 @@ function moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom) {
2023
2023
  segment = tmp;
2024
2024
  }
2025
2025
  while (true) {
2026
- $l$loop_0: while (segment.q16()) {
2027
- var tmp1_elvis_lhs = segment.v16();
2026
+ $l$loop_0: while (segment.g17()) {
2027
+ var tmp1_elvis_lhs = segment.l17();
2028
2028
  var tmp_0;
2029
2029
  if (tmp1_elvis_lhs == null) {
2030
2030
  break $l$loop_0;
@@ -2033,30 +2033,30 @@ function moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom) {
2033
2033
  }
2034
2034
  segment = tmp_0;
2035
2035
  }
2036
- var tmp0 = $this.j16_1;
2036
+ var tmp0 = $this.z16_1;
2037
2037
  var tmp2 = segment;
2038
2038
  var tmp$ret$0;
2039
2039
  $l$block_1: {
2040
2040
  // Inline function 'kotlinx.coroutines.internal.moveForward' call
2041
2041
  while (true) {
2042
2042
  var cur = tmp0.kotlinx$atomicfu$value;
2043
- if (cur.ly_1 >= tmp2.ly_1) {
2043
+ if (cur.bz_1 >= tmp2.bz_1) {
2044
2044
  tmp$ret$0 = true;
2045
2045
  break $l$block_1;
2046
2046
  }
2047
- if (!tmp2.r16()) {
2047
+ if (!tmp2.h17()) {
2048
2048
  tmp$ret$0 = false;
2049
2049
  break $l$block_1;
2050
2050
  }
2051
2051
  if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
2052
- if (cur.s16()) {
2053
- cur.f6();
2052
+ if (cur.i17()) {
2053
+ cur.d7();
2054
2054
  }
2055
2055
  tmp$ret$0 = true;
2056
2056
  break $l$block_1;
2057
2057
  }
2058
- if (tmp2.s16()) {
2059
- tmp2.f6();
2058
+ if (tmp2.i17()) {
2059
+ tmp2.d7();
2060
2060
  }
2061
2061
  }
2062
2062
  tmp$ret$0 = Unit_instance;
@@ -2066,7 +2066,7 @@ function moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom) {
2066
2066
  }
2067
2067
  }
2068
2068
  function updateSendersCounterIfLower($this, value) {
2069
- var this_0 = $this.d16_1;
2069
+ var this_0 = $this.t16_1;
2070
2070
  while (true) {
2071
2071
  var cur = this_0.kotlinx$atomicfu$value;
2072
2072
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
@@ -2076,18 +2076,18 @@ function updateSendersCounterIfLower($this, value) {
2076
2076
  // Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
2077
2077
  var tmp$ret$1 = convertToInt(shiftRight(cur, 60));
2078
2078
  var update = constructSendersAndCloseStatus(curCounter, tmp$ret$1);
2079
- if ($this.d16_1.atomicfu$compareAndSet(cur, update))
2079
+ if ($this.t16_1.atomicfu$compareAndSet(cur, update))
2080
2080
  return Unit_instance;
2081
2081
  }
2082
2082
  return Unit_instance;
2083
2083
  }
2084
2084
  function updateReceiversCounterIfLower($this, value) {
2085
- var this_0 = $this.e16_1;
2085
+ var this_0 = $this.u16_1;
2086
2086
  while (true) {
2087
2087
  var cur = this_0.kotlinx$atomicfu$value;
2088
2088
  if (cur >= value)
2089
2089
  return Unit_instance;
2090
- if ($this.e16_1.atomicfu$compareAndSet(cur, value))
2090
+ if ($this.u16_1.atomicfu$compareAndSet(cur, value))
2091
2091
  return Unit_instance;
2092
2092
  }
2093
2093
  return Unit_instance;
@@ -2096,7 +2096,7 @@ function bindCancellationFunResult($this, _this__u8e3s4) {
2096
2096
  return BufferedChannel$onCancellationChannelResultImplDoNotCall$ref($this);
2097
2097
  }
2098
2098
  function onCancellationChannelResultImplDoNotCall($this, cause, element, context) {
2099
- callUndeliveredElement(ensureNotNull($this.c16_1), ensureNotNull(ChannelResult__getOrNull_impl_f5e07h(element)), context);
2099
+ callUndeliveredElement(ensureNotNull($this.s16_1), ensureNotNull(ChannelResult__getOrNull_impl_f5e07h(element)), context);
2100
2100
  }
2101
2101
  function bindCancellationFun($this, _this__u8e3s4, element) {
2102
2102
  return BufferedChannel$bindCancellationFun$lambda(_this__u8e3s4, element);
@@ -2105,13 +2105,13 @@ function bindCancellationFun_0($this, _this__u8e3s4) {
2105
2105
  return BufferedChannel$onCancellationImplDoNotCall$ref($this);
2106
2106
  }
2107
2107
  function onCancellationImplDoNotCall($this, cause, element, context) {
2108
- callUndeliveredElement(ensureNotNull($this.c16_1), element, context);
2108
+ callUndeliveredElement(ensureNotNull($this.s16_1), element, context);
2109
2109
  }
2110
2110
  function BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda$lambda($element, this$0, $select) {
2111
2111
  return (_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) => {
2112
2112
  var tmp;
2113
2113
  if (!($element === get_CHANNEL_CLOSED())) {
2114
- callUndeliveredElement(this$0.c16_1, ($element == null ? true : !($element == null)) ? $element : THROW_CCE(), $select.zb());
2114
+ callUndeliveredElement(this$0.s16_1, ($element == null ? true : !($element == null)) ? $element : THROW_CCE(), $select.uc());
2115
2115
  tmp = Unit_instance;
2116
2116
  }
2117
2117
  return Unit_instance;
@@ -2123,7 +2123,7 @@ function BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lamb
2123
2123
  function BufferedChannel$onCancellationChannelResultImplDoNotCall$ref(p0) {
2124
2124
  var l = (_this__u8e3s4, p0_0, p1) => {
2125
2125
  var tmp0 = p0;
2126
- onCancellationChannelResultImplDoNotCall(tmp0, _this__u8e3s4, p0_0.j18_1, p1);
2126
+ onCancellationChannelResultImplDoNotCall(tmp0, _this__u8e3s4, p0_0.z18_1, p1);
2127
2127
  return Unit_instance;
2128
2128
  };
2129
2129
  l.callableName = 'onCancellationChannelResultImplDoNotCall';
@@ -2150,20 +2150,20 @@ function BufferedChannel() {
2150
2150
  class $ {
2151
2151
  constructor(capacity, onUndeliveredElement) {
2152
2152
  onUndeliveredElement = onUndeliveredElement === VOID ? null : onUndeliveredElement;
2153
- this.b16_1 = capacity;
2154
- this.c16_1 = onUndeliveredElement;
2153
+ this.r16_1 = capacity;
2154
+ this.s16_1 = onUndeliveredElement;
2155
2155
  // Inline function 'kotlin.require' call
2156
- if (!(this.b16_1 >= 0)) {
2157
- var message = 'Invalid channel capacity: ' + this.b16_1 + ', should be >=0';
2158
- throw IllegalArgumentException().j1(toString_0(message));
2156
+ if (!(this.r16_1 >= 0)) {
2157
+ var message = 'Invalid channel capacity: ' + this.r16_1 + ', should be >=0';
2158
+ throw IllegalArgumentException().t2(toString_0(message));
2159
2159
  }
2160
- this.d16_1 = atomic$long$1(0n);
2161
- this.e16_1 = atomic$long$1(0n);
2162
- this.f16_1 = atomic$long$1(initialBufferEnd(this.b16_1));
2163
- this.g16_1 = atomic$long$1(_get_bufferEndCounter__2d4hee(this));
2160
+ this.t16_1 = atomic$long$1(0n);
2161
+ this.u16_1 = atomic$long$1(0n);
2162
+ this.v16_1 = atomic$long$1(initialBufferEnd(this.r16_1));
2163
+ this.w16_1 = atomic$long$1(_get_bufferEndCounter__2d4hee(this));
2164
2164
  var firstSegment = new (ChannelSegment())(0n, null, this, 3);
2165
- this.h16_1 = atomic$ref$1(firstSegment);
2166
- this.i16_1 = atomic$ref$1(firstSegment);
2165
+ this.x16_1 = atomic$ref$1(firstSegment);
2166
+ this.y16_1 = atomic$ref$1(firstSegment);
2167
2167
  var tmp = this;
2168
2168
  var tmp_0;
2169
2169
  if (_get_isRendezvousOrUnlimited__3mdufi(this)) {
@@ -2172,39 +2172,39 @@ function BufferedChannel() {
2172
2172
  } else {
2173
2173
  tmp_0 = firstSegment;
2174
2174
  }
2175
- tmp.j16_1 = atomic$ref$1(tmp_0);
2175
+ tmp.z16_1 = atomic$ref$1(tmp_0);
2176
2176
  var tmp_2 = this;
2177
2177
  var tmp_3;
2178
- if (this.c16_1 == null) {
2178
+ if (this.s16_1 == null) {
2179
2179
  tmp_3 = null;
2180
2180
  } else {
2181
2181
  // Inline function 'kotlin.let' call
2182
2182
  tmp_3 = BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda(this);
2183
2183
  }
2184
- tmp_2.k16_1 = tmp_3;
2185
- this.l16_1 = atomic$ref$1(get_NO_CLOSE_CAUSE());
2186
- this.m16_1 = atomic$ref$1(null);
2184
+ tmp_2.a17_1 = tmp_3;
2185
+ this.b17_1 = atomic$ref$1(get_NO_CLOSE_CAUSE());
2186
+ this.c17_1 = atomic$ref$1(null);
2187
2187
  }
2188
- f17() {
2188
+ v17() {
2189
2189
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
2190
- return this.d16_1.kotlinx$atomicfu$value & 1152921504606846975n;
2190
+ return this.t16_1.kotlinx$atomicfu$value & 1152921504606846975n;
2191
2191
  }
2192
- h17() {
2193
- return this.e16_1.kotlinx$atomicfu$value;
2192
+ x17() {
2193
+ return this.u16_1.kotlinx$atomicfu$value;
2194
2194
  }
2195
- k18(element, $completion) {
2195
+ a19(element, $completion) {
2196
2196
  return suspendOrReturn(/*#__NOINLINE__*/_generator_send__qhx0g0.bind(VOID, this, element), $completion);
2197
2197
  }
2198
- l18(element) {
2199
- if (shouldSendSuspend0(this, this.d16_1.kotlinx$atomicfu$value))
2200
- return Companion_getInstance().m18();
2198
+ b19(element) {
2199
+ if (shouldSendSuspend0(this, this.t16_1.kotlinx$atomicfu$value))
2200
+ return Companion_getInstance().c19();
2201
2201
  var tmp4 = get_INTERRUPTED_SEND();
2202
2202
  var tmp$ret$4;
2203
2203
  $l$block_4: {
2204
2204
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
2205
- var segment = this.h16_1.kotlinx$atomicfu$value;
2205
+ var segment = this.x16_1.kotlinx$atomicfu$value;
2206
2206
  $l$loop_0: while (true) {
2207
- var sendersAndCloseStatusCur = this.d16_1.atomicfu$getAndIncrement$long();
2207
+ var sendersAndCloseStatusCur = this.t16_1.atomicfu$getAndIncrement$long();
2208
2208
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
2209
2209
  var s = sendersAndCloseStatusCur & 1152921504606846975n;
2210
2210
  var closed = _get_isClosedForSend0__kxgf9m(this, sendersAndCloseStatusCur);
@@ -2215,13 +2215,13 @@ function BufferedChannel() {
2215
2215
  var other_0 = get_SEGMENT_SIZE();
2216
2216
  var tmp$ret$2 = modulo(s, fromInt(other_0));
2217
2217
  var i = convertToInt(tmp$ret$2);
2218
- if (!(segment.ly_1 === id)) {
2218
+ if (!(segment.bz_1 === id)) {
2219
2219
  var tmp0_elvis_lhs = findSegmentSend(this, id, segment);
2220
2220
  var tmp;
2221
2221
  if (tmp0_elvis_lhs == null) {
2222
2222
  var tmp_0;
2223
2223
  if (closed) {
2224
- tmp$ret$4 = Companion_getInstance().g18(this.i17());
2224
+ tmp$ret$4 = Companion_getInstance().w18(this.y17());
2225
2225
  break $l$block_4;
2226
2226
  } else {
2227
2227
  continue $l$loop_0;
@@ -2233,16 +2233,16 @@ function BufferedChannel() {
2233
2233
  }
2234
2234
  switch (updateCellSend(this, segment, i, element, s, tmp4, closed)) {
2235
2235
  case 0:
2236
- segment.z16();
2237
- tmp$ret$4 = Companion_getInstance().n17(Unit_instance);
2236
+ segment.p17();
2237
+ tmp$ret$4 = Companion_getInstance().d18(Unit_instance);
2238
2238
  break $l$block_4;
2239
2239
  case 1:
2240
- tmp$ret$4 = Companion_getInstance().n17(Unit_instance);
2240
+ tmp$ret$4 = Companion_getInstance().d18(Unit_instance);
2241
2241
  break $l$block_4;
2242
2242
  case 2:
2243
2243
  if (closed) {
2244
- segment.p16();
2245
- tmp$ret$4 = Companion_getInstance().g18(this.i17());
2244
+ segment.f17();
2245
+ tmp$ret$4 = Companion_getInstance().w18(this.y17());
2246
2246
  break $l$block_4;
2247
2247
  }
2248
2248
 
@@ -2253,34 +2253,34 @@ function BufferedChannel() {
2253
2253
  prepareSenderForSuspension(this, tmp2_safe_receiver, segment, i);
2254
2254
  }
2255
2255
 
2256
- segment.p16();
2257
- tmp$ret$4 = Companion_getInstance().m18();
2256
+ segment.f17();
2257
+ tmp$ret$4 = Companion_getInstance().c19();
2258
2258
  break $l$block_4;
2259
2259
  case 4:
2260
- if (s < this.h17()) {
2261
- segment.z16();
2260
+ if (s < this.x17()) {
2261
+ segment.p17();
2262
2262
  }
2263
2263
 
2264
- tmp$ret$4 = Companion_getInstance().g18(this.i17());
2264
+ tmp$ret$4 = Companion_getInstance().w18(this.y17());
2265
2265
  break $l$block_4;
2266
2266
  case 5:
2267
- segment.z16();
2267
+ segment.p17();
2268
2268
  continue $l$loop_0;
2269
2269
  case 3:
2270
2270
  var message = 'unexpected';
2271
- throw IllegalStateException().x4(toString_0(message));
2271
+ throw IllegalStateException().o(toString_0(message));
2272
2272
  }
2273
2273
  }
2274
2274
  }
2275
2275
  return tmp$ret$4;
2276
2276
  }
2277
- n18(element) {
2277
+ d19(element) {
2278
2278
  var tmp$ret$3;
2279
2279
  // Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
2280
2280
  var waiter = get_BUFFERED();
2281
- var segment = this.h16_1.kotlinx$atomicfu$value;
2281
+ var segment = this.x16_1.kotlinx$atomicfu$value;
2282
2282
  $l$loop_0: while (true) {
2283
- var sendersAndCloseStatusCur = this.d16_1.atomicfu$getAndIncrement$long();
2283
+ var sendersAndCloseStatusCur = this.t16_1.atomicfu$getAndIncrement$long();
2284
2284
  // Inline function 'kotlinx.coroutines.channels.sendersCounter' call
2285
2285
  var s = sendersAndCloseStatusCur & 1152921504606846975n;
2286
2286
  var closed = _get_isClosedForSend0__kxgf9m(this, sendersAndCloseStatusCur);
@@ -2291,13 +2291,13 @@ function BufferedChannel() {
2291
2291
  var other_0 = get_SEGMENT_SIZE();
2292
2292
  var tmp$ret$2 = modulo(s, fromInt(other_0));
2293
2293
  var i = convertToInt(tmp$ret$2);
2294
- if (!(segment.ly_1 === id)) {
2294
+ if (!(segment.bz_1 === id)) {
2295
2295
  var tmp0_elvis_lhs = findSegmentSend(this, id, segment);
2296
2296
  var tmp;
2297
2297
  if (tmp0_elvis_lhs == null) {
2298
2298
  var tmp_0;
2299
2299
  if (closed) {
2300
- return Companion_getInstance().g18(this.i17());
2300
+ return Companion_getInstance().w18(this.y17());
2301
2301
  } else {
2302
2302
  continue $l$loop_0;
2303
2303
  }
@@ -2308,14 +2308,14 @@ function BufferedChannel() {
2308
2308
  }
2309
2309
  switch (updateCellSend(this, segment, i, element, s, waiter, closed)) {
2310
2310
  case 0:
2311
- segment.z16();
2312
- return Companion_getInstance().n17(Unit_instance);
2311
+ segment.p17();
2312
+ return Companion_getInstance().d18(Unit_instance);
2313
2313
  case 1:
2314
- return Companion_getInstance().n17(Unit_instance);
2314
+ return Companion_getInstance().d18(Unit_instance);
2315
2315
  case 2:
2316
2316
  if (closed) {
2317
- segment.p16();
2318
- return Companion_getInstance().g18(this.i17());
2317
+ segment.f17();
2318
+ return Companion_getInstance().w18(this.y17());
2319
2319
  }
2320
2320
 
2321
2321
  var tmp2_safe_receiver = (!(waiter == null) ? isInterface(waiter, Waiter()) : false) ? waiter : null;
@@ -2325,7 +2325,7 @@ function BufferedChannel() {
2325
2325
  prepareSenderForSuspension(this, tmp2_safe_receiver, segment, i);
2326
2326
  }
2327
2327
 
2328
- var tmp0 = segment.ly_1;
2328
+ var tmp0 = segment.bz_1;
2329
2329
  // Inline function 'kotlin.Long.times' call
2330
2330
 
2331
2331
  var other_1 = get_SEGMENT_SIZE();
@@ -2333,35 +2333,35 @@ function BufferedChannel() {
2333
2333
 
2334
2334
  var this_0 = multiply(tmp0, fromInt(other_1));
2335
2335
  var tmp$ret$5 = add(this_0, fromInt(i));
2336
- this.e18(tmp$ret$5);
2337
- return Companion_getInstance().n17(Unit_instance);
2336
+ this.u18(tmp$ret$5);
2337
+ return Companion_getInstance().d18(Unit_instance);
2338
2338
  case 4:
2339
- if (s < this.h17()) {
2340
- segment.z16();
2339
+ if (s < this.x17()) {
2340
+ segment.p17();
2341
2341
  }
2342
2342
 
2343
- return Companion_getInstance().g18(this.i17());
2343
+ return Companion_getInstance().w18(this.y17());
2344
2344
  case 5:
2345
- segment.z16();
2345
+ segment.p17();
2346
2346
  continue $l$loop_0;
2347
2347
  case 3:
2348
2348
  var message = 'unexpected';
2349
- throw IllegalStateException().x4(toString_0(message));
2349
+ throw IllegalStateException().o(toString_0(message));
2350
2350
  }
2351
2351
  }
2352
2352
  return tmp$ret$3;
2353
2353
  }
2354
- q17() {
2354
+ g18() {
2355
2355
  }
2356
- j17() {
2356
+ z17() {
2357
2357
  }
2358
- e18(globalCellIndex) {
2358
+ u18(globalCellIndex) {
2359
2359
  // Inline function 'kotlinx.coroutines.assert' call
2360
- var segment = this.i16_1.kotlinx$atomicfu$value;
2360
+ var segment = this.y16_1.kotlinx$atomicfu$value;
2361
2361
  $l$loop_0: while (true) {
2362
- var r = this.e16_1.kotlinx$atomicfu$value;
2362
+ var r = this.u16_1.kotlinx$atomicfu$value;
2363
2363
  // Inline function 'kotlin.Long.plus' call
2364
- var other = this.b16_1;
2364
+ var other = this.r16_1;
2365
2365
  var tmp0 = add(r, fromInt(other));
2366
2366
  // Inline function 'kotlin.math.max' call
2367
2367
  var b = _get_bufferEndCounter__2d4hee(this);
@@ -2369,7 +2369,7 @@ function BufferedChannel() {
2369
2369
  return Unit_instance;
2370
2370
  // Inline function 'kotlin.Long.plus' call
2371
2371
  var tmp$ret$3 = add(r, fromInt(1));
2372
- if (!this.e16_1.atomicfu$compareAndSet(r, tmp$ret$3))
2372
+ if (!this.u16_1.atomicfu$compareAndSet(r, tmp$ret$3))
2373
2373
  continue $l$loop_0;
2374
2374
  // Inline function 'kotlin.Long.div' call
2375
2375
  var other_0 = get_SEGMENT_SIZE();
@@ -2378,7 +2378,7 @@ function BufferedChannel() {
2378
2378
  var other_1 = get_SEGMENT_SIZE();
2379
2379
  var tmp$ret$5 = modulo(r, fromInt(other_1));
2380
2380
  var i = convertToInt(tmp$ret$5);
2381
- if (!(segment.ly_1 === id)) {
2381
+ if (!(segment.bz_1 === id)) {
2382
2382
  var tmp0_elvis_lhs = findSegmentReceive(this, id, segment);
2383
2383
  var tmp;
2384
2384
  if (tmp0_elvis_lhs == null) {
@@ -2390,12 +2390,12 @@ function BufferedChannel() {
2390
2390
  }
2391
2391
  var updCellResult = updateCellReceive(this, segment, i, r, null);
2392
2392
  if (updCellResult === get_FAILED()) {
2393
- if (r < this.f17()) {
2394
- segment.z16();
2393
+ if (r < this.v17()) {
2394
+ segment.p17();
2395
2395
  }
2396
2396
  } else {
2397
- segment.z16();
2398
- var tmp1_safe_receiver = this.c16_1;
2397
+ segment.p17();
2398
+ var tmp1_safe_receiver = this.s16_1;
2399
2399
  var tmp_0;
2400
2400
  if (tmp1_safe_receiver == null) {
2401
2401
  tmp_0 = null;
@@ -2412,7 +2412,7 @@ function BufferedChannel() {
2412
2412
  }
2413
2413
  }
2414
2414
  }
2415
- o16(globalIndex) {
2415
+ e17(globalIndex) {
2416
2416
  if (_get_isRendezvousOrUnlimited__3mdufi(this))
2417
2417
  return Unit_instance;
2418
2418
  while (_get_bufferEndCounter__2d4hee(this) <= globalIndex) {
@@ -2426,12 +2426,12 @@ function BufferedChannel() {
2426
2426
  inductionVariable = inductionVariable + 1 | 0;
2427
2427
  var b = _get_bufferEndCounter__2d4hee(this);
2428
2428
  // Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
2429
- var ebCompleted = this.g16_1.kotlinx$atomicfu$value & 4611686018427387903n;
2429
+ var ebCompleted = this.w16_1.kotlinx$atomicfu$value & 4611686018427387903n;
2430
2430
  if (b === ebCompleted && b === _get_bufferEndCounter__2d4hee(this))
2431
2431
  return Unit_instance;
2432
2432
  }
2433
2433
  while (inductionVariable < times);
2434
- var tmp0 = this.g16_1;
2434
+ var tmp0 = this.w16_1;
2435
2435
  $l$block: {
2436
2436
  // Inline function 'kotlinx.atomicfu.update' call
2437
2437
  while (true) {
@@ -2446,13 +2446,13 @@ function BufferedChannel() {
2446
2446
  }
2447
2447
  while (true) {
2448
2448
  var b_0 = _get_bufferEndCounter__2d4hee(this);
2449
- var ebCompletedAndBit = this.g16_1.kotlinx$atomicfu$value;
2449
+ var ebCompletedAndBit = this.w16_1.kotlinx$atomicfu$value;
2450
2450
  // Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
2451
2451
  var ebCompleted_0 = ebCompletedAndBit & 4611686018427387903n;
2452
2452
  // Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
2453
2453
  var pauseExpandBuffers = !((ebCompletedAndBit & 4611686018427387904n) === 0n);
2454
2454
  if (b_0 === ebCompleted_0 && b_0 === _get_bufferEndCounter__2d4hee(this)) {
2455
- var tmp0_0 = this.g16_1;
2455
+ var tmp0_0 = this.w16_1;
2456
2456
  $l$block_0: {
2457
2457
  // Inline function 'kotlinx.atomicfu.update' call
2458
2458
  while (true) {
@@ -2468,37 +2468,37 @@ function BufferedChannel() {
2468
2468
  return Unit_instance;
2469
2469
  }
2470
2470
  if (!pauseExpandBuffers) {
2471
- this.g16_1.atomicfu$compareAndSet(ebCompletedAndBit, constructEBCompletedAndPauseFlag(ebCompleted_0, true));
2471
+ this.w16_1.atomicfu$compareAndSet(ebCompletedAndBit, constructEBCompletedAndPauseFlag(ebCompleted_0, true));
2472
2472
  }
2473
2473
  }
2474
2474
  }
2475
- k1() {
2475
+ q1() {
2476
2476
  return new (BufferedChannelIterator())(this);
2477
2477
  }
2478
- g17() {
2479
- var tmp = this.l16_1.kotlinx$atomicfu$value;
2478
+ w17() {
2479
+ var tmp = this.b17_1.kotlinx$atomicfu$value;
2480
2480
  return (tmp == null ? true : tmp instanceof Error) ? tmp : THROW_CCE();
2481
2481
  }
2482
- i17() {
2483
- var tmp0_elvis_lhs = this.g17();
2484
- return tmp0_elvis_lhs == null ? ClosedSendChannelException().s18('Channel was closed') : tmp0_elvis_lhs;
2482
+ y17() {
2483
+ var tmp0_elvis_lhs = this.w17();
2484
+ return tmp0_elvis_lhs == null ? ClosedSendChannelException().i19('Channel was closed') : tmp0_elvis_lhs;
2485
2485
  }
2486
- t18() {
2486
+ j19() {
2487
2487
  }
2488
- u18(cause) {
2489
- return this.v18(cause, false);
2488
+ k19(cause) {
2489
+ return this.l19(cause, false);
2490
2490
  }
2491
- zv(cause) {
2492
- this.x18(cause);
2491
+ pw(cause) {
2492
+ this.n19(cause);
2493
2493
  }
2494
- x18(cause) {
2495
- return this.v18(cause == null ? CancellationException().bd('Channel was cancelled') : cause, true);
2494
+ n19(cause) {
2495
+ return this.l19(cause == null ? CancellationException().n('Channel was cancelled') : cause, true);
2496
2496
  }
2497
- v18(cause, cancel) {
2497
+ l19(cause, cancel) {
2498
2498
  if (cancel) {
2499
2499
  markCancellationStarted(this);
2500
2500
  }
2501
- var closedByThisOperation = this.l16_1.atomicfu$compareAndSet(get_NO_CLOSE_CAUSE(), cause);
2501
+ var closedByThisOperation = this.b17_1.atomicfu$compareAndSet(get_NO_CLOSE_CAUSE(), cause);
2502
2502
  if (cancel) {
2503
2503
  markCancelled(this);
2504
2504
  } else {
@@ -2506,37 +2506,37 @@ function BufferedChannel() {
2506
2506
  }
2507
2507
  completeCloseOrCancel(this);
2508
2508
  // Inline function 'kotlin.also' call
2509
- this.t18();
2509
+ this.j19();
2510
2510
  if (closedByThisOperation) {
2511
2511
  invokeCloseHandler(this);
2512
2512
  }
2513
2513
  return closedByThisOperation;
2514
2514
  }
2515
- f18() {
2515
+ v18() {
2516
2516
  return false;
2517
2517
  }
2518
- d18() {
2519
- return _get_isClosedForSend0__kxgf9m(this, this.d16_1.kotlinx$atomicfu$value);
2518
+ t18() {
2519
+ return _get_isClosedForSend0__kxgf9m(this, this.t16_1.kotlinx$atomicfu$value);
2520
2520
  }
2521
- e17() {
2522
- return _get_isClosedForReceive0__f7qknl(this, this.d16_1.kotlinx$atomicfu$value);
2521
+ u17() {
2522
+ return _get_isClosedForReceive0__f7qknl(this, this.t16_1.kotlinx$atomicfu$value);
2523
2523
  }
2524
- h18() {
2524
+ x18() {
2525
2525
  $l$loop: while (true) {
2526
- var segment = this.i16_1.kotlinx$atomicfu$value;
2527
- var r = this.h17();
2528
- var s = this.f17();
2526
+ var segment = this.y16_1.kotlinx$atomicfu$value;
2527
+ var r = this.x17();
2528
+ var s = this.v17();
2529
2529
  if (s <= r)
2530
2530
  return false;
2531
2531
  // Inline function 'kotlin.Long.div' call
2532
2532
  var other = get_SEGMENT_SIZE();
2533
2533
  var id = divide(r, fromInt(other));
2534
- if (!(segment.ly_1 === id)) {
2534
+ if (!(segment.bz_1 === id)) {
2535
2535
  var tmp0_elvis_lhs = findSegmentReceive(this, id, segment);
2536
2536
  var tmp;
2537
2537
  if (tmp0_elvis_lhs == null) {
2538
2538
  var tmp_0;
2539
- if (this.i16_1.kotlinx$atomicfu$value.ly_1 < id) {
2539
+ if (this.y16_1.kotlinx$atomicfu$value.bz_1 < id) {
2540
2540
  return false;
2541
2541
  } else {
2542
2542
  continue $l$loop;
@@ -2546,7 +2546,7 @@ function BufferedChannel() {
2546
2546
  }
2547
2547
  segment = tmp;
2548
2548
  }
2549
- segment.z16();
2549
+ segment.p17();
2550
2550
  // Inline function 'kotlin.Long.rem' call
2551
2551
  var other_0 = get_SEGMENT_SIZE();
2552
2552
  var tmp$ret$1 = modulo(r, fromInt(other_0));
@@ -2555,58 +2555,58 @@ function BufferedChannel() {
2555
2555
  return true;
2556
2556
  // Inline function 'kotlin.Long.plus' call
2557
2557
  var tmp$ret$2 = add(r, fromInt(1));
2558
- this.e16_1.atomicfu$compareAndSet(r, tmp$ret$2);
2558
+ this.u16_1.atomicfu$compareAndSet(r, tmp$ret$2);
2559
2559
  }
2560
2560
  }
2561
2561
  toString() {
2562
- var sb = StringBuilder().x();
2562
+ var sb = StringBuilder().m1();
2563
2563
  // Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
2564
- var this_0 = this.d16_1.kotlinx$atomicfu$value;
2564
+ var this_0 = this.t16_1.kotlinx$atomicfu$value;
2565
2565
  var tmp0_subject = convertToInt(shiftRight(this_0, 60));
2566
2566
  if (tmp0_subject === 2) {
2567
- sb.ob('closed,');
2567
+ sb.n1('closed,');
2568
2568
  } else if (tmp0_subject === 3) {
2569
- sb.ob('cancelled,');
2569
+ sb.n1('cancelled,');
2570
2570
  }
2571
- sb.ob('capacity=' + this.b16_1 + ',');
2572
- sb.ob('data=[');
2571
+ sb.n1('capacity=' + this.r16_1 + ',');
2572
+ sb.n1('data=[');
2573
2573
  // Inline function 'kotlin.collections.filter' call
2574
- var tmp0 = listOf([this.i16_1.kotlinx$atomicfu$value, this.h16_1.kotlinx$atomicfu$value, this.j16_1.kotlinx$atomicfu$value]);
2574
+ var tmp0 = listOf([this.y16_1.kotlinx$atomicfu$value, this.x16_1.kotlinx$atomicfu$value, this.z16_1.kotlinx$atomicfu$value]);
2575
2575
  // Inline function 'kotlin.collections.filterTo' call
2576
- var destination = ArrayList().r1();
2577
- var _iterator__ex2g4s = tmp0.k1();
2578
- while (_iterator__ex2g4s.l1()) {
2579
- var element = _iterator__ex2g4s.m1();
2576
+ var destination = ArrayList().y2();
2577
+ var _iterator__ex2g4s = tmp0.q1();
2578
+ while (_iterator__ex2g4s.r1()) {
2579
+ var element = _iterator__ex2g4s.s1();
2580
2580
  if (!(element === get_NULL_SEGMENT())) {
2581
- destination.v(element);
2581
+ destination.h2(element);
2582
2582
  }
2583
2583
  }
2584
2584
  var tmp$ret$4;
2585
2585
  $l$block: {
2586
2586
  // Inline function 'kotlin.collections.minBy' call
2587
- var iterator = destination.k1();
2588
- if (!iterator.l1())
2589
- throw NoSuchElementException().j6();
2590
- var minElem = iterator.m1();
2591
- if (!iterator.l1()) {
2587
+ var iterator = destination.q1();
2588
+ if (!iterator.r1())
2589
+ throw NoSuchElementException().h7();
2590
+ var minElem = iterator.s1();
2591
+ if (!iterator.r1()) {
2592
2592
  tmp$ret$4 = minElem;
2593
2593
  break $l$block;
2594
2594
  }
2595
- var minValue = minElem.ly_1;
2595
+ var minValue = minElem.bz_1;
2596
2596
  do {
2597
- var e = iterator.m1();
2598
- var v = e.ly_1;
2597
+ var e = iterator.s1();
2598
+ var v = e.bz_1;
2599
2599
  if (compareTo(minValue, v) > 0) {
2600
2600
  minElem = e;
2601
2601
  minValue = v;
2602
2602
  }
2603
2603
  }
2604
- while (iterator.l1());
2604
+ while (iterator.r1());
2605
2605
  tmp$ret$4 = minElem;
2606
2606
  }
2607
2607
  var firstSegment = tmp$ret$4;
2608
- var r = this.h17();
2609
- var s = this.f17();
2608
+ var r = this.x17();
2609
+ var s = this.v17();
2610
2610
  var segment = firstSegment;
2611
2611
  append_elements: while (true) {
2612
2612
  var inductionVariable = 0;
@@ -2615,7 +2615,7 @@ function BufferedChannel() {
2615
2615
  process_cell: do {
2616
2616
  var i = inductionVariable;
2617
2617
  inductionVariable = inductionVariable + 1 | 0;
2618
- var tmp0_0 = segment.ly_1;
2618
+ var tmp0_0 = segment.bz_1;
2619
2619
  // Inline function 'kotlin.Long.times' call
2620
2620
  var other = get_SEGMENT_SIZE();
2621
2621
  // Inline function 'kotlin.Long.plus' call
@@ -2623,8 +2623,8 @@ function BufferedChannel() {
2623
2623
  var globalCellIndex = add(this_1, fromInt(i));
2624
2624
  if (globalCellIndex >= s && globalCellIndex >= r)
2625
2625
  break append_elements;
2626
- var cellState = segment.x15(i);
2627
- var element_0 = segment.u15(i);
2626
+ var cellState = segment.n16(i);
2627
+ var element_0 = segment.k16(i);
2628
2628
  var tmp;
2629
2629
  if (!(cellState == null) ? isInterface(cellState, CancellableContinuation()) : false) {
2630
2630
  tmp = globalCellIndex < r && globalCellIndex >= s ? 'receive' : globalCellIndex < s && globalCellIndex >= r ? 'send' : 'cont';
@@ -2657,13 +2657,13 @@ function BufferedChannel() {
2657
2657
  }
2658
2658
  var cellStateString = tmp;
2659
2659
  if (!(element_0 == null)) {
2660
- sb.ob('(' + cellStateString + ',' + toString(element_0) + '),');
2660
+ sb.n1('(' + cellStateString + ',' + toString(element_0) + '),');
2661
2661
  } else {
2662
- sb.ob(cellStateString + ',');
2662
+ sb.n1(cellStateString + ',');
2663
2663
  }
2664
2664
  }
2665
2665
  while (inductionVariable < last_0);
2666
- var tmp2_elvis_lhs = segment.v16();
2666
+ var tmp2_elvis_lhs = segment.l17();
2667
2667
  var tmp_0;
2668
2668
  if (tmp2_elvis_lhs == null) {
2669
2669
  break append_elements;
@@ -2673,14 +2673,14 @@ function BufferedChannel() {
2673
2673
  segment = tmp_0;
2674
2674
  }
2675
2675
  if (last(sb) === _Char___init__impl__6a9atx(44)) {
2676
- sb.ah(sb.a() - 1 | 0);
2676
+ sb.hh(sb.a() - 1 | 0);
2677
2677
  }
2678
- sb.ob(']');
2678
+ sb.n1(']');
2679
2679
  return sb.toString();
2680
2680
  }
2681
2681
  }
2682
- protoOf($).w18 = close$default;
2683
- protoOf($).y18 = cancel$default;
2682
+ protoOf($).m19 = close$default;
2683
+ protoOf($).o19 = cancel$default;
2684
2684
  initMetadataForClass($, 'BufferedChannel', VOID, VOID, [SendChannel(), ReceiveChannel()], [1, 4, 0, 3]);
2685
2685
  BufferedChannelClass = $;
2686
2686
  }
@@ -2691,10 +2691,10 @@ function WaiterEB() {
2691
2691
  if (WaiterEBClass === VOID) {
2692
2692
  class $ {
2693
2693
  constructor(waiter) {
2694
- this.k17_1 = waiter;
2694
+ this.a18_1 = waiter;
2695
2695
  }
2696
2696
  toString() {
2697
- return 'WaiterEB(' + toString_0(this.k17_1) + ')';
2697
+ return 'WaiterEB(' + toString_0(this.a18_1) + ')';
2698
2698
  }
2699
2699
  }
2700
2700
  initMetadataForClass($, 'WaiterEB');
@@ -2726,10 +2726,10 @@ function tryResume0(_this__u8e3s4, value, onCancellation) {
2726
2726
  onCancellation = onCancellation === VOID ? null : onCancellation;
2727
2727
  _init_properties_BufferedChannel_kt__d6uc4y();
2728
2728
  // Inline function 'kotlin.let' call
2729
- var token = _this__u8e3s4.ix(value, null, onCancellation);
2729
+ var token = _this__u8e3s4.yx(value, null, onCancellation);
2730
2730
  var tmp;
2731
2731
  if (!(token == null)) {
2732
- _this__u8e3s4.jx(token);
2732
+ _this__u8e3s4.zx(token);
2733
2733
  tmp = true;
2734
2734
  } else {
2735
2735
  tmp = false;
@@ -2750,7 +2750,7 @@ function createSegmentFunction() {
2750
2750
  }
2751
2751
  function createSegment(id, prev) {
2752
2752
  _init_properties_BufferedChannel_kt__d6uc4y();
2753
- return new (ChannelSegment())(id, prev, prev.r15(), 0);
2753
+ return new (ChannelSegment())(id, prev, prev.h16(), 0);
2754
2754
  }
2755
2755
  function createSegment$ref() {
2756
2756
  var l = (p0, p1) => createSegment(p0, p1);