@continuous-excellence/coupling-cli 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +74 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CliScope.mjs +53 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CliScope.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +159 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.js.mjs +50 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.js.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +93 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs +27 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.js.mjs +12 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.js.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +127 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +150 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +119 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +264 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.js.mjs +25 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.js.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +129 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +56 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +32 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/List.mjs +138 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/List.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +35 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +414 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -0
- package/kotlin/Coupling-cli.mjs +9 -0
- package/kotlin/Coupling-cli.mjs.map +1 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +97 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs.map +1 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/CommandResult.mjs +43 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/CommandResult.mjs.map +1 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +131 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs.map +1 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +65 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs.map +1 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +83 -0
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs.map +1 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +194 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs.map +1 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +149 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs.map +1 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/PollResult.mjs +265 -0
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/PollResult.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +140 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +73 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +100 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +60 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +64 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +84 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +52 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +36 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +80 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +249 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +99 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +26 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +52 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +26 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +123 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +56 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +37 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +85 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +186 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +118 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +52 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +126 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +53 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +49 -0
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-annotations/com/apollographql/apollo/annotations/ApolloAdaptableWith.mjs +17 -0
- package/kotlin/apollo-kotlin-apollo-annotations/com/apollographql/apollo/annotations/ApolloAdaptableWith.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapter.mjs +22 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +521 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +146 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +165 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +16 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +50 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +174 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +55 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +52 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +26 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +56 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +177 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Mutation.mjs +22 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Mutation.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +119 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +106 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Query.mjs +22 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Query.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Subscription.mjs +22 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Subscription.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Upload.mjs +22 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Upload.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +486 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +248 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +29 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs +123 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/internal/UrlEncode.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +185 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +387 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +1373 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +29 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs +113 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +106 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +86 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +569 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +307 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +109 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +80 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs +61 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +271 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-mpp-utils/com/apollographql/apollo/mpp/utils.mjs +15 -0
- package/kotlin/apollo-kotlin-apollo-mpp-utils/com/apollographql/apollo/mpp/utils.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +122 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +693 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +61 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +36 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +51 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +251 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +208 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +245 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs +15 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +195 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +39 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +197 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +51 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +306 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs +28 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +63 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +52 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +688 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +62 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs +8 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +288 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +223 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +958 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +159 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +204 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs.map +1 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +20 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs.map +1 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs +12 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs.map +1 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +252 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs.map +1 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +381 -0
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs.map +1 -0
- package/kotlin/bin/coupling +3 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +428 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionCandidates.mjs +219 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionCandidates.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +49 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +377 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +503 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +445 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/CoreCliktCommand.mjs +82 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/CoreCliktCommand.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/JaroWinkerSimilarity.mjs +94 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/JaroWinkerSimilarity.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/ParameterHolder.mjs +43 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/ParameterHolder.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +626 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +428 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +29 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +825 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +206 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +183 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +180 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/arguments/Argument.mjs +21 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/arguments/Argument.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +23 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +89 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +45 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +41 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +311 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +558 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +93 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +50 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +52 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +109 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +245 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +259 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +1013 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs.map +1 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +152 -0
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/CliktCommand.mjs +31 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/CliktCommand.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +100 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +217 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +207 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs.map +1 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +15 -0
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +26 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +37 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +82 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs +76 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/ColorSpaceUtils.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Constants.mjs +34 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Constants.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/InternalMath.mjs +31 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/InternalMath.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +209 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +107 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +108 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +122 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +147 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +465 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +563 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +259 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs.map +1 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +75 -0
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +52 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs +133 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/CharSequence.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/CharSequence.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Comparable.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Comparable.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ComparatorJs.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ComparatorJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +158 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs +65 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +33 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +98 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Library.mjs +28 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Number.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Number.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +68 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +90 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs +147 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs +31 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +114 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs +105 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +203 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs +108 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +203 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs +108 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +204 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs +105 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +203 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Unit.mjs +34 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +113 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +99 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs +76 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractIterator.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +250 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +309 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +79 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +230 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +101 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +43 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +77 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +556 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +44 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +214 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +126 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +102 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +336 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +96 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +186 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +157 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +74 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +58 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +748 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +63 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +65 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +37 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +91 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +48 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +43 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +207 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +75 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +44 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/RandomAccess.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/RandomAccess.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs +186 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ReversedViews.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +114 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +324 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +374 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +190 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +641 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +30 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +46 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +59 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +152 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs +67 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +58 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +39 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +78 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +86 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +238 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +48 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +192 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +53 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +76 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +43 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +53 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +148 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs +61 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/js/internal/EmptyContinuation.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +70 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +431 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs +41 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +33 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/SharedVariableBox.mjs +4 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/SharedVariableBox.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +30 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/console.mjs +139 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/io/console.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +83 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/FunctionAdapter.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/FunctionAdapter.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +16 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +95 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs +76 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs +51 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs +81 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +310 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +15 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +455 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +238 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +72 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +58 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs +15 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +94 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs +12 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +171 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/void.mjs +21 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +55 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs +71 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs +30 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +231 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +102 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +178 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +96 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +163 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +26 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +17 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +98 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KClassJs.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KClassJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs +42 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameter.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameter.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +111 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +50 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +155 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +47 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +41 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +286 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +144 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequence.mjs +22 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequence.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +183 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +232 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +148 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs +40 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/sequenceJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +30 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +54 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +33 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +133 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +240 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/MatchResult.mjs +23 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/MatchResult.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +142 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +168 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +872 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +296 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +38 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +65 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +127 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OneToManyTitlecaseMappings.mjs +39 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OneToManyTitlecaseMappings.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OtherLowercaseChars.mjs +43 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_OtherLowercaseChars.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +137 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_TitlecaseMappings.mjs +26 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_TitlecaseMappings.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +17 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +64 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +119 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +473 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +234 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +139 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +255 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +221 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +34 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +1421 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +61 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +117 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +865 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +16 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs +273 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/MonoTimeSource.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs +134 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/TimeSource.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs +56 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/measureTime.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +212 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +345 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/noPackageHacks.mjs +33 -0
- package/kotlin/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -0
- package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs +67 -0
- package/kotlin/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +30 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +50 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +85 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +75 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +80 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +30 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +34 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +38 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +15 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +60 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +57 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +34 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +51 -0
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +47 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +238 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +55 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +98 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs +217 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Await.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +241 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +96 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +854 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +61 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableJob.mjs +23 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletableJob.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +108 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +96 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +99 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +72 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +65 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +87 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +88 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.common.mjs +22 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +39 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +93 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +221 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +75 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +147 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +34 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +49 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +79 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +419 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +198 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +1816 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +64 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +49 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Runnable.mjs +22 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Runnable.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/SchedulerTask.mjs +23 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/SchedulerTask.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +31 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs +139 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Timeout.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +70 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Waiter.mjs +22 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Waiter.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +28 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +50 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2960 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +320 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +84 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +24 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +106 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +94 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +142 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +56 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +31 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +105 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +78 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +118 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +252 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +43 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/FlowCollector.mjs +22 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/FlowCollector.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +104 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +81 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +129 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +800 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +132 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +186 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +413 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +13 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +31 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +40 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +69 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +58 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +30 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +15 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +307 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +62 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +56 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +335 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +48 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +202 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +88 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +340 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +50 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +62 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +64 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs +23 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +29 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Synchronized.mjs +22 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Synchronized.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +54 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs +12 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs +12 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +37 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +90 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +133 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +268 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +210 -0
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +34 -0
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +67 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +52 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +533 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +160 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +16 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs +15 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +88 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +178 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +397 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +46 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +37 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Source.mjs +23 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Source.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +125 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +261 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +361 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +102 -0
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/KSerializer.mjs +42 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/KSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +104 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +36 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerialFormat.mjs +32 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerialFormat.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +85 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +275 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +149 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +46 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +221 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +117 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +126 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +300 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +438 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +148 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +155 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +49 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +64 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +135 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +172 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CachedNames.mjs +22 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CachedNames.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +313 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +711 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +136 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +194 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +127 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +15 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +78 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +86 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +138 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +90 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +127 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +266 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +33 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +323 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs +53 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +1317 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +488 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +276 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +318 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +211 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +209 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs +15 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +29 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +202 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonAnnotations.mjs +42 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonAnnotations.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +96 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonDecoder.mjs +26 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonDecoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +443 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +43 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +568 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonEncoder.mjs +26 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonEncoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +12 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +767 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +107 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +221 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +48 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +126 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +257 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +169 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +107 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +24 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +47 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +243 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +64 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +80 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +705 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +386 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +170 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +179 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +995 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +136 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +15 -0
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +581 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +25 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +39 -0
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +308 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +149 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +59 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +71 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +115 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +253 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +139 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +37 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +143 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +346 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +122 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +70 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +29 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +84 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +158 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.export.mjs +13 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.export.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +90 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +328 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +172 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs +13 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +141 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +77 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +42 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +312 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +292 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +237 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +404 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs +15 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +534 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +70 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +399 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +178 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +214 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +728 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +342 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +404 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +257 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +30 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +56 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +52 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +161 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +90 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +262 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +370 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContextJs.mjs +15 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserverContextJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +41 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +44 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSEClientContent.mjs +23 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSEClientContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +119 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +280 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +54 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +508 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +109 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +34 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +53 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +263 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +107 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs +48 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +16 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +48 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +115 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +30 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +67 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +79 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +151 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +123 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +101 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +69 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +54 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs +24 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +79 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +30 -0
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-core.mjs +12 -0
- package/kotlin/ktor-ktor-client-core.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +112 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.jsAndWasmShared.mjs +65 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.jsAndWasmShared.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +71 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +48 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +55 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggerJs.mjs +15 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggerJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +1708 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +220 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +126 -0
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +97 -0
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +382 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +457 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +219 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +155 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +372 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +245 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +50 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +92 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +81 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +150 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +68 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +148 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +109 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +284 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +30 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +400 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +139 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +156 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +374 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +160 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +45 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/Multipart.mjs +22 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/Multipart.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +140 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +54 -0
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +36 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +327 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +223 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +549 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +257 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +366 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +64 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs +12 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +334 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +30 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +30 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +24 -0
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs +12 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +541 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +27 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +211 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +89 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +392 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +43 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +283 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +87 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +91 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs +15 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +65 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +15 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +117 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +72 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +408 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs +34 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +83 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +38 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +43 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +110 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs +22 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +12 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +18 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +31 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +45 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +18 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +63 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +42 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +81 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +50 -0
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +48 -0
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +248 -0
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +33 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs +15 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +442 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +195 -0
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -0
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +44 -0
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +130 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +75 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Base64.mjs +111 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Base64.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +303 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +181 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Charset.mjs +34 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Collections.mjs +15 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs +12 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncodersJs.mjs +44 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncodersJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +41 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs +63 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Crypto.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CryptoJs.mjs +34 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/CryptoJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +160 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +54 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +43 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +221 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs +16 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +447 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/TargetUtilsJs.mjs +20 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/TargetUtilsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs +132 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/cio/Channels.mjs +23 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/cio/Channels.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +31 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +519 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +64 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/ExceptionUtilsJs.mjs +11 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/ExceptionUtilsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +100 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +137 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +84 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +84 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +120 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +362 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs +16 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +41 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs +15 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +50 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +89 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs +29 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs +12 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +196 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +55 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +12 -0
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +215 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +704 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +81 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +205 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +47 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +169 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +316 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/UtilsJs.mjs +12 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/UtilsJs.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +62 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +77 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs.map +1 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +82 -0
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +57 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +332 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +62 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +28 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs +59 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/JsCompat.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs +53 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.js.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +118 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.mjs +24 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +509 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +72 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences1.mjs +1014 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences1.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences2.mjs +1014 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences2.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences3.mjs +1014 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences3.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences4.mjs +864 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/ZwjSequences4.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +43 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +151 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +57 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Align.mjs +80 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Align.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +117 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +463 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/OverflowWrap.mjs +47 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/OverflowWrap.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +30 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +149 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextColors.mjs +57 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextColors.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +212 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +193 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +62 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +27 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +94 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +79 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +1443 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +187 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +417 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +467 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +200 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +300 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +70 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +191 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +46 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +377 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +24 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +65 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +78 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +104 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +138 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +334 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +44 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +276 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs.map +1 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +487 -0
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +1521 -0
- package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +290 -0
- package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +86 -0
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/Okio.mjs +43 -0
- package/kotlin/okio-parent-okio/okio/Okio.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/Options.mjs +308 -0
- package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +154 -0
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +376 -0
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/Segment.mjs +188 -0
- package/kotlin/okio-parent-okio/okio/Segment.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +40 -0
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +242 -0
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/Util.mjs +60 -0
- package/kotlin/okio-parent-okio/okio/Util.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +489 -0
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +181 -0
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +880 -0
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +28 -0
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +71 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +48 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionWrapper.mjs +22 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionWrapper.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +61 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs.map +1 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SuspendAction.mjs +22 -0
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SuspendAction.mjs.map +1 -0
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +451 -0
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs.map +1 -0
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +94 -0
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs.map +1 -0
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +252 -0
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs.map +1 -0
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs +27 -0
- package/kotlin/types-types-internal/kotools/types/internal/AnyX.mjs.map +1 -0
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +110 -0
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs.map +1 -0
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +15 -0
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs.map +1 -0
- package/kotlin/types-types-internal/kotools/types/internal/KClassX.mjs +28 -0
- package/kotlin/types-types-internal/kotools/types/internal/KClassX.mjs.map +1 -0
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +59 -0
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs.map +1 -0
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs +19 -0
- package/kotlin/uuid/com/benasher44/uuid/platform.mjs.map +1 -0
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +165 -0
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs.map +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,2960 @@
|
|
|
1
|
+
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
2
|
+
import {
|
|
3
|
+
Segmentqmq1glevgieu as Segment,
|
|
4
|
+
closefimrnzr4lu35 as close,
|
|
5
|
+
findSegmentInternal35lxp6iondi3q as findSegmentInternal,
|
|
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
|
+
SegmentOrCloseds3xpxfs4wrg9 as SegmentOrClosed,
|
|
9
|
+
} from '../internal/ConcurrentLinkedList.mjs';
|
|
10
|
+
import { atomicfu$AtomicRefArray$ofNulls2kz3j9ehigwa3 as atomicfu$AtomicRefArray$ofNulls } from '../../../../kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs';
|
|
11
|
+
import {
|
|
12
|
+
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
13
|
+
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
14
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
15
|
+
import { Waiter3lxa2a79zyo0g as Waiter } from '../Waiter.mjs';
|
|
16
|
+
import { isInterface3d6p8outrmvmk as isInterface } from '../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
17
|
+
import { toString30pk9tzaqopn as toString } from '../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
|
|
18
|
+
import {
|
|
19
|
+
IllegalStateExceptionkoljg5n0nrlr as IllegalStateException,
|
|
20
|
+
IllegalArgumentException2asla15b5jaob as IllegalArgumentException,
|
|
21
|
+
NoSuchElementException679xzhnp5bpj as NoSuchElementException,
|
|
22
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
23
|
+
import {
|
|
24
|
+
toString1pkumu07cwy4m as toString_0,
|
|
25
|
+
protoOf180f3jzyo7rfj as protoOf,
|
|
26
|
+
equals2au1ep9vhcato as equals,
|
|
27
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
28
|
+
import {
|
|
29
|
+
callUndeliveredElement5xsmnofvtcme as callUndeliveredElement,
|
|
30
|
+
callUndeliveredElementCatchingException6xwxmojd3rq1 as callUndeliveredElementCatchingException,
|
|
31
|
+
} from '../internal/OnUndeliveredElement.mjs';
|
|
32
|
+
import {
|
|
33
|
+
fromInt1lka3ktyu79a4 as fromInt,
|
|
34
|
+
multiply18i3gv3wlmcjg as multiply,
|
|
35
|
+
add85si75olwt6n as add,
|
|
36
|
+
divide3tol6kxdi8xn6 as divide,
|
|
37
|
+
modulo3mmbfwxzpcw3a as modulo,
|
|
38
|
+
convertToIntofdoxh9bstof as convertToInt,
|
|
39
|
+
equalsLong28bsrfhwvd686 as equalsLong,
|
|
40
|
+
compare2uud5j30pw5xc as compare,
|
|
41
|
+
bitwiseAnd2g7wmsfd45l12 as bitwiseAnd,
|
|
42
|
+
shiftRight2cr6y79ufiihy as shiftRight,
|
|
43
|
+
subtract16cg4lfi29fq9 as subtract,
|
|
44
|
+
shiftLeft1ck77p6vapyra as shiftLeft,
|
|
45
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs';
|
|
46
|
+
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
47
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
48
|
+
import { get_COROUTINE_SUSPENDED3ujt3p13qm4iy as get_COROUTINE_SUSPENDED } from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs';
|
|
49
|
+
import {
|
|
50
|
+
recoverStackTrace3k4hvtb53ci4z as recoverStackTrace,
|
|
51
|
+
recoverStackTrace2i3si2i8nvw1k as recoverStackTrace_0,
|
|
52
|
+
} from '../internal/StackTraceRecovery.mjs';
|
|
53
|
+
import {
|
|
54
|
+
intercepted2ogpsikxxj4u0 as intercepted,
|
|
55
|
+
suspendOrReturn49pspzlx5djv as suspendOrReturn,
|
|
56
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs';
|
|
57
|
+
import {
|
|
58
|
+
getOrCreateCancellableContinuation2t1o0dr9l9i36 as getOrCreateCancellableContinuation,
|
|
59
|
+
CancellableContinuationpb2x00mxmcbt as CancellableContinuation,
|
|
60
|
+
} from '../CancellableContinuation.mjs';
|
|
61
|
+
import {
|
|
62
|
+
Companion_instance25ullnynvxd0w as Companion_instance,
|
|
63
|
+
createFailure8paxfkfa5dc7 as createFailure,
|
|
64
|
+
_Result___init__impl__xyqfz83a5421h46yeyh as _Result___init__impl__xyqfz8,
|
|
65
|
+
} from '../../../../kotlin-kotlin-stdlib/kotlin/Result.mjs';
|
|
66
|
+
import { Long2qws0ah9gnpki as Long } from '../../../../kotlin-kotlin-stdlib/kotlin/Primitives.mjs';
|
|
67
|
+
import { CancellableContinuationImpl1cx201opicavg as CancellableContinuationImpl } from '../CancellableContinuationImpl.mjs';
|
|
68
|
+
import { addSuppressedu5jwjfvsc039 as addSuppressed } from '../../../../kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs';
|
|
69
|
+
import {
|
|
70
|
+
Companion_getInstance2uobo5jk84w6b as Companion_getInstance,
|
|
71
|
+
ChannelResult2y4k69ac6y3du as ChannelResult,
|
|
72
|
+
ClosedReceiveChannelException3ofg6gf5f5b38 as ClosedReceiveChannelException,
|
|
73
|
+
ChannelResult__getOrNull_impl_f5e07h2dh05cjyju55c as ChannelResult__getOrNull_impl_f5e07h,
|
|
74
|
+
ClosedSendChannelException29m33prpq9jaw as ClosedSendChannelException,
|
|
75
|
+
close$default29t9kascifp5w as close$default,
|
|
76
|
+
cancel$default3ekkkwpkem73o as cancel$default,
|
|
77
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
78
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
79
|
+
} from './Channel.mjs';
|
|
80
|
+
import {
|
|
81
|
+
SelectInstance2isepgzfsd8ur as SelectInstance,
|
|
82
|
+
SelectImplementation59ci94k9x9wm as SelectImplementation,
|
|
83
|
+
TrySelectDetailedResult_REREGISTER_getInstance37wb4scq4deq9 as TrySelectDetailedResult_REREGISTER_getInstance,
|
|
84
|
+
TrySelectDetailedResult_SUCCESSFUL_getInstancekmsh4z99o2un as TrySelectDetailedResult_SUCCESSFUL_getInstance,
|
|
85
|
+
} from '../selects/Select.mjs';
|
|
86
|
+
import {
|
|
87
|
+
_InlineList___init__impl__z8n56a6l2d509tle7 as _InlineList___init__impl__z8n56,
|
|
88
|
+
InlineList__plus_impl_nuetvo1qghtjfe175d9 as InlineList__plus_impl_nuetvo,
|
|
89
|
+
access$_get_holder__kkflen2dpfhuyt7ng33 as access$_get_holder__kkflen,
|
|
90
|
+
} from '../internal/InlineList.mjs';
|
|
91
|
+
import { ArrayList3it5z8td81qkl as ArrayList } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs';
|
|
92
|
+
import {
|
|
93
|
+
atomic$long$129k9zwo6n9ogd as atomic$long$1,
|
|
94
|
+
atomic$ref$130aurmcwdfdf1 as atomic$ref$1,
|
|
95
|
+
} from '../../../../kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs';
|
|
96
|
+
import { CancellationException3b36o9qz53rgr as CancellationException } from '../../../../kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs';
|
|
97
|
+
import { StringBuildermazzzhj6kkai as StringBuilder } from '../../../../kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs';
|
|
98
|
+
import { listOf1jh22dvmctj1r as listOf } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs';
|
|
99
|
+
import { compareTo3ankvs086tmwq as compareTo } from '../../../../kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs';
|
|
100
|
+
import { last2n4gf5az1lkn4 as last } from '../../../../kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs';
|
|
101
|
+
import { _Char___init__impl__6a9atx1csff5kwtduxl as _Char___init__impl__6a9atx } from '../../../../kotlin-kotlin-stdlib/kotlin/Char.mjs';
|
|
102
|
+
import { systemProp2qpti4y1f5b4b as systemProp } from '../internal/SystemProps.common.mjs';
|
|
103
|
+
import { Symbol17xuwzgi5g8ve as Symbol } from '../internal/Symbol.mjs';
|
|
104
|
+
//region block: imports
|
|
105
|
+
var imul = Math.imul;
|
|
106
|
+
//endregion
|
|
107
|
+
//region block: pre-declaration
|
|
108
|
+
//endregion
|
|
109
|
+
function get_NULL_SEGMENT() {
|
|
110
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
111
|
+
return NULL_SEGMENT;
|
|
112
|
+
}
|
|
113
|
+
var NULL_SEGMENT;
|
|
114
|
+
function get_SEGMENT_SIZE() {
|
|
115
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
116
|
+
return SEGMENT_SIZE;
|
|
117
|
+
}
|
|
118
|
+
var SEGMENT_SIZE;
|
|
119
|
+
function get_EXPAND_BUFFER_COMPLETION_WAIT_ITERATIONS() {
|
|
120
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
121
|
+
return EXPAND_BUFFER_COMPLETION_WAIT_ITERATIONS;
|
|
122
|
+
}
|
|
123
|
+
var EXPAND_BUFFER_COMPLETION_WAIT_ITERATIONS;
|
|
124
|
+
function get_BUFFERED() {
|
|
125
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
126
|
+
return BUFFERED;
|
|
127
|
+
}
|
|
128
|
+
var BUFFERED;
|
|
129
|
+
function get_IN_BUFFER() {
|
|
130
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
131
|
+
return IN_BUFFER;
|
|
132
|
+
}
|
|
133
|
+
var IN_BUFFER;
|
|
134
|
+
function get_RESUMING_BY_RCV() {
|
|
135
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
136
|
+
return RESUMING_BY_RCV;
|
|
137
|
+
}
|
|
138
|
+
var RESUMING_BY_RCV;
|
|
139
|
+
function get_RESUMING_BY_EB() {
|
|
140
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
141
|
+
return RESUMING_BY_EB;
|
|
142
|
+
}
|
|
143
|
+
var RESUMING_BY_EB;
|
|
144
|
+
function get_POISONED() {
|
|
145
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
146
|
+
return POISONED;
|
|
147
|
+
}
|
|
148
|
+
var POISONED;
|
|
149
|
+
function get_DONE_RCV() {
|
|
150
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
151
|
+
return DONE_RCV;
|
|
152
|
+
}
|
|
153
|
+
var DONE_RCV;
|
|
154
|
+
function get_INTERRUPTED_SEND() {
|
|
155
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
156
|
+
return INTERRUPTED_SEND;
|
|
157
|
+
}
|
|
158
|
+
var INTERRUPTED_SEND;
|
|
159
|
+
function get_INTERRUPTED_RCV() {
|
|
160
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
161
|
+
return INTERRUPTED_RCV;
|
|
162
|
+
}
|
|
163
|
+
var INTERRUPTED_RCV;
|
|
164
|
+
function get_CHANNEL_CLOSED() {
|
|
165
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
166
|
+
return CHANNEL_CLOSED;
|
|
167
|
+
}
|
|
168
|
+
var CHANNEL_CLOSED;
|
|
169
|
+
function get_SUSPEND() {
|
|
170
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
171
|
+
return SUSPEND;
|
|
172
|
+
}
|
|
173
|
+
var SUSPEND;
|
|
174
|
+
function get_SUSPEND_NO_WAITER() {
|
|
175
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
176
|
+
return SUSPEND_NO_WAITER;
|
|
177
|
+
}
|
|
178
|
+
var SUSPEND_NO_WAITER;
|
|
179
|
+
function get_FAILED() {
|
|
180
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
181
|
+
return FAILED;
|
|
182
|
+
}
|
|
183
|
+
var FAILED;
|
|
184
|
+
function get_NO_RECEIVE_RESULT() {
|
|
185
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
186
|
+
return NO_RECEIVE_RESULT;
|
|
187
|
+
}
|
|
188
|
+
var NO_RECEIVE_RESULT;
|
|
189
|
+
function get_CLOSE_HANDLER_CLOSED() {
|
|
190
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
191
|
+
return CLOSE_HANDLER_CLOSED;
|
|
192
|
+
}
|
|
193
|
+
var CLOSE_HANDLER_CLOSED;
|
|
194
|
+
function get_CLOSE_HANDLER_INVOKED() {
|
|
195
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
196
|
+
return CLOSE_HANDLER_INVOKED;
|
|
197
|
+
}
|
|
198
|
+
var CLOSE_HANDLER_INVOKED;
|
|
199
|
+
function get_NO_CLOSE_CAUSE() {
|
|
200
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
201
|
+
return NO_CLOSE_CAUSE;
|
|
202
|
+
}
|
|
203
|
+
var NO_CLOSE_CAUSE;
|
|
204
|
+
function setElementLazy($this, index, value) {
|
|
205
|
+
// Inline function 'kotlinx.atomicfu.AtomicRef.lazySet' call
|
|
206
|
+
$this.h19_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value = value;
|
|
207
|
+
}
|
|
208
|
+
var ChannelSegmentClass;
|
|
209
|
+
function ChannelSegment() {
|
|
210
|
+
if (ChannelSegmentClass === VOID) {
|
|
211
|
+
class $ extends Segment() {
|
|
212
|
+
constructor(id, prev, channel, pointers) {
|
|
213
|
+
super(id, prev, pointers);
|
|
214
|
+
this.g19_1 = channel;
|
|
215
|
+
this.h19_1 = atomicfu$AtomicRefArray$ofNulls(imul(get_SEGMENT_SIZE(), 2));
|
|
216
|
+
}
|
|
217
|
+
i19() {
|
|
218
|
+
return ensureNotNull(this.g19_1);
|
|
219
|
+
}
|
|
220
|
+
j19() {
|
|
221
|
+
return get_SEGMENT_SIZE();
|
|
222
|
+
}
|
|
223
|
+
k19(index, element) {
|
|
224
|
+
setElementLazy(this, index, element);
|
|
225
|
+
}
|
|
226
|
+
l19(index) {
|
|
227
|
+
var tmp = this.h19_1.atomicfu$get(imul(index, 2)).kotlinx$atomicfu$value;
|
|
228
|
+
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
229
|
+
}
|
|
230
|
+
m19(index) {
|
|
231
|
+
// Inline function 'kotlin.also' call
|
|
232
|
+
var this_0 = this.l19(index);
|
|
233
|
+
this.n19(index);
|
|
234
|
+
return this_0;
|
|
235
|
+
}
|
|
236
|
+
n19(index) {
|
|
237
|
+
setElementLazy(this, index, null);
|
|
238
|
+
}
|
|
239
|
+
o19(index) {
|
|
240
|
+
return this.h19_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value;
|
|
241
|
+
}
|
|
242
|
+
p19(index, value) {
|
|
243
|
+
this.h19_1.atomicfu$get(imul(index, 2) + 1 | 0).kotlinx$atomicfu$value = value;
|
|
244
|
+
}
|
|
245
|
+
q19(index, from, to) {
|
|
246
|
+
return this.h19_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$compareAndSet(from, to);
|
|
247
|
+
}
|
|
248
|
+
r19(index, update) {
|
|
249
|
+
return this.h19_1.atomicfu$get(imul(index, 2) + 1 | 0).atomicfu$getAndSet(update);
|
|
250
|
+
}
|
|
251
|
+
v11(index, cause, context) {
|
|
252
|
+
var isSender = index >= get_SEGMENT_SIZE();
|
|
253
|
+
var index_0 = isSender ? index - get_SEGMENT_SIZE() | 0 : index;
|
|
254
|
+
var element = this.l19(index_0);
|
|
255
|
+
$l$loop: while (true) {
|
|
256
|
+
var cur = this.o19(index_0);
|
|
257
|
+
var tmp;
|
|
258
|
+
if (!(cur == null) ? isInterface(cur, Waiter()) : false) {
|
|
259
|
+
tmp = true;
|
|
260
|
+
} else {
|
|
261
|
+
tmp = cur instanceof WaiterEB();
|
|
262
|
+
}
|
|
263
|
+
if (tmp) {
|
|
264
|
+
var update = isSender ? get_INTERRUPTED_SEND() : get_INTERRUPTED_RCV();
|
|
265
|
+
if (this.q19(index_0, cur, update)) {
|
|
266
|
+
this.n19(index_0);
|
|
267
|
+
this.e1a(index_0, !isSender);
|
|
268
|
+
if (isSender) {
|
|
269
|
+
var tmp0_safe_receiver = this.i19().t19_1;
|
|
270
|
+
if (tmp0_safe_receiver == null)
|
|
271
|
+
null;
|
|
272
|
+
else {
|
|
273
|
+
callUndeliveredElement(tmp0_safe_receiver, element, context);
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
return Unit_instance;
|
|
277
|
+
}
|
|
278
|
+
} else {
|
|
279
|
+
if (cur === get_INTERRUPTED_SEND() || cur === get_INTERRUPTED_RCV()) {
|
|
280
|
+
this.n19(index_0);
|
|
281
|
+
if (isSender) {
|
|
282
|
+
var tmp1_safe_receiver = this.i19().t19_1;
|
|
283
|
+
if (tmp1_safe_receiver == null)
|
|
284
|
+
null;
|
|
285
|
+
else {
|
|
286
|
+
callUndeliveredElement(tmp1_safe_receiver, element, context);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
return Unit_instance;
|
|
290
|
+
} else {
|
|
291
|
+
if (cur === get_RESUMING_BY_EB() || cur === get_RESUMING_BY_RCV())
|
|
292
|
+
continue $l$loop;
|
|
293
|
+
else {
|
|
294
|
+
if (cur === get_DONE_RCV() || cur === get_BUFFERED())
|
|
295
|
+
return Unit_instance;
|
|
296
|
+
else {
|
|
297
|
+
if (cur === get_CHANNEL_CLOSED())
|
|
298
|
+
return Unit_instance;
|
|
299
|
+
else {
|
|
300
|
+
// Inline function 'kotlin.error' call
|
|
301
|
+
var message = 'unexpected state: ' + toString(cur);
|
|
302
|
+
throw IllegalStateException().o(toString_0(message));
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
e1a(index, receiver) {
|
|
311
|
+
if (receiver) {
|
|
312
|
+
var tmp = this.i19();
|
|
313
|
+
var tmp0 = this.t11_1;
|
|
314
|
+
// Inline function 'kotlin.Long.times' call
|
|
315
|
+
var other = get_SEGMENT_SIZE();
|
|
316
|
+
// Inline function 'kotlin.Long.plus' call
|
|
317
|
+
var this_0 = multiply(tmp0, fromInt(other));
|
|
318
|
+
var tmp$ret$1 = add(this_0, fromInt(index));
|
|
319
|
+
tmp.f1a(tmp$ret$1);
|
|
320
|
+
}
|
|
321
|
+
this.g1a();
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
initMetadataForClass($, 'ChannelSegment');
|
|
325
|
+
ChannelSegmentClass = $;
|
|
326
|
+
}
|
|
327
|
+
return ChannelSegmentClass;
|
|
328
|
+
}
|
|
329
|
+
function *_generator_hasNext__q471nr($this, $completion) {
|
|
330
|
+
var tmp;
|
|
331
|
+
if (!($this.s1a_1 === get_NO_RECEIVE_RESULT()) && !($this.s1a_1 === get_CHANNEL_CLOSED())) {
|
|
332
|
+
tmp = true;
|
|
333
|
+
} else {
|
|
334
|
+
var tmp0 = $this.u1a_1;
|
|
335
|
+
var tmp$ret$1;
|
|
336
|
+
$l$block_0: {
|
|
337
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
|
|
338
|
+
var segment = tmp0.z19_1.kotlinx$atomicfu$value;
|
|
339
|
+
$l$loop_0: while (true) {
|
|
340
|
+
if (tmp0.v1a()) {
|
|
341
|
+
tmp$ret$1 = onClosedHasNext($this);
|
|
342
|
+
break $l$block_0;
|
|
343
|
+
}
|
|
344
|
+
var r = tmp0.v19_1.atomicfu$getAndIncrement$long();
|
|
345
|
+
// Inline function 'kotlin.Long.div' call
|
|
346
|
+
var other = get_SEGMENT_SIZE();
|
|
347
|
+
var id = divide(r, fromInt(other));
|
|
348
|
+
// Inline function 'kotlin.Long.rem' call
|
|
349
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
350
|
+
var tmp$ret$3 = modulo(r, fromInt(other_0));
|
|
351
|
+
var i = convertToInt(tmp$ret$3);
|
|
352
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
353
|
+
var tmp0_elvis_lhs = findSegmentReceive(tmp0, id, segment);
|
|
354
|
+
var tmp_0;
|
|
355
|
+
if (tmp0_elvis_lhs == null) {
|
|
356
|
+
continue $l$loop_0;
|
|
357
|
+
} else {
|
|
358
|
+
tmp_0 = tmp0_elvis_lhs;
|
|
359
|
+
}
|
|
360
|
+
segment = tmp_0;
|
|
361
|
+
}
|
|
362
|
+
var updCellResult = updateCellReceive(tmp0, segment, i, r, null);
|
|
363
|
+
var tmp_1;
|
|
364
|
+
if (updCellResult === get_SUSPEND()) {
|
|
365
|
+
var tmp1_safe_receiver = (!(null == null) ? isInterface(null, Waiter()) : false) ? null : null;
|
|
366
|
+
if (tmp1_safe_receiver == null)
|
|
367
|
+
null;
|
|
368
|
+
else {
|
|
369
|
+
prepareReceiverForSuspension(tmp0, tmp1_safe_receiver, segment, i);
|
|
370
|
+
}
|
|
371
|
+
var message = 'unreachable';
|
|
372
|
+
throw IllegalStateException().o(toString_0(message));
|
|
373
|
+
} else if (updCellResult === get_FAILED()) {
|
|
374
|
+
if (compare(r, tmp0.w1a()) < 0) {
|
|
375
|
+
segment.q1a();
|
|
376
|
+
}
|
|
377
|
+
continue $l$loop_0;
|
|
378
|
+
} else if (updCellResult === get_SUSPEND_NO_WAITER()) {
|
|
379
|
+
var segm = segment;
|
|
380
|
+
var tmp_2 = hasNextOnNoWaiterSuspend($this, segm, i, r, $completion);
|
|
381
|
+
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
382
|
+
tmp_2 = yield tmp_2;
|
|
383
|
+
return tmp_2;
|
|
384
|
+
} else {
|
|
385
|
+
segment.q1a();
|
|
386
|
+
$this.s1a_1 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
|
|
387
|
+
tmp_1 = true;
|
|
388
|
+
}
|
|
389
|
+
tmp$ret$1 = tmp_1;
|
|
390
|
+
break $l$block_0;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
tmp = tmp$ret$1;
|
|
394
|
+
}
|
|
395
|
+
return tmp;
|
|
396
|
+
}
|
|
397
|
+
function onClosedHasNext($this) {
|
|
398
|
+
$this.s1a_1 = get_CHANNEL_CLOSED();
|
|
399
|
+
var tmp0_elvis_lhs = $this.u1a_1.x1a();
|
|
400
|
+
var tmp;
|
|
401
|
+
if (tmp0_elvis_lhs == null) {
|
|
402
|
+
return false;
|
|
403
|
+
} else {
|
|
404
|
+
tmp = tmp0_elvis_lhs;
|
|
405
|
+
}
|
|
406
|
+
var cause = tmp;
|
|
407
|
+
throw recoverStackTrace(cause);
|
|
408
|
+
}
|
|
409
|
+
function hasNextOnNoWaiterSuspend($this, segment, index, r, $completion) {
|
|
410
|
+
var cancellable = getOrCreateCancellableContinuation(intercepted($completion));
|
|
411
|
+
try {
|
|
412
|
+
$this.t1a_1 = cancellable;
|
|
413
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImplOnNoWaiter' call
|
|
414
|
+
var this_0 = $this.u1a_1;
|
|
415
|
+
var updCellResult = updateCellReceive(this_0, segment, index, r, $this);
|
|
416
|
+
if (updCellResult === get_SUSPEND()) {
|
|
417
|
+
prepareReceiverForSuspension(this_0, $this, segment, index);
|
|
418
|
+
} else if (updCellResult === get_FAILED()) {
|
|
419
|
+
if (compare(r, this_0.w1a()) < 0) {
|
|
420
|
+
segment.q1a();
|
|
421
|
+
}
|
|
422
|
+
$l$block_0: {
|
|
423
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
|
|
424
|
+
var segment_0 = this_0.z19_1.kotlinx$atomicfu$value;
|
|
425
|
+
$l$loop_0: while (true) {
|
|
426
|
+
if (this_0.v1a()) {
|
|
427
|
+
onClosedHasNextNoWaiterSuspend($this);
|
|
428
|
+
break $l$block_0;
|
|
429
|
+
}
|
|
430
|
+
var r_0 = this_0.v19_1.atomicfu$getAndIncrement$long();
|
|
431
|
+
// Inline function 'kotlin.Long.div' call
|
|
432
|
+
var other = get_SEGMENT_SIZE();
|
|
433
|
+
var id = divide(r_0, fromInt(other));
|
|
434
|
+
// Inline function 'kotlin.Long.rem' call
|
|
435
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
436
|
+
var tmp$ret$3 = modulo(r_0, fromInt(other_0));
|
|
437
|
+
var i = convertToInt(tmp$ret$3);
|
|
438
|
+
if (!equalsLong(segment_0.t11_1, id)) {
|
|
439
|
+
var tmp0_elvis_lhs = findSegmentReceive(this_0, id, segment_0);
|
|
440
|
+
var tmp;
|
|
441
|
+
if (tmp0_elvis_lhs == null) {
|
|
442
|
+
continue $l$loop_0;
|
|
443
|
+
} else {
|
|
444
|
+
tmp = tmp0_elvis_lhs;
|
|
445
|
+
}
|
|
446
|
+
segment_0 = tmp;
|
|
447
|
+
}
|
|
448
|
+
var updCellResult_0 = updateCellReceive(this_0, segment_0, i, r_0, $this);
|
|
449
|
+
if (updCellResult_0 === get_SUSPEND()) {
|
|
450
|
+
var tmp1_safe_receiver = (!($this == null) ? isInterface($this, Waiter()) : false) ? $this : null;
|
|
451
|
+
if (tmp1_safe_receiver == null)
|
|
452
|
+
null;
|
|
453
|
+
else {
|
|
454
|
+
prepareReceiverForSuspension(this_0, tmp1_safe_receiver, segment_0, i);
|
|
455
|
+
}
|
|
456
|
+
} else if (updCellResult_0 === get_FAILED()) {
|
|
457
|
+
if (compare(r_0, this_0.w1a()) < 0) {
|
|
458
|
+
segment_0.q1a();
|
|
459
|
+
}
|
|
460
|
+
continue $l$loop_0;
|
|
461
|
+
} else if (updCellResult_0 === get_SUSPEND_NO_WAITER()) {
|
|
462
|
+
// Inline function 'kotlin.error' call
|
|
463
|
+
var message = 'unexpected';
|
|
464
|
+
throw IllegalStateException().o(toString_0(message));
|
|
465
|
+
} else {
|
|
466
|
+
segment_0.q1a();
|
|
467
|
+
var element = (updCellResult_0 == null ? true : !(updCellResult_0 == null)) ? updCellResult_0 : THROW_CCE();
|
|
468
|
+
$this.s1a_1 = element;
|
|
469
|
+
$this.t1a_1 = null;
|
|
470
|
+
var tmp0_safe_receiver = $this.u1a_1.t19_1;
|
|
471
|
+
cancellable.w12(true, tmp0_safe_receiver == null ? null : bindCancellationFun($this.u1a_1, tmp0_safe_receiver, element));
|
|
472
|
+
}
|
|
473
|
+
break $l$block_0;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
} else {
|
|
477
|
+
segment.q1a();
|
|
478
|
+
var element_0 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
|
|
479
|
+
$this.s1a_1 = element_0;
|
|
480
|
+
$this.t1a_1 = null;
|
|
481
|
+
var tmp0_safe_receiver_0 = $this.u1a_1.t19_1;
|
|
482
|
+
cancellable.w12(true, tmp0_safe_receiver_0 == null ? null : bindCancellationFun($this.u1a_1, tmp0_safe_receiver_0, element_0));
|
|
483
|
+
}
|
|
484
|
+
} catch ($p) {
|
|
485
|
+
if ($p instanceof Error) {
|
|
486
|
+
var e = $p;
|
|
487
|
+
cancellable.s12();
|
|
488
|
+
throw e;
|
|
489
|
+
} else {
|
|
490
|
+
throw $p;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
return cancellable.a10();
|
|
494
|
+
}
|
|
495
|
+
function onClosedHasNextNoWaiterSuspend($this) {
|
|
496
|
+
var cont = ensureNotNull($this.t1a_1);
|
|
497
|
+
$this.t1a_1 = null;
|
|
498
|
+
$this.s1a_1 = get_CHANNEL_CLOSED();
|
|
499
|
+
var cause = $this.u1a_1.x1a();
|
|
500
|
+
if (cause == null) {
|
|
501
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
502
|
+
// Inline function 'kotlin.Companion.success' call
|
|
503
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
|
|
504
|
+
cont.dd(tmp$ret$0);
|
|
505
|
+
} else {
|
|
506
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
507
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
508
|
+
var exception = recoverStackTrace_0(cause, cont);
|
|
509
|
+
var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
510
|
+
cont.dd(tmp$ret$2);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
function _get_bufferEndCounter__2d4hee($this) {
|
|
514
|
+
return $this.w19_1.kotlinx$atomicfu$value;
|
|
515
|
+
}
|
|
516
|
+
function _get_isRendezvousOrUnlimited__3mdufi($this) {
|
|
517
|
+
// Inline function 'kotlin.let' call
|
|
518
|
+
var it = _get_bufferEndCounter__2d4hee($this);
|
|
519
|
+
return equalsLong(it, new (Long())(0, 0)) || equalsLong(it, new (Long())(-1, 2147483647));
|
|
520
|
+
}
|
|
521
|
+
function *_generator_send__qhx0g0($this, element, $completion) {
|
|
522
|
+
$l$block_5: {
|
|
523
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
|
|
524
|
+
var segment = $this.y19_1.kotlinx$atomicfu$value;
|
|
525
|
+
$l$loop_0: while (true) {
|
|
526
|
+
var sendersAndCloseStatusCur = $this.u19_1.atomicfu$getAndIncrement$long();
|
|
527
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
528
|
+
var s = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
529
|
+
var closed = _get_isClosedForSend0__kxgf9m($this, sendersAndCloseStatusCur);
|
|
530
|
+
// Inline function 'kotlin.Long.div' call
|
|
531
|
+
var other = get_SEGMENT_SIZE();
|
|
532
|
+
var id = divide(s, fromInt(other));
|
|
533
|
+
// Inline function 'kotlin.Long.rem' call
|
|
534
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
535
|
+
var tmp$ret$2 = modulo(s, fromInt(other_0));
|
|
536
|
+
var i = convertToInt(tmp$ret$2);
|
|
537
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
538
|
+
var tmp0_elvis_lhs = findSegmentSend($this, id, segment);
|
|
539
|
+
var tmp;
|
|
540
|
+
if (tmp0_elvis_lhs == null) {
|
|
541
|
+
var tmp_0;
|
|
542
|
+
if (closed) {
|
|
543
|
+
var tmp_1 = onClosedSend($this, element, $completion);
|
|
544
|
+
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
545
|
+
tmp_1 = yield tmp_1;
|
|
546
|
+
break $l$block_5;
|
|
547
|
+
} else {
|
|
548
|
+
continue $l$loop_0;
|
|
549
|
+
}
|
|
550
|
+
} else {
|
|
551
|
+
tmp = tmp0_elvis_lhs;
|
|
552
|
+
}
|
|
553
|
+
segment = tmp;
|
|
554
|
+
}
|
|
555
|
+
switch (updateCellSend($this, segment, i, element, s, null, closed)) {
|
|
556
|
+
case 0:
|
|
557
|
+
segment.q1a();
|
|
558
|
+
break $l$block_5;
|
|
559
|
+
case 1:
|
|
560
|
+
break $l$block_5;
|
|
561
|
+
case 2:
|
|
562
|
+
if (closed) {
|
|
563
|
+
segment.g1a();
|
|
564
|
+
var tmp_2 = onClosedSend($this, element, $completion);
|
|
565
|
+
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
566
|
+
tmp_2 = yield tmp_2;
|
|
567
|
+
break $l$block_5;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
var tmp2_safe_receiver = (!(null == null) ? isInterface(null, Waiter()) : false) ? null : null;
|
|
571
|
+
if (tmp2_safe_receiver == null)
|
|
572
|
+
null;
|
|
573
|
+
else {
|
|
574
|
+
prepareSenderForSuspension($this, tmp2_safe_receiver, segment, i);
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
578
|
+
|
|
579
|
+
break $l$block_5;
|
|
580
|
+
case 4:
|
|
581
|
+
if (compare(s, $this.y1a()) < 0) {
|
|
582
|
+
segment.q1a();
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
var tmp_3 = onClosedSend($this, element, $completion);
|
|
586
|
+
if (tmp_3 === get_COROUTINE_SUSPENDED())
|
|
587
|
+
tmp_3 = yield tmp_3;
|
|
588
|
+
break $l$block_5;
|
|
589
|
+
case 5:
|
|
590
|
+
segment.q1a();
|
|
591
|
+
continue $l$loop_0;
|
|
592
|
+
case 3:
|
|
593
|
+
var segm = segment;
|
|
594
|
+
var tmp_4 = sendOnNoWaiterSuspend($this, segm, i, element, s, $completion);
|
|
595
|
+
if (tmp_4 === get_COROUTINE_SUSPENDED())
|
|
596
|
+
tmp_4 = yield tmp_4;
|
|
597
|
+
break $l$block_5;
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
return Unit_instance;
|
|
602
|
+
}
|
|
603
|
+
function onClosedSend($this, element, $completion) {
|
|
604
|
+
var cancellable = new (CancellableContinuationImpl())(intercepted($completion), 1);
|
|
605
|
+
cancellable.zz();
|
|
606
|
+
$l$block: {
|
|
607
|
+
var tmp0_safe_receiver = $this.t19_1;
|
|
608
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : callUndeliveredElementCatchingException(tmp0_safe_receiver, element);
|
|
609
|
+
if (tmp1_safe_receiver == null)
|
|
610
|
+
null;
|
|
611
|
+
else {
|
|
612
|
+
// Inline function 'kotlin.let' call
|
|
613
|
+
addSuppressed(tmp1_safe_receiver, $this.z1a());
|
|
614
|
+
// Inline function 'kotlinx.coroutines.resumeWithStackTrace' call
|
|
615
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
616
|
+
var exception = recoverStackTrace_0(tmp1_safe_receiver, cancellable);
|
|
617
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
618
|
+
cancellable.dd(tmp$ret$0);
|
|
619
|
+
break $l$block;
|
|
620
|
+
}
|
|
621
|
+
// Inline function 'kotlinx.coroutines.resumeWithStackTrace' call
|
|
622
|
+
var exception_0 = $this.z1a();
|
|
623
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
624
|
+
var exception_1 = recoverStackTrace_0(exception_0, cancellable);
|
|
625
|
+
var tmp$ret$4 = _Result___init__impl__xyqfz8(createFailure(exception_1));
|
|
626
|
+
cancellable.dd(tmp$ret$4);
|
|
627
|
+
}
|
|
628
|
+
return cancellable.a10();
|
|
629
|
+
}
|
|
630
|
+
function sendOnNoWaiterSuspend($this, segment, index, element, s, $completion) {
|
|
631
|
+
var cancellable = getOrCreateCancellableContinuation(intercepted($completion));
|
|
632
|
+
try {
|
|
633
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImplOnNoWaiter' call
|
|
634
|
+
switch (updateCellSend($this, segment, index, element, s, cancellable, false)) {
|
|
635
|
+
case 0:
|
|
636
|
+
segment.q1a();
|
|
637
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
638
|
+
|
|
639
|
+
// Inline function 'kotlin.Companion.success' call
|
|
640
|
+
|
|
641
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
642
|
+
cancellable.dd(tmp$ret$0);
|
|
643
|
+
break;
|
|
644
|
+
case 1:
|
|
645
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
646
|
+
|
|
647
|
+
// Inline function 'kotlin.Companion.success' call
|
|
648
|
+
|
|
649
|
+
var tmp$ret$3 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
650
|
+
cancellable.dd(tmp$ret$3);
|
|
651
|
+
break;
|
|
652
|
+
case 2:
|
|
653
|
+
prepareSenderForSuspension($this, cancellable, segment, index);
|
|
654
|
+
break;
|
|
655
|
+
case 4:
|
|
656
|
+
if (compare(s, $this.y1a()) < 0) {
|
|
657
|
+
segment.q1a();
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
onClosedSendOnNoWaiterSuspend($this, element, cancellable);
|
|
661
|
+
break;
|
|
662
|
+
case 5:
|
|
663
|
+
segment.q1a();
|
|
664
|
+
$l$block_5: {
|
|
665
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
|
|
666
|
+
var segment_0 = $this.y19_1.kotlinx$atomicfu$value;
|
|
667
|
+
$l$loop_0: while (true) {
|
|
668
|
+
var sendersAndCloseStatusCur = $this.u19_1.atomicfu$getAndIncrement$long();
|
|
669
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
670
|
+
var s_0 = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
671
|
+
var closed = _get_isClosedForSend0__kxgf9m($this, sendersAndCloseStatusCur);
|
|
672
|
+
// Inline function 'kotlin.Long.div' call
|
|
673
|
+
var other = get_SEGMENT_SIZE();
|
|
674
|
+
var id = divide(s_0, fromInt(other));
|
|
675
|
+
// Inline function 'kotlin.Long.rem' call
|
|
676
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
677
|
+
var tmp$ret$9 = modulo(s_0, fromInt(other_0));
|
|
678
|
+
var i = convertToInt(tmp$ret$9);
|
|
679
|
+
if (!equalsLong(segment_0.t11_1, id)) {
|
|
680
|
+
var tmp0_elvis_lhs = findSegmentSend($this, id, segment_0);
|
|
681
|
+
var tmp;
|
|
682
|
+
if (tmp0_elvis_lhs == null) {
|
|
683
|
+
var tmp_0;
|
|
684
|
+
if (closed) {
|
|
685
|
+
onClosedSendOnNoWaiterSuspend($this, element, cancellable);
|
|
686
|
+
break $l$block_5;
|
|
687
|
+
} else {
|
|
688
|
+
continue $l$loop_0;
|
|
689
|
+
}
|
|
690
|
+
} else {
|
|
691
|
+
tmp = tmp0_elvis_lhs;
|
|
692
|
+
}
|
|
693
|
+
segment_0 = tmp;
|
|
694
|
+
}
|
|
695
|
+
switch (updateCellSend($this, segment_0, i, element, s_0, cancellable, closed)) {
|
|
696
|
+
case 0:
|
|
697
|
+
segment_0.q1a();
|
|
698
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
699
|
+
|
|
700
|
+
// Inline function 'kotlin.Companion.success' call
|
|
701
|
+
|
|
702
|
+
var tmp$ret$12 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
703
|
+
cancellable.dd(tmp$ret$12);
|
|
704
|
+
break $l$block_5;
|
|
705
|
+
case 1:
|
|
706
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
707
|
+
|
|
708
|
+
// Inline function 'kotlin.Companion.success' call
|
|
709
|
+
|
|
710
|
+
var tmp$ret$15 = _Result___init__impl__xyqfz8(Unit_instance);
|
|
711
|
+
cancellable.dd(tmp$ret$15);
|
|
712
|
+
break $l$block_5;
|
|
713
|
+
case 2:
|
|
714
|
+
if (closed) {
|
|
715
|
+
segment_0.g1a();
|
|
716
|
+
onClosedSendOnNoWaiterSuspend($this, element, cancellable);
|
|
717
|
+
break $l$block_5;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
var tmp2_safe_receiver = (!(cancellable == null) ? isInterface(cancellable, Waiter()) : false) ? cancellable : null;
|
|
721
|
+
if (tmp2_safe_receiver == null)
|
|
722
|
+
null;
|
|
723
|
+
else {
|
|
724
|
+
prepareSenderForSuspension($this, tmp2_safe_receiver, segment_0, i);
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
break $l$block_5;
|
|
728
|
+
case 4:
|
|
729
|
+
if (compare(s_0, $this.y1a()) < 0) {
|
|
730
|
+
segment_0.q1a();
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
onClosedSendOnNoWaiterSuspend($this, element, cancellable);
|
|
734
|
+
break $l$block_5;
|
|
735
|
+
case 5:
|
|
736
|
+
segment_0.q1a();
|
|
737
|
+
continue $l$loop_0;
|
|
738
|
+
case 3:
|
|
739
|
+
// Inline function 'kotlin.error' call
|
|
740
|
+
|
|
741
|
+
var message = 'unexpected';
|
|
742
|
+
throw IllegalStateException().o(toString_0(message));
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
break;
|
|
748
|
+
default:
|
|
749
|
+
// Inline function 'kotlin.error' call
|
|
750
|
+
|
|
751
|
+
var message_0 = 'unexpected';
|
|
752
|
+
throw IllegalStateException().o(toString_0(message_0));
|
|
753
|
+
}
|
|
754
|
+
} catch ($p) {
|
|
755
|
+
if ($p instanceof Error) {
|
|
756
|
+
var e = $p;
|
|
757
|
+
cancellable.s12();
|
|
758
|
+
throw e;
|
|
759
|
+
} else {
|
|
760
|
+
throw $p;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
return cancellable.a10();
|
|
764
|
+
}
|
|
765
|
+
function prepareSenderForSuspension($this, _this__u8e3s4, segment, index) {
|
|
766
|
+
_this__u8e3s4.y12(segment, index + get_SEGMENT_SIZE() | 0);
|
|
767
|
+
}
|
|
768
|
+
function onClosedSendOnNoWaiterSuspend($this, element, cont) {
|
|
769
|
+
var tmp0_safe_receiver = $this.t19_1;
|
|
770
|
+
if (tmp0_safe_receiver == null)
|
|
771
|
+
null;
|
|
772
|
+
else {
|
|
773
|
+
callUndeliveredElement(tmp0_safe_receiver, element, cont.bd());
|
|
774
|
+
}
|
|
775
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
776
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
777
|
+
var exception = recoverStackTrace_0($this.z1a(), cont);
|
|
778
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
779
|
+
cont.dd(tmp$ret$0);
|
|
780
|
+
}
|
|
781
|
+
var SendBroadcastClass;
|
|
782
|
+
function SendBroadcast() {
|
|
783
|
+
if (SendBroadcastClass === VOID) {
|
|
784
|
+
class $ {}
|
|
785
|
+
initMetadataForClass($, 'SendBroadcast', VOID, VOID, [Waiter()]);
|
|
786
|
+
SendBroadcastClass = $;
|
|
787
|
+
}
|
|
788
|
+
return SendBroadcastClass;
|
|
789
|
+
}
|
|
790
|
+
function updateCellSend($this, segment, index, element, s, waiter, closed) {
|
|
791
|
+
segment.k19(index, element);
|
|
792
|
+
if (closed)
|
|
793
|
+
return updateCellSendSlow($this, segment, index, element, s, waiter, closed);
|
|
794
|
+
var state = segment.o19(index);
|
|
795
|
+
if (state === null) {
|
|
796
|
+
if (bufferOrRendezvousSend($this, s)) {
|
|
797
|
+
if (segment.q19(index, null, get_BUFFERED())) {
|
|
798
|
+
return 1;
|
|
799
|
+
}
|
|
800
|
+
} else {
|
|
801
|
+
if (waiter == null) {
|
|
802
|
+
return 3;
|
|
803
|
+
} else {
|
|
804
|
+
if (segment.q19(index, null, waiter))
|
|
805
|
+
return 2;
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
} else {
|
|
809
|
+
if (!(state == null) ? isInterface(state, Waiter()) : false) {
|
|
810
|
+
segment.n19(index);
|
|
811
|
+
var tmp;
|
|
812
|
+
if (tryResumeReceiver($this, state, element)) {
|
|
813
|
+
segment.p19(index, get_DONE_RCV());
|
|
814
|
+
$this.a1b();
|
|
815
|
+
tmp = 0;
|
|
816
|
+
} else {
|
|
817
|
+
if (!(segment.r19(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
|
|
818
|
+
segment.e1a(index, true);
|
|
819
|
+
}
|
|
820
|
+
tmp = 5;
|
|
821
|
+
}
|
|
822
|
+
return tmp;
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
return updateCellSendSlow($this, segment, index, element, s, waiter, closed);
|
|
826
|
+
}
|
|
827
|
+
function updateCellSendSlow($this, segment, index, element, s, waiter, closed) {
|
|
828
|
+
while (true) {
|
|
829
|
+
var state = segment.o19(index);
|
|
830
|
+
if (state === null) {
|
|
831
|
+
if (bufferOrRendezvousSend($this, s) && !closed) {
|
|
832
|
+
if (segment.q19(index, null, get_BUFFERED())) {
|
|
833
|
+
return 1;
|
|
834
|
+
}
|
|
835
|
+
} else {
|
|
836
|
+
if (closed) {
|
|
837
|
+
if (segment.q19(index, null, get_INTERRUPTED_SEND())) {
|
|
838
|
+
segment.e1a(index, false);
|
|
839
|
+
return 4;
|
|
840
|
+
}
|
|
841
|
+
} else if (waiter == null)
|
|
842
|
+
return 3;
|
|
843
|
+
else if (segment.q19(index, null, waiter))
|
|
844
|
+
return 2;
|
|
845
|
+
}
|
|
846
|
+
} else if (state === get_IN_BUFFER()) {
|
|
847
|
+
if (segment.q19(index, state, get_BUFFERED())) {
|
|
848
|
+
return 1;
|
|
849
|
+
}
|
|
850
|
+
} else if (state === get_INTERRUPTED_RCV()) {
|
|
851
|
+
segment.n19(index);
|
|
852
|
+
return 5;
|
|
853
|
+
} else if (state === get_POISONED()) {
|
|
854
|
+
segment.n19(index);
|
|
855
|
+
return 5;
|
|
856
|
+
} else if (state === get_CHANNEL_CLOSED()) {
|
|
857
|
+
segment.n19(index);
|
|
858
|
+
completeCloseOrCancel($this);
|
|
859
|
+
return 4;
|
|
860
|
+
} else {
|
|
861
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
862
|
+
segment.n19(index);
|
|
863
|
+
var tmp;
|
|
864
|
+
if (state instanceof WaiterEB()) {
|
|
865
|
+
tmp = state.b1b_1;
|
|
866
|
+
} else {
|
|
867
|
+
tmp = state;
|
|
868
|
+
}
|
|
869
|
+
var receiver = tmp;
|
|
870
|
+
var tmp_0;
|
|
871
|
+
if (tryResumeReceiver($this, receiver, element)) {
|
|
872
|
+
segment.p19(index, get_DONE_RCV());
|
|
873
|
+
$this.a1b();
|
|
874
|
+
tmp_0 = 0;
|
|
875
|
+
} else {
|
|
876
|
+
if (!(segment.r19(index, get_INTERRUPTED_RCV()) === get_INTERRUPTED_RCV())) {
|
|
877
|
+
segment.e1a(index, true);
|
|
878
|
+
}
|
|
879
|
+
tmp_0 = 5;
|
|
880
|
+
}
|
|
881
|
+
return tmp_0;
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
function shouldSendSuspend0($this, curSendersAndCloseStatus) {
|
|
886
|
+
if (_get_isClosedForSend0__kxgf9m($this, curSendersAndCloseStatus))
|
|
887
|
+
return false;
|
|
888
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
889
|
+
var tmp$ret$0 = bitwiseAnd(curSendersAndCloseStatus, new (Long())(-1, 268435455));
|
|
890
|
+
return !bufferOrRendezvousSend($this, tmp$ret$0);
|
|
891
|
+
}
|
|
892
|
+
function bufferOrRendezvousSend($this, curSenders) {
|
|
893
|
+
var tmp;
|
|
894
|
+
if (compare(curSenders, _get_bufferEndCounter__2d4hee($this)) < 0) {
|
|
895
|
+
tmp = true;
|
|
896
|
+
} else {
|
|
897
|
+
var tmp0 = $this.y1a();
|
|
898
|
+
// Inline function 'kotlin.Long.plus' call
|
|
899
|
+
var other = $this.s19_1;
|
|
900
|
+
var tmp$ret$0 = add(tmp0, fromInt(other));
|
|
901
|
+
tmp = compare(curSenders, tmp$ret$0) < 0;
|
|
902
|
+
}
|
|
903
|
+
return tmp;
|
|
904
|
+
}
|
|
905
|
+
function tryResumeReceiver($this, _this__u8e3s4, element) {
|
|
906
|
+
var tmp;
|
|
907
|
+
if (isInterface(_this__u8e3s4, SelectInstance())) {
|
|
908
|
+
tmp = _this__u8e3s4.g1b($this, element);
|
|
909
|
+
} else {
|
|
910
|
+
if (_this__u8e3s4 instanceof ReceiveCatching()) {
|
|
911
|
+
if (!(_this__u8e3s4 instanceof ReceiveCatching()))
|
|
912
|
+
THROW_CCE();
|
|
913
|
+
var tmp_0 = Companion_getInstance().e1b(element);
|
|
914
|
+
var tmp1_safe_receiver = $this.t19_1;
|
|
915
|
+
tmp = tryResume0(_this__u8e3s4.f1b_1, new (ChannelResult())(tmp_0), tmp1_safe_receiver == null ? null : bindCancellationFunResult($this, tmp1_safe_receiver));
|
|
916
|
+
} else {
|
|
917
|
+
if (_this__u8e3s4 instanceof BufferedChannelIterator()) {
|
|
918
|
+
if (!(_this__u8e3s4 instanceof BufferedChannelIterator()))
|
|
919
|
+
THROW_CCE();
|
|
920
|
+
tmp = _this__u8e3s4.c1b(element);
|
|
921
|
+
} else {
|
|
922
|
+
if (isInterface(_this__u8e3s4, CancellableContinuation())) {
|
|
923
|
+
if (!isInterface(_this__u8e3s4, CancellableContinuation()))
|
|
924
|
+
THROW_CCE();
|
|
925
|
+
var tmp2_safe_receiver = $this.t19_1;
|
|
926
|
+
tmp = tryResume0(_this__u8e3s4, element, tmp2_safe_receiver == null ? null : bindCancellationFun_0($this, tmp2_safe_receiver));
|
|
927
|
+
} else {
|
|
928
|
+
var message = 'Unexpected receiver type: ' + toString_0(_this__u8e3s4);
|
|
929
|
+
throw IllegalStateException().o(toString_0(message));
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
return tmp;
|
|
935
|
+
}
|
|
936
|
+
function *_generator_receive__aoggq9($this, $completion) {
|
|
937
|
+
var tmp$ret$0;
|
|
938
|
+
$l$block: {
|
|
939
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
|
|
940
|
+
var segment = $this.z19_1.kotlinx$atomicfu$value;
|
|
941
|
+
$l$loop_0: while (true) {
|
|
942
|
+
if ($this.v1a()) {
|
|
943
|
+
throw recoverStackTrace(_get_receiveException__foorc1($this));
|
|
944
|
+
}
|
|
945
|
+
var r = $this.v19_1.atomicfu$getAndIncrement$long();
|
|
946
|
+
// Inline function 'kotlin.Long.div' call
|
|
947
|
+
var other = get_SEGMENT_SIZE();
|
|
948
|
+
var id = divide(r, fromInt(other));
|
|
949
|
+
// Inline function 'kotlin.Long.rem' call
|
|
950
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
951
|
+
var tmp$ret$2 = modulo(r, fromInt(other_0));
|
|
952
|
+
var i = convertToInt(tmp$ret$2);
|
|
953
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
954
|
+
var tmp0_elvis_lhs = findSegmentReceive($this, id, segment);
|
|
955
|
+
var tmp;
|
|
956
|
+
if (tmp0_elvis_lhs == null) {
|
|
957
|
+
continue $l$loop_0;
|
|
958
|
+
} else {
|
|
959
|
+
tmp = tmp0_elvis_lhs;
|
|
960
|
+
}
|
|
961
|
+
segment = tmp;
|
|
962
|
+
}
|
|
963
|
+
var updCellResult = updateCellReceive($this, segment, i, r, null);
|
|
964
|
+
var tmp_0;
|
|
965
|
+
if (updCellResult === get_SUSPEND()) {
|
|
966
|
+
var tmp1_safe_receiver = (!(null == null) ? isInterface(null, Waiter()) : false) ? null : null;
|
|
967
|
+
if (tmp1_safe_receiver == null)
|
|
968
|
+
null;
|
|
969
|
+
else {
|
|
970
|
+
prepareReceiverForSuspension($this, tmp1_safe_receiver, segment, i);
|
|
971
|
+
}
|
|
972
|
+
var message = 'unexpected';
|
|
973
|
+
throw IllegalStateException().o(toString_0(message));
|
|
974
|
+
} else if (updCellResult === get_FAILED()) {
|
|
975
|
+
if (compare(r, $this.w1a()) < 0) {
|
|
976
|
+
segment.q1a();
|
|
977
|
+
}
|
|
978
|
+
continue $l$loop_0;
|
|
979
|
+
} else if (updCellResult === get_SUSPEND_NO_WAITER()) {
|
|
980
|
+
var segm = segment;
|
|
981
|
+
var tmp_1 = receiveOnNoWaiterSuspend($this, segm, i, r, $completion);
|
|
982
|
+
if (tmp_1 === get_COROUTINE_SUSPENDED())
|
|
983
|
+
tmp_1 = yield tmp_1;
|
|
984
|
+
tmp_0 = tmp_1;
|
|
985
|
+
} else {
|
|
986
|
+
segment.q1a();
|
|
987
|
+
return (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
|
|
988
|
+
}
|
|
989
|
+
tmp$ret$0 = tmp_0;
|
|
990
|
+
break $l$block;
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
return tmp$ret$0;
|
|
994
|
+
}
|
|
995
|
+
function receiveOnNoWaiterSuspend($this, segment, index, r, $completion) {
|
|
996
|
+
var cancellable = getOrCreateCancellableContinuation(intercepted($completion));
|
|
997
|
+
try {
|
|
998
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImplOnNoWaiter' call
|
|
999
|
+
var updCellResult = updateCellReceive($this, segment, index, r, cancellable);
|
|
1000
|
+
if (updCellResult === get_SUSPEND()) {
|
|
1001
|
+
prepareReceiverForSuspension($this, cancellable, segment, index);
|
|
1002
|
+
} else if (updCellResult === get_FAILED()) {
|
|
1003
|
+
if (compare(r, $this.w1a()) < 0) {
|
|
1004
|
+
segment.q1a();
|
|
1005
|
+
}
|
|
1006
|
+
$l$block_0: {
|
|
1007
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.receiveImpl' call
|
|
1008
|
+
var segment_0 = $this.z19_1.kotlinx$atomicfu$value;
|
|
1009
|
+
$l$loop_0: while (true) {
|
|
1010
|
+
if ($this.v1a()) {
|
|
1011
|
+
onClosedReceiveOnNoWaiterSuspend($this, cancellable);
|
|
1012
|
+
break $l$block_0;
|
|
1013
|
+
}
|
|
1014
|
+
var r_0 = $this.v19_1.atomicfu$getAndIncrement$long();
|
|
1015
|
+
// Inline function 'kotlin.Long.div' call
|
|
1016
|
+
var other = get_SEGMENT_SIZE();
|
|
1017
|
+
var id = divide(r_0, fromInt(other));
|
|
1018
|
+
// Inline function 'kotlin.Long.rem' call
|
|
1019
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
1020
|
+
var tmp$ret$3 = modulo(r_0, fromInt(other_0));
|
|
1021
|
+
var i = convertToInt(tmp$ret$3);
|
|
1022
|
+
if (!equalsLong(segment_0.t11_1, id)) {
|
|
1023
|
+
var tmp0_elvis_lhs = findSegmentReceive($this, id, segment_0);
|
|
1024
|
+
var tmp;
|
|
1025
|
+
if (tmp0_elvis_lhs == null) {
|
|
1026
|
+
continue $l$loop_0;
|
|
1027
|
+
} else {
|
|
1028
|
+
tmp = tmp0_elvis_lhs;
|
|
1029
|
+
}
|
|
1030
|
+
segment_0 = tmp;
|
|
1031
|
+
}
|
|
1032
|
+
var updCellResult_0 = updateCellReceive($this, segment_0, i, r_0, cancellable);
|
|
1033
|
+
if (updCellResult_0 === get_SUSPEND()) {
|
|
1034
|
+
var tmp1_safe_receiver = (!(cancellable == null) ? isInterface(cancellable, Waiter()) : false) ? cancellable : null;
|
|
1035
|
+
if (tmp1_safe_receiver == null)
|
|
1036
|
+
null;
|
|
1037
|
+
else {
|
|
1038
|
+
prepareReceiverForSuspension($this, tmp1_safe_receiver, segment_0, i);
|
|
1039
|
+
}
|
|
1040
|
+
} else if (updCellResult_0 === get_FAILED()) {
|
|
1041
|
+
if (compare(r_0, $this.w1a()) < 0) {
|
|
1042
|
+
segment_0.q1a();
|
|
1043
|
+
}
|
|
1044
|
+
continue $l$loop_0;
|
|
1045
|
+
} else if (updCellResult_0 === get_SUSPEND_NO_WAITER()) {
|
|
1046
|
+
// Inline function 'kotlin.error' call
|
|
1047
|
+
var message = 'unexpected';
|
|
1048
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1049
|
+
} else {
|
|
1050
|
+
segment_0.q1a();
|
|
1051
|
+
var element = (updCellResult_0 == null ? true : !(updCellResult_0 == null)) ? updCellResult_0 : THROW_CCE();
|
|
1052
|
+
var tmp0_safe_receiver = $this.t19_1;
|
|
1053
|
+
var onCancellation = tmp0_safe_receiver == null ? null : bindCancellationFun_0($this, tmp0_safe_receiver);
|
|
1054
|
+
cancellable.w12(element, onCancellation);
|
|
1055
|
+
}
|
|
1056
|
+
break $l$block_0;
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
} else {
|
|
1060
|
+
segment.q1a();
|
|
1061
|
+
var element_0 = (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE();
|
|
1062
|
+
var tmp0_safe_receiver_0 = $this.t19_1;
|
|
1063
|
+
var onCancellation_0 = tmp0_safe_receiver_0 == null ? null : bindCancellationFun_0($this, tmp0_safe_receiver_0);
|
|
1064
|
+
cancellable.w12(element_0, onCancellation_0);
|
|
1065
|
+
}
|
|
1066
|
+
} catch ($p) {
|
|
1067
|
+
if ($p instanceof Error) {
|
|
1068
|
+
var e = $p;
|
|
1069
|
+
cancellable.s12();
|
|
1070
|
+
throw e;
|
|
1071
|
+
} else {
|
|
1072
|
+
throw $p;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
return cancellable.a10();
|
|
1076
|
+
}
|
|
1077
|
+
function prepareReceiverForSuspension($this, _this__u8e3s4, segment, index) {
|
|
1078
|
+
$this.h1b();
|
|
1079
|
+
_this__u8e3s4.y12(segment, index);
|
|
1080
|
+
}
|
|
1081
|
+
function onClosedReceiveOnNoWaiterSuspend($this, cont) {
|
|
1082
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
1083
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
1084
|
+
var exception = _get_receiveException__foorc1($this);
|
|
1085
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
1086
|
+
cont.dd(tmp$ret$0);
|
|
1087
|
+
}
|
|
1088
|
+
function updateCellReceive($this, segment, index, r, waiter) {
|
|
1089
|
+
var state = segment.o19(index);
|
|
1090
|
+
if (state === null) {
|
|
1091
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1092
|
+
var this_0 = $this.u19_1.kotlinx$atomicfu$value;
|
|
1093
|
+
var senders = bitwiseAnd(this_0, new (Long())(-1, 268435455));
|
|
1094
|
+
if (compare(r, senders) >= 0) {
|
|
1095
|
+
if (waiter === null) {
|
|
1096
|
+
return get_SUSPEND_NO_WAITER();
|
|
1097
|
+
}
|
|
1098
|
+
if (segment.q19(index, state, waiter)) {
|
|
1099
|
+
expandBuffer($this);
|
|
1100
|
+
return get_SUSPEND();
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
} else if (state === get_BUFFERED())
|
|
1104
|
+
if (segment.q19(index, state, get_DONE_RCV())) {
|
|
1105
|
+
expandBuffer($this);
|
|
1106
|
+
return segment.m19(index);
|
|
1107
|
+
}
|
|
1108
|
+
return updateCellReceiveSlow($this, segment, index, r, waiter);
|
|
1109
|
+
}
|
|
1110
|
+
function updateCellReceiveSlow($this, segment, index, r, waiter) {
|
|
1111
|
+
$l$loop: while (true) {
|
|
1112
|
+
var state = segment.o19(index);
|
|
1113
|
+
if (state === null || state === get_IN_BUFFER()) {
|
|
1114
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1115
|
+
var this_0 = $this.u19_1.kotlinx$atomicfu$value;
|
|
1116
|
+
var senders = bitwiseAnd(this_0, new (Long())(-1, 268435455));
|
|
1117
|
+
if (compare(r, senders) < 0) {
|
|
1118
|
+
if (segment.q19(index, state, get_POISONED())) {
|
|
1119
|
+
expandBuffer($this);
|
|
1120
|
+
return get_FAILED();
|
|
1121
|
+
}
|
|
1122
|
+
} else {
|
|
1123
|
+
if (waiter === null) {
|
|
1124
|
+
return get_SUSPEND_NO_WAITER();
|
|
1125
|
+
}
|
|
1126
|
+
if (segment.q19(index, state, waiter)) {
|
|
1127
|
+
expandBuffer($this);
|
|
1128
|
+
return get_SUSPEND();
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
} else if (state === get_BUFFERED()) {
|
|
1132
|
+
if (segment.q19(index, state, get_DONE_RCV())) {
|
|
1133
|
+
expandBuffer($this);
|
|
1134
|
+
return segment.m19(index);
|
|
1135
|
+
}
|
|
1136
|
+
} else if (state === get_INTERRUPTED_SEND())
|
|
1137
|
+
return get_FAILED();
|
|
1138
|
+
else if (state === get_POISONED())
|
|
1139
|
+
return get_FAILED();
|
|
1140
|
+
else if (state === get_CHANNEL_CLOSED()) {
|
|
1141
|
+
expandBuffer($this);
|
|
1142
|
+
return get_FAILED();
|
|
1143
|
+
} else if (state === get_RESUMING_BY_EB())
|
|
1144
|
+
continue $l$loop;
|
|
1145
|
+
else {
|
|
1146
|
+
if (segment.q19(index, state, get_RESUMING_BY_RCV())) {
|
|
1147
|
+
var helpExpandBuffer = state instanceof WaiterEB();
|
|
1148
|
+
var tmp;
|
|
1149
|
+
if (state instanceof WaiterEB()) {
|
|
1150
|
+
tmp = state.b1b_1;
|
|
1151
|
+
} else {
|
|
1152
|
+
tmp = state;
|
|
1153
|
+
}
|
|
1154
|
+
var sender = tmp;
|
|
1155
|
+
var tmp_0;
|
|
1156
|
+
if (tryResumeSender($this, sender, segment, index)) {
|
|
1157
|
+
segment.p19(index, get_DONE_RCV());
|
|
1158
|
+
expandBuffer($this);
|
|
1159
|
+
tmp_0 = segment.m19(index);
|
|
1160
|
+
} else {
|
|
1161
|
+
segment.p19(index, get_INTERRUPTED_SEND());
|
|
1162
|
+
segment.e1a(index, false);
|
|
1163
|
+
if (helpExpandBuffer) {
|
|
1164
|
+
expandBuffer($this);
|
|
1165
|
+
}
|
|
1166
|
+
tmp_0 = get_FAILED();
|
|
1167
|
+
}
|
|
1168
|
+
return tmp_0;
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
function tryResumeSender($this, _this__u8e3s4, segment, index) {
|
|
1174
|
+
var tmp;
|
|
1175
|
+
if (isInterface(_this__u8e3s4, CancellableContinuation())) {
|
|
1176
|
+
if (!isInterface(_this__u8e3s4, CancellableContinuation()))
|
|
1177
|
+
THROW_CCE();
|
|
1178
|
+
tmp = tryResume0(_this__u8e3s4, Unit_instance);
|
|
1179
|
+
} else {
|
|
1180
|
+
if (isInterface(_this__u8e3s4, SelectInstance())) {
|
|
1181
|
+
if (!(_this__u8e3s4 instanceof SelectImplementation()))
|
|
1182
|
+
THROW_CCE();
|
|
1183
|
+
var trySelectResult = _this__u8e3s4.m1b($this, Unit_instance);
|
|
1184
|
+
if (trySelectResult === TrySelectDetailedResult_REREGISTER_getInstance()) {
|
|
1185
|
+
segment.n19(index);
|
|
1186
|
+
}
|
|
1187
|
+
tmp = trySelectResult === TrySelectDetailedResult_SUCCESSFUL_getInstance();
|
|
1188
|
+
} else {
|
|
1189
|
+
if (_this__u8e3s4 instanceof SendBroadcast()) {
|
|
1190
|
+
tmp = tryResume0(_this__u8e3s4.i1b_1, true);
|
|
1191
|
+
} else {
|
|
1192
|
+
var message = 'Unexpected waiter: ' + toString_0(_this__u8e3s4);
|
|
1193
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
return tmp;
|
|
1198
|
+
}
|
|
1199
|
+
function expandBuffer($this) {
|
|
1200
|
+
if (_get_isRendezvousOrUnlimited__3mdufi($this))
|
|
1201
|
+
return Unit_instance;
|
|
1202
|
+
var segment = $this.a1a_1.kotlinx$atomicfu$value;
|
|
1203
|
+
try_again: while (true) {
|
|
1204
|
+
var b = $this.w19_1.atomicfu$getAndIncrement$long();
|
|
1205
|
+
// Inline function 'kotlin.Long.div' call
|
|
1206
|
+
var other = get_SEGMENT_SIZE();
|
|
1207
|
+
var id = divide(b, fromInt(other));
|
|
1208
|
+
var s = $this.w1a();
|
|
1209
|
+
if (compare(s, b) <= 0) {
|
|
1210
|
+
if (compare(segment.t11_1, id) < 0 && !(segment.m1a() == null)) {
|
|
1211
|
+
moveSegmentBufferEndToSpecifiedOrLast($this, id, segment);
|
|
1212
|
+
}
|
|
1213
|
+
incCompletedExpandBufferAttempts$default($this);
|
|
1214
|
+
return Unit_instance;
|
|
1215
|
+
}
|
|
1216
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
1217
|
+
var tmp0_elvis_lhs = findSegmentBufferEnd($this, id, segment, b);
|
|
1218
|
+
var tmp;
|
|
1219
|
+
if (tmp0_elvis_lhs == null) {
|
|
1220
|
+
continue try_again;
|
|
1221
|
+
} else {
|
|
1222
|
+
tmp = tmp0_elvis_lhs;
|
|
1223
|
+
}
|
|
1224
|
+
segment = tmp;
|
|
1225
|
+
}
|
|
1226
|
+
// Inline function 'kotlin.Long.rem' call
|
|
1227
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
1228
|
+
var tmp$ret$1 = modulo(b, fromInt(other_0));
|
|
1229
|
+
var i = convertToInt(tmp$ret$1);
|
|
1230
|
+
if (updateCellExpandBuffer($this, segment, i, b)) {
|
|
1231
|
+
incCompletedExpandBufferAttempts$default($this);
|
|
1232
|
+
return Unit_instance;
|
|
1233
|
+
} else {
|
|
1234
|
+
incCompletedExpandBufferAttempts$default($this);
|
|
1235
|
+
continue try_again;
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
function updateCellExpandBuffer($this, segment, index, b) {
|
|
1240
|
+
var state = segment.o19(index);
|
|
1241
|
+
if (!(state == null) ? isInterface(state, Waiter()) : false) {
|
|
1242
|
+
if (compare(b, $this.v19_1.kotlinx$atomicfu$value) >= 0) {
|
|
1243
|
+
if (segment.q19(index, state, get_RESUMING_BY_EB())) {
|
|
1244
|
+
var tmp;
|
|
1245
|
+
if (tryResumeSender($this, state, segment, index)) {
|
|
1246
|
+
segment.p19(index, get_BUFFERED());
|
|
1247
|
+
tmp = true;
|
|
1248
|
+
} else {
|
|
1249
|
+
segment.p19(index, get_INTERRUPTED_SEND());
|
|
1250
|
+
segment.e1a(index, false);
|
|
1251
|
+
tmp = false;
|
|
1252
|
+
}
|
|
1253
|
+
return tmp;
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
return updateCellExpandBufferSlow($this, segment, index, b);
|
|
1258
|
+
}
|
|
1259
|
+
function updateCellExpandBufferSlow($this, segment, index, b) {
|
|
1260
|
+
$l$loop: while (true) {
|
|
1261
|
+
var state = segment.o19(index);
|
|
1262
|
+
if (!(state == null) ? isInterface(state, Waiter()) : false) {
|
|
1263
|
+
if (compare(b, $this.v19_1.kotlinx$atomicfu$value) < 0) {
|
|
1264
|
+
if (segment.q19(index, state, new (WaiterEB())(state)))
|
|
1265
|
+
return true;
|
|
1266
|
+
} else {
|
|
1267
|
+
if (segment.q19(index, state, get_RESUMING_BY_EB())) {
|
|
1268
|
+
var tmp;
|
|
1269
|
+
if (tryResumeSender($this, state, segment, index)) {
|
|
1270
|
+
segment.p19(index, get_BUFFERED());
|
|
1271
|
+
tmp = true;
|
|
1272
|
+
} else {
|
|
1273
|
+
segment.p19(index, get_INTERRUPTED_SEND());
|
|
1274
|
+
segment.e1a(index, false);
|
|
1275
|
+
tmp = false;
|
|
1276
|
+
}
|
|
1277
|
+
return tmp;
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
} else {
|
|
1281
|
+
if (state === get_INTERRUPTED_SEND())
|
|
1282
|
+
return false;
|
|
1283
|
+
else {
|
|
1284
|
+
if (state === null) {
|
|
1285
|
+
if (segment.q19(index, state, get_IN_BUFFER()))
|
|
1286
|
+
return true;
|
|
1287
|
+
} else {
|
|
1288
|
+
if (state === get_BUFFERED())
|
|
1289
|
+
return true;
|
|
1290
|
+
else {
|
|
1291
|
+
if (state === get_POISONED() || state === get_DONE_RCV() || state === get_INTERRUPTED_RCV())
|
|
1292
|
+
return true;
|
|
1293
|
+
else {
|
|
1294
|
+
if (state === get_CHANNEL_CLOSED())
|
|
1295
|
+
return true;
|
|
1296
|
+
else {
|
|
1297
|
+
if (state === get_RESUMING_BY_RCV())
|
|
1298
|
+
continue $l$loop;
|
|
1299
|
+
else {
|
|
1300
|
+
// Inline function 'kotlin.error' call
|
|
1301
|
+
var message = 'Unexpected cell state: ' + toString(state);
|
|
1302
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
function incCompletedExpandBufferAttempts($this, nAttempts) {
|
|
1313
|
+
// Inline function 'kotlin.also' call
|
|
1314
|
+
var this_0 = $this.x19_1.atomicfu$addAndGet$long(nAttempts);
|
|
1315
|
+
// Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
|
|
1316
|
+
if (!equalsLong(bitwiseAnd(this_0, new (Long())(0, 1073741824)), new (Long())(0, 0))) {
|
|
1317
|
+
$l$loop: while (true) {
|
|
1318
|
+
// Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
|
|
1319
|
+
var this_1 = $this.x19_1.kotlinx$atomicfu$value;
|
|
1320
|
+
if (!!equalsLong(bitwiseAnd(this_1, new (Long())(0, 1073741824)), new (Long())(0, 0))) {
|
|
1321
|
+
break $l$loop;
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
function incCompletedExpandBufferAttempts$default($this, nAttempts, $super) {
|
|
1327
|
+
nAttempts = nAttempts === VOID ? new (Long())(1, 0) : nAttempts;
|
|
1328
|
+
return incCompletedExpandBufferAttempts($this, nAttempts);
|
|
1329
|
+
}
|
|
1330
|
+
var BufferedChannelIteratorClass;
|
|
1331
|
+
function BufferedChannelIterator() {
|
|
1332
|
+
if (BufferedChannelIteratorClass === VOID) {
|
|
1333
|
+
class $ {
|
|
1334
|
+
constructor($outer) {
|
|
1335
|
+
this.u1a_1 = $outer;
|
|
1336
|
+
this.s1a_1 = get_NO_RECEIVE_RESULT();
|
|
1337
|
+
this.t1a_1 = null;
|
|
1338
|
+
}
|
|
1339
|
+
n1b($completion) {
|
|
1340
|
+
return suspendOrReturn(/*#__NOINLINE__*/_generator_hasNext__q471nr.bind(VOID, this), $completion);
|
|
1341
|
+
}
|
|
1342
|
+
y12(segment, index) {
|
|
1343
|
+
var tmp0_safe_receiver = this.t1a_1;
|
|
1344
|
+
if (tmp0_safe_receiver == null)
|
|
1345
|
+
null;
|
|
1346
|
+
else {
|
|
1347
|
+
tmp0_safe_receiver.y12(segment, index);
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
s1() {
|
|
1351
|
+
var result = this.s1a_1;
|
|
1352
|
+
// Inline function 'kotlin.check' call
|
|
1353
|
+
if (!!(result === get_NO_RECEIVE_RESULT())) {
|
|
1354
|
+
var message = '`hasNext()` has not been invoked';
|
|
1355
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1356
|
+
}
|
|
1357
|
+
this.s1a_1 = get_NO_RECEIVE_RESULT();
|
|
1358
|
+
if (result === get_CHANNEL_CLOSED())
|
|
1359
|
+
throw recoverStackTrace(_get_receiveException__foorc1(this.u1a_1));
|
|
1360
|
+
return (result == null ? true : !(result == null)) ? result : THROW_CCE();
|
|
1361
|
+
}
|
|
1362
|
+
c1b(element) {
|
|
1363
|
+
var cont = ensureNotNull(this.t1a_1);
|
|
1364
|
+
this.t1a_1 = null;
|
|
1365
|
+
this.s1a_1 = element;
|
|
1366
|
+
var tmp0_safe_receiver = this.u1a_1.t19_1;
|
|
1367
|
+
return tryResume0(cont, true, tmp0_safe_receiver == null ? null : bindCancellationFun(this.u1a_1, tmp0_safe_receiver, element));
|
|
1368
|
+
}
|
|
1369
|
+
o1b() {
|
|
1370
|
+
var cont = ensureNotNull(this.t1a_1);
|
|
1371
|
+
this.t1a_1 = null;
|
|
1372
|
+
this.s1a_1 = get_CHANNEL_CLOSED();
|
|
1373
|
+
var cause = this.u1a_1.x1a();
|
|
1374
|
+
if (cause == null) {
|
|
1375
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
1376
|
+
// Inline function 'kotlin.Companion.success' call
|
|
1377
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
|
|
1378
|
+
cont.dd(tmp$ret$0);
|
|
1379
|
+
} else {
|
|
1380
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
1381
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
1382
|
+
var exception = recoverStackTrace_0(cause, cont);
|
|
1383
|
+
var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
1384
|
+
cont.dd(tmp$ret$2);
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
initMetadataForClass($, 'BufferedChannelIterator', VOID, VOID, [Waiter()], [0, 3]);
|
|
1389
|
+
BufferedChannelIteratorClass = $;
|
|
1390
|
+
}
|
|
1391
|
+
return BufferedChannelIteratorClass;
|
|
1392
|
+
}
|
|
1393
|
+
function _get_receiveException__foorc1($this) {
|
|
1394
|
+
var tmp0_elvis_lhs = $this.x1a();
|
|
1395
|
+
return tmp0_elvis_lhs == null ? ClosedReceiveChannelException().t1b('Channel was closed') : tmp0_elvis_lhs;
|
|
1396
|
+
}
|
|
1397
|
+
function invokeCloseHandler($this) {
|
|
1398
|
+
var tmp0 = $this.d1a_1;
|
|
1399
|
+
var tmp$ret$1;
|
|
1400
|
+
$l$block: {
|
|
1401
|
+
// Inline function 'kotlinx.atomicfu.getAndUpdate' call
|
|
1402
|
+
while (true) {
|
|
1403
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1404
|
+
var tmp;
|
|
1405
|
+
if (cur === null) {
|
|
1406
|
+
tmp = get_CLOSE_HANDLER_CLOSED();
|
|
1407
|
+
} else {
|
|
1408
|
+
tmp = get_CLOSE_HANDLER_INVOKED();
|
|
1409
|
+
}
|
|
1410
|
+
var upd = tmp;
|
|
1411
|
+
if (tmp0.atomicfu$compareAndSet(cur, upd)) {
|
|
1412
|
+
tmp$ret$1 = cur;
|
|
1413
|
+
break $l$block;
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
var tmp0_elvis_lhs = tmp$ret$1;
|
|
1418
|
+
var tmp_0;
|
|
1419
|
+
if (tmp0_elvis_lhs == null) {
|
|
1420
|
+
return Unit_instance;
|
|
1421
|
+
} else {
|
|
1422
|
+
tmp_0 = tmp0_elvis_lhs;
|
|
1423
|
+
}
|
|
1424
|
+
var closeHandler = tmp_0;
|
|
1425
|
+
if (typeof closeHandler !== 'function')
|
|
1426
|
+
THROW_CCE();
|
|
1427
|
+
closeHandler($this.x1a());
|
|
1428
|
+
}
|
|
1429
|
+
function markClosed($this) {
|
|
1430
|
+
var tmp0 = $this.u19_1;
|
|
1431
|
+
var tmp$ret$4;
|
|
1432
|
+
$l$block: {
|
|
1433
|
+
// Inline function 'kotlinx.atomicfu.update' call
|
|
1434
|
+
while (true) {
|
|
1435
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1436
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
1437
|
+
var tmp;
|
|
1438
|
+
switch (convertToInt(shiftRight(cur, 60))) {
|
|
1439
|
+
case 0:
|
|
1440
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1441
|
+
|
|
1442
|
+
var tmp$ret$1 = bitwiseAnd(cur, new (Long())(-1, 268435455));
|
|
1443
|
+
tmp = constructSendersAndCloseStatus(tmp$ret$1, 2);
|
|
1444
|
+
break;
|
|
1445
|
+
case 1:
|
|
1446
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1447
|
+
|
|
1448
|
+
var tmp$ret$2 = bitwiseAnd(cur, new (Long())(-1, 268435455));
|
|
1449
|
+
tmp = constructSendersAndCloseStatus(tmp$ret$2, 3);
|
|
1450
|
+
break;
|
|
1451
|
+
default:
|
|
1452
|
+
return Unit_instance;
|
|
1453
|
+
}
|
|
1454
|
+
var upd = tmp;
|
|
1455
|
+
if (tmp0.atomicfu$compareAndSet(cur, upd)) {
|
|
1456
|
+
tmp$ret$4 = Unit_instance;
|
|
1457
|
+
break $l$block;
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
tmp$ret$4 = Unit_instance;
|
|
1461
|
+
}
|
|
1462
|
+
return tmp$ret$4;
|
|
1463
|
+
}
|
|
1464
|
+
function markCancelled($this) {
|
|
1465
|
+
var tmp0 = $this.u19_1;
|
|
1466
|
+
var tmp$ret$2;
|
|
1467
|
+
$l$block: {
|
|
1468
|
+
// Inline function 'kotlinx.atomicfu.update' call
|
|
1469
|
+
while (true) {
|
|
1470
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1471
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1472
|
+
var tmp$ret$0 = bitwiseAnd(cur, new (Long())(-1, 268435455));
|
|
1473
|
+
var upd = constructSendersAndCloseStatus(tmp$ret$0, 3);
|
|
1474
|
+
if (tmp0.atomicfu$compareAndSet(cur, upd)) {
|
|
1475
|
+
tmp$ret$2 = Unit_instance;
|
|
1476
|
+
break $l$block;
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
tmp$ret$2 = Unit_instance;
|
|
1480
|
+
}
|
|
1481
|
+
return tmp$ret$2;
|
|
1482
|
+
}
|
|
1483
|
+
function markCancellationStarted($this) {
|
|
1484
|
+
var tmp0 = $this.u19_1;
|
|
1485
|
+
var tmp$ret$3;
|
|
1486
|
+
$l$block: {
|
|
1487
|
+
// Inline function 'kotlinx.atomicfu.update' call
|
|
1488
|
+
while (true) {
|
|
1489
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1490
|
+
var tmp;
|
|
1491
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
1492
|
+
if (convertToInt(shiftRight(cur, 60)) === 0) {
|
|
1493
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1494
|
+
var tmp$ret$1 = bitwiseAnd(cur, new (Long())(-1, 268435455));
|
|
1495
|
+
tmp = constructSendersAndCloseStatus(tmp$ret$1, 1);
|
|
1496
|
+
} else {
|
|
1497
|
+
return Unit_instance;
|
|
1498
|
+
}
|
|
1499
|
+
var upd = tmp;
|
|
1500
|
+
if (tmp0.atomicfu$compareAndSet(cur, upd)) {
|
|
1501
|
+
tmp$ret$3 = Unit_instance;
|
|
1502
|
+
break $l$block;
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
tmp$ret$3 = Unit_instance;
|
|
1506
|
+
}
|
|
1507
|
+
return tmp$ret$3;
|
|
1508
|
+
}
|
|
1509
|
+
function completeCloseOrCancel($this) {
|
|
1510
|
+
$this.u1b();
|
|
1511
|
+
}
|
|
1512
|
+
function completeClose($this, sendersCur) {
|
|
1513
|
+
var lastSegment = closeLinkedList($this);
|
|
1514
|
+
if ($this.w1b()) {
|
|
1515
|
+
var lastBufferedCellGlobalIndex = markAllEmptyCellsAsClosed($this, lastSegment);
|
|
1516
|
+
if (!equalsLong(lastBufferedCellGlobalIndex, new (Long())(-1, -1))) {
|
|
1517
|
+
$this.v1b(lastBufferedCellGlobalIndex);
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
cancelSuspendedReceiveRequests($this, lastSegment, sendersCur);
|
|
1521
|
+
return lastSegment;
|
|
1522
|
+
}
|
|
1523
|
+
function completeCancel($this, sendersCur) {
|
|
1524
|
+
var lastSegment = completeClose($this, sendersCur);
|
|
1525
|
+
removeUnprocessedElements($this, lastSegment);
|
|
1526
|
+
}
|
|
1527
|
+
function closeLinkedList($this) {
|
|
1528
|
+
var lastSegment = $this.a1a_1.kotlinx$atomicfu$value;
|
|
1529
|
+
// Inline function 'kotlin.let' call
|
|
1530
|
+
var it = $this.y19_1.kotlinx$atomicfu$value;
|
|
1531
|
+
if (compare(it.t11_1, lastSegment.t11_1) > 0)
|
|
1532
|
+
lastSegment = it;
|
|
1533
|
+
// Inline function 'kotlin.let' call
|
|
1534
|
+
var it_0 = $this.z19_1.kotlinx$atomicfu$value;
|
|
1535
|
+
if (compare(it_0.t11_1, lastSegment.t11_1) > 0)
|
|
1536
|
+
lastSegment = it_0;
|
|
1537
|
+
return close(lastSegment);
|
|
1538
|
+
}
|
|
1539
|
+
function markAllEmptyCellsAsClosed($this, lastSegment) {
|
|
1540
|
+
var segment = lastSegment;
|
|
1541
|
+
while (true) {
|
|
1542
|
+
var inductionVariable = get_SEGMENT_SIZE() - 1 | 0;
|
|
1543
|
+
if (0 <= inductionVariable)
|
|
1544
|
+
do {
|
|
1545
|
+
var index = inductionVariable;
|
|
1546
|
+
inductionVariable = inductionVariable + -1 | 0;
|
|
1547
|
+
var tmp0 = segment.t11_1;
|
|
1548
|
+
// Inline function 'kotlin.Long.times' call
|
|
1549
|
+
var other = get_SEGMENT_SIZE();
|
|
1550
|
+
// Inline function 'kotlin.Long.plus' call
|
|
1551
|
+
var this_0 = multiply(tmp0, fromInt(other));
|
|
1552
|
+
var globalIndex = add(this_0, fromInt(index));
|
|
1553
|
+
if (compare(globalIndex, $this.y1a()) < 0)
|
|
1554
|
+
return new (Long())(-1, -1);
|
|
1555
|
+
cell_update: while (true) {
|
|
1556
|
+
var state = segment.o19(index);
|
|
1557
|
+
if (state === null || state === get_IN_BUFFER()) {
|
|
1558
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1559
|
+
segment.g1a();
|
|
1560
|
+
break cell_update;
|
|
1561
|
+
}
|
|
1562
|
+
} else if (state === get_BUFFERED())
|
|
1563
|
+
return globalIndex;
|
|
1564
|
+
else
|
|
1565
|
+
break cell_update;
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
while (0 <= inductionVariable);
|
|
1569
|
+
var tmp0_elvis_lhs = segment.p1a();
|
|
1570
|
+
var tmp;
|
|
1571
|
+
if (tmp0_elvis_lhs == null) {
|
|
1572
|
+
return new (Long())(-1, -1);
|
|
1573
|
+
} else {
|
|
1574
|
+
tmp = tmp0_elvis_lhs;
|
|
1575
|
+
}
|
|
1576
|
+
segment = tmp;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
function removeUnprocessedElements($this, lastSegment) {
|
|
1580
|
+
var onUndeliveredElement = $this.t19_1;
|
|
1581
|
+
var undeliveredElementException = null;
|
|
1582
|
+
var suspendedSenders = _InlineList___init__impl__z8n56();
|
|
1583
|
+
var segment = lastSegment;
|
|
1584
|
+
process_segments: while (true) {
|
|
1585
|
+
var inductionVariable = get_SEGMENT_SIZE() - 1 | 0;
|
|
1586
|
+
if (0 <= inductionVariable)
|
|
1587
|
+
do {
|
|
1588
|
+
var index = inductionVariable;
|
|
1589
|
+
inductionVariable = inductionVariable + -1 | 0;
|
|
1590
|
+
var tmp0 = segment.t11_1;
|
|
1591
|
+
// Inline function 'kotlin.Long.times' call
|
|
1592
|
+
var other = get_SEGMENT_SIZE();
|
|
1593
|
+
// Inline function 'kotlin.Long.plus' call
|
|
1594
|
+
var this_0 = multiply(tmp0, fromInt(other));
|
|
1595
|
+
var globalIndex = add(this_0, fromInt(index));
|
|
1596
|
+
update_cell: while (true) {
|
|
1597
|
+
var state = segment.o19(index);
|
|
1598
|
+
if (state === get_DONE_RCV())
|
|
1599
|
+
break process_segments;
|
|
1600
|
+
else {
|
|
1601
|
+
if (state === get_BUFFERED()) {
|
|
1602
|
+
if (compare(globalIndex, $this.y1a()) < 0)
|
|
1603
|
+
break process_segments;
|
|
1604
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1605
|
+
if (!(onUndeliveredElement == null)) {
|
|
1606
|
+
var element = segment.l19(index);
|
|
1607
|
+
undeliveredElementException = callUndeliveredElementCatchingException(onUndeliveredElement, element, undeliveredElementException);
|
|
1608
|
+
}
|
|
1609
|
+
segment.n19(index);
|
|
1610
|
+
segment.g1a();
|
|
1611
|
+
break update_cell;
|
|
1612
|
+
}
|
|
1613
|
+
} else {
|
|
1614
|
+
if (state === get_IN_BUFFER() || state === null) {
|
|
1615
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1616
|
+
segment.g1a();
|
|
1617
|
+
break update_cell;
|
|
1618
|
+
}
|
|
1619
|
+
} else {
|
|
1620
|
+
var tmp;
|
|
1621
|
+
if (!(state == null) ? isInterface(state, Waiter()) : false) {
|
|
1622
|
+
tmp = true;
|
|
1623
|
+
} else {
|
|
1624
|
+
tmp = state instanceof WaiterEB();
|
|
1625
|
+
}
|
|
1626
|
+
if (tmp) {
|
|
1627
|
+
if (compare(globalIndex, $this.y1a()) < 0)
|
|
1628
|
+
break process_segments;
|
|
1629
|
+
var tmp_0;
|
|
1630
|
+
if (state instanceof WaiterEB()) {
|
|
1631
|
+
tmp_0 = state.b1b_1;
|
|
1632
|
+
} else {
|
|
1633
|
+
tmp_0 = (!(state == null) ? isInterface(state, Waiter()) : false) ? state : THROW_CCE();
|
|
1634
|
+
}
|
|
1635
|
+
var sender = tmp_0;
|
|
1636
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1637
|
+
if (!(onUndeliveredElement == null)) {
|
|
1638
|
+
var element_0 = segment.l19(index);
|
|
1639
|
+
undeliveredElementException = callUndeliveredElementCatchingException(onUndeliveredElement, element_0, undeliveredElementException);
|
|
1640
|
+
}
|
|
1641
|
+
suspendedSenders = InlineList__plus_impl_nuetvo(suspendedSenders, sender);
|
|
1642
|
+
segment.n19(index);
|
|
1643
|
+
segment.g1a();
|
|
1644
|
+
break update_cell;
|
|
1645
|
+
}
|
|
1646
|
+
} else {
|
|
1647
|
+
if (state === get_RESUMING_BY_EB() || state === get_RESUMING_BY_RCV())
|
|
1648
|
+
break process_segments;
|
|
1649
|
+
else {
|
|
1650
|
+
if (state === get_RESUMING_BY_EB())
|
|
1651
|
+
continue update_cell;
|
|
1652
|
+
else {
|
|
1653
|
+
break update_cell;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
while (0 <= inductionVariable);
|
|
1663
|
+
var tmp0_elvis_lhs = segment.p1a();
|
|
1664
|
+
var tmp_1;
|
|
1665
|
+
if (tmp0_elvis_lhs == null) {
|
|
1666
|
+
break process_segments;
|
|
1667
|
+
} else {
|
|
1668
|
+
tmp_1 = tmp0_elvis_lhs;
|
|
1669
|
+
}
|
|
1670
|
+
segment = tmp_1;
|
|
1671
|
+
}
|
|
1672
|
+
var tmp0_0 = suspendedSenders;
|
|
1673
|
+
$l$block: {
|
|
1674
|
+
// Inline function 'kotlinx.coroutines.internal.InlineList.forEachReversed' call
|
|
1675
|
+
var tmp0_subject = access$_get_holder__kkflen(tmp0_0);
|
|
1676
|
+
if (tmp0_subject == null) {
|
|
1677
|
+
break $l$block;
|
|
1678
|
+
} else {
|
|
1679
|
+
if (!(tmp0_subject instanceof ArrayList())) {
|
|
1680
|
+
var tmp_2 = access$_get_holder__kkflen(tmp0_0);
|
|
1681
|
+
var it = (tmp_2 == null ? true : !(tmp_2 == null)) ? tmp_2 : THROW_CCE();
|
|
1682
|
+
resumeSenderOnCancelledChannel($this, it);
|
|
1683
|
+
} else {
|
|
1684
|
+
var tmp_3 = access$_get_holder__kkflen(tmp0_0);
|
|
1685
|
+
var list = tmp_3 instanceof ArrayList() ? tmp_3 : THROW_CCE();
|
|
1686
|
+
var inductionVariable_0 = list.v2() - 1 | 0;
|
|
1687
|
+
if (0 <= inductionVariable_0)
|
|
1688
|
+
do {
|
|
1689
|
+
var i = inductionVariable_0;
|
|
1690
|
+
inductionVariable_0 = inductionVariable_0 + -1 | 0;
|
|
1691
|
+
var it_0 = list.u2(i);
|
|
1692
|
+
resumeSenderOnCancelledChannel($this, it_0);
|
|
1693
|
+
}
|
|
1694
|
+
while (0 <= inductionVariable_0);
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
var tmp1_safe_receiver = undeliveredElementException;
|
|
1699
|
+
if (tmp1_safe_receiver == null)
|
|
1700
|
+
null;
|
|
1701
|
+
else {
|
|
1702
|
+
// Inline function 'kotlin.let' call
|
|
1703
|
+
throw tmp1_safe_receiver;
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
function cancelSuspendedReceiveRequests($this, lastSegment, sendersCounter) {
|
|
1707
|
+
var suspendedReceivers = _InlineList___init__impl__z8n56();
|
|
1708
|
+
var segment = lastSegment;
|
|
1709
|
+
process_segments: while (!(segment == null)) {
|
|
1710
|
+
var inductionVariable = get_SEGMENT_SIZE() - 1 | 0;
|
|
1711
|
+
if (0 <= inductionVariable)
|
|
1712
|
+
do {
|
|
1713
|
+
var index = inductionVariable;
|
|
1714
|
+
inductionVariable = inductionVariable + -1 | 0;
|
|
1715
|
+
var tmp0 = segment.t11_1;
|
|
1716
|
+
// Inline function 'kotlin.Long.times' call
|
|
1717
|
+
var other = get_SEGMENT_SIZE();
|
|
1718
|
+
// Inline function 'kotlin.Long.plus' call
|
|
1719
|
+
var this_0 = multiply(tmp0, fromInt(other));
|
|
1720
|
+
var tmp$ret$1 = add(this_0, fromInt(index));
|
|
1721
|
+
if (compare(tmp$ret$1, sendersCounter) < 0)
|
|
1722
|
+
break process_segments;
|
|
1723
|
+
cell_update: while (true) {
|
|
1724
|
+
var state = segment.o19(index);
|
|
1725
|
+
if (state === null || state === get_IN_BUFFER()) {
|
|
1726
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1727
|
+
segment.g1a();
|
|
1728
|
+
break cell_update;
|
|
1729
|
+
}
|
|
1730
|
+
} else {
|
|
1731
|
+
if (state instanceof WaiterEB()) {
|
|
1732
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1733
|
+
suspendedReceivers = InlineList__plus_impl_nuetvo(suspendedReceivers, state.b1b_1);
|
|
1734
|
+
segment.e1a(index, true);
|
|
1735
|
+
break cell_update;
|
|
1736
|
+
}
|
|
1737
|
+
} else {
|
|
1738
|
+
if (!(state == null) ? isInterface(state, Waiter()) : false) {
|
|
1739
|
+
if (segment.q19(index, state, get_CHANNEL_CLOSED())) {
|
|
1740
|
+
suspendedReceivers = InlineList__plus_impl_nuetvo(suspendedReceivers, state);
|
|
1741
|
+
segment.e1a(index, true);
|
|
1742
|
+
break cell_update;
|
|
1743
|
+
}
|
|
1744
|
+
} else {
|
|
1745
|
+
break cell_update;
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
while (0 <= inductionVariable);
|
|
1752
|
+
segment = segment.p1a();
|
|
1753
|
+
}
|
|
1754
|
+
var tmp0_0 = suspendedReceivers;
|
|
1755
|
+
$l$block: {
|
|
1756
|
+
// Inline function 'kotlinx.coroutines.internal.InlineList.forEachReversed' call
|
|
1757
|
+
var tmp0_subject = access$_get_holder__kkflen(tmp0_0);
|
|
1758
|
+
if (tmp0_subject == null) {
|
|
1759
|
+
break $l$block;
|
|
1760
|
+
} else {
|
|
1761
|
+
if (!(tmp0_subject instanceof ArrayList())) {
|
|
1762
|
+
var tmp = access$_get_holder__kkflen(tmp0_0);
|
|
1763
|
+
var it = (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
1764
|
+
resumeReceiverOnClosedChannel($this, it);
|
|
1765
|
+
} else {
|
|
1766
|
+
var tmp_0 = access$_get_holder__kkflen(tmp0_0);
|
|
1767
|
+
var list = tmp_0 instanceof ArrayList() ? tmp_0 : THROW_CCE();
|
|
1768
|
+
var inductionVariable_0 = list.v2() - 1 | 0;
|
|
1769
|
+
if (0 <= inductionVariable_0)
|
|
1770
|
+
do {
|
|
1771
|
+
var i = inductionVariable_0;
|
|
1772
|
+
inductionVariable_0 = inductionVariable_0 + -1 | 0;
|
|
1773
|
+
var it_0 = list.u2(i);
|
|
1774
|
+
resumeReceiverOnClosedChannel($this, it_0);
|
|
1775
|
+
}
|
|
1776
|
+
while (0 <= inductionVariable_0);
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
function resumeReceiverOnClosedChannel($this, _this__u8e3s4) {
|
|
1782
|
+
return resumeWaiterOnClosedChannel($this, _this__u8e3s4, true);
|
|
1783
|
+
}
|
|
1784
|
+
function resumeSenderOnCancelledChannel($this, _this__u8e3s4) {
|
|
1785
|
+
return resumeWaiterOnClosedChannel($this, _this__u8e3s4, false);
|
|
1786
|
+
}
|
|
1787
|
+
function resumeWaiterOnClosedChannel($this, _this__u8e3s4, receiver) {
|
|
1788
|
+
if (_this__u8e3s4 instanceof SendBroadcast()) {
|
|
1789
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
1790
|
+
var this_0 = _this__u8e3s4.i1b_1;
|
|
1791
|
+
// Inline function 'kotlin.Companion.success' call
|
|
1792
|
+
var tmp$ret$0 = _Result___init__impl__xyqfz8(false);
|
|
1793
|
+
this_0.dd(tmp$ret$0);
|
|
1794
|
+
} else {
|
|
1795
|
+
if (isInterface(_this__u8e3s4, CancellableContinuation())) {
|
|
1796
|
+
// Inline function 'kotlin.coroutines.resumeWithException' call
|
|
1797
|
+
// Inline function 'kotlin.Companion.failure' call
|
|
1798
|
+
var exception = receiver ? _get_receiveException__foorc1($this) : $this.z1a();
|
|
1799
|
+
var tmp$ret$2 = _Result___init__impl__xyqfz8(createFailure(exception));
|
|
1800
|
+
_this__u8e3s4.dd(tmp$ret$2);
|
|
1801
|
+
} else {
|
|
1802
|
+
if (_this__u8e3s4 instanceof ReceiveCatching()) {
|
|
1803
|
+
var tmp0 = _this__u8e3s4.f1b_1;
|
|
1804
|
+
// Inline function 'kotlin.coroutines.resume' call
|
|
1805
|
+
// Inline function 'kotlin.Companion.success' call
|
|
1806
|
+
var value = new (ChannelResult())(Companion_getInstance().x1b($this.x1a()));
|
|
1807
|
+
var tmp$ret$4 = _Result___init__impl__xyqfz8(value);
|
|
1808
|
+
tmp0.dd(tmp$ret$4);
|
|
1809
|
+
} else {
|
|
1810
|
+
if (_this__u8e3s4 instanceof BufferedChannelIterator()) {
|
|
1811
|
+
_this__u8e3s4.o1b();
|
|
1812
|
+
} else {
|
|
1813
|
+
if (isInterface(_this__u8e3s4, SelectInstance()))
|
|
1814
|
+
_this__u8e3s4.g1b($this, get_CHANNEL_CLOSED());
|
|
1815
|
+
else {
|
|
1816
|
+
// Inline function 'kotlin.error' call
|
|
1817
|
+
var message = 'Unexpected waiter: ' + toString_0(_this__u8e3s4);
|
|
1818
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
function _get_isClosedForSend0__kxgf9m($this, _this__u8e3s4) {
|
|
1826
|
+
return isClosed($this, _this__u8e3s4, false);
|
|
1827
|
+
}
|
|
1828
|
+
function _get_isClosedForReceive0__f7qknl($this, _this__u8e3s4) {
|
|
1829
|
+
return isClosed($this, _this__u8e3s4, true);
|
|
1830
|
+
}
|
|
1831
|
+
function isClosed($this, sendersAndCloseStatusCur, isClosedForReceive) {
|
|
1832
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
1833
|
+
var tmp;
|
|
1834
|
+
switch (convertToInt(shiftRight(sendersAndCloseStatusCur, 60))) {
|
|
1835
|
+
case 0:
|
|
1836
|
+
tmp = false;
|
|
1837
|
+
break;
|
|
1838
|
+
case 1:
|
|
1839
|
+
tmp = false;
|
|
1840
|
+
break;
|
|
1841
|
+
case 2:
|
|
1842
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1843
|
+
|
|
1844
|
+
var tmp$ret$1 = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
1845
|
+
completeClose($this, tmp$ret$1);
|
|
1846
|
+
tmp = isClosedForReceive ? !$this.y1b() : true;
|
|
1847
|
+
break;
|
|
1848
|
+
case 3:
|
|
1849
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
1850
|
+
|
|
1851
|
+
var tmp$ret$2 = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
1852
|
+
completeCancel($this, tmp$ret$2);
|
|
1853
|
+
tmp = true;
|
|
1854
|
+
break;
|
|
1855
|
+
default:
|
|
1856
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
1857
|
+
|
|
1858
|
+
var message = 'unexpected close status: ' + convertToInt(shiftRight(sendersAndCloseStatusCur, 60));
|
|
1859
|
+
throw IllegalStateException().o(toString_0(message));
|
|
1860
|
+
}
|
|
1861
|
+
return tmp;
|
|
1862
|
+
}
|
|
1863
|
+
function isCellNonEmpty($this, segment, index, globalIndex) {
|
|
1864
|
+
while (true) {
|
|
1865
|
+
var state = segment.o19(index);
|
|
1866
|
+
if (state === null || state === get_IN_BUFFER()) {
|
|
1867
|
+
if (segment.q19(index, state, get_POISONED())) {
|
|
1868
|
+
expandBuffer($this);
|
|
1869
|
+
return false;
|
|
1870
|
+
}
|
|
1871
|
+
} else if (state === get_BUFFERED())
|
|
1872
|
+
return true;
|
|
1873
|
+
else if (state === get_INTERRUPTED_SEND())
|
|
1874
|
+
return false;
|
|
1875
|
+
else if (state === get_CHANNEL_CLOSED())
|
|
1876
|
+
return false;
|
|
1877
|
+
else if (state === get_DONE_RCV())
|
|
1878
|
+
return false;
|
|
1879
|
+
else if (state === get_POISONED())
|
|
1880
|
+
return false;
|
|
1881
|
+
else if (state === get_RESUMING_BY_EB())
|
|
1882
|
+
return true;
|
|
1883
|
+
else if (state === get_RESUMING_BY_RCV())
|
|
1884
|
+
return false;
|
|
1885
|
+
else
|
|
1886
|
+
return equalsLong(globalIndex, $this.y1a());
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
function findSegmentSend($this, id, startFrom) {
|
|
1890
|
+
var tmp0 = $this.y19_1;
|
|
1891
|
+
var tmp6 = createSegmentFunction();
|
|
1892
|
+
var tmp$ret$2;
|
|
1893
|
+
$l$block_2: {
|
|
1894
|
+
// Inline function 'kotlinx.coroutines.internal.findSegmentAndMoveForward' call
|
|
1895
|
+
while (true) {
|
|
1896
|
+
var s = findSegmentInternal(startFrom, id, tmp6);
|
|
1897
|
+
var tmp;
|
|
1898
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(s)) {
|
|
1899
|
+
tmp = true;
|
|
1900
|
+
} else {
|
|
1901
|
+
var tmp2 = _SegmentOrClosed___get_segment__impl__jvcr9l(s);
|
|
1902
|
+
var tmp$ret$0;
|
|
1903
|
+
$l$block_1: {
|
|
1904
|
+
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
1905
|
+
while (true) {
|
|
1906
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1907
|
+
if (compare(cur.t11_1, tmp2.t11_1) >= 0) {
|
|
1908
|
+
tmp$ret$0 = true;
|
|
1909
|
+
break $l$block_1;
|
|
1910
|
+
}
|
|
1911
|
+
if (!tmp2.i1a()) {
|
|
1912
|
+
tmp$ret$0 = false;
|
|
1913
|
+
break $l$block_1;
|
|
1914
|
+
}
|
|
1915
|
+
if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
|
|
1916
|
+
if (cur.j1a()) {
|
|
1917
|
+
cur.s6();
|
|
1918
|
+
}
|
|
1919
|
+
tmp$ret$0 = true;
|
|
1920
|
+
break $l$block_1;
|
|
1921
|
+
}
|
|
1922
|
+
if (tmp2.j1a()) {
|
|
1923
|
+
tmp2.s6();
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
tmp$ret$0 = Unit_instance;
|
|
1927
|
+
}
|
|
1928
|
+
tmp = tmp$ret$0;
|
|
1929
|
+
}
|
|
1930
|
+
if (tmp) {
|
|
1931
|
+
tmp$ret$2 = s;
|
|
1932
|
+
break $l$block_2;
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
// Inline function 'kotlin.let' call
|
|
1937
|
+
var it = tmp$ret$2;
|
|
1938
|
+
var tmp_0;
|
|
1939
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(it)) {
|
|
1940
|
+
completeCloseOrCancel($this);
|
|
1941
|
+
var tmp0_0 = startFrom.t11_1;
|
|
1942
|
+
// Inline function 'kotlin.Long.times' call
|
|
1943
|
+
var other = get_SEGMENT_SIZE();
|
|
1944
|
+
var tmp$ret$3 = multiply(tmp0_0, fromInt(other));
|
|
1945
|
+
if (compare(tmp$ret$3, $this.y1a()) < 0) {
|
|
1946
|
+
startFrom.q1a();
|
|
1947
|
+
}
|
|
1948
|
+
tmp_0 = null;
|
|
1949
|
+
} else {
|
|
1950
|
+
var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(it);
|
|
1951
|
+
var tmp_1;
|
|
1952
|
+
if (compare(segment.t11_1, id) > 0) {
|
|
1953
|
+
var tmp0_1 = segment.t11_1;
|
|
1954
|
+
// Inline function 'kotlin.Long.times' call
|
|
1955
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
1956
|
+
var tmp$ret$4 = multiply(tmp0_1, fromInt(other_0));
|
|
1957
|
+
updateSendersCounterIfLower($this, tmp$ret$4);
|
|
1958
|
+
var tmp0_2 = segment.t11_1;
|
|
1959
|
+
// Inline function 'kotlin.Long.times' call
|
|
1960
|
+
var other_1 = get_SEGMENT_SIZE();
|
|
1961
|
+
var tmp$ret$5 = multiply(tmp0_2, fromInt(other_1));
|
|
1962
|
+
if (compare(tmp$ret$5, $this.y1a()) < 0) {
|
|
1963
|
+
segment.q1a();
|
|
1964
|
+
}
|
|
1965
|
+
tmp_1 = null;
|
|
1966
|
+
} else {
|
|
1967
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
1968
|
+
tmp_1 = segment;
|
|
1969
|
+
}
|
|
1970
|
+
tmp_0 = tmp_1;
|
|
1971
|
+
}
|
|
1972
|
+
return tmp_0;
|
|
1973
|
+
}
|
|
1974
|
+
function findSegmentReceive($this, id, startFrom) {
|
|
1975
|
+
var tmp0 = $this.z19_1;
|
|
1976
|
+
var tmp6 = createSegmentFunction();
|
|
1977
|
+
var tmp$ret$2;
|
|
1978
|
+
$l$block_2: {
|
|
1979
|
+
// Inline function 'kotlinx.coroutines.internal.findSegmentAndMoveForward' call
|
|
1980
|
+
while (true) {
|
|
1981
|
+
var s = findSegmentInternal(startFrom, id, tmp6);
|
|
1982
|
+
var tmp;
|
|
1983
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(s)) {
|
|
1984
|
+
tmp = true;
|
|
1985
|
+
} else {
|
|
1986
|
+
var tmp2 = _SegmentOrClosed___get_segment__impl__jvcr9l(s);
|
|
1987
|
+
var tmp$ret$0;
|
|
1988
|
+
$l$block_1: {
|
|
1989
|
+
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
1990
|
+
while (true) {
|
|
1991
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
1992
|
+
if (compare(cur.t11_1, tmp2.t11_1) >= 0) {
|
|
1993
|
+
tmp$ret$0 = true;
|
|
1994
|
+
break $l$block_1;
|
|
1995
|
+
}
|
|
1996
|
+
if (!tmp2.i1a()) {
|
|
1997
|
+
tmp$ret$0 = false;
|
|
1998
|
+
break $l$block_1;
|
|
1999
|
+
}
|
|
2000
|
+
if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
|
|
2001
|
+
if (cur.j1a()) {
|
|
2002
|
+
cur.s6();
|
|
2003
|
+
}
|
|
2004
|
+
tmp$ret$0 = true;
|
|
2005
|
+
break $l$block_1;
|
|
2006
|
+
}
|
|
2007
|
+
if (tmp2.j1a()) {
|
|
2008
|
+
tmp2.s6();
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
tmp$ret$0 = Unit_instance;
|
|
2012
|
+
}
|
|
2013
|
+
tmp = tmp$ret$0;
|
|
2014
|
+
}
|
|
2015
|
+
if (tmp) {
|
|
2016
|
+
tmp$ret$2 = s;
|
|
2017
|
+
break $l$block_2;
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
// Inline function 'kotlin.let' call
|
|
2022
|
+
var it = tmp$ret$2;
|
|
2023
|
+
var tmp_0;
|
|
2024
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(it)) {
|
|
2025
|
+
completeCloseOrCancel($this);
|
|
2026
|
+
var tmp0_0 = startFrom.t11_1;
|
|
2027
|
+
// Inline function 'kotlin.Long.times' call
|
|
2028
|
+
var other = get_SEGMENT_SIZE();
|
|
2029
|
+
var tmp$ret$3 = multiply(tmp0_0, fromInt(other));
|
|
2030
|
+
if (compare(tmp$ret$3, $this.w1a()) < 0) {
|
|
2031
|
+
startFrom.q1a();
|
|
2032
|
+
}
|
|
2033
|
+
tmp_0 = null;
|
|
2034
|
+
} else {
|
|
2035
|
+
var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(it);
|
|
2036
|
+
var tmp_1;
|
|
2037
|
+
if (!_get_isRendezvousOrUnlimited__3mdufi($this)) {
|
|
2038
|
+
var tmp0_1 = _get_bufferEndCounter__2d4hee($this);
|
|
2039
|
+
// Inline function 'kotlin.Long.div' call
|
|
2040
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2041
|
+
var tmp$ret$4 = divide(tmp0_1, fromInt(other_0));
|
|
2042
|
+
tmp_1 = compare(id, tmp$ret$4) <= 0;
|
|
2043
|
+
} else {
|
|
2044
|
+
tmp_1 = false;
|
|
2045
|
+
}
|
|
2046
|
+
if (tmp_1) {
|
|
2047
|
+
var tmp0_2 = $this.a1a_1;
|
|
2048
|
+
$l$block_5: {
|
|
2049
|
+
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
2050
|
+
while (true) {
|
|
2051
|
+
var cur_0 = tmp0_2.kotlinx$atomicfu$value;
|
|
2052
|
+
if (compare(cur_0.t11_1, segment.t11_1) >= 0) {
|
|
2053
|
+
break $l$block_5;
|
|
2054
|
+
}
|
|
2055
|
+
if (!segment.i1a()) {
|
|
2056
|
+
break $l$block_5;
|
|
2057
|
+
}
|
|
2058
|
+
if (tmp0_2.atomicfu$compareAndSet(cur_0, segment)) {
|
|
2059
|
+
if (cur_0.j1a()) {
|
|
2060
|
+
cur_0.s6();
|
|
2061
|
+
}
|
|
2062
|
+
break $l$block_5;
|
|
2063
|
+
}
|
|
2064
|
+
if (segment.j1a()) {
|
|
2065
|
+
segment.s6();
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
var tmp_2;
|
|
2071
|
+
if (compare(segment.t11_1, id) > 0) {
|
|
2072
|
+
var tmp0_3 = segment.t11_1;
|
|
2073
|
+
// Inline function 'kotlin.Long.times' call
|
|
2074
|
+
var other_1 = get_SEGMENT_SIZE();
|
|
2075
|
+
var tmp$ret$7 = multiply(tmp0_3, fromInt(other_1));
|
|
2076
|
+
updateReceiversCounterIfLower($this, tmp$ret$7);
|
|
2077
|
+
var tmp0_4 = segment.t11_1;
|
|
2078
|
+
// Inline function 'kotlin.Long.times' call
|
|
2079
|
+
var other_2 = get_SEGMENT_SIZE();
|
|
2080
|
+
var tmp$ret$8 = multiply(tmp0_4, fromInt(other_2));
|
|
2081
|
+
if (compare(tmp$ret$8, $this.w1a()) < 0) {
|
|
2082
|
+
segment.q1a();
|
|
2083
|
+
}
|
|
2084
|
+
tmp_2 = null;
|
|
2085
|
+
} else {
|
|
2086
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
2087
|
+
tmp_2 = segment;
|
|
2088
|
+
}
|
|
2089
|
+
tmp_0 = tmp_2;
|
|
2090
|
+
}
|
|
2091
|
+
return tmp_0;
|
|
2092
|
+
}
|
|
2093
|
+
function findSegmentBufferEnd($this, id, startFrom, currentBufferEndCounter) {
|
|
2094
|
+
var tmp0 = $this.a1a_1;
|
|
2095
|
+
var tmp6 = createSegmentFunction();
|
|
2096
|
+
var tmp$ret$2;
|
|
2097
|
+
$l$block_2: {
|
|
2098
|
+
// Inline function 'kotlinx.coroutines.internal.findSegmentAndMoveForward' call
|
|
2099
|
+
while (true) {
|
|
2100
|
+
var s = findSegmentInternal(startFrom, id, tmp6);
|
|
2101
|
+
var tmp;
|
|
2102
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(s)) {
|
|
2103
|
+
tmp = true;
|
|
2104
|
+
} else {
|
|
2105
|
+
var tmp2 = _SegmentOrClosed___get_segment__impl__jvcr9l(s);
|
|
2106
|
+
var tmp$ret$0;
|
|
2107
|
+
$l$block_1: {
|
|
2108
|
+
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
2109
|
+
while (true) {
|
|
2110
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
2111
|
+
if (compare(cur.t11_1, tmp2.t11_1) >= 0) {
|
|
2112
|
+
tmp$ret$0 = true;
|
|
2113
|
+
break $l$block_1;
|
|
2114
|
+
}
|
|
2115
|
+
if (!tmp2.i1a()) {
|
|
2116
|
+
tmp$ret$0 = false;
|
|
2117
|
+
break $l$block_1;
|
|
2118
|
+
}
|
|
2119
|
+
if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
|
|
2120
|
+
if (cur.j1a()) {
|
|
2121
|
+
cur.s6();
|
|
2122
|
+
}
|
|
2123
|
+
tmp$ret$0 = true;
|
|
2124
|
+
break $l$block_1;
|
|
2125
|
+
}
|
|
2126
|
+
if (tmp2.j1a()) {
|
|
2127
|
+
tmp2.s6();
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
tmp$ret$0 = Unit_instance;
|
|
2131
|
+
}
|
|
2132
|
+
tmp = tmp$ret$0;
|
|
2133
|
+
}
|
|
2134
|
+
if (tmp) {
|
|
2135
|
+
tmp$ret$2 = s;
|
|
2136
|
+
break $l$block_2;
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
// Inline function 'kotlin.let' call
|
|
2141
|
+
var it = tmp$ret$2;
|
|
2142
|
+
var tmp_0;
|
|
2143
|
+
if (_SegmentOrClosed___get_isClosed__impl__qmxmlo(it)) {
|
|
2144
|
+
completeCloseOrCancel($this);
|
|
2145
|
+
moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom);
|
|
2146
|
+
incCompletedExpandBufferAttempts$default($this);
|
|
2147
|
+
tmp_0 = null;
|
|
2148
|
+
} else {
|
|
2149
|
+
var segment = _SegmentOrClosed___get_segment__impl__jvcr9l(it);
|
|
2150
|
+
var tmp_1;
|
|
2151
|
+
if (compare(segment.t11_1, id) > 0) {
|
|
2152
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2153
|
+
var tmp_2 = add(currentBufferEndCounter, fromInt(1));
|
|
2154
|
+
var tmp0_0 = segment.t11_1;
|
|
2155
|
+
// Inline function 'kotlin.Long.times' call
|
|
2156
|
+
var other = get_SEGMENT_SIZE();
|
|
2157
|
+
var tmp$ret$4 = multiply(tmp0_0, fromInt(other));
|
|
2158
|
+
if ($this.w19_1.atomicfu$compareAndSet(tmp_2, tmp$ret$4)) {
|
|
2159
|
+
var tmp0_1 = segment.t11_1;
|
|
2160
|
+
// Inline function 'kotlin.Long.times' call
|
|
2161
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2162
|
+
var tmp$ret$5 = multiply(tmp0_1, fromInt(other_0));
|
|
2163
|
+
incCompletedExpandBufferAttempts($this, subtract(tmp$ret$5, currentBufferEndCounter));
|
|
2164
|
+
} else {
|
|
2165
|
+
incCompletedExpandBufferAttempts$default($this);
|
|
2166
|
+
}
|
|
2167
|
+
tmp_1 = null;
|
|
2168
|
+
} else {
|
|
2169
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
2170
|
+
tmp_1 = segment;
|
|
2171
|
+
}
|
|
2172
|
+
tmp_0 = tmp_1;
|
|
2173
|
+
}
|
|
2174
|
+
return tmp_0;
|
|
2175
|
+
}
|
|
2176
|
+
function moveSegmentBufferEndToSpecifiedOrLast($this, id, startFrom) {
|
|
2177
|
+
var segment = startFrom;
|
|
2178
|
+
$l$loop: while (compare(segment.t11_1, id) < 0) {
|
|
2179
|
+
var tmp0_elvis_lhs = segment.m1a();
|
|
2180
|
+
var tmp;
|
|
2181
|
+
if (tmp0_elvis_lhs == null) {
|
|
2182
|
+
break $l$loop;
|
|
2183
|
+
} else {
|
|
2184
|
+
tmp = tmp0_elvis_lhs;
|
|
2185
|
+
}
|
|
2186
|
+
segment = tmp;
|
|
2187
|
+
}
|
|
2188
|
+
while (true) {
|
|
2189
|
+
$l$loop_0: while (segment.h1a()) {
|
|
2190
|
+
var tmp1_elvis_lhs = segment.m1a();
|
|
2191
|
+
var tmp_0;
|
|
2192
|
+
if (tmp1_elvis_lhs == null) {
|
|
2193
|
+
break $l$loop_0;
|
|
2194
|
+
} else {
|
|
2195
|
+
tmp_0 = tmp1_elvis_lhs;
|
|
2196
|
+
}
|
|
2197
|
+
segment = tmp_0;
|
|
2198
|
+
}
|
|
2199
|
+
var tmp0 = $this.a1a_1;
|
|
2200
|
+
var tmp2 = segment;
|
|
2201
|
+
var tmp$ret$0;
|
|
2202
|
+
$l$block_1: {
|
|
2203
|
+
// Inline function 'kotlinx.coroutines.internal.moveForward' call
|
|
2204
|
+
while (true) {
|
|
2205
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
2206
|
+
if (compare(cur.t11_1, tmp2.t11_1) >= 0) {
|
|
2207
|
+
tmp$ret$0 = true;
|
|
2208
|
+
break $l$block_1;
|
|
2209
|
+
}
|
|
2210
|
+
if (!tmp2.i1a()) {
|
|
2211
|
+
tmp$ret$0 = false;
|
|
2212
|
+
break $l$block_1;
|
|
2213
|
+
}
|
|
2214
|
+
if (tmp0.atomicfu$compareAndSet(cur, tmp2)) {
|
|
2215
|
+
if (cur.j1a()) {
|
|
2216
|
+
cur.s6();
|
|
2217
|
+
}
|
|
2218
|
+
tmp$ret$0 = true;
|
|
2219
|
+
break $l$block_1;
|
|
2220
|
+
}
|
|
2221
|
+
if (tmp2.j1a()) {
|
|
2222
|
+
tmp2.s6();
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
tmp$ret$0 = Unit_instance;
|
|
2226
|
+
}
|
|
2227
|
+
if (tmp$ret$0)
|
|
2228
|
+
return Unit_instance;
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
function updateSendersCounterIfLower($this, value) {
|
|
2232
|
+
var this_0 = $this.u19_1;
|
|
2233
|
+
while (true) {
|
|
2234
|
+
var cur = this_0.kotlinx$atomicfu$value;
|
|
2235
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
2236
|
+
var curCounter = bitwiseAnd(cur, new (Long())(-1, 268435455));
|
|
2237
|
+
if (compare(curCounter, value) >= 0)
|
|
2238
|
+
return Unit_instance;
|
|
2239
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
2240
|
+
var tmp$ret$1 = convertToInt(shiftRight(cur, 60));
|
|
2241
|
+
var update = constructSendersAndCloseStatus(curCounter, tmp$ret$1);
|
|
2242
|
+
if ($this.u19_1.atomicfu$compareAndSet(cur, update))
|
|
2243
|
+
return Unit_instance;
|
|
2244
|
+
}
|
|
2245
|
+
return Unit_instance;
|
|
2246
|
+
}
|
|
2247
|
+
function updateReceiversCounterIfLower($this, value) {
|
|
2248
|
+
var this_0 = $this.v19_1;
|
|
2249
|
+
while (true) {
|
|
2250
|
+
var cur = this_0.kotlinx$atomicfu$value;
|
|
2251
|
+
if (compare(cur, value) >= 0)
|
|
2252
|
+
return Unit_instance;
|
|
2253
|
+
if ($this.v19_1.atomicfu$compareAndSet(cur, value))
|
|
2254
|
+
return Unit_instance;
|
|
2255
|
+
}
|
|
2256
|
+
return Unit_instance;
|
|
2257
|
+
}
|
|
2258
|
+
function bindCancellationFunResult($this, _this__u8e3s4) {
|
|
2259
|
+
return BufferedChannel$onCancellationChannelResultImplDoNotCall$ref($this);
|
|
2260
|
+
}
|
|
2261
|
+
function onCancellationChannelResultImplDoNotCall($this, cause, element, context) {
|
|
2262
|
+
callUndeliveredElement(ensureNotNull($this.t19_1), ensureNotNull(ChannelResult__getOrNull_impl_f5e07h(element)), context);
|
|
2263
|
+
}
|
|
2264
|
+
function bindCancellationFun($this, _this__u8e3s4, element) {
|
|
2265
|
+
return BufferedChannel$bindCancellationFun$lambda(_this__u8e3s4, element);
|
|
2266
|
+
}
|
|
2267
|
+
function bindCancellationFun_0($this, _this__u8e3s4) {
|
|
2268
|
+
return BufferedChannel$onCancellationImplDoNotCall$ref($this);
|
|
2269
|
+
}
|
|
2270
|
+
function onCancellationImplDoNotCall($this, cause, element, context) {
|
|
2271
|
+
callUndeliveredElement(ensureNotNull($this.t19_1), element, context);
|
|
2272
|
+
}
|
|
2273
|
+
function BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda$lambda($element, this$0, $select) {
|
|
2274
|
+
return (_unused_var__etf5q3, _unused_var__etf5q3_0, _unused_var__etf5q3_1) => {
|
|
2275
|
+
var tmp;
|
|
2276
|
+
if (!($element === get_CHANNEL_CLOSED())) {
|
|
2277
|
+
callUndeliveredElement(this$0.t19_1, ($element == null ? true : !($element == null)) ? $element : THROW_CCE(), $select.bd());
|
|
2278
|
+
tmp = Unit_instance;
|
|
2279
|
+
}
|
|
2280
|
+
return Unit_instance;
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
2283
|
+
function BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda(this$0) {
|
|
2284
|
+
return (select, _unused_var__etf5q3, element) => BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda$lambda(element, this$0, select);
|
|
2285
|
+
}
|
|
2286
|
+
function BufferedChannel$onCancellationChannelResultImplDoNotCall$ref(p0) {
|
|
2287
|
+
var l = (_this__u8e3s4, p0_0, p1) => {
|
|
2288
|
+
var tmp0 = p0;
|
|
2289
|
+
onCancellationChannelResultImplDoNotCall(tmp0, _this__u8e3s4, p0_0.a1c_1, p1);
|
|
2290
|
+
return Unit_instance;
|
|
2291
|
+
};
|
|
2292
|
+
l.callableName = 'onCancellationChannelResultImplDoNotCall';
|
|
2293
|
+
return l;
|
|
2294
|
+
}
|
|
2295
|
+
function BufferedChannel$bindCancellationFun$lambda($this_bindCancellationFun, $element) {
|
|
2296
|
+
return (_unused_var__etf5q3, _unused_var__etf5q3_0, context) => {
|
|
2297
|
+
callUndeliveredElement($this_bindCancellationFun, $element, context);
|
|
2298
|
+
return Unit_instance;
|
|
2299
|
+
};
|
|
2300
|
+
}
|
|
2301
|
+
function BufferedChannel$onCancellationImplDoNotCall$ref(p0) {
|
|
2302
|
+
var l = (_this__u8e3s4, p0_0, p1) => {
|
|
2303
|
+
var tmp0 = p0;
|
|
2304
|
+
onCancellationImplDoNotCall(tmp0, _this__u8e3s4, p0_0, p1);
|
|
2305
|
+
return Unit_instance;
|
|
2306
|
+
};
|
|
2307
|
+
l.callableName = 'onCancellationImplDoNotCall';
|
|
2308
|
+
return l;
|
|
2309
|
+
}
|
|
2310
|
+
var BufferedChannelClass;
|
|
2311
|
+
function BufferedChannel() {
|
|
2312
|
+
if (BufferedChannelClass === VOID) {
|
|
2313
|
+
class $ {
|
|
2314
|
+
constructor(capacity, onUndeliveredElement) {
|
|
2315
|
+
onUndeliveredElement = onUndeliveredElement === VOID ? null : onUndeliveredElement;
|
|
2316
|
+
this.s19_1 = capacity;
|
|
2317
|
+
this.t19_1 = onUndeliveredElement;
|
|
2318
|
+
// Inline function 'kotlin.require' call
|
|
2319
|
+
if (!(this.s19_1 >= 0)) {
|
|
2320
|
+
var message = 'Invalid channel capacity: ' + this.s19_1 + ', should be >=0';
|
|
2321
|
+
throw IllegalArgumentException().r2(toString_0(message));
|
|
2322
|
+
}
|
|
2323
|
+
this.u19_1 = atomic$long$1(new (Long())(0, 0));
|
|
2324
|
+
this.v19_1 = atomic$long$1(new (Long())(0, 0));
|
|
2325
|
+
this.w19_1 = atomic$long$1(initialBufferEnd(this.s19_1));
|
|
2326
|
+
this.x19_1 = atomic$long$1(_get_bufferEndCounter__2d4hee(this));
|
|
2327
|
+
var firstSegment = new (ChannelSegment())(new (Long())(0, 0), null, this, 3);
|
|
2328
|
+
this.y19_1 = atomic$ref$1(firstSegment);
|
|
2329
|
+
this.z19_1 = atomic$ref$1(firstSegment);
|
|
2330
|
+
var tmp = this;
|
|
2331
|
+
var tmp_0;
|
|
2332
|
+
if (_get_isRendezvousOrUnlimited__3mdufi(this)) {
|
|
2333
|
+
var tmp_1 = get_NULL_SEGMENT();
|
|
2334
|
+
tmp_0 = tmp_1 instanceof ChannelSegment() ? tmp_1 : THROW_CCE();
|
|
2335
|
+
} else {
|
|
2336
|
+
tmp_0 = firstSegment;
|
|
2337
|
+
}
|
|
2338
|
+
tmp.a1a_1 = atomic$ref$1(tmp_0);
|
|
2339
|
+
var tmp_2 = this;
|
|
2340
|
+
var tmp_3;
|
|
2341
|
+
if (this.t19_1 == null) {
|
|
2342
|
+
tmp_3 = null;
|
|
2343
|
+
} else {
|
|
2344
|
+
// Inline function 'kotlin.let' call
|
|
2345
|
+
tmp_3 = BufferedChannel$onUndeliveredElementReceiveCancellationConstructor$lambda(this);
|
|
2346
|
+
}
|
|
2347
|
+
tmp_2.b1a_1 = tmp_3;
|
|
2348
|
+
this.c1a_1 = atomic$ref$1(get_NO_CLOSE_CAUSE());
|
|
2349
|
+
this.d1a_1 = atomic$ref$1(null);
|
|
2350
|
+
}
|
|
2351
|
+
w1a() {
|
|
2352
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
2353
|
+
var this_0 = this.u19_1.kotlinx$atomicfu$value;
|
|
2354
|
+
return bitwiseAnd(this_0, new (Long())(-1, 268435455));
|
|
2355
|
+
}
|
|
2356
|
+
y1a() {
|
|
2357
|
+
return this.v19_1.kotlinx$atomicfu$value;
|
|
2358
|
+
}
|
|
2359
|
+
b1c(element, $completion) {
|
|
2360
|
+
return suspendOrReturn(/*#__NOINLINE__*/_generator_send__qhx0g0.bind(VOID, this, element), $completion);
|
|
2361
|
+
}
|
|
2362
|
+
c1c(element) {
|
|
2363
|
+
if (shouldSendSuspend0(this, this.u19_1.kotlinx$atomicfu$value))
|
|
2364
|
+
return Companion_getInstance().d1c();
|
|
2365
|
+
var tmp4 = get_INTERRUPTED_SEND();
|
|
2366
|
+
var tmp$ret$4;
|
|
2367
|
+
$l$block_4: {
|
|
2368
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
|
|
2369
|
+
var segment = this.y19_1.kotlinx$atomicfu$value;
|
|
2370
|
+
$l$loop_0: while (true) {
|
|
2371
|
+
var sendersAndCloseStatusCur = this.u19_1.atomicfu$getAndIncrement$long();
|
|
2372
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
2373
|
+
var s = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
2374
|
+
var closed = _get_isClosedForSend0__kxgf9m(this, sendersAndCloseStatusCur);
|
|
2375
|
+
// Inline function 'kotlin.Long.div' call
|
|
2376
|
+
var other = get_SEGMENT_SIZE();
|
|
2377
|
+
var id = divide(s, fromInt(other));
|
|
2378
|
+
// Inline function 'kotlin.Long.rem' call
|
|
2379
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2380
|
+
var tmp$ret$2 = modulo(s, fromInt(other_0));
|
|
2381
|
+
var i = convertToInt(tmp$ret$2);
|
|
2382
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
2383
|
+
var tmp0_elvis_lhs = findSegmentSend(this, id, segment);
|
|
2384
|
+
var tmp;
|
|
2385
|
+
if (tmp0_elvis_lhs == null) {
|
|
2386
|
+
var tmp_0;
|
|
2387
|
+
if (closed) {
|
|
2388
|
+
tmp$ret$4 = Companion_getInstance().x1b(this.z1a());
|
|
2389
|
+
break $l$block_4;
|
|
2390
|
+
} else {
|
|
2391
|
+
continue $l$loop_0;
|
|
2392
|
+
}
|
|
2393
|
+
} else {
|
|
2394
|
+
tmp = tmp0_elvis_lhs;
|
|
2395
|
+
}
|
|
2396
|
+
segment = tmp;
|
|
2397
|
+
}
|
|
2398
|
+
switch (updateCellSend(this, segment, i, element, s, tmp4, closed)) {
|
|
2399
|
+
case 0:
|
|
2400
|
+
segment.q1a();
|
|
2401
|
+
tmp$ret$4 = Companion_getInstance().e1b(Unit_instance);
|
|
2402
|
+
break $l$block_4;
|
|
2403
|
+
case 1:
|
|
2404
|
+
tmp$ret$4 = Companion_getInstance().e1b(Unit_instance);
|
|
2405
|
+
break $l$block_4;
|
|
2406
|
+
case 2:
|
|
2407
|
+
if (closed) {
|
|
2408
|
+
segment.g1a();
|
|
2409
|
+
tmp$ret$4 = Companion_getInstance().x1b(this.z1a());
|
|
2410
|
+
break $l$block_4;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
var tmp2_safe_receiver = (!(tmp4 == null) ? isInterface(tmp4, Waiter()) : false) ? tmp4 : null;
|
|
2414
|
+
if (tmp2_safe_receiver == null)
|
|
2415
|
+
null;
|
|
2416
|
+
else {
|
|
2417
|
+
prepareSenderForSuspension(this, tmp2_safe_receiver, segment, i);
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
segment.g1a();
|
|
2421
|
+
tmp$ret$4 = Companion_getInstance().d1c();
|
|
2422
|
+
break $l$block_4;
|
|
2423
|
+
case 4:
|
|
2424
|
+
if (compare(s, this.y1a()) < 0) {
|
|
2425
|
+
segment.q1a();
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
tmp$ret$4 = Companion_getInstance().x1b(this.z1a());
|
|
2429
|
+
break $l$block_4;
|
|
2430
|
+
case 5:
|
|
2431
|
+
segment.q1a();
|
|
2432
|
+
continue $l$loop_0;
|
|
2433
|
+
case 3:
|
|
2434
|
+
var message = 'unexpected';
|
|
2435
|
+
throw IllegalStateException().o(toString_0(message));
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
return tmp$ret$4;
|
|
2440
|
+
}
|
|
2441
|
+
e1c(element) {
|
|
2442
|
+
var tmp$ret$3;
|
|
2443
|
+
// Inline function 'kotlinx.coroutines.channels.BufferedChannel.sendImpl' call
|
|
2444
|
+
var waiter = get_BUFFERED();
|
|
2445
|
+
var segment = this.y19_1.kotlinx$atomicfu$value;
|
|
2446
|
+
$l$loop_0: while (true) {
|
|
2447
|
+
var sendersAndCloseStatusCur = this.u19_1.atomicfu$getAndIncrement$long();
|
|
2448
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCounter' call
|
|
2449
|
+
var s = bitwiseAnd(sendersAndCloseStatusCur, new (Long())(-1, 268435455));
|
|
2450
|
+
var closed = _get_isClosedForSend0__kxgf9m(this, sendersAndCloseStatusCur);
|
|
2451
|
+
// Inline function 'kotlin.Long.div' call
|
|
2452
|
+
var other = get_SEGMENT_SIZE();
|
|
2453
|
+
var id = divide(s, fromInt(other));
|
|
2454
|
+
// Inline function 'kotlin.Long.rem' call
|
|
2455
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2456
|
+
var tmp$ret$2 = modulo(s, fromInt(other_0));
|
|
2457
|
+
var i = convertToInt(tmp$ret$2);
|
|
2458
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
2459
|
+
var tmp0_elvis_lhs = findSegmentSend(this, id, segment);
|
|
2460
|
+
var tmp;
|
|
2461
|
+
if (tmp0_elvis_lhs == null) {
|
|
2462
|
+
var tmp_0;
|
|
2463
|
+
if (closed) {
|
|
2464
|
+
return Companion_getInstance().x1b(this.z1a());
|
|
2465
|
+
} else {
|
|
2466
|
+
continue $l$loop_0;
|
|
2467
|
+
}
|
|
2468
|
+
} else {
|
|
2469
|
+
tmp = tmp0_elvis_lhs;
|
|
2470
|
+
}
|
|
2471
|
+
segment = tmp;
|
|
2472
|
+
}
|
|
2473
|
+
switch (updateCellSend(this, segment, i, element, s, waiter, closed)) {
|
|
2474
|
+
case 0:
|
|
2475
|
+
segment.q1a();
|
|
2476
|
+
return Companion_getInstance().e1b(Unit_instance);
|
|
2477
|
+
case 1:
|
|
2478
|
+
return Companion_getInstance().e1b(Unit_instance);
|
|
2479
|
+
case 2:
|
|
2480
|
+
if (closed) {
|
|
2481
|
+
segment.g1a();
|
|
2482
|
+
return Companion_getInstance().x1b(this.z1a());
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
var tmp2_safe_receiver = (!(waiter == null) ? isInterface(waiter, Waiter()) : false) ? waiter : null;
|
|
2486
|
+
if (tmp2_safe_receiver == null)
|
|
2487
|
+
null;
|
|
2488
|
+
else {
|
|
2489
|
+
prepareSenderForSuspension(this, tmp2_safe_receiver, segment, i);
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
var tmp0 = segment.t11_1;
|
|
2493
|
+
// Inline function 'kotlin.Long.times' call
|
|
2494
|
+
|
|
2495
|
+
var other_1 = get_SEGMENT_SIZE();
|
|
2496
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2497
|
+
|
|
2498
|
+
var this_0 = multiply(tmp0, fromInt(other_1));
|
|
2499
|
+
var tmp$ret$5 = add(this_0, fromInt(i));
|
|
2500
|
+
this.v1b(tmp$ret$5);
|
|
2501
|
+
return Companion_getInstance().e1b(Unit_instance);
|
|
2502
|
+
case 4:
|
|
2503
|
+
if (compare(s, this.y1a()) < 0) {
|
|
2504
|
+
segment.q1a();
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
return Companion_getInstance().x1b(this.z1a());
|
|
2508
|
+
case 5:
|
|
2509
|
+
segment.q1a();
|
|
2510
|
+
continue $l$loop_0;
|
|
2511
|
+
case 3:
|
|
2512
|
+
var message = 'unexpected';
|
|
2513
|
+
throw IllegalStateException().o(toString_0(message));
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2516
|
+
return tmp$ret$3;
|
|
2517
|
+
}
|
|
2518
|
+
h1b() {
|
|
2519
|
+
}
|
|
2520
|
+
a1b() {
|
|
2521
|
+
}
|
|
2522
|
+
f1c($completion) {
|
|
2523
|
+
return suspendOrReturn(/*#__NOINLINE__*/_generator_receive__aoggq9.bind(VOID, this), $completion);
|
|
2524
|
+
}
|
|
2525
|
+
v1b(globalCellIndex) {
|
|
2526
|
+
// Inline function 'kotlinx.coroutines.assert' call
|
|
2527
|
+
var segment = this.z19_1.kotlinx$atomicfu$value;
|
|
2528
|
+
$l$loop_0: while (true) {
|
|
2529
|
+
var r = this.v19_1.kotlinx$atomicfu$value;
|
|
2530
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2531
|
+
var other = this.s19_1;
|
|
2532
|
+
var tmp0 = add(r, fromInt(other));
|
|
2533
|
+
// Inline function 'kotlin.math.max' call
|
|
2534
|
+
var b = _get_bufferEndCounter__2d4hee(this);
|
|
2535
|
+
var tmp$ret$2 = compare(tmp0, b) >= 0 ? tmp0 : b;
|
|
2536
|
+
if (compare(globalCellIndex, tmp$ret$2) < 0)
|
|
2537
|
+
return Unit_instance;
|
|
2538
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2539
|
+
var tmp$ret$3 = add(r, fromInt(1));
|
|
2540
|
+
if (!this.v19_1.atomicfu$compareAndSet(r, tmp$ret$3))
|
|
2541
|
+
continue $l$loop_0;
|
|
2542
|
+
// Inline function 'kotlin.Long.div' call
|
|
2543
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2544
|
+
var id = divide(r, fromInt(other_0));
|
|
2545
|
+
// Inline function 'kotlin.Long.rem' call
|
|
2546
|
+
var other_1 = get_SEGMENT_SIZE();
|
|
2547
|
+
var tmp$ret$5 = modulo(r, fromInt(other_1));
|
|
2548
|
+
var i = convertToInt(tmp$ret$5);
|
|
2549
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
2550
|
+
var tmp0_elvis_lhs = findSegmentReceive(this, id, segment);
|
|
2551
|
+
var tmp;
|
|
2552
|
+
if (tmp0_elvis_lhs == null) {
|
|
2553
|
+
continue $l$loop_0;
|
|
2554
|
+
} else {
|
|
2555
|
+
tmp = tmp0_elvis_lhs;
|
|
2556
|
+
}
|
|
2557
|
+
segment = tmp;
|
|
2558
|
+
}
|
|
2559
|
+
var updCellResult = updateCellReceive(this, segment, i, r, null);
|
|
2560
|
+
if (updCellResult === get_FAILED()) {
|
|
2561
|
+
if (compare(r, this.w1a()) < 0) {
|
|
2562
|
+
segment.q1a();
|
|
2563
|
+
}
|
|
2564
|
+
} else {
|
|
2565
|
+
segment.q1a();
|
|
2566
|
+
var tmp1_safe_receiver = this.t19_1;
|
|
2567
|
+
var tmp_0;
|
|
2568
|
+
if (tmp1_safe_receiver == null) {
|
|
2569
|
+
tmp_0 = null;
|
|
2570
|
+
} else {
|
|
2571
|
+
tmp_0 = callUndeliveredElementCatchingException(tmp1_safe_receiver, (updCellResult == null ? true : !(updCellResult == null)) ? updCellResult : THROW_CCE());
|
|
2572
|
+
}
|
|
2573
|
+
var tmp2_safe_receiver = tmp_0;
|
|
2574
|
+
if (tmp2_safe_receiver == null)
|
|
2575
|
+
null;
|
|
2576
|
+
else {
|
|
2577
|
+
// Inline function 'kotlin.let' call
|
|
2578
|
+
throw tmp2_safe_receiver;
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
f1a(globalIndex) {
|
|
2584
|
+
if (_get_isRendezvousOrUnlimited__3mdufi(this))
|
|
2585
|
+
return Unit_instance;
|
|
2586
|
+
while (compare(_get_bufferEndCounter__2d4hee(this), globalIndex) <= 0) {
|
|
2587
|
+
}
|
|
2588
|
+
// Inline function 'kotlin.repeat' call
|
|
2589
|
+
var times = get_EXPAND_BUFFER_COMPLETION_WAIT_ITERATIONS();
|
|
2590
|
+
var inductionVariable = 0;
|
|
2591
|
+
if (inductionVariable < times)
|
|
2592
|
+
do {
|
|
2593
|
+
var index = inductionVariable;
|
|
2594
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
2595
|
+
var b = _get_bufferEndCounter__2d4hee(this);
|
|
2596
|
+
// Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
|
|
2597
|
+
var this_0 = this.x19_1.kotlinx$atomicfu$value;
|
|
2598
|
+
var ebCompleted = bitwiseAnd(this_0, new (Long())(-1, 1073741823));
|
|
2599
|
+
if (equalsLong(b, ebCompleted) && equalsLong(b, _get_bufferEndCounter__2d4hee(this)))
|
|
2600
|
+
return Unit_instance;
|
|
2601
|
+
}
|
|
2602
|
+
while (inductionVariable < times);
|
|
2603
|
+
var tmp0 = this.x19_1;
|
|
2604
|
+
$l$block: {
|
|
2605
|
+
// Inline function 'kotlinx.atomicfu.update' call
|
|
2606
|
+
while (true) {
|
|
2607
|
+
var cur = tmp0.kotlinx$atomicfu$value;
|
|
2608
|
+
// Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
|
|
2609
|
+
var tmp$ret$3 = bitwiseAnd(cur, new (Long())(-1, 1073741823));
|
|
2610
|
+
var upd = constructEBCompletedAndPauseFlag(tmp$ret$3, true);
|
|
2611
|
+
if (tmp0.atomicfu$compareAndSet(cur, upd)) {
|
|
2612
|
+
break $l$block;
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
while (true) {
|
|
2617
|
+
var b_0 = _get_bufferEndCounter__2d4hee(this);
|
|
2618
|
+
var ebCompletedAndBit = this.x19_1.kotlinx$atomicfu$value;
|
|
2619
|
+
// Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
|
|
2620
|
+
var ebCompleted_0 = bitwiseAnd(ebCompletedAndBit, new (Long())(-1, 1073741823));
|
|
2621
|
+
// Inline function 'kotlinx.coroutines.channels.ebPauseExpandBuffers' call
|
|
2622
|
+
var pauseExpandBuffers = !equalsLong(bitwiseAnd(ebCompletedAndBit, new (Long())(0, 1073741824)), new (Long())(0, 0));
|
|
2623
|
+
if (equalsLong(b_0, ebCompleted_0) && equalsLong(b_0, _get_bufferEndCounter__2d4hee(this))) {
|
|
2624
|
+
var tmp0_0 = this.x19_1;
|
|
2625
|
+
$l$block_0: {
|
|
2626
|
+
// Inline function 'kotlinx.atomicfu.update' call
|
|
2627
|
+
while (true) {
|
|
2628
|
+
var cur_0 = tmp0_0.kotlinx$atomicfu$value;
|
|
2629
|
+
// Inline function 'kotlinx.coroutines.channels.ebCompletedCounter' call
|
|
2630
|
+
var tmp$ret$8 = bitwiseAnd(cur_0, new (Long())(-1, 1073741823));
|
|
2631
|
+
var upd_0 = constructEBCompletedAndPauseFlag(tmp$ret$8, false);
|
|
2632
|
+
if (tmp0_0.atomicfu$compareAndSet(cur_0, upd_0)) {
|
|
2633
|
+
break $l$block_0;
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
return Unit_instance;
|
|
2638
|
+
}
|
|
2639
|
+
if (!pauseExpandBuffers) {
|
|
2640
|
+
this.x19_1.atomicfu$compareAndSet(ebCompletedAndBit, constructEBCompletedAndPauseFlag(ebCompleted_0, true));
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2644
|
+
q1() {
|
|
2645
|
+
return new (BufferedChannelIterator())(this);
|
|
2646
|
+
}
|
|
2647
|
+
x1a() {
|
|
2648
|
+
var tmp = this.c1a_1.kotlinx$atomicfu$value;
|
|
2649
|
+
return (tmp == null ? true : tmp instanceof Error) ? tmp : THROW_CCE();
|
|
2650
|
+
}
|
|
2651
|
+
z1a() {
|
|
2652
|
+
var tmp0_elvis_lhs = this.x1a();
|
|
2653
|
+
return tmp0_elvis_lhs == null ? ClosedSendChannelException().k1c('Channel was closed') : tmp0_elvis_lhs;
|
|
2654
|
+
}
|
|
2655
|
+
l1c() {
|
|
2656
|
+
}
|
|
2657
|
+
m1c(cause) {
|
|
2658
|
+
return this.n1c(cause, false);
|
|
2659
|
+
}
|
|
2660
|
+
sx(cause) {
|
|
2661
|
+
this.p1c(cause);
|
|
2662
|
+
}
|
|
2663
|
+
p1c(cause) {
|
|
2664
|
+
return this.n1c(cause == null ? CancellationException().n('Channel was cancelled') : cause, true);
|
|
2665
|
+
}
|
|
2666
|
+
n1c(cause, cancel) {
|
|
2667
|
+
if (cancel) {
|
|
2668
|
+
markCancellationStarted(this);
|
|
2669
|
+
}
|
|
2670
|
+
var closedByThisOperation = this.c1a_1.atomicfu$compareAndSet(get_NO_CLOSE_CAUSE(), cause);
|
|
2671
|
+
if (cancel) {
|
|
2672
|
+
markCancelled(this);
|
|
2673
|
+
} else {
|
|
2674
|
+
markClosed(this);
|
|
2675
|
+
}
|
|
2676
|
+
completeCloseOrCancel(this);
|
|
2677
|
+
// Inline function 'kotlin.also' call
|
|
2678
|
+
this.l1c();
|
|
2679
|
+
if (closedByThisOperation) {
|
|
2680
|
+
invokeCloseHandler(this);
|
|
2681
|
+
}
|
|
2682
|
+
return closedByThisOperation;
|
|
2683
|
+
}
|
|
2684
|
+
w1b() {
|
|
2685
|
+
return false;
|
|
2686
|
+
}
|
|
2687
|
+
u1b() {
|
|
2688
|
+
return _get_isClosedForSend0__kxgf9m(this, this.u19_1.kotlinx$atomicfu$value);
|
|
2689
|
+
}
|
|
2690
|
+
v1a() {
|
|
2691
|
+
return _get_isClosedForReceive0__f7qknl(this, this.u19_1.kotlinx$atomicfu$value);
|
|
2692
|
+
}
|
|
2693
|
+
y1b() {
|
|
2694
|
+
$l$loop: while (true) {
|
|
2695
|
+
var segment = this.z19_1.kotlinx$atomicfu$value;
|
|
2696
|
+
var r = this.y1a();
|
|
2697
|
+
var s = this.w1a();
|
|
2698
|
+
if (compare(s, r) <= 0)
|
|
2699
|
+
return false;
|
|
2700
|
+
// Inline function 'kotlin.Long.div' call
|
|
2701
|
+
var other = get_SEGMENT_SIZE();
|
|
2702
|
+
var id = divide(r, fromInt(other));
|
|
2703
|
+
if (!equalsLong(segment.t11_1, id)) {
|
|
2704
|
+
var tmp0_elvis_lhs = findSegmentReceive(this, id, segment);
|
|
2705
|
+
var tmp;
|
|
2706
|
+
if (tmp0_elvis_lhs == null) {
|
|
2707
|
+
var tmp_0;
|
|
2708
|
+
if (compare(this.z19_1.kotlinx$atomicfu$value.t11_1, id) < 0) {
|
|
2709
|
+
return false;
|
|
2710
|
+
} else {
|
|
2711
|
+
continue $l$loop;
|
|
2712
|
+
}
|
|
2713
|
+
} else {
|
|
2714
|
+
tmp = tmp0_elvis_lhs;
|
|
2715
|
+
}
|
|
2716
|
+
segment = tmp;
|
|
2717
|
+
}
|
|
2718
|
+
segment.q1a();
|
|
2719
|
+
// Inline function 'kotlin.Long.rem' call
|
|
2720
|
+
var other_0 = get_SEGMENT_SIZE();
|
|
2721
|
+
var tmp$ret$1 = modulo(r, fromInt(other_0));
|
|
2722
|
+
var i = convertToInt(tmp$ret$1);
|
|
2723
|
+
if (isCellNonEmpty(this, segment, i, r))
|
|
2724
|
+
return true;
|
|
2725
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2726
|
+
var tmp$ret$2 = add(r, fromInt(1));
|
|
2727
|
+
this.v19_1.atomicfu$compareAndSet(r, tmp$ret$2);
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
toString() {
|
|
2731
|
+
var sb = StringBuilder().m1();
|
|
2732
|
+
// Inline function 'kotlinx.coroutines.channels.sendersCloseStatus' call
|
|
2733
|
+
var this_0 = this.u19_1.kotlinx$atomicfu$value;
|
|
2734
|
+
var tmp0_subject = convertToInt(shiftRight(this_0, 60));
|
|
2735
|
+
if (tmp0_subject === 2) {
|
|
2736
|
+
sb.n1('closed,');
|
|
2737
|
+
} else if (tmp0_subject === 3) {
|
|
2738
|
+
sb.n1('cancelled,');
|
|
2739
|
+
}
|
|
2740
|
+
sb.n1('capacity=' + this.s19_1 + ',');
|
|
2741
|
+
sb.n1('data=[');
|
|
2742
|
+
// Inline function 'kotlin.collections.filter' call
|
|
2743
|
+
var tmp0 = listOf([this.z19_1.kotlinx$atomicfu$value, this.y19_1.kotlinx$atomicfu$value, this.a1a_1.kotlinx$atomicfu$value]);
|
|
2744
|
+
// Inline function 'kotlin.collections.filterTo' call
|
|
2745
|
+
var destination = ArrayList().n2();
|
|
2746
|
+
var _iterator__ex2g4s = tmp0.q1();
|
|
2747
|
+
while (_iterator__ex2g4s.r1()) {
|
|
2748
|
+
var element = _iterator__ex2g4s.s1();
|
|
2749
|
+
if (!(element === get_NULL_SEGMENT())) {
|
|
2750
|
+
destination.t2(element);
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
var tmp$ret$4;
|
|
2754
|
+
$l$block: {
|
|
2755
|
+
// Inline function 'kotlin.collections.minBy' call
|
|
2756
|
+
var iterator = destination.q1();
|
|
2757
|
+
if (!iterator.r1())
|
|
2758
|
+
throw NoSuchElementException().w6();
|
|
2759
|
+
var minElem = iterator.s1();
|
|
2760
|
+
if (!iterator.r1()) {
|
|
2761
|
+
tmp$ret$4 = minElem;
|
|
2762
|
+
break $l$block;
|
|
2763
|
+
}
|
|
2764
|
+
var minValue = minElem.t11_1;
|
|
2765
|
+
do {
|
|
2766
|
+
var e = iterator.s1();
|
|
2767
|
+
var v = e.t11_1;
|
|
2768
|
+
if (compareTo(minValue, v) > 0) {
|
|
2769
|
+
minElem = e;
|
|
2770
|
+
minValue = v;
|
|
2771
|
+
}
|
|
2772
|
+
}
|
|
2773
|
+
while (iterator.r1());
|
|
2774
|
+
tmp$ret$4 = minElem;
|
|
2775
|
+
}
|
|
2776
|
+
var firstSegment = tmp$ret$4;
|
|
2777
|
+
var r = this.y1a();
|
|
2778
|
+
var s = this.w1a();
|
|
2779
|
+
var segment = firstSegment;
|
|
2780
|
+
append_elements: while (true) {
|
|
2781
|
+
var inductionVariable = 0;
|
|
2782
|
+
var last_0 = get_SEGMENT_SIZE();
|
|
2783
|
+
if (inductionVariable < last_0)
|
|
2784
|
+
process_cell: do {
|
|
2785
|
+
var i = inductionVariable;
|
|
2786
|
+
inductionVariable = inductionVariable + 1 | 0;
|
|
2787
|
+
var tmp0_0 = segment.t11_1;
|
|
2788
|
+
// Inline function 'kotlin.Long.times' call
|
|
2789
|
+
var other = get_SEGMENT_SIZE();
|
|
2790
|
+
// Inline function 'kotlin.Long.plus' call
|
|
2791
|
+
var this_1 = multiply(tmp0_0, fromInt(other));
|
|
2792
|
+
var globalCellIndex = add(this_1, fromInt(i));
|
|
2793
|
+
if (compare(globalCellIndex, s) >= 0 && compare(globalCellIndex, r) >= 0)
|
|
2794
|
+
break append_elements;
|
|
2795
|
+
var cellState = segment.o19(i);
|
|
2796
|
+
var element_0 = segment.l19(i);
|
|
2797
|
+
var tmp;
|
|
2798
|
+
if (!(cellState == null) ? isInterface(cellState, CancellableContinuation()) : false) {
|
|
2799
|
+
tmp = compare(globalCellIndex, r) < 0 && compare(globalCellIndex, s) >= 0 ? 'receive' : compare(globalCellIndex, s) < 0 && compare(globalCellIndex, r) >= 0 ? 'send' : 'cont';
|
|
2800
|
+
} else {
|
|
2801
|
+
if (!(cellState == null) ? isInterface(cellState, SelectInstance()) : false) {
|
|
2802
|
+
tmp = compare(globalCellIndex, r) < 0 && compare(globalCellIndex, s) >= 0 ? 'onReceive' : compare(globalCellIndex, s) < 0 && compare(globalCellIndex, r) >= 0 ? 'onSend' : 'select';
|
|
2803
|
+
} else {
|
|
2804
|
+
if (cellState instanceof ReceiveCatching()) {
|
|
2805
|
+
tmp = 'receiveCatching';
|
|
2806
|
+
} else {
|
|
2807
|
+
if (cellState instanceof SendBroadcast()) {
|
|
2808
|
+
tmp = 'sendBroadcast';
|
|
2809
|
+
} else {
|
|
2810
|
+
if (cellState instanceof WaiterEB()) {
|
|
2811
|
+
tmp = 'EB(' + cellState.toString() + ')';
|
|
2812
|
+
} else {
|
|
2813
|
+
if (equals(cellState, get_RESUMING_BY_RCV()) || equals(cellState, get_RESUMING_BY_EB())) {
|
|
2814
|
+
tmp = 'resuming_sender';
|
|
2815
|
+
} else {
|
|
2816
|
+
if (cellState == null || (equals(cellState, get_IN_BUFFER()) || equals(cellState, get_DONE_RCV())) || (equals(cellState, get_POISONED()) || equals(cellState, get_INTERRUPTED_RCV()) || (equals(cellState, get_INTERRUPTED_SEND()) || equals(cellState, get_CHANNEL_CLOSED())))) {
|
|
2817
|
+
continue process_cell;
|
|
2818
|
+
} else {
|
|
2819
|
+
tmp = toString_0(cellState);
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
var cellStateString = tmp;
|
|
2828
|
+
if (!(element_0 == null)) {
|
|
2829
|
+
sb.n1('(' + cellStateString + ',' + toString(element_0) + '),');
|
|
2830
|
+
} else {
|
|
2831
|
+
sb.n1(cellStateString + ',');
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
while (inductionVariable < last_0);
|
|
2835
|
+
var tmp2_elvis_lhs = segment.m1a();
|
|
2836
|
+
var tmp_0;
|
|
2837
|
+
if (tmp2_elvis_lhs == null) {
|
|
2838
|
+
break append_elements;
|
|
2839
|
+
} else {
|
|
2840
|
+
tmp_0 = tmp2_elvis_lhs;
|
|
2841
|
+
}
|
|
2842
|
+
segment = tmp_0;
|
|
2843
|
+
}
|
|
2844
|
+
if (last(sb) === _Char___init__impl__6a9atx(44)) {
|
|
2845
|
+
sb.ih(sb.a() - 1 | 0);
|
|
2846
|
+
}
|
|
2847
|
+
sb.n1(']');
|
|
2848
|
+
return sb.toString();
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
protoOf($).o1c = close$default;
|
|
2852
|
+
protoOf($).q1c = cancel$default;
|
|
2853
|
+
initMetadataForClass($, 'BufferedChannel', VOID, VOID, [ReceiveChannel(), SendChannel()], [1, 4, 0, 3]);
|
|
2854
|
+
BufferedChannelClass = $;
|
|
2855
|
+
}
|
|
2856
|
+
return BufferedChannelClass;
|
|
2857
|
+
}
|
|
2858
|
+
var WaiterEBClass;
|
|
2859
|
+
function WaiterEB() {
|
|
2860
|
+
if (WaiterEBClass === VOID) {
|
|
2861
|
+
class $ {
|
|
2862
|
+
constructor(waiter) {
|
|
2863
|
+
this.b1b_1 = waiter;
|
|
2864
|
+
}
|
|
2865
|
+
toString() {
|
|
2866
|
+
return 'WaiterEB(' + toString_0(this.b1b_1) + ')';
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
initMetadataForClass($, 'WaiterEB');
|
|
2870
|
+
WaiterEBClass = $;
|
|
2871
|
+
}
|
|
2872
|
+
return WaiterEBClass;
|
|
2873
|
+
}
|
|
2874
|
+
function initialBufferEnd(capacity) {
|
|
2875
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2876
|
+
switch (capacity) {
|
|
2877
|
+
case 0:
|
|
2878
|
+
return new (Long())(0, 0);
|
|
2879
|
+
case 2147483647:
|
|
2880
|
+
return new (Long())(-1, 2147483647);
|
|
2881
|
+
default:
|
|
2882
|
+
return fromInt(capacity);
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
var ReceiveCatchingClass;
|
|
2886
|
+
function ReceiveCatching() {
|
|
2887
|
+
if (ReceiveCatchingClass === VOID) {
|
|
2888
|
+
class $ {}
|
|
2889
|
+
initMetadataForClass($, 'ReceiveCatching', VOID, VOID, [Waiter()]);
|
|
2890
|
+
ReceiveCatchingClass = $;
|
|
2891
|
+
}
|
|
2892
|
+
return ReceiveCatchingClass;
|
|
2893
|
+
}
|
|
2894
|
+
function tryResume0(_this__u8e3s4, value, onCancellation) {
|
|
2895
|
+
onCancellation = onCancellation === VOID ? null : onCancellation;
|
|
2896
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2897
|
+
// Inline function 'kotlin.let' call
|
|
2898
|
+
var token = _this__u8e3s4.a11(value, null, onCancellation);
|
|
2899
|
+
var tmp;
|
|
2900
|
+
if (!(token == null)) {
|
|
2901
|
+
_this__u8e3s4.gz(token);
|
|
2902
|
+
tmp = true;
|
|
2903
|
+
} else {
|
|
2904
|
+
tmp = false;
|
|
2905
|
+
}
|
|
2906
|
+
return tmp;
|
|
2907
|
+
}
|
|
2908
|
+
function constructEBCompletedAndPauseFlag(counter, pauseEB) {
|
|
2909
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2910
|
+
return add(pauseEB ? new (Long())(0, 1073741824) : new (Long())(0, 0), counter);
|
|
2911
|
+
}
|
|
2912
|
+
function constructSendersAndCloseStatus(counter, closeStatus) {
|
|
2913
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2914
|
+
return add(shiftLeft(fromInt(closeStatus), 60), counter);
|
|
2915
|
+
}
|
|
2916
|
+
function createSegmentFunction() {
|
|
2917
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2918
|
+
return createSegment$ref();
|
|
2919
|
+
}
|
|
2920
|
+
function createSegment(id, prev) {
|
|
2921
|
+
_init_properties_BufferedChannel_kt__d6uc4y();
|
|
2922
|
+
return new (ChannelSegment())(id, prev, prev.i19(), 0);
|
|
2923
|
+
}
|
|
2924
|
+
function createSegment$ref() {
|
|
2925
|
+
var l = (p0, p1) => createSegment(p0, p1);
|
|
2926
|
+
l.callableName = 'createSegment';
|
|
2927
|
+
return l;
|
|
2928
|
+
}
|
|
2929
|
+
var properties_initialized_BufferedChannel_kt_58tjvw;
|
|
2930
|
+
function _init_properties_BufferedChannel_kt__d6uc4y() {
|
|
2931
|
+
if (!properties_initialized_BufferedChannel_kt_58tjvw) {
|
|
2932
|
+
properties_initialized_BufferedChannel_kt_58tjvw = true;
|
|
2933
|
+
NULL_SEGMENT = new (ChannelSegment())(new (Long())(-1, -1), null, null, 0);
|
|
2934
|
+
SEGMENT_SIZE = systemProp('kotlinx.coroutines.bufferedChannel.segmentSize', 32);
|
|
2935
|
+
EXPAND_BUFFER_COMPLETION_WAIT_ITERATIONS = systemProp('kotlinx.coroutines.bufferedChannel.expandBufferCompletionWaitIterations', 10000);
|
|
2936
|
+
BUFFERED = new (Symbol())('BUFFERED');
|
|
2937
|
+
IN_BUFFER = new (Symbol())('SHOULD_BUFFER');
|
|
2938
|
+
RESUMING_BY_RCV = new (Symbol())('S_RESUMING_BY_RCV');
|
|
2939
|
+
RESUMING_BY_EB = new (Symbol())('RESUMING_BY_EB');
|
|
2940
|
+
POISONED = new (Symbol())('POISONED');
|
|
2941
|
+
DONE_RCV = new (Symbol())('DONE_RCV');
|
|
2942
|
+
INTERRUPTED_SEND = new (Symbol())('INTERRUPTED_SEND');
|
|
2943
|
+
INTERRUPTED_RCV = new (Symbol())('INTERRUPTED_RCV');
|
|
2944
|
+
CHANNEL_CLOSED = new (Symbol())('CHANNEL_CLOSED');
|
|
2945
|
+
SUSPEND = new (Symbol())('SUSPEND');
|
|
2946
|
+
SUSPEND_NO_WAITER = new (Symbol())('SUSPEND_NO_WAITER');
|
|
2947
|
+
FAILED = new (Symbol())('FAILED');
|
|
2948
|
+
NO_RECEIVE_RESULT = new (Symbol())('NO_RECEIVE_RESULT');
|
|
2949
|
+
CLOSE_HANDLER_CLOSED = new (Symbol())('CLOSE_HANDLER_CLOSED');
|
|
2950
|
+
CLOSE_HANDLER_INVOKED = new (Symbol())('CLOSE_HANDLER_INVOKED');
|
|
2951
|
+
NO_CLOSE_CAUSE = new (Symbol())('NO_CLOSE_CAUSE');
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
//region block: exports
|
|
2955
|
+
export {
|
|
2956
|
+
BufferedChannel as BufferedChannel3lgkhzot5gmk6,
|
|
2957
|
+
};
|
|
2958
|
+
//endregion
|
|
2959
|
+
|
|
2960
|
+
//# sourceMappingURL=BufferedChannel.mjs.map
|