client_plugin_logic_deb 1.8.415 → 1.8.416
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-ai_module.js +350 -548
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-client_plugin.d.ts +89 -4
- package/Logic_Debertz-client_plugin.js +2018 -2018
- package/Logic_Debertz-core.js +753 -750
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14912 -14335
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +6765 -6765
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +1234 -1110
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -298,20 +298,20 @@
|
|
|
298
298
|
initMetadataForClass(CardGrowthComparator, 'CardGrowthComparator', VOID, VOID, [Comparator]);
|
|
299
299
|
initMetadataForClass(ProcessingCard, 'ProcessingCard');
|
|
300
300
|
function launchDefault$default(context, block, $super) {
|
|
301
|
-
context = context === VOID ? this.
|
|
302
|
-
return $super === VOID ? this.
|
|
301
|
+
context = context === VOID ? this.c6l() : context;
|
|
302
|
+
return $super === VOID ? this.d6l(context, block) : $super.d6l.call(this, context, block);
|
|
303
303
|
}
|
|
304
304
|
function launchDefaultWithLock$default(context, block, $super) {
|
|
305
|
-
context = context === VOID ? this.
|
|
306
|
-
return $super === VOID ? this.
|
|
305
|
+
context = context === VOID ? this.c6l() : context;
|
|
306
|
+
return $super === VOID ? this.f6l(context, block) : $super.f6l.call(this, context, block);
|
|
307
307
|
}
|
|
308
308
|
function launchMain$default(context, block, $super) {
|
|
309
|
-
context = context === VOID ? this.
|
|
310
|
-
return $super === VOID ? this.
|
|
309
|
+
context = context === VOID ? this.c6l() : context;
|
|
310
|
+
return $super === VOID ? this.h6l(context, block) : $super.h6l.call(this, context, block);
|
|
311
311
|
}
|
|
312
312
|
function awaitDefaultWithLock$default(context, block, $super) {
|
|
313
|
-
context = context === VOID ? this.
|
|
314
|
-
return $super === VOID ? this.
|
|
313
|
+
context = context === VOID ? this.c6l() : context;
|
|
314
|
+
return $super === VOID ? this.j6l(context, block) : $super.j6l.call(this, context, block);
|
|
315
315
|
}
|
|
316
316
|
initMetadataForInterface(AsyncProvider, 'AsyncProvider');
|
|
317
317
|
initMetadataForCompanion(Companion_22);
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
return false;
|
|
352
352
|
}
|
|
353
353
|
function get_isAutoStartTimer() {
|
|
354
|
-
return !this.
|
|
354
|
+
return !this.p6o() && !this.q6o();
|
|
355
355
|
}
|
|
356
356
|
initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
|
|
357
357
|
initMetadataForClass(TimerAction, 'TimerAction', VOID, VOID, [Action]);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
tmp = types;
|
|
412
412
|
}
|
|
413
413
|
types = tmp;
|
|
414
|
-
return $super === VOID ? this.
|
|
414
|
+
return $super === VOID ? this.t6u(types) : $super.t6u.call(this, types);
|
|
415
415
|
}
|
|
416
416
|
initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
|
|
417
417
|
initMetadataForCompanion(Companion_24);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.416';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
protoOf($serializer_3).c6i = function (encoder, value) {
|
|
2721
2721
|
var tmp0_desc = this.b6i_1;
|
|
2722
2722
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2723
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2723
|
+
tmp1_output.dt(tmp0_desc, 0, value.reason);
|
|
2724
2724
|
tmp1_output.pr(tmp0_desc);
|
|
2725
2725
|
};
|
|
2726
2726
|
protoOf($serializer_3).co = function (encoder, value) {
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
throwMissingFieldException(seen0, 1, $serializer_getInstance_3().b6i_1);
|
|
2775
2775
|
}
|
|
2776
2776
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2777
|
-
$this.
|
|
2777
|
+
$this.reason = reason;
|
|
2778
2778
|
return $this;
|
|
2779
2779
|
}
|
|
2780
2780
|
function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
|
|
@@ -2782,20 +2782,23 @@
|
|
|
2782
2782
|
}
|
|
2783
2783
|
function GameFinishedReasonDto(reason) {
|
|
2784
2784
|
TerminationGameReasonDto.call(this);
|
|
2785
|
-
this.
|
|
2785
|
+
this.reason = reason;
|
|
2786
2786
|
}
|
|
2787
|
+
protoOf(GameFinishedReasonDto).p6e = function () {
|
|
2788
|
+
return this.reason;
|
|
2789
|
+
};
|
|
2787
2790
|
protoOf(GameFinishedReasonDto).toString = function () {
|
|
2788
|
-
return 'GameFinishedReasonDto(reason=' + this.
|
|
2791
|
+
return 'GameFinishedReasonDto(reason=' + this.reason + ')';
|
|
2789
2792
|
};
|
|
2790
2793
|
protoOf(GameFinishedReasonDto).hashCode = function () {
|
|
2791
|
-
return getStringHashCode(this.
|
|
2794
|
+
return getStringHashCode(this.reason);
|
|
2792
2795
|
};
|
|
2793
2796
|
protoOf(GameFinishedReasonDto).equals = function (other) {
|
|
2794
2797
|
if (this === other)
|
|
2795
2798
|
return true;
|
|
2796
2799
|
if (!(other instanceof GameFinishedReasonDto))
|
|
2797
2800
|
return false;
|
|
2798
|
-
if (!(this.
|
|
2801
|
+
if (!(this.reason === other.reason))
|
|
2799
2802
|
return false;
|
|
2800
2803
|
return true;
|
|
2801
2804
|
};
|
|
@@ -2809,19 +2812,19 @@
|
|
|
2809
2812
|
$serializer_instance_4 = this;
|
|
2810
2813
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
|
|
2811
2814
|
tmp0_serialDesc.gz('playerId', false);
|
|
2812
|
-
this.
|
|
2815
|
+
this.d6i_1 = tmp0_serialDesc;
|
|
2813
2816
|
}
|
|
2814
|
-
protoOf($serializer_4).
|
|
2815
|
-
var tmp0_desc = this.
|
|
2817
|
+
protoOf($serializer_4).e6i = function (encoder, value) {
|
|
2818
|
+
var tmp0_desc = this.d6i_1;
|
|
2816
2819
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2817
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2820
|
+
tmp1_output.dt(tmp0_desc, 0, value.f6i_1);
|
|
2818
2821
|
tmp1_output.pr(tmp0_desc);
|
|
2819
2822
|
};
|
|
2820
2823
|
protoOf($serializer_4).co = function (encoder, value) {
|
|
2821
|
-
return this.
|
|
2824
|
+
return this.e6i(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
|
|
2822
2825
|
};
|
|
2823
2826
|
protoOf($serializer_4).do = function (decoder) {
|
|
2824
|
-
var tmp0_desc = this.
|
|
2827
|
+
var tmp0_desc = this.d6i_1;
|
|
2825
2828
|
var tmp1_flag = true;
|
|
2826
2829
|
var tmp2_index = 0;
|
|
2827
2830
|
var tmp3_bitMask0 = 0;
|
|
@@ -2849,7 +2852,7 @@
|
|
|
2849
2852
|
return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
2850
2853
|
};
|
|
2851
2854
|
protoOf($serializer_4).bo = function () {
|
|
2852
|
-
return this.
|
|
2855
|
+
return this.d6i_1;
|
|
2853
2856
|
};
|
|
2854
2857
|
protoOf($serializer_4).vz = function () {
|
|
2855
2858
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2865,10 +2868,10 @@
|
|
|
2865
2868
|
}
|
|
2866
2869
|
function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
|
|
2867
2870
|
if (!(1 === (1 & seen0))) {
|
|
2868
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().
|
|
2871
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_4().d6i_1);
|
|
2869
2872
|
}
|
|
2870
2873
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2871
|
-
$this.
|
|
2874
|
+
$this.f6i_1 = playerId;
|
|
2872
2875
|
return $this;
|
|
2873
2876
|
}
|
|
2874
2877
|
function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
|
|
@@ -2876,20 +2879,20 @@
|
|
|
2876
2879
|
}
|
|
2877
2880
|
function PlayerExitReasonDto(playerId) {
|
|
2878
2881
|
TerminationGameReasonDto.call(this);
|
|
2879
|
-
this.
|
|
2882
|
+
this.f6i_1 = playerId;
|
|
2880
2883
|
}
|
|
2881
2884
|
protoOf(PlayerExitReasonDto).toString = function () {
|
|
2882
|
-
return 'PlayerExitReasonDto(playerId=' + this.
|
|
2885
|
+
return 'PlayerExitReasonDto(playerId=' + this.f6i_1 + ')';
|
|
2883
2886
|
};
|
|
2884
2887
|
protoOf(PlayerExitReasonDto).hashCode = function () {
|
|
2885
|
-
return getStringHashCode(this.
|
|
2888
|
+
return getStringHashCode(this.f6i_1);
|
|
2886
2889
|
};
|
|
2887
2890
|
protoOf(PlayerExitReasonDto).equals = function (other) {
|
|
2888
2891
|
if (this === other)
|
|
2889
2892
|
return true;
|
|
2890
2893
|
if (!(other instanceof PlayerExitReasonDto))
|
|
2891
2894
|
return false;
|
|
2892
|
-
if (!(this.
|
|
2895
|
+
if (!(this.f6i_1 === other.f6i_1))
|
|
2893
2896
|
return false;
|
|
2894
2897
|
return true;
|
|
2895
2898
|
};
|
|
@@ -2904,20 +2907,20 @@
|
|
|
2904
2907
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
|
|
2905
2908
|
tmp0_serialDesc.gz('playerId', false);
|
|
2906
2909
|
tmp0_serialDesc.gz('tag', false);
|
|
2907
|
-
this.
|
|
2910
|
+
this.g6i_1 = tmp0_serialDesc;
|
|
2908
2911
|
}
|
|
2909
|
-
protoOf($serializer_5).
|
|
2910
|
-
var tmp0_desc = this.
|
|
2912
|
+
protoOf($serializer_5).h6i = function (encoder, value) {
|
|
2913
|
+
var tmp0_desc = this.g6i_1;
|
|
2911
2914
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
2912
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
2913
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
2915
|
+
tmp1_output.dt(tmp0_desc, 0, value.i6i_1);
|
|
2916
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.j6i_1);
|
|
2914
2917
|
tmp1_output.pr(tmp0_desc);
|
|
2915
2918
|
};
|
|
2916
2919
|
protoOf($serializer_5).co = function (encoder, value) {
|
|
2917
|
-
return this.
|
|
2920
|
+
return this.h6i(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
|
|
2918
2921
|
};
|
|
2919
2922
|
protoOf($serializer_5).do = function (decoder) {
|
|
2920
|
-
var tmp0_desc = this.
|
|
2923
|
+
var tmp0_desc = this.g6i_1;
|
|
2921
2924
|
var tmp1_flag = true;
|
|
2922
2925
|
var tmp2_index = 0;
|
|
2923
2926
|
var tmp3_bitMask0 = 0;
|
|
@@ -2952,7 +2955,7 @@
|
|
|
2952
2955
|
return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
2953
2956
|
};
|
|
2954
2957
|
protoOf($serializer_5).bo = function () {
|
|
2955
|
-
return this.
|
|
2958
|
+
return this.g6i_1;
|
|
2956
2959
|
};
|
|
2957
2960
|
protoOf($serializer_5).vz = function () {
|
|
2958
2961
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -2968,11 +2971,11 @@
|
|
|
2968
2971
|
}
|
|
2969
2972
|
function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
2970
2973
|
if (!(3 === (3 & seen0))) {
|
|
2971
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().
|
|
2974
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_5().g6i_1);
|
|
2972
2975
|
}
|
|
2973
2976
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
2974
|
-
$this.
|
|
2975
|
-
$this.
|
|
2977
|
+
$this.i6i_1 = playerId;
|
|
2978
|
+
$this.j6i_1 = tag;
|
|
2976
2979
|
return $this;
|
|
2977
2980
|
}
|
|
2978
2981
|
function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -2980,15 +2983,15 @@
|
|
|
2980
2983
|
}
|
|
2981
2984
|
function PlayerLostConnectionReasonDto(playerId, tag) {
|
|
2982
2985
|
TerminationGameReasonDto.call(this);
|
|
2983
|
-
this.
|
|
2984
|
-
this.
|
|
2986
|
+
this.i6i_1 = playerId;
|
|
2987
|
+
this.j6i_1 = tag;
|
|
2985
2988
|
}
|
|
2986
2989
|
protoOf(PlayerLostConnectionReasonDto).toString = function () {
|
|
2987
|
-
return 'PlayerLostConnectionReasonDto(playerId=' + this.
|
|
2990
|
+
return 'PlayerLostConnectionReasonDto(playerId=' + this.i6i_1 + ', tag=' + this.j6i_1 + ')';
|
|
2988
2991
|
};
|
|
2989
2992
|
protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
|
|
2990
|
-
var result = getStringHashCode(this.
|
|
2991
|
-
result = imul(result, 31) + (this.
|
|
2993
|
+
var result = getStringHashCode(this.i6i_1);
|
|
2994
|
+
result = imul(result, 31) + (this.j6i_1 == null ? 0 : getStringHashCode(this.j6i_1)) | 0;
|
|
2992
2995
|
return result;
|
|
2993
2996
|
};
|
|
2994
2997
|
protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
|
|
@@ -2996,9 +2999,9 @@
|
|
|
2996
2999
|
return true;
|
|
2997
3000
|
if (!(other instanceof PlayerLostConnectionReasonDto))
|
|
2998
3001
|
return false;
|
|
2999
|
-
if (!(this.
|
|
3002
|
+
if (!(this.i6i_1 === other.i6i_1))
|
|
3000
3003
|
return false;
|
|
3001
|
-
if (!(this.
|
|
3004
|
+
if (!(this.j6i_1 == other.j6i_1))
|
|
3002
3005
|
return false;
|
|
3003
3006
|
return true;
|
|
3004
3007
|
};
|
|
@@ -3013,20 +3016,20 @@
|
|
|
3013
3016
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
|
|
3014
3017
|
tmp0_serialDesc.gz('playerId', false);
|
|
3015
3018
|
tmp0_serialDesc.gz('tag', false);
|
|
3016
|
-
this.
|
|
3019
|
+
this.k6i_1 = tmp0_serialDesc;
|
|
3017
3020
|
}
|
|
3018
|
-
protoOf($serializer_6).
|
|
3019
|
-
var tmp0_desc = this.
|
|
3021
|
+
protoOf($serializer_6).l6i = function (encoder, value) {
|
|
3022
|
+
var tmp0_desc = this.k6i_1;
|
|
3020
3023
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3021
|
-
tmp1_output.dt(tmp0_desc, 0, value.
|
|
3022
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3024
|
+
tmp1_output.dt(tmp0_desc, 0, value.m6i_1);
|
|
3025
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.n6i_1);
|
|
3023
3026
|
tmp1_output.pr(tmp0_desc);
|
|
3024
3027
|
};
|
|
3025
3028
|
protoOf($serializer_6).co = function (encoder, value) {
|
|
3026
|
-
return this.
|
|
3029
|
+
return this.l6i(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
|
|
3027
3030
|
};
|
|
3028
3031
|
protoOf($serializer_6).do = function (decoder) {
|
|
3029
|
-
var tmp0_desc = this.
|
|
3032
|
+
var tmp0_desc = this.k6i_1;
|
|
3030
3033
|
var tmp1_flag = true;
|
|
3031
3034
|
var tmp2_index = 0;
|
|
3032
3035
|
var tmp3_bitMask0 = 0;
|
|
@@ -3061,7 +3064,7 @@
|
|
|
3061
3064
|
return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
3062
3065
|
};
|
|
3063
3066
|
protoOf($serializer_6).bo = function () {
|
|
3064
|
-
return this.
|
|
3067
|
+
return this.k6i_1;
|
|
3065
3068
|
};
|
|
3066
3069
|
protoOf($serializer_6).vz = function () {
|
|
3067
3070
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3077,11 +3080,11 @@
|
|
|
3077
3080
|
}
|
|
3078
3081
|
function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
|
|
3079
3082
|
if (!(3 === (3 & seen0))) {
|
|
3080
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().
|
|
3083
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_6().k6i_1);
|
|
3081
3084
|
}
|
|
3082
3085
|
TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
3083
|
-
$this.
|
|
3084
|
-
$this.
|
|
3086
|
+
$this.m6i_1 = playerId;
|
|
3087
|
+
$this.n6i_1 = tag;
|
|
3085
3088
|
return $this;
|
|
3086
3089
|
}
|
|
3087
3090
|
function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
|
|
@@ -3089,15 +3092,15 @@
|
|
|
3089
3092
|
}
|
|
3090
3093
|
function PlayerTimeoutReasonDto(playerId, tag) {
|
|
3091
3094
|
TerminationGameReasonDto.call(this);
|
|
3092
|
-
this.
|
|
3093
|
-
this.
|
|
3095
|
+
this.m6i_1 = playerId;
|
|
3096
|
+
this.n6i_1 = tag;
|
|
3094
3097
|
}
|
|
3095
3098
|
protoOf(PlayerTimeoutReasonDto).toString = function () {
|
|
3096
|
-
return 'PlayerTimeoutReasonDto(playerId=' + this.
|
|
3099
|
+
return 'PlayerTimeoutReasonDto(playerId=' + this.m6i_1 + ', tag=' + this.n6i_1 + ')';
|
|
3097
3100
|
};
|
|
3098
3101
|
protoOf(PlayerTimeoutReasonDto).hashCode = function () {
|
|
3099
|
-
var result = getStringHashCode(this.
|
|
3100
|
-
result = imul(result, 31) + (this.
|
|
3102
|
+
var result = getStringHashCode(this.m6i_1);
|
|
3103
|
+
result = imul(result, 31) + (this.n6i_1 == null ? 0 : getStringHashCode(this.n6i_1)) | 0;
|
|
3101
3104
|
return result;
|
|
3102
3105
|
};
|
|
3103
3106
|
protoOf(PlayerTimeoutReasonDto).equals = function (other) {
|
|
@@ -3105,14 +3108,14 @@
|
|
|
3105
3108
|
return true;
|
|
3106
3109
|
if (!(other instanceof PlayerTimeoutReasonDto))
|
|
3107
3110
|
return false;
|
|
3108
|
-
if (!(this.
|
|
3111
|
+
if (!(this.m6i_1 === other.m6i_1))
|
|
3109
3112
|
return false;
|
|
3110
|
-
if (!(this.
|
|
3113
|
+
if (!(this.n6i_1 == other.n6i_1))
|
|
3111
3114
|
return false;
|
|
3112
3115
|
return true;
|
|
3113
3116
|
};
|
|
3114
3117
|
function _get_$cachedSerializer__te6jhj_7($this) {
|
|
3115
|
-
return $this.
|
|
3118
|
+
return $this.o6i_1.x();
|
|
3116
3119
|
}
|
|
3117
3120
|
function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
|
|
3118
3121
|
var tmp = WaitingForConnectionReasonDto_getInstance();
|
|
@@ -3127,7 +3130,7 @@
|
|
|
3127
3130
|
TerminationGameReasonDto.call(this);
|
|
3128
3131
|
var tmp = this;
|
|
3129
3132
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
3130
|
-
tmp.
|
|
3133
|
+
tmp.o6i_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
|
|
3131
3134
|
}
|
|
3132
3135
|
protoOf(WaitingForConnectionReasonDto).q4t = function () {
|
|
3133
3136
|
return _get_$cachedSerializer__te6jhj_7(this);
|
|
@@ -3164,19 +3167,19 @@
|
|
|
3164
3167
|
$serializer_instance_7 = this;
|
|
3165
3168
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.logic.data.models.serializable.cards.ProcessingCardDto', this, 1);
|
|
3166
3169
|
tmp0_serialDesc.gz('gameCard', false);
|
|
3167
|
-
this.
|
|
3170
|
+
this.p6i_1 = tmp0_serialDesc;
|
|
3168
3171
|
}
|
|
3169
|
-
protoOf($serializer_7).
|
|
3170
|
-
var tmp0_desc = this.
|
|
3172
|
+
protoOf($serializer_7).q6i = function (encoder, value) {
|
|
3173
|
+
var tmp0_desc = this.p6i_1;
|
|
3171
3174
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3172
|
-
tmp1_output.ys(tmp0_desc, 0, value.
|
|
3175
|
+
tmp1_output.ys(tmp0_desc, 0, value.r6i_1);
|
|
3173
3176
|
tmp1_output.pr(tmp0_desc);
|
|
3174
3177
|
};
|
|
3175
3178
|
protoOf($serializer_7).co = function (encoder, value) {
|
|
3176
|
-
return this.
|
|
3179
|
+
return this.q6i(encoder, value instanceof ProcessingCardDto ? value : THROW_CCE());
|
|
3177
3180
|
};
|
|
3178
3181
|
protoOf($serializer_7).do = function (decoder) {
|
|
3179
|
-
var tmp0_desc = this.
|
|
3182
|
+
var tmp0_desc = this.p6i_1;
|
|
3180
3183
|
var tmp1_flag = true;
|
|
3181
3184
|
var tmp2_index = 0;
|
|
3182
3185
|
var tmp3_bitMask0 = 0;
|
|
@@ -3204,7 +3207,7 @@
|
|
|
3204
3207
|
return ProcessingCardDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
3205
3208
|
};
|
|
3206
3209
|
protoOf($serializer_7).bo = function () {
|
|
3207
|
-
return this.
|
|
3210
|
+
return this.p6i_1;
|
|
3208
3211
|
};
|
|
3209
3212
|
protoOf($serializer_7).vz = function () {
|
|
3210
3213
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3220,37 +3223,37 @@
|
|
|
3220
3223
|
}
|
|
3221
3224
|
function ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, $this) {
|
|
3222
3225
|
if (!(1 === (1 & seen0))) {
|
|
3223
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().
|
|
3226
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_7().p6i_1);
|
|
3224
3227
|
}
|
|
3225
|
-
$this.
|
|
3228
|
+
$this.r6i_1 = gameCard;
|
|
3226
3229
|
return $this;
|
|
3227
3230
|
}
|
|
3228
3231
|
function ProcessingCardDto_init_$Create$(seen0, gameCard, serializationConstructorMarker) {
|
|
3229
3232
|
return ProcessingCardDto_init_$Init$(seen0, gameCard, serializationConstructorMarker, objectCreate(protoOf(ProcessingCardDto)));
|
|
3230
3233
|
}
|
|
3231
3234
|
function ProcessingCardDto(gameCard) {
|
|
3232
|
-
this.
|
|
3235
|
+
this.r6i_1 = gameCard;
|
|
3233
3236
|
}
|
|
3234
3237
|
protoOf(ProcessingCardDto).toString = function () {
|
|
3235
|
-
return 'ProcessingCardDto(gameCard=' + this.
|
|
3238
|
+
return 'ProcessingCardDto(gameCard=' + this.r6i_1 + ')';
|
|
3236
3239
|
};
|
|
3237
3240
|
protoOf(ProcessingCardDto).hashCode = function () {
|
|
3238
|
-
return this.
|
|
3241
|
+
return this.r6i_1;
|
|
3239
3242
|
};
|
|
3240
3243
|
protoOf(ProcessingCardDto).equals = function (other) {
|
|
3241
3244
|
if (this === other)
|
|
3242
3245
|
return true;
|
|
3243
3246
|
if (!(other instanceof ProcessingCardDto))
|
|
3244
3247
|
return false;
|
|
3245
|
-
if (!(this.
|
|
3248
|
+
if (!(this.r6i_1 === other.r6i_1))
|
|
3246
3249
|
return false;
|
|
3247
3250
|
return true;
|
|
3248
3251
|
};
|
|
3249
3252
|
function mapToDto(_this__u8e3s4) {
|
|
3250
|
-
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.
|
|
3253
|
+
return new ProcessingCardDto(mapToDto_0(_this__u8e3s4.s6i_1));
|
|
3251
3254
|
}
|
|
3252
3255
|
function mapFromDto(_this__u8e3s4) {
|
|
3253
|
-
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.
|
|
3256
|
+
return new ProcessingCard(mapFromDto_0(_this__u8e3s4.r6i_1));
|
|
3254
3257
|
}
|
|
3255
3258
|
function mapToDto_0(_this__u8e3s4) {
|
|
3256
3259
|
return _this__u8e3s4.p5t_1;
|
|
@@ -3380,20 +3383,20 @@
|
|
|
3380
3383
|
}
|
|
3381
3384
|
function mapFromDto_5(_this__u8e3s4) {
|
|
3382
3385
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3383
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.
|
|
3386
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.reason, get_gameFinishedReasonMapping());
|
|
3384
3387
|
return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
|
|
3385
3388
|
}
|
|
3386
3389
|
function mapFromDto_6(_this__u8e3s4) {
|
|
3387
3390
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3388
|
-
return new PlayerExitReason(_this__u8e3s4.
|
|
3391
|
+
return new PlayerExitReason(_this__u8e3s4.f6i_1);
|
|
3389
3392
|
}
|
|
3390
3393
|
function mapFromDto_7(_this__u8e3s4) {
|
|
3391
3394
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3392
|
-
return new PlayerLostConnectionReason(_this__u8e3s4.
|
|
3395
|
+
return new PlayerLostConnectionReason(_this__u8e3s4.i6i_1, _this__u8e3s4.j6i_1);
|
|
3393
3396
|
}
|
|
3394
3397
|
function mapFromDto_8(_this__u8e3s4) {
|
|
3395
3398
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
3396
|
-
return new PlayerTimeoutReason(_this__u8e3s4.
|
|
3399
|
+
return new PlayerTimeoutReason(_this__u8e3s4.m6i_1, _this__u8e3s4.n6i_1);
|
|
3397
3400
|
}
|
|
3398
3401
|
function mapFromDto_9(_this__u8e3s4) {
|
|
3399
3402
|
_init_properties_TerminationReasonMappers_kt__5n4kx6();
|
|
@@ -3454,14 +3457,14 @@
|
|
|
3454
3457
|
return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
|
|
3455
3458
|
}
|
|
3456
3459
|
function mapFromDto_11(_this__u8e3s4) {
|
|
3457
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
3458
|
-
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3459
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
3460
|
-
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.
|
|
3461
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
3462
|
-
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.
|
|
3463
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3464
|
-
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.
|
|
3460
|
+
var tmp0_elvis_lhs = _this__u8e3s4.t6i_1;
|
|
3461
|
+
var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.u6i_1) : tmp0_elvis_lhs;
|
|
3462
|
+
var tmp1_elvis_lhs = _this__u8e3s4.v6i_1;
|
|
3463
|
+
var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.w6i_1) : tmp1_elvis_lhs;
|
|
3464
|
+
var tmp2_elvis_lhs = _this__u8e3s4.x6i_1;
|
|
3465
|
+
var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.y6i_1 : tmp2_elvis_lhs;
|
|
3466
|
+
var tmp3_elvis_lhs = _this__u8e3s4.a6j_1;
|
|
3467
|
+
return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.b6j_1, _this__u8e3s4.z6i_1);
|
|
3465
3468
|
}
|
|
3466
3469
|
function mapToDto_11(_this__u8e3s4) {
|
|
3467
3470
|
var tmp0_safe_receiver = _this__u8e3s4.n6f_1;
|
|
@@ -3478,7 +3481,7 @@
|
|
|
3478
3481
|
return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
|
|
3479
3482
|
}
|
|
3480
3483
|
function mapFromDto_12(_this__u8e3s4) {
|
|
3481
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
3484
|
+
var tmp0_safe_receiver = _this__u8e3s4.c6j_1;
|
|
3482
3485
|
var tmp;
|
|
3483
3486
|
if (tmp0_safe_receiver == null) {
|
|
3484
3487
|
tmp = null;
|
|
@@ -3487,7 +3490,7 @@
|
|
|
3487
3490
|
tmp = Companion_getInstance_0().mk(tmp0_safe_receiver);
|
|
3488
3491
|
}
|
|
3489
3492
|
var tmp5_startFromTime = tmp;
|
|
3490
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
3493
|
+
var tmp1_safe_receiver = _this__u8e3s4.e6j_1;
|
|
3491
3494
|
var tmp_0;
|
|
3492
3495
|
if (tmp1_safe_receiver == null) {
|
|
3493
3496
|
tmp_0 = null;
|
|
@@ -3496,7 +3499,7 @@
|
|
|
3496
3499
|
tmp_0 = Companion_getInstance_0().mk(tmp1_safe_receiver);
|
|
3497
3500
|
}
|
|
3498
3501
|
var tmp6_waitPlayerUntilTime = tmp_0;
|
|
3499
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
3502
|
+
var tmp2_safe_receiver = _this__u8e3s4.d6j_1;
|
|
3500
3503
|
var tmp_1;
|
|
3501
3504
|
if (tmp2_safe_receiver == null) {
|
|
3502
3505
|
tmp_1 = null;
|
|
@@ -3505,11 +3508,11 @@
|
|
|
3505
3508
|
tmp_1 = Companion_getInstance_0().mk(tmp2_safe_receiver);
|
|
3506
3509
|
}
|
|
3507
3510
|
var tmp7_playerTurnTimeout = tmp_1;
|
|
3508
|
-
var tmp8_state = _this__u8e3s4.
|
|
3509
|
-
var tmp9_tag = _this__u8e3s4.
|
|
3510
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
3511
|
+
var tmp8_state = _this__u8e3s4.f6j_1;
|
|
3512
|
+
var tmp9_tag = _this__u8e3s4.h6j_1;
|
|
3513
|
+
var tmp3_elvis_lhs = _this__u8e3s4.g6j_1;
|
|
3511
3514
|
var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
3512
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
3515
|
+
var tmp4_safe_receiver = _this__u8e3s4.i6j_1;
|
|
3513
3516
|
var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_13(tmp4_safe_receiver);
|
|
3514
3517
|
return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
|
|
3515
3518
|
}
|
|
@@ -3517,7 +3520,7 @@
|
|
|
3517
3520
|
return new PlayerConnectionDto(_this__u8e3s4.z6f_1, _this__u8e3s4.a6g_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.b6g_1));
|
|
3518
3521
|
}
|
|
3519
3522
|
function mapFromDto_13(_this__u8e3s4) {
|
|
3520
|
-
return new PlayerConnection(_this__u8e3s4.
|
|
3523
|
+
return new PlayerConnection(_this__u8e3s4.j6j_1, Companion_getInstance_0().mk(_this__u8e3s4.k6j_1), Companion_getInstance().gk(_this__u8e3s4.l6j_1));
|
|
3521
3524
|
}
|
|
3522
3525
|
function Companion_18() {
|
|
3523
3526
|
}
|
|
@@ -3537,39 +3540,39 @@
|
|
|
3537
3540
|
tmp0_serialDesc.gz('rating', false);
|
|
3538
3541
|
tmp0_serialDesc.gz('is_bot', false);
|
|
3539
3542
|
tmp0_serialDesc.gz('lucky_factor', false);
|
|
3540
|
-
this.
|
|
3543
|
+
this.m6j_1 = tmp0_serialDesc;
|
|
3541
3544
|
}
|
|
3542
|
-
protoOf($serializer_8).
|
|
3543
|
-
var tmp0_desc = this.
|
|
3545
|
+
protoOf($serializer_8).n6j = function (encoder, value) {
|
|
3546
|
+
var tmp0_desc = this.m6j_1;
|
|
3544
3547
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3545
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3546
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3548
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.t6i_1 == null)) {
|
|
3549
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.t6i_1);
|
|
3547
3550
|
}
|
|
3548
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3549
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3551
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.u6i_1 == null)) {
|
|
3552
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.u6i_1);
|
|
3550
3553
|
}
|
|
3551
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3552
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3554
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.v6i_1 == null)) {
|
|
3555
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.v6i_1);
|
|
3553
3556
|
}
|
|
3554
|
-
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.
|
|
3555
|
-
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.
|
|
3557
|
+
if (tmp1_output.lt(tmp0_desc, 3) ? true : !(value.w6i_1 == null)) {
|
|
3558
|
+
tmp1_output.ht(tmp0_desc, 3, StringSerializer_getInstance(), value.w6i_1);
|
|
3556
3559
|
}
|
|
3557
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3558
|
-
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.
|
|
3560
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.x6i_1 == null)) {
|
|
3561
|
+
tmp1_output.ht(tmp0_desc, 4, StringSerializer_getInstance(), value.x6i_1);
|
|
3559
3562
|
}
|
|
3560
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3561
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3563
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.y6i_1 == null)) {
|
|
3564
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.y6i_1);
|
|
3562
3565
|
}
|
|
3563
|
-
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.
|
|
3564
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
3565
|
-
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.
|
|
3566
|
+
tmp1_output.ht(tmp0_desc, 6, DoubleSerializer_getInstance(), value.z6i_1);
|
|
3567
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.a6j_1);
|
|
3568
|
+
tmp1_output.ht(tmp0_desc, 8, FloatSerializer_getInstance(), value.b6j_1);
|
|
3566
3569
|
tmp1_output.pr(tmp0_desc);
|
|
3567
3570
|
};
|
|
3568
3571
|
protoOf($serializer_8).co = function (encoder, value) {
|
|
3569
|
-
return this.
|
|
3572
|
+
return this.n6j(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
|
|
3570
3573
|
};
|
|
3571
3574
|
protoOf($serializer_8).do = function (decoder) {
|
|
3572
|
-
var tmp0_desc = this.
|
|
3575
|
+
var tmp0_desc = this.m6j_1;
|
|
3573
3576
|
var tmp1_flag = true;
|
|
3574
3577
|
var tmp2_index = 0;
|
|
3575
3578
|
var tmp3_bitMask0 = 0;
|
|
@@ -3653,7 +3656,7 @@
|
|
|
3653
3656
|
return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
3654
3657
|
};
|
|
3655
3658
|
protoOf($serializer_8).bo = function () {
|
|
3656
|
-
return this.
|
|
3659
|
+
return this.m6j_1;
|
|
3657
3660
|
};
|
|
3658
3661
|
protoOf($serializer_8).vz = function () {
|
|
3659
3662
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -3669,35 +3672,35 @@
|
|
|
3669
3672
|
}
|
|
3670
3673
|
function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
|
|
3671
3674
|
if (!(448 === (448 & seen0))) {
|
|
3672
|
-
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().
|
|
3675
|
+
throwMissingFieldException(seen0, 448, $serializer_getInstance_8().m6j_1);
|
|
3673
3676
|
}
|
|
3674
3677
|
if (0 === (seen0 & 1))
|
|
3675
|
-
$this.
|
|
3678
|
+
$this.t6i_1 = null;
|
|
3676
3679
|
else
|
|
3677
|
-
$this.
|
|
3680
|
+
$this.t6i_1 = playerId;
|
|
3678
3681
|
if (0 === (seen0 & 2))
|
|
3679
|
-
$this.
|
|
3682
|
+
$this.u6i_1 = null;
|
|
3680
3683
|
else
|
|
3681
|
-
$this.
|
|
3684
|
+
$this.u6i_1 = uid;
|
|
3682
3685
|
if (0 === (seen0 & 4))
|
|
3683
|
-
$this.
|
|
3686
|
+
$this.v6i_1 = null;
|
|
3684
3687
|
else
|
|
3685
|
-
$this.
|
|
3688
|
+
$this.v6i_1 = name;
|
|
3686
3689
|
if (0 === (seen0 & 8))
|
|
3687
|
-
$this.
|
|
3690
|
+
$this.w6i_1 = null;
|
|
3688
3691
|
else
|
|
3689
|
-
$this.
|
|
3692
|
+
$this.w6i_1 = nickname;
|
|
3690
3693
|
if (0 === (seen0 & 16))
|
|
3691
|
-
$this.
|
|
3694
|
+
$this.x6i_1 = null;
|
|
3692
3695
|
else
|
|
3693
|
-
$this.
|
|
3696
|
+
$this.x6i_1 = avatarUrl;
|
|
3694
3697
|
if (0 === (seen0 & 32))
|
|
3695
|
-
$this.
|
|
3698
|
+
$this.y6i_1 = null;
|
|
3696
3699
|
else
|
|
3697
|
-
$this.
|
|
3698
|
-
$this.
|
|
3699
|
-
$this.
|
|
3700
|
-
$this.
|
|
3700
|
+
$this.y6i_1 = photo;
|
|
3701
|
+
$this.z6i_1 = rating;
|
|
3702
|
+
$this.a6j_1 = isBot;
|
|
3703
|
+
$this.b6j_1 = initialLuckyFactor;
|
|
3701
3704
|
return $this;
|
|
3702
3705
|
}
|
|
3703
3706
|
function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
|
|
@@ -3710,47 +3713,47 @@
|
|
|
3710
3713
|
nickname = nickname === VOID ? null : nickname;
|
|
3711
3714
|
avatarUrl = avatarUrl === VOID ? null : avatarUrl;
|
|
3712
3715
|
photo = photo === VOID ? null : photo;
|
|
3713
|
-
this.
|
|
3714
|
-
this.
|
|
3715
|
-
this.
|
|
3716
|
-
this.
|
|
3717
|
-
this.
|
|
3718
|
-
this.
|
|
3719
|
-
this.
|
|
3720
|
-
this.
|
|
3721
|
-
this.
|
|
3722
|
-
}
|
|
3723
|
-
protoOf(GameUserInfoDto).
|
|
3724
|
-
return this.
|
|
3725
|
-
};
|
|
3726
|
-
protoOf(GameUserInfoDto).
|
|
3716
|
+
this.t6i_1 = playerId;
|
|
3717
|
+
this.u6i_1 = uid;
|
|
3718
|
+
this.v6i_1 = name;
|
|
3719
|
+
this.w6i_1 = nickname;
|
|
3720
|
+
this.x6i_1 = avatarUrl;
|
|
3721
|
+
this.y6i_1 = photo;
|
|
3722
|
+
this.z6i_1 = rating;
|
|
3723
|
+
this.a6j_1 = isBot;
|
|
3724
|
+
this.b6j_1 = initialLuckyFactor;
|
|
3725
|
+
}
|
|
3726
|
+
protoOf(GameUserInfoDto).o6j = function () {
|
|
3727
|
+
return this.p6j(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
|
|
3728
|
+
};
|
|
3729
|
+
protoOf(GameUserInfoDto).q6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
|
|
3727
3730
|
return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3728
3731
|
};
|
|
3729
|
-
protoOf(GameUserInfoDto).
|
|
3730
|
-
playerId = playerId === VOID ? this.
|
|
3731
|
-
uid = uid === VOID ? this.
|
|
3732
|
-
name = name === VOID ? this.
|
|
3733
|
-
nickname = nickname === VOID ? this.
|
|
3734
|
-
avatarUrl = avatarUrl === VOID ? this.
|
|
3735
|
-
photo = photo === VOID ? this.
|
|
3736
|
-
rating = rating === VOID ? this.
|
|
3737
|
-
isBot = isBot === VOID ? this.
|
|
3738
|
-
initialLuckyFactor = initialLuckyFactor === VOID ? this.
|
|
3739
|
-
return $super === VOID ? this.
|
|
3732
|
+
protoOf(GameUserInfoDto).p6j = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
|
|
3733
|
+
playerId = playerId === VOID ? this.t6i_1 : playerId;
|
|
3734
|
+
uid = uid === VOID ? this.u6i_1 : uid;
|
|
3735
|
+
name = name === VOID ? this.v6i_1 : name;
|
|
3736
|
+
nickname = nickname === VOID ? this.w6i_1 : nickname;
|
|
3737
|
+
avatarUrl = avatarUrl === VOID ? this.x6i_1 : avatarUrl;
|
|
3738
|
+
photo = photo === VOID ? this.y6i_1 : photo;
|
|
3739
|
+
rating = rating === VOID ? this.z6i_1 : rating;
|
|
3740
|
+
isBot = isBot === VOID ? this.a6j_1 : isBot;
|
|
3741
|
+
initialLuckyFactor = initialLuckyFactor === VOID ? this.b6j_1 : initialLuckyFactor;
|
|
3742
|
+
return $super === VOID ? this.q6j(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.q6j.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
|
|
3740
3743
|
};
|
|
3741
3744
|
protoOf(GameUserInfoDto).toString = function () {
|
|
3742
|
-
return 'GameUserInfoDto(playerId=' + this.
|
|
3745
|
+
return 'GameUserInfoDto(playerId=' + this.t6i_1 + ', uid=' + this.u6i_1 + ', name=' + this.v6i_1 + ', nickname=' + this.w6i_1 + ', avatarUrl=' + this.x6i_1 + ', photo=' + this.y6i_1 + ', rating=' + this.z6i_1 + ', isBot=' + this.a6j_1 + ', initialLuckyFactor=' + this.b6j_1 + ')';
|
|
3743
3746
|
};
|
|
3744
3747
|
protoOf(GameUserInfoDto).hashCode = function () {
|
|
3745
|
-
var result = this.
|
|
3748
|
+
var result = this.t6i_1 == null ? 0 : getStringHashCode(this.t6i_1);
|
|
3749
|
+
result = imul(result, 31) + (this.u6i_1 == null ? 0 : getStringHashCode(this.u6i_1)) | 0;
|
|
3746
3750
|
result = imul(result, 31) + (this.v6i_1 == null ? 0 : getStringHashCode(this.v6i_1)) | 0;
|
|
3747
3751
|
result = imul(result, 31) + (this.w6i_1 == null ? 0 : getStringHashCode(this.w6i_1)) | 0;
|
|
3748
3752
|
result = imul(result, 31) + (this.x6i_1 == null ? 0 : getStringHashCode(this.x6i_1)) | 0;
|
|
3749
3753
|
result = imul(result, 31) + (this.y6i_1 == null ? 0 : getStringHashCode(this.y6i_1)) | 0;
|
|
3750
|
-
result = imul(result, 31) + (this.z6i_1 == null ? 0 :
|
|
3751
|
-
result = imul(result, 31) + (this.a6j_1 == null ? 0 :
|
|
3752
|
-
result = imul(result, 31) + (this.b6j_1 == null ? 0 :
|
|
3753
|
-
result = imul(result, 31) + (this.c6j_1 == null ? 0 : getNumberHashCode(this.c6j_1)) | 0;
|
|
3754
|
+
result = imul(result, 31) + (this.z6i_1 == null ? 0 : getNumberHashCode(this.z6i_1)) | 0;
|
|
3755
|
+
result = imul(result, 31) + (this.a6j_1 == null ? 0 : getBooleanHashCode(this.a6j_1)) | 0;
|
|
3756
|
+
result = imul(result, 31) + (this.b6j_1 == null ? 0 : getNumberHashCode(this.b6j_1)) | 0;
|
|
3754
3757
|
return result;
|
|
3755
3758
|
};
|
|
3756
3759
|
protoOf(GameUserInfoDto).equals = function (other) {
|
|
@@ -3758,6 +3761,8 @@
|
|
|
3758
3761
|
return true;
|
|
3759
3762
|
if (!(other instanceof GameUserInfoDto))
|
|
3760
3763
|
return false;
|
|
3764
|
+
if (!(this.t6i_1 == other.t6i_1))
|
|
3765
|
+
return false;
|
|
3761
3766
|
if (!(this.u6i_1 == other.u6i_1))
|
|
3762
3767
|
return false;
|
|
3763
3768
|
if (!(this.v6i_1 == other.v6i_1))
|
|
@@ -3768,13 +3773,11 @@
|
|
|
3768
3773
|
return false;
|
|
3769
3774
|
if (!(this.y6i_1 == other.y6i_1))
|
|
3770
3775
|
return false;
|
|
3771
|
-
if (!(this.z6i_1
|
|
3772
|
-
return false;
|
|
3773
|
-
if (!equals(this.a6j_1, other.a6j_1))
|
|
3776
|
+
if (!equals(this.z6i_1, other.z6i_1))
|
|
3774
3777
|
return false;
|
|
3775
|
-
if (!(this.
|
|
3778
|
+
if (!(this.a6j_1 == other.a6j_1))
|
|
3776
3779
|
return false;
|
|
3777
|
-
if (!equals(this.
|
|
3780
|
+
if (!equals(this.b6j_1, other.b6j_1))
|
|
3778
3781
|
return false;
|
|
3779
3782
|
return true;
|
|
3780
3783
|
};
|
|
@@ -3788,7 +3791,7 @@
|
|
|
3788
3791
|
// Inline function 'kotlin.arrayOf' call
|
|
3789
3792
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3790
3793
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3791
|
-
tmp.
|
|
3794
|
+
tmp.r6j_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
|
|
3792
3795
|
}
|
|
3793
3796
|
var Companion_instance_21;
|
|
3794
3797
|
function Companion_getInstance_22() {
|
|
@@ -3802,22 +3805,22 @@
|
|
|
3802
3805
|
tmp0_serialDesc.gz('state', false);
|
|
3803
3806
|
tmp0_serialDesc.gz('connectionChangedTime', false);
|
|
3804
3807
|
tmp0_serialDesc.gz('notLiveDurationRecord', false);
|
|
3805
|
-
this.
|
|
3808
|
+
this.s6j_1 = tmp0_serialDesc;
|
|
3806
3809
|
}
|
|
3807
|
-
protoOf($serializer_9).
|
|
3808
|
-
var tmp0_desc = this.
|
|
3810
|
+
protoOf($serializer_9).t6j = function (encoder, value) {
|
|
3811
|
+
var tmp0_desc = this.s6j_1;
|
|
3809
3812
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3810
|
-
var tmp2_cached = Companion_getInstance_22().
|
|
3811
|
-
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.
|
|
3812
|
-
tmp1_output.dt(tmp0_desc, 1, value.
|
|
3813
|
-
tmp1_output.dt(tmp0_desc, 2, value.
|
|
3813
|
+
var tmp2_cached = Companion_getInstance_22().r6j_1;
|
|
3814
|
+
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.j6j_1);
|
|
3815
|
+
tmp1_output.dt(tmp0_desc, 1, value.k6j_1);
|
|
3816
|
+
tmp1_output.dt(tmp0_desc, 2, value.l6j_1);
|
|
3814
3817
|
tmp1_output.pr(tmp0_desc);
|
|
3815
3818
|
};
|
|
3816
3819
|
protoOf($serializer_9).co = function (encoder, value) {
|
|
3817
|
-
return this.
|
|
3820
|
+
return this.t6j(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
|
|
3818
3821
|
};
|
|
3819
3822
|
protoOf($serializer_9).do = function (decoder) {
|
|
3820
|
-
var tmp0_desc = this.
|
|
3823
|
+
var tmp0_desc = this.s6j_1;
|
|
3821
3824
|
var tmp1_flag = true;
|
|
3822
3825
|
var tmp2_index = 0;
|
|
3823
3826
|
var tmp3_bitMask0 = 0;
|
|
@@ -3825,7 +3828,7 @@
|
|
|
3825
3828
|
var tmp5_local1 = null;
|
|
3826
3829
|
var tmp6_local2 = null;
|
|
3827
3830
|
var tmp7_input = decoder.or(tmp0_desc);
|
|
3828
|
-
var tmp8_cached = Companion_getInstance_22().
|
|
3831
|
+
var tmp8_cached = Companion_getInstance_22().r6j_1;
|
|
3829
3832
|
if (tmp7_input.es()) {
|
|
3830
3833
|
tmp4_local0 = tmp7_input.as(tmp0_desc, 0, tmp8_cached[0].x(), tmp4_local0);
|
|
3831
3834
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -3860,13 +3863,13 @@
|
|
|
3860
3863
|
return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
3861
3864
|
};
|
|
3862
3865
|
protoOf($serializer_9).bo = function () {
|
|
3863
|
-
return this.
|
|
3866
|
+
return this.s6j_1;
|
|
3864
3867
|
};
|
|
3865
3868
|
protoOf($serializer_9).vz = function () {
|
|
3866
3869
|
// Inline function 'kotlin.arrayOf' call
|
|
3867
3870
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3868
3871
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3869
|
-
return [Companion_getInstance_22().
|
|
3872
|
+
return [Companion_getInstance_22().r6j_1[0].x(), StringSerializer_getInstance(), StringSerializer_getInstance()];
|
|
3870
3873
|
};
|
|
3871
3874
|
var $serializer_instance_9;
|
|
3872
3875
|
function $serializer_getInstance_9() {
|
|
@@ -3876,11 +3879,11 @@
|
|
|
3876
3879
|
}
|
|
3877
3880
|
function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
|
|
3878
3881
|
if (!(7 === (7 & seen0))) {
|
|
3879
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().
|
|
3882
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_9().s6j_1);
|
|
3880
3883
|
}
|
|
3881
|
-
$this.
|
|
3882
|
-
$this.
|
|
3883
|
-
$this.
|
|
3884
|
+
$this.j6j_1 = state;
|
|
3885
|
+
$this.k6j_1 = connectionChangedTime;
|
|
3886
|
+
$this.l6j_1 = notLiveDurationRecord;
|
|
3884
3887
|
return $this;
|
|
3885
3888
|
}
|
|
3886
3889
|
function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
|
|
@@ -3888,17 +3891,17 @@
|
|
|
3888
3891
|
}
|
|
3889
3892
|
function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
|
|
3890
3893
|
Companion_getInstance_22();
|
|
3891
|
-
this.
|
|
3892
|
-
this.
|
|
3893
|
-
this.
|
|
3894
|
+
this.j6j_1 = state;
|
|
3895
|
+
this.k6j_1 = connectionChangedTime;
|
|
3896
|
+
this.l6j_1 = notLiveDurationRecord;
|
|
3894
3897
|
}
|
|
3895
3898
|
protoOf(PlayerConnectionDto).toString = function () {
|
|
3896
|
-
return 'PlayerConnectionDto(state=' + this.
|
|
3899
|
+
return 'PlayerConnectionDto(state=' + this.j6j_1.toString() + ', connectionChangedTime=' + this.k6j_1 + ', notLiveDurationRecord=' + this.l6j_1 + ')';
|
|
3897
3900
|
};
|
|
3898
3901
|
protoOf(PlayerConnectionDto).hashCode = function () {
|
|
3899
|
-
var result = this.
|
|
3902
|
+
var result = this.j6j_1.hashCode();
|
|
3903
|
+
result = imul(result, 31) + getStringHashCode(this.k6j_1) | 0;
|
|
3900
3904
|
result = imul(result, 31) + getStringHashCode(this.l6j_1) | 0;
|
|
3901
|
-
result = imul(result, 31) + getStringHashCode(this.m6j_1) | 0;
|
|
3902
3905
|
return result;
|
|
3903
3906
|
};
|
|
3904
3907
|
protoOf(PlayerConnectionDto).equals = function (other) {
|
|
@@ -3906,11 +3909,11 @@
|
|
|
3906
3909
|
return true;
|
|
3907
3910
|
if (!(other instanceof PlayerConnectionDto))
|
|
3908
3911
|
return false;
|
|
3909
|
-
if (!this.
|
|
3912
|
+
if (!this.j6j_1.equals(other.j6j_1))
|
|
3910
3913
|
return false;
|
|
3911
|
-
if (!(this.
|
|
3914
|
+
if (!(this.k6j_1 === other.k6j_1))
|
|
3912
3915
|
return false;
|
|
3913
|
-
if (!(this.
|
|
3916
|
+
if (!(this.l6j_1 === other.l6j_1))
|
|
3914
3917
|
return false;
|
|
3915
3918
|
return true;
|
|
3916
3919
|
};
|
|
@@ -3924,7 +3927,7 @@
|
|
|
3924
3927
|
// Inline function 'kotlin.arrayOf' call
|
|
3925
3928
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
3926
3929
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3927
|
-
tmp.
|
|
3930
|
+
tmp.u6j_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
|
|
3928
3931
|
}
|
|
3929
3932
|
var Companion_instance_22;
|
|
3930
3933
|
function Companion_getInstance_23() {
|
|
@@ -3942,38 +3945,38 @@
|
|
|
3942
3945
|
tmp0_serialDesc.gz('ready', true);
|
|
3943
3946
|
tmp0_serialDesc.gz('tag', true);
|
|
3944
3947
|
tmp0_serialDesc.gz('connection', true);
|
|
3945
|
-
this.
|
|
3948
|
+
this.v6j_1 = tmp0_serialDesc;
|
|
3946
3949
|
}
|
|
3947
|
-
protoOf($serializer_10).
|
|
3948
|
-
var tmp0_desc = this.
|
|
3950
|
+
protoOf($serializer_10).w6j = function (encoder, value) {
|
|
3951
|
+
var tmp0_desc = this.v6j_1;
|
|
3949
3952
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
3950
|
-
var tmp2_cached = Companion_getInstance_23().
|
|
3951
|
-
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.
|
|
3952
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
3953
|
+
var tmp2_cached = Companion_getInstance_23().u6j_1;
|
|
3954
|
+
if (tmp1_output.lt(tmp0_desc, 0) ? true : !(value.c6j_1 == null)) {
|
|
3955
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.c6j_1);
|
|
3953
3956
|
}
|
|
3954
|
-
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.
|
|
3955
|
-
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
3957
|
+
if (tmp1_output.lt(tmp0_desc, 1) ? true : !(value.d6j_1 == null)) {
|
|
3958
|
+
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.d6j_1);
|
|
3956
3959
|
}
|
|
3957
|
-
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.
|
|
3958
|
-
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
3960
|
+
if (tmp1_output.lt(tmp0_desc, 2) ? true : !(value.e6j_1 == null)) {
|
|
3961
|
+
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.e6j_1);
|
|
3959
3962
|
}
|
|
3960
|
-
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.
|
|
3961
|
-
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.
|
|
3962
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
3963
|
+
tmp1_output.ft(tmp0_desc, 3, tmp2_cached[3].x(), value.f6j_1);
|
|
3964
|
+
if (tmp1_output.lt(tmp0_desc, 4) ? true : !(value.g6j_1 == null)) {
|
|
3965
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.g6j_1);
|
|
3963
3966
|
}
|
|
3964
|
-
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.
|
|
3965
|
-
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.
|
|
3967
|
+
if (tmp1_output.lt(tmp0_desc, 5) ? true : !(value.h6j_1 == null)) {
|
|
3968
|
+
tmp1_output.ht(tmp0_desc, 5, StringSerializer_getInstance(), value.h6j_1);
|
|
3966
3969
|
}
|
|
3967
|
-
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.
|
|
3968
|
-
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.
|
|
3970
|
+
if (tmp1_output.lt(tmp0_desc, 6) ? true : !(value.i6j_1 == null)) {
|
|
3971
|
+
tmp1_output.ht(tmp0_desc, 6, $serializer_getInstance_9(), value.i6j_1);
|
|
3969
3972
|
}
|
|
3970
3973
|
tmp1_output.pr(tmp0_desc);
|
|
3971
3974
|
};
|
|
3972
3975
|
protoOf($serializer_10).co = function (encoder, value) {
|
|
3973
|
-
return this.
|
|
3976
|
+
return this.w6j(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
|
|
3974
3977
|
};
|
|
3975
3978
|
protoOf($serializer_10).do = function (decoder) {
|
|
3976
|
-
var tmp0_desc = this.
|
|
3979
|
+
var tmp0_desc = this.v6j_1;
|
|
3977
3980
|
var tmp1_flag = true;
|
|
3978
3981
|
var tmp2_index = 0;
|
|
3979
3982
|
var tmp3_bitMask0 = 0;
|
|
@@ -3985,7 +3988,7 @@
|
|
|
3985
3988
|
var tmp9_local5 = null;
|
|
3986
3989
|
var tmp10_local6 = null;
|
|
3987
3990
|
var tmp11_input = decoder.or(tmp0_desc);
|
|
3988
|
-
var tmp12_cached = Companion_getInstance_23().
|
|
3991
|
+
var tmp12_cached = Companion_getInstance_23().u6j_1;
|
|
3989
3992
|
if (tmp11_input.es()) {
|
|
3990
3993
|
tmp4_local0 = tmp11_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
3991
3994
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4044,10 +4047,10 @@
|
|
|
4044
4047
|
return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
4045
4048
|
};
|
|
4046
4049
|
protoOf($serializer_10).bo = function () {
|
|
4047
|
-
return this.
|
|
4050
|
+
return this.v6j_1;
|
|
4048
4051
|
};
|
|
4049
4052
|
protoOf($serializer_10).vz = function () {
|
|
4050
|
-
var tmp0_cached = Companion_getInstance_23().
|
|
4053
|
+
var tmp0_cached = Companion_getInstance_23().u6j_1;
|
|
4051
4054
|
// Inline function 'kotlin.arrayOf' call
|
|
4052
4055
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4053
4056
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4061,33 +4064,33 @@
|
|
|
4061
4064
|
}
|
|
4062
4065
|
function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
|
|
4063
4066
|
if (!(8 === (8 & seen0))) {
|
|
4064
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().
|
|
4067
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_10().v6j_1);
|
|
4065
4068
|
}
|
|
4066
4069
|
if (0 === (seen0 & 1))
|
|
4067
|
-
$this.
|
|
4070
|
+
$this.c6j_1 = null;
|
|
4068
4071
|
else
|
|
4069
|
-
$this.
|
|
4072
|
+
$this.c6j_1 = startFrom;
|
|
4070
4073
|
if (0 === (seen0 & 2))
|
|
4071
|
-
$this.
|
|
4074
|
+
$this.d6j_1 = null;
|
|
4072
4075
|
else
|
|
4073
|
-
$this.
|
|
4076
|
+
$this.d6j_1 = playerTurnTimeout;
|
|
4074
4077
|
if (0 === (seen0 & 4))
|
|
4075
|
-
$this.
|
|
4078
|
+
$this.e6j_1 = null;
|
|
4076
4079
|
else
|
|
4077
|
-
$this.
|
|
4078
|
-
$this.
|
|
4080
|
+
$this.e6j_1 = waitPlayerUntilTime;
|
|
4081
|
+
$this.f6j_1 = state;
|
|
4079
4082
|
if (0 === (seen0 & 16))
|
|
4080
|
-
$this.
|
|
4083
|
+
$this.g6j_1 = null;
|
|
4081
4084
|
else
|
|
4082
|
-
$this.
|
|
4085
|
+
$this.g6j_1 = ready;
|
|
4083
4086
|
if (0 === (seen0 & 32))
|
|
4084
|
-
$this.
|
|
4087
|
+
$this.h6j_1 = null;
|
|
4085
4088
|
else
|
|
4086
|
-
$this.
|
|
4089
|
+
$this.h6j_1 = tag;
|
|
4087
4090
|
if (0 === (seen0 & 64))
|
|
4088
|
-
$this.
|
|
4091
|
+
$this.i6j_1 = null;
|
|
4089
4092
|
else
|
|
4090
|
-
$this.
|
|
4093
|
+
$this.i6j_1 = connection;
|
|
4091
4094
|
return $this;
|
|
4092
4095
|
}
|
|
4093
4096
|
function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
|
|
@@ -4101,25 +4104,25 @@
|
|
|
4101
4104
|
ready = ready === VOID ? null : ready;
|
|
4102
4105
|
tag = tag === VOID ? null : tag;
|
|
4103
4106
|
connection = connection === VOID ? null : connection;
|
|
4104
|
-
this.
|
|
4105
|
-
this.
|
|
4106
|
-
this.
|
|
4107
|
-
this.
|
|
4108
|
-
this.
|
|
4109
|
-
this.
|
|
4110
|
-
this.
|
|
4107
|
+
this.c6j_1 = startFrom;
|
|
4108
|
+
this.d6j_1 = playerTurnTimeout;
|
|
4109
|
+
this.e6j_1 = waitPlayerUntilTime;
|
|
4110
|
+
this.f6j_1 = state;
|
|
4111
|
+
this.g6j_1 = ready;
|
|
4112
|
+
this.h6j_1 = tag;
|
|
4113
|
+
this.i6j_1 = connection;
|
|
4111
4114
|
}
|
|
4112
4115
|
protoOf(PlayerStateDto).toString = function () {
|
|
4113
|
-
return 'PlayerStateDto(startFrom=' + this.
|
|
4116
|
+
return 'PlayerStateDto(startFrom=' + this.c6j_1 + ', playerTurnTimeout=' + this.d6j_1 + ', waitPlayerUntilTime=' + this.e6j_1 + ', state=' + this.f6j_1.toString() + ', ready=' + this.g6j_1 + ', tag=' + this.h6j_1 + ', connection=' + toString(this.i6j_1) + ')';
|
|
4114
4117
|
};
|
|
4115
4118
|
protoOf(PlayerStateDto).hashCode = function () {
|
|
4116
|
-
var result = this.
|
|
4119
|
+
var result = this.c6j_1 == null ? 0 : getStringHashCode(this.c6j_1);
|
|
4120
|
+
result = imul(result, 31) + (this.d6j_1 == null ? 0 : getStringHashCode(this.d6j_1)) | 0;
|
|
4117
4121
|
result = imul(result, 31) + (this.e6j_1 == null ? 0 : getStringHashCode(this.e6j_1)) | 0;
|
|
4118
|
-
result = imul(result, 31) +
|
|
4119
|
-
result = imul(result, 31) + this.g6j_1.
|
|
4120
|
-
result = imul(result, 31) + (this.h6j_1 == null ? 0 :
|
|
4121
|
-
result = imul(result, 31) + (this.i6j_1 == null ? 0 :
|
|
4122
|
-
result = imul(result, 31) + (this.j6j_1 == null ? 0 : this.j6j_1.hashCode()) | 0;
|
|
4122
|
+
result = imul(result, 31) + this.f6j_1.hashCode() | 0;
|
|
4123
|
+
result = imul(result, 31) + (this.g6j_1 == null ? 0 : getBooleanHashCode(this.g6j_1)) | 0;
|
|
4124
|
+
result = imul(result, 31) + (this.h6j_1 == null ? 0 : getStringHashCode(this.h6j_1)) | 0;
|
|
4125
|
+
result = imul(result, 31) + (this.i6j_1 == null ? 0 : this.i6j_1.hashCode()) | 0;
|
|
4123
4126
|
return result;
|
|
4124
4127
|
};
|
|
4125
4128
|
protoOf(PlayerStateDto).equals = function (other) {
|
|
@@ -4127,19 +4130,19 @@
|
|
|
4127
4130
|
return true;
|
|
4128
4131
|
if (!(other instanceof PlayerStateDto))
|
|
4129
4132
|
return false;
|
|
4133
|
+
if (!(this.c6j_1 == other.c6j_1))
|
|
4134
|
+
return false;
|
|
4130
4135
|
if (!(this.d6j_1 == other.d6j_1))
|
|
4131
4136
|
return false;
|
|
4132
4137
|
if (!(this.e6j_1 == other.e6j_1))
|
|
4133
4138
|
return false;
|
|
4134
|
-
if (!
|
|
4139
|
+
if (!this.f6j_1.equals(other.f6j_1))
|
|
4135
4140
|
return false;
|
|
4136
|
-
if (!this.g6j_1
|
|
4141
|
+
if (!(this.g6j_1 == other.g6j_1))
|
|
4137
4142
|
return false;
|
|
4138
4143
|
if (!(this.h6j_1 == other.h6j_1))
|
|
4139
4144
|
return false;
|
|
4140
|
-
if (!(this.i6j_1
|
|
4141
|
-
return false;
|
|
4142
|
-
if (!equals(this.j6j_1, other.j6j_1))
|
|
4145
|
+
if (!equals(this.i6j_1, other.i6j_1))
|
|
4143
4146
|
return false;
|
|
4144
4147
|
return true;
|
|
4145
4148
|
};
|
|
@@ -4163,7 +4166,7 @@
|
|
|
4163
4166
|
// Inline function 'kotlin.arrayOf' call
|
|
4164
4167
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4165
4168
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4166
|
-
tmp.
|
|
4169
|
+
tmp.x6j_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
|
|
4167
4170
|
}
|
|
4168
4171
|
var Companion_instance_23;
|
|
4169
4172
|
function Companion_getInstance_24() {
|
|
@@ -4200,45 +4203,45 @@
|
|
|
4200
4203
|
tmp0_serialDesc.gz('fineIfNoBribes', false);
|
|
4201
4204
|
tmp0_serialDesc.gz('enableFineAfterThirdByte', false);
|
|
4202
4205
|
tmp0_serialDesc.gz('fineAfterThirdFailedContract', false);
|
|
4203
|
-
this.
|
|
4206
|
+
this.y6j_1 = tmp0_serialDesc;
|
|
4204
4207
|
}
|
|
4205
|
-
protoOf($serializer_11).
|
|
4206
|
-
var tmp0_desc = this.
|
|
4208
|
+
protoOf($serializer_11).z6j = function (encoder, value) {
|
|
4209
|
+
var tmp0_desc = this.y6j_1;
|
|
4207
4210
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
4208
|
-
var tmp2_cached = Companion_getInstance_24().
|
|
4209
|
-
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
4210
|
-
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.
|
|
4211
|
-
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.
|
|
4212
|
-
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.
|
|
4213
|
-
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.
|
|
4214
|
-
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.
|
|
4215
|
-
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.
|
|
4216
|
-
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.
|
|
4217
|
-
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.
|
|
4218
|
-
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.
|
|
4219
|
-
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.
|
|
4220
|
-
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.
|
|
4221
|
-
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.
|
|
4222
|
-
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.
|
|
4223
|
-
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.
|
|
4224
|
-
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.
|
|
4225
|
-
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.
|
|
4226
|
-
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.
|
|
4227
|
-
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.
|
|
4228
|
-
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.
|
|
4229
|
-
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.
|
|
4230
|
-
tmp1_output.dt(tmp0_desc, 21, value.
|
|
4231
|
-
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.
|
|
4232
|
-
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.
|
|
4233
|
-
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.
|
|
4234
|
-
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.
|
|
4211
|
+
var tmp2_cached = Companion_getInstance_24().x6j_1;
|
|
4212
|
+
tmp1_output.ht(tmp0_desc, 0, StringSerializer_getInstance(), value.a6k_1);
|
|
4213
|
+
tmp1_output.ht(tmp0_desc, 1, BooleanSerializer_getInstance(), value.b6k_1);
|
|
4214
|
+
tmp1_output.ht(tmp0_desc, 2, BooleanSerializer_getInstance(), value.c6k_1);
|
|
4215
|
+
tmp1_output.ht(tmp0_desc, 3, BooleanSerializer_getInstance(), value.d6k_1);
|
|
4216
|
+
tmp1_output.ht(tmp0_desc, 4, BooleanSerializer_getInstance(), value.e6k_1);
|
|
4217
|
+
tmp1_output.ht(tmp0_desc, 5, IntSerializer_getInstance(), value.f6k_1);
|
|
4218
|
+
tmp1_output.ht(tmp0_desc, 6, IntSerializer_getInstance(), value.g6k_1);
|
|
4219
|
+
tmp1_output.ht(tmp0_desc, 7, BooleanSerializer_getInstance(), value.h6k_1);
|
|
4220
|
+
tmp1_output.ht(tmp0_desc, 8, tmp2_cached[8].x(), value.i6k_1);
|
|
4221
|
+
tmp1_output.ht(tmp0_desc, 9, tmp2_cached[9].x(), value.j6k_1);
|
|
4222
|
+
tmp1_output.ht(tmp0_desc, 10, BooleanSerializer_getInstance(), value.k6k_1);
|
|
4223
|
+
tmp1_output.ht(tmp0_desc, 11, StringSerializer_getInstance(), value.l6k_1);
|
|
4224
|
+
tmp1_output.ht(tmp0_desc, 12, StringSerializer_getInstance(), value.m6k_1);
|
|
4225
|
+
tmp1_output.ht(tmp0_desc, 13, tmp2_cached[13].x(), value.n6k_1);
|
|
4226
|
+
tmp1_output.ht(tmp0_desc, 14, BooleanSerializer_getInstance(), value.o6k_1);
|
|
4227
|
+
tmp1_output.ht(tmp0_desc, 15, BooleanSerializer_getInstance(), value.p6k_1);
|
|
4228
|
+
tmp1_output.ht(tmp0_desc, 16, BooleanSerializer_getInstance(), value.q6k_1);
|
|
4229
|
+
tmp1_output.ht(tmp0_desc, 17, BooleanSerializer_getInstance(), value.r6k_1);
|
|
4230
|
+
tmp1_output.ht(tmp0_desc, 18, BooleanSerializer_getInstance(), value.s6k_1);
|
|
4231
|
+
tmp1_output.ht(tmp0_desc, 19, BooleanSerializer_getInstance(), value.t6k_1);
|
|
4232
|
+
tmp1_output.ht(tmp0_desc, 20, BooleanSerializer_getInstance(), value.u6k_1);
|
|
4233
|
+
tmp1_output.dt(tmp0_desc, 21, value.v6k_1);
|
|
4234
|
+
tmp1_output.ht(tmp0_desc, 22, BooleanSerializer_getInstance(), value.w6k_1);
|
|
4235
|
+
tmp1_output.ht(tmp0_desc, 23, IntSerializer_getInstance(), value.x6k_1);
|
|
4236
|
+
tmp1_output.ht(tmp0_desc, 24, BooleanSerializer_getInstance(), value.y6k_1);
|
|
4237
|
+
tmp1_output.ht(tmp0_desc, 25, IntSerializer_getInstance(), value.z6k_1);
|
|
4235
4238
|
tmp1_output.pr(tmp0_desc);
|
|
4236
4239
|
};
|
|
4237
4240
|
protoOf($serializer_11).co = function (encoder, value) {
|
|
4238
|
-
return this.
|
|
4241
|
+
return this.z6j(encoder, value instanceof RulesDto ? value : THROW_CCE());
|
|
4239
4242
|
};
|
|
4240
4243
|
protoOf($serializer_11).do = function (decoder) {
|
|
4241
|
-
var tmp0_desc = this.
|
|
4244
|
+
var tmp0_desc = this.y6j_1;
|
|
4242
4245
|
var tmp1_flag = true;
|
|
4243
4246
|
var tmp2_index = 0;
|
|
4244
4247
|
var tmp3_bitMask0 = 0;
|
|
@@ -4269,7 +4272,7 @@
|
|
|
4269
4272
|
var tmp28_local24 = null;
|
|
4270
4273
|
var tmp29_local25 = null;
|
|
4271
4274
|
var tmp30_input = decoder.or(tmp0_desc);
|
|
4272
|
-
var tmp31_cached = Companion_getInstance_24().
|
|
4275
|
+
var tmp31_cached = Companion_getInstance_24().x6j_1;
|
|
4273
4276
|
if (tmp30_input.es()) {
|
|
4274
4277
|
tmp4_local0 = tmp30_input.cs(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
4275
4278
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -4442,10 +4445,10 @@
|
|
|
4442
4445
|
return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
4443
4446
|
};
|
|
4444
4447
|
protoOf($serializer_11).bo = function () {
|
|
4445
|
-
return this.
|
|
4448
|
+
return this.y6j_1;
|
|
4446
4449
|
};
|
|
4447
4450
|
protoOf($serializer_11).vz = function () {
|
|
4448
|
-
var tmp0_cached = Companion_getInstance_24().
|
|
4451
|
+
var tmp0_cached = Companion_getInstance_24().x6j_1;
|
|
4449
4452
|
// Inline function 'kotlin.arrayOf' call
|
|
4450
4453
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
4451
4454
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -4459,34 +4462,34 @@
|
|
|
4459
4462
|
}
|
|
4460
4463
|
function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
|
|
4461
4464
|
if (!(67108863 === (67108863 & seen0))) {
|
|
4462
|
-
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().
|
|
4463
|
-
}
|
|
4464
|
-
$this.
|
|
4465
|
-
$this.
|
|
4466
|
-
$this.
|
|
4467
|
-
$this.
|
|
4468
|
-
$this.
|
|
4469
|
-
$this.
|
|
4470
|
-
$this.
|
|
4471
|
-
$this.
|
|
4472
|
-
$this.
|
|
4473
|
-
$this.
|
|
4474
|
-
$this.
|
|
4475
|
-
$this.
|
|
4476
|
-
$this.
|
|
4477
|
-
$this.
|
|
4478
|
-
$this.
|
|
4479
|
-
$this.
|
|
4480
|
-
$this.
|
|
4481
|
-
$this.
|
|
4482
|
-
$this.
|
|
4483
|
-
$this.
|
|
4484
|
-
$this.
|
|
4485
|
-
$this.
|
|
4486
|
-
$this.
|
|
4487
|
-
$this.
|
|
4488
|
-
$this.
|
|
4489
|
-
$this.
|
|
4465
|
+
throwMissingFieldException(seen0, 67108863, $serializer_getInstance_11().y6j_1);
|
|
4466
|
+
}
|
|
4467
|
+
$this.a6k_1 = name;
|
|
4468
|
+
$this.b6k_1 = playerWhoChooseSuitGoFirst;
|
|
4469
|
+
$this.c6k_1 = winnerShuffleCards;
|
|
4470
|
+
$this.d6k_1 = playWithoutLiabilities;
|
|
4471
|
+
$this.e6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4472
|
+
$this.f6k_1 = dealerInitialCardsCount;
|
|
4473
|
+
$this.g6k_1 = dealerFinalCardsCount;
|
|
4474
|
+
$this.h6k_1 = dealerCounterClockwise;
|
|
4475
|
+
$this.i6k_1 = contractTypes;
|
|
4476
|
+
$this.j6k_1 = bidTypes;
|
|
4477
|
+
$this.k6k_1 = needToPutHigherTrump;
|
|
4478
|
+
$this.l6k_1 = trumpCardStepMode;
|
|
4479
|
+
$this.m6k_1 = trumpCardStepPartnerMode;
|
|
4480
|
+
$this.n6k_1 = combinationsWithFirstCard;
|
|
4481
|
+
$this.o6k_1 = protectBella;
|
|
4482
|
+
$this.p6k_1 = oneTryToProtectBella;
|
|
4483
|
+
$this.q6k_1 = enableFourSevensCombination;
|
|
4484
|
+
$this.r6k_1 = enableTrumpSevenCombination;
|
|
4485
|
+
$this.s6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4486
|
+
$this.t6k_1 = checkTrumpCombination;
|
|
4487
|
+
$this.u6k_1 = checkOnlyTrumpDebertz;
|
|
4488
|
+
$this.v6k_1 = pointsDistributeMode;
|
|
4489
|
+
$this.w6k_1 = enableFineIfNoBribes;
|
|
4490
|
+
$this.x6k_1 = fineIfNoBribes;
|
|
4491
|
+
$this.y6k_1 = enableFineAfterThirdByte;
|
|
4492
|
+
$this.z6k_1 = fineAfterThirdFailedContract;
|
|
4490
4493
|
return $this;
|
|
4491
4494
|
}
|
|
4492
4495
|
function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
|
|
@@ -4494,63 +4497,63 @@
|
|
|
4494
4497
|
}
|
|
4495
4498
|
function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
|
|
4496
4499
|
Companion_getInstance_24();
|
|
4497
|
-
this.
|
|
4498
|
-
this.
|
|
4499
|
-
this.
|
|
4500
|
-
this.
|
|
4501
|
-
this.
|
|
4502
|
-
this.
|
|
4503
|
-
this.
|
|
4504
|
-
this.
|
|
4505
|
-
this.
|
|
4506
|
-
this.
|
|
4507
|
-
this.
|
|
4508
|
-
this.
|
|
4509
|
-
this.
|
|
4510
|
-
this.
|
|
4511
|
-
this.
|
|
4512
|
-
this.
|
|
4513
|
-
this.
|
|
4514
|
-
this.
|
|
4515
|
-
this.
|
|
4516
|
-
this.
|
|
4517
|
-
this.
|
|
4518
|
-
this.
|
|
4519
|
-
this.
|
|
4520
|
-
this.
|
|
4521
|
-
this.
|
|
4522
|
-
this.
|
|
4500
|
+
this.a6k_1 = name;
|
|
4501
|
+
this.b6k_1 = playerWhoChooseSuitGoFirst;
|
|
4502
|
+
this.c6k_1 = winnerShuffleCards;
|
|
4503
|
+
this.d6k_1 = playWithoutLiabilities;
|
|
4504
|
+
this.e6k_1 = trumpCardGoToPlayerWhoShuffleCards;
|
|
4505
|
+
this.f6k_1 = dealerInitialCardsCount;
|
|
4506
|
+
this.g6k_1 = dealerFinalCardsCount;
|
|
4507
|
+
this.h6k_1 = dealerCounterClockwise;
|
|
4508
|
+
this.i6k_1 = contractTypes;
|
|
4509
|
+
this.j6k_1 = bidTypes;
|
|
4510
|
+
this.k6k_1 = needToPutHigherTrump;
|
|
4511
|
+
this.l6k_1 = trumpCardStepMode;
|
|
4512
|
+
this.m6k_1 = trumpCardStepPartnerMode;
|
|
4513
|
+
this.n6k_1 = combinationsWithFirstCard;
|
|
4514
|
+
this.o6k_1 = protectBella;
|
|
4515
|
+
this.p6k_1 = oneTryToProtectBella;
|
|
4516
|
+
this.q6k_1 = enableFourSevensCombination;
|
|
4517
|
+
this.r6k_1 = enableTrumpSevenCombination;
|
|
4518
|
+
this.s6k_1 = enableTrumpSevenCombinationAfterDistribution;
|
|
4519
|
+
this.t6k_1 = checkTrumpCombination;
|
|
4520
|
+
this.u6k_1 = checkOnlyTrumpDebertz;
|
|
4521
|
+
this.v6k_1 = pointsDistributeMode;
|
|
4522
|
+
this.w6k_1 = enableFineIfNoBribes;
|
|
4523
|
+
this.x6k_1 = fineIfNoBribes;
|
|
4524
|
+
this.y6k_1 = enableFineAfterThirdByte;
|
|
4525
|
+
this.z6k_1 = fineAfterThirdFailedContract;
|
|
4523
4526
|
}
|
|
4524
4527
|
protoOf(RulesDto).toString = function () {
|
|
4525
|
-
return 'RulesDto(name=' + this.
|
|
4528
|
+
return 'RulesDto(name=' + this.a6k_1 + ', playerWhoChooseSuitGoFirst=' + this.b6k_1 + ', winnerShuffleCards=' + this.c6k_1 + ', playWithoutLiabilities=' + this.d6k_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.e6k_1 + ', dealerInitialCardsCount=' + this.f6k_1 + ', dealerFinalCardsCount=' + this.g6k_1 + ', dealerCounterClockwise=' + this.h6k_1 + ', contractTypes=' + toString(this.i6k_1) + ', bidTypes=' + toString(this.j6k_1) + ', needToPutHigherTrump=' + this.k6k_1 + ', trumpCardStepMode=' + this.l6k_1 + ', trumpCardStepPartnerMode=' + this.m6k_1 + ', combinationsWithFirstCard=' + toString(this.n6k_1) + ', protectBella=' + this.o6k_1 + ', oneTryToProtectBella=' + this.p6k_1 + ', enableFourSevensCombination=' + this.q6k_1 + ', enableTrumpSevenCombination=' + this.r6k_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.s6k_1 + ', checkTrumpCombination=' + this.t6k_1 + ', checkOnlyTrumpDebertz=' + this.u6k_1 + ', pointsDistributeMode=' + this.v6k_1 + ', enableFineIfNoBribes=' + this.w6k_1 + ', fineIfNoBribes=' + this.x6k_1 + ', enableFineAfterThirdByte=' + this.y6k_1 + ', fineAfterThirdFailedContract=' + this.z6k_1 + ')';
|
|
4526
4529
|
};
|
|
4527
4530
|
protoOf(RulesDto).hashCode = function () {
|
|
4528
|
-
var result = this.
|
|
4531
|
+
var result = this.a6k_1 == null ? 0 : getStringHashCode(this.a6k_1);
|
|
4532
|
+
result = imul(result, 31) + (this.b6k_1 == null ? 0 : getBooleanHashCode(this.b6k_1)) | 0;
|
|
4529
4533
|
result = imul(result, 31) + (this.c6k_1 == null ? 0 : getBooleanHashCode(this.c6k_1)) | 0;
|
|
4530
4534
|
result = imul(result, 31) + (this.d6k_1 == null ? 0 : getBooleanHashCode(this.d6k_1)) | 0;
|
|
4531
4535
|
result = imul(result, 31) + (this.e6k_1 == null ? 0 : getBooleanHashCode(this.e6k_1)) | 0;
|
|
4532
|
-
result = imul(result, 31) + (this.f6k_1 == null ? 0 :
|
|
4536
|
+
result = imul(result, 31) + (this.f6k_1 == null ? 0 : this.f6k_1) | 0;
|
|
4533
4537
|
result = imul(result, 31) + (this.g6k_1 == null ? 0 : this.g6k_1) | 0;
|
|
4534
|
-
result = imul(result, 31) + (this.h6k_1 == null ? 0 : this.h6k_1) | 0;
|
|
4535
|
-
result = imul(result, 31) + (this.i6k_1 == null ? 0 :
|
|
4538
|
+
result = imul(result, 31) + (this.h6k_1 == null ? 0 : getBooleanHashCode(this.h6k_1)) | 0;
|
|
4539
|
+
result = imul(result, 31) + (this.i6k_1 == null ? 0 : hashCode(this.i6k_1)) | 0;
|
|
4536
4540
|
result = imul(result, 31) + (this.j6k_1 == null ? 0 : hashCode(this.j6k_1)) | 0;
|
|
4537
|
-
result = imul(result, 31) + (this.k6k_1 == null ? 0 :
|
|
4538
|
-
result = imul(result, 31) + (this.l6k_1 == null ? 0 :
|
|
4541
|
+
result = imul(result, 31) + (this.k6k_1 == null ? 0 : getBooleanHashCode(this.k6k_1)) | 0;
|
|
4542
|
+
result = imul(result, 31) + (this.l6k_1 == null ? 0 : getStringHashCode(this.l6k_1)) | 0;
|
|
4539
4543
|
result = imul(result, 31) + (this.m6k_1 == null ? 0 : getStringHashCode(this.m6k_1)) | 0;
|
|
4540
|
-
result = imul(result, 31) + (this.n6k_1 == null ? 0 :
|
|
4541
|
-
result = imul(result, 31) + (this.o6k_1 == null ? 0 :
|
|
4544
|
+
result = imul(result, 31) + (this.n6k_1 == null ? 0 : hashCode(this.n6k_1)) | 0;
|
|
4545
|
+
result = imul(result, 31) + (this.o6k_1 == null ? 0 : getBooleanHashCode(this.o6k_1)) | 0;
|
|
4542
4546
|
result = imul(result, 31) + (this.p6k_1 == null ? 0 : getBooleanHashCode(this.p6k_1)) | 0;
|
|
4543
4547
|
result = imul(result, 31) + (this.q6k_1 == null ? 0 : getBooleanHashCode(this.q6k_1)) | 0;
|
|
4544
4548
|
result = imul(result, 31) + (this.r6k_1 == null ? 0 : getBooleanHashCode(this.r6k_1)) | 0;
|
|
4545
4549
|
result = imul(result, 31) + (this.s6k_1 == null ? 0 : getBooleanHashCode(this.s6k_1)) | 0;
|
|
4546
4550
|
result = imul(result, 31) + (this.t6k_1 == null ? 0 : getBooleanHashCode(this.t6k_1)) | 0;
|
|
4547
4551
|
result = imul(result, 31) + (this.u6k_1 == null ? 0 : getBooleanHashCode(this.u6k_1)) | 0;
|
|
4548
|
-
result = imul(result, 31) + (this.v6k_1
|
|
4549
|
-
result = imul(result, 31) +
|
|
4550
|
-
result = imul(result, 31) + (this.x6k_1 == null ? 0 :
|
|
4551
|
-
result = imul(result, 31) + (this.y6k_1 == null ? 0 : this.y6k_1) | 0;
|
|
4552
|
-
result = imul(result, 31) + (this.z6k_1 == null ? 0 :
|
|
4553
|
-
result = imul(result, 31) + (this.a6l_1 == null ? 0 : this.a6l_1) | 0;
|
|
4552
|
+
result = imul(result, 31) + getStringHashCode(this.v6k_1) | 0;
|
|
4553
|
+
result = imul(result, 31) + (this.w6k_1 == null ? 0 : getBooleanHashCode(this.w6k_1)) | 0;
|
|
4554
|
+
result = imul(result, 31) + (this.x6k_1 == null ? 0 : this.x6k_1) | 0;
|
|
4555
|
+
result = imul(result, 31) + (this.y6k_1 == null ? 0 : getBooleanHashCode(this.y6k_1)) | 0;
|
|
4556
|
+
result = imul(result, 31) + (this.z6k_1 == null ? 0 : this.z6k_1) | 0;
|
|
4554
4557
|
return result;
|
|
4555
4558
|
};
|
|
4556
4559
|
protoOf(RulesDto).equals = function (other) {
|
|
@@ -4558,6 +4561,8 @@
|
|
|
4558
4561
|
return true;
|
|
4559
4562
|
if (!(other instanceof RulesDto))
|
|
4560
4563
|
return false;
|
|
4564
|
+
if (!(this.a6k_1 == other.a6k_1))
|
|
4565
|
+
return false;
|
|
4561
4566
|
if (!(this.b6k_1 == other.b6k_1))
|
|
4562
4567
|
return false;
|
|
4563
4568
|
if (!(this.c6k_1 == other.c6k_1))
|
|
@@ -4572,19 +4577,19 @@
|
|
|
4572
4577
|
return false;
|
|
4573
4578
|
if (!(this.h6k_1 == other.h6k_1))
|
|
4574
4579
|
return false;
|
|
4575
|
-
if (!(this.i6k_1
|
|
4580
|
+
if (!equals(this.i6k_1, other.i6k_1))
|
|
4576
4581
|
return false;
|
|
4577
4582
|
if (!equals(this.j6k_1, other.j6k_1))
|
|
4578
4583
|
return false;
|
|
4579
|
-
if (!
|
|
4584
|
+
if (!(this.k6k_1 == other.k6k_1))
|
|
4580
4585
|
return false;
|
|
4581
4586
|
if (!(this.l6k_1 == other.l6k_1))
|
|
4582
4587
|
return false;
|
|
4583
4588
|
if (!(this.m6k_1 == other.m6k_1))
|
|
4584
4589
|
return false;
|
|
4585
|
-
if (!(this.n6k_1
|
|
4590
|
+
if (!equals(this.n6k_1, other.n6k_1))
|
|
4586
4591
|
return false;
|
|
4587
|
-
if (!
|
|
4592
|
+
if (!(this.o6k_1 == other.o6k_1))
|
|
4588
4593
|
return false;
|
|
4589
4594
|
if (!(this.p6k_1 == other.p6k_1))
|
|
4590
4595
|
return false;
|
|
@@ -4598,9 +4603,9 @@
|
|
|
4598
4603
|
return false;
|
|
4599
4604
|
if (!(this.u6k_1 == other.u6k_1))
|
|
4600
4605
|
return false;
|
|
4601
|
-
if (!(this.v6k_1
|
|
4606
|
+
if (!(this.v6k_1 === other.v6k_1))
|
|
4602
4607
|
return false;
|
|
4603
|
-
if (!(this.w6k_1
|
|
4608
|
+
if (!(this.w6k_1 == other.w6k_1))
|
|
4604
4609
|
return false;
|
|
4605
4610
|
if (!(this.x6k_1 == other.x6k_1))
|
|
4606
4611
|
return false;
|
|
@@ -4608,8 +4613,6 @@
|
|
|
4608
4613
|
return false;
|
|
4609
4614
|
if (!(this.z6k_1 == other.z6k_1))
|
|
4610
4615
|
return false;
|
|
4611
|
-
if (!(this.a6l_1 == other.a6l_1))
|
|
4612
|
-
return false;
|
|
4613
4616
|
return true;
|
|
4614
4617
|
};
|
|
4615
4618
|
function getGrowth(_this__u8e3s4, trump, firstCardSuit) {
|
|
@@ -4673,11 +4676,11 @@
|
|
|
4673
4676
|
return getPoint_0(_this__u8e3s4, isTrump);
|
|
4674
4677
|
}
|
|
4675
4678
|
function CardGrowthComparator(trump, firstCardSuit) {
|
|
4676
|
-
this.
|
|
4677
|
-
this.
|
|
4679
|
+
this.a6l_1 = trump;
|
|
4680
|
+
this.b6l_1 = firstCardSuit;
|
|
4678
4681
|
}
|
|
4679
4682
|
protoOf(CardGrowthComparator).o5t = function (a, b) {
|
|
4680
|
-
return getGrowth(b, this.
|
|
4683
|
+
return getGrowth(b, this.a6l_1, this.b6l_1) - getGrowth(a, this.a6l_1, this.b6l_1) | 0;
|
|
4681
4684
|
};
|
|
4682
4685
|
protoOf(CardGrowthComparator).compare = function (a, b) {
|
|
4683
4686
|
var tmp = a instanceof GameCard ? a : THROW_CCE();
|
|
@@ -4765,56 +4768,56 @@
|
|
|
4765
4768
|
return tmp;
|
|
4766
4769
|
}
|
|
4767
4770
|
function ProcessingCard(card) {
|
|
4768
|
-
this.
|
|
4771
|
+
this.s6i_1 = card;
|
|
4769
4772
|
}
|
|
4770
4773
|
protoOf(ProcessingCard).toString = function () {
|
|
4771
|
-
return 'ProcessingCard(card=' + this.
|
|
4774
|
+
return 'ProcessingCard(card=' + this.s6i_1.toString() + ')';
|
|
4772
4775
|
};
|
|
4773
4776
|
protoOf(ProcessingCard).hashCode = function () {
|
|
4774
|
-
return this.
|
|
4777
|
+
return this.s6i_1.hashCode();
|
|
4775
4778
|
};
|
|
4776
4779
|
protoOf(ProcessingCard).equals = function (other) {
|
|
4777
4780
|
if (this === other)
|
|
4778
4781
|
return true;
|
|
4779
4782
|
if (!(other instanceof ProcessingCard))
|
|
4780
4783
|
return false;
|
|
4781
|
-
if (!this.
|
|
4784
|
+
if (!this.s6i_1.equals(other.s6i_1))
|
|
4782
4785
|
return false;
|
|
4783
4786
|
return true;
|
|
4784
4787
|
};
|
|
4785
4788
|
function AsyncProvider() {
|
|
4786
4789
|
}
|
|
4787
4790
|
function onError($this, message, error) {
|
|
4788
|
-
$this.
|
|
4791
|
+
$this.l6l_1.e('AsyncErrorHandler', message + ': ' + error.toString(), error);
|
|
4789
4792
|
}
|
|
4790
4793
|
function Companion_22() {
|
|
4791
|
-
this.
|
|
4794
|
+
this.t6l_1 = 'AsyncProvider';
|
|
4792
4795
|
}
|
|
4793
4796
|
var Companion_instance_24;
|
|
4794
4797
|
function Companion_getInstance_25() {
|
|
4795
4798
|
return Companion_instance_24;
|
|
4796
4799
|
}
|
|
4797
4800
|
function AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this$0) {
|
|
4798
|
-
this.
|
|
4801
|
+
this.v6l_1 = this$0;
|
|
4799
4802
|
AbstractCoroutineContextElement.call(this, Key_instance);
|
|
4800
4803
|
}
|
|
4801
4804
|
protoOf(AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1).o1s = function (context, exception) {
|
|
4802
|
-
onError(this.
|
|
4805
|
+
onError(this.v6l_1, 'CoroutineContext', exception);
|
|
4803
4806
|
return Unit_instance;
|
|
4804
4807
|
};
|
|
4805
4808
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4806
|
-
this.
|
|
4807
|
-
this.
|
|
4809
|
+
this.e6m_1 = this$0;
|
|
4810
|
+
this.f6m_1 = $block;
|
|
4808
4811
|
CoroutineImpl.call(this, resultContinuation);
|
|
4809
4812
|
}
|
|
4810
|
-
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).
|
|
4813
|
+
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).k6m = function ($this$async, $completion) {
|
|
4811
4814
|
var tmp = this.k29($this$async, $completion);
|
|
4812
4815
|
tmp.u8_1 = Unit_instance;
|
|
4813
4816
|
tmp.v8_1 = null;
|
|
4814
4817
|
return tmp.a9();
|
|
4815
4818
|
};
|
|
4816
4819
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).i9 = function (p1, $completion) {
|
|
4817
|
-
return this.
|
|
4820
|
+
return this.k6m((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4818
4821
|
};
|
|
4819
4822
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).a9 = function () {
|
|
4820
4823
|
var suspendResult = this.u8_1;
|
|
@@ -4824,43 +4827,43 @@
|
|
|
4824
4827
|
switch (tmp) {
|
|
4825
4828
|
case 0:
|
|
4826
4829
|
this.t8_1 = 6;
|
|
4827
|
-
this.
|
|
4830
|
+
this.i6m_1 = this.e6m_1.n6l_1;
|
|
4828
4831
|
var tmp_0 = this;
|
|
4829
|
-
tmp_0.
|
|
4832
|
+
tmp_0.h6m_1 = null;
|
|
4830
4833
|
this.s8_1 = 1;
|
|
4831
|
-
suspendResult = this.
|
|
4834
|
+
suspendResult = this.i6m_1.i2p(this.h6m_1, this);
|
|
4832
4835
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4833
4836
|
return suspendResult;
|
|
4834
4837
|
}
|
|
4835
4838
|
|
|
4836
4839
|
continue $sm;
|
|
4837
4840
|
case 1:
|
|
4838
|
-
this.
|
|
4841
|
+
this.j6m_1 = Unit_instance;
|
|
4839
4842
|
this.s8_1 = 2;
|
|
4840
4843
|
continue $sm;
|
|
4841
4844
|
case 2:
|
|
4842
4845
|
this.t8_1 = 5;
|
|
4843
4846
|
this.s8_1 = 3;
|
|
4844
|
-
suspendResult = this.
|
|
4847
|
+
suspendResult = this.f6m_1(this.g6m_1, this);
|
|
4845
4848
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4846
4849
|
return suspendResult;
|
|
4847
4850
|
}
|
|
4848
4851
|
|
|
4849
4852
|
continue $sm;
|
|
4850
4853
|
case 3:
|
|
4851
|
-
this.
|
|
4854
|
+
this.j6m_1 = suspendResult;
|
|
4852
4855
|
this.t8_1 = 6;
|
|
4853
4856
|
this.s8_1 = 4;
|
|
4854
4857
|
continue $sm;
|
|
4855
4858
|
case 4:
|
|
4856
|
-
var tmp_1 = this.
|
|
4859
|
+
var tmp_1 = this.j6m_1;
|
|
4857
4860
|
this.t8_1 = 6;
|
|
4858
|
-
this.
|
|
4861
|
+
this.i6m_1.t2o(this.h6m_1);
|
|
4859
4862
|
return tmp_1;
|
|
4860
4863
|
case 5:
|
|
4861
4864
|
this.t8_1 = 6;
|
|
4862
4865
|
var t = this.v8_1;
|
|
4863
|
-
this.
|
|
4866
|
+
this.i6m_1.t2o(this.h6m_1);
|
|
4864
4867
|
throw t;
|
|
4865
4868
|
case 6:
|
|
4866
4869
|
throw this.v8_1;
|
|
@@ -4877,21 +4880,21 @@
|
|
|
4877
4880
|
while (true);
|
|
4878
4881
|
};
|
|
4879
4882
|
protoOf(AsyncProviderImpl$awaitDefaultWithLock$slambda).k29 = function ($this$async, completion) {
|
|
4880
|
-
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.
|
|
4881
|
-
i.
|
|
4883
|
+
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this.e6m_1, this.f6m_1, completion);
|
|
4884
|
+
i.g6m_1 = $this$async;
|
|
4882
4885
|
return i;
|
|
4883
4886
|
};
|
|
4884
4887
|
function AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
4885
4888
|
var i = new AsyncProviderImpl$awaitDefaultWithLock$slambda(this$0, $block, resultContinuation);
|
|
4886
4889
|
var l = function ($this$async, $completion) {
|
|
4887
|
-
return i.
|
|
4890
|
+
return i.k6m($this$async, $completion);
|
|
4888
4891
|
};
|
|
4889
4892
|
l.$arity = 1;
|
|
4890
4893
|
return l;
|
|
4891
4894
|
}
|
|
4892
4895
|
function AsyncProviderImpl$launchDefaultWithLock$slambda(this$0, $block, resultContinuation) {
|
|
4893
|
-
this.
|
|
4894
|
-
this.
|
|
4896
|
+
this.t6m_1 = this$0;
|
|
4897
|
+
this.u6m_1 = $block;
|
|
4895
4898
|
CoroutineImpl.call(this, resultContinuation);
|
|
4896
4899
|
}
|
|
4897
4900
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -4911,43 +4914,43 @@
|
|
|
4911
4914
|
switch (tmp) {
|
|
4912
4915
|
case 0:
|
|
4913
4916
|
this.t8_1 = 6;
|
|
4914
|
-
this.
|
|
4917
|
+
this.x6m_1 = this.t6m_1.n6l_1;
|
|
4915
4918
|
var tmp_0 = this;
|
|
4916
|
-
tmp_0.
|
|
4919
|
+
tmp_0.w6m_1 = null;
|
|
4917
4920
|
this.s8_1 = 1;
|
|
4918
|
-
suspendResult = this.
|
|
4921
|
+
suspendResult = this.x6m_1.i2p(this.w6m_1, this);
|
|
4919
4922
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4920
4923
|
return suspendResult;
|
|
4921
4924
|
}
|
|
4922
4925
|
|
|
4923
4926
|
continue $sm;
|
|
4924
4927
|
case 1:
|
|
4925
|
-
this.
|
|
4928
|
+
this.y6m_1 = Unit_instance;
|
|
4926
4929
|
this.s8_1 = 2;
|
|
4927
4930
|
continue $sm;
|
|
4928
4931
|
case 2:
|
|
4929
4932
|
this.t8_1 = 5;
|
|
4930
4933
|
this.s8_1 = 3;
|
|
4931
|
-
suspendResult = this.
|
|
4934
|
+
suspendResult = this.u6m_1(this.v6m_1, this);
|
|
4932
4935
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4933
4936
|
return suspendResult;
|
|
4934
4937
|
}
|
|
4935
4938
|
|
|
4936
4939
|
continue $sm;
|
|
4937
4940
|
case 3:
|
|
4938
|
-
this.
|
|
4941
|
+
this.y6m_1 = Unit_instance;
|
|
4939
4942
|
this.t8_1 = 6;
|
|
4940
4943
|
this.s8_1 = 4;
|
|
4941
4944
|
continue $sm;
|
|
4942
4945
|
case 4:
|
|
4943
|
-
this.
|
|
4946
|
+
this.y6m_1;
|
|
4944
4947
|
this.t8_1 = 6;
|
|
4945
|
-
this.
|
|
4948
|
+
this.x6m_1.t2o(this.w6m_1);
|
|
4946
4949
|
return Unit_instance;
|
|
4947
4950
|
case 5:
|
|
4948
4951
|
this.t8_1 = 6;
|
|
4949
4952
|
var t = this.v8_1;
|
|
4950
|
-
this.
|
|
4953
|
+
this.x6m_1.t2o(this.w6m_1);
|
|
4951
4954
|
throw t;
|
|
4952
4955
|
case 6:
|
|
4953
4956
|
throw this.v8_1;
|
|
@@ -4964,8 +4967,8 @@
|
|
|
4964
4967
|
while (true);
|
|
4965
4968
|
};
|
|
4966
4969
|
protoOf(AsyncProviderImpl$launchDefaultWithLock$slambda).k29 = function ($this$launch, completion) {
|
|
4967
|
-
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.
|
|
4968
|
-
i.
|
|
4970
|
+
var i = new AsyncProviderImpl$launchDefaultWithLock$slambda(this.t6m_1, this.u6m_1, completion);
|
|
4971
|
+
i.v6m_1 = $this$launch;
|
|
4969
4972
|
return i;
|
|
4970
4973
|
};
|
|
4971
4974
|
function AsyncProviderImpl$launchDefaultWithLock$slambda_0(this$0, $block, resultContinuation) {
|
|
@@ -4980,63 +4983,63 @@
|
|
|
4980
4983
|
mainDispatcher = mainDispatcher === VOID ? Dispatchers_getInstance().b1w() : mainDispatcher;
|
|
4981
4984
|
defaultDispatcher = defaultDispatcher === VOID ? Dispatchers_getInstance().x1v_1 : defaultDispatcher;
|
|
4982
4985
|
unconfinedDispatcher = unconfinedDispatcher === VOID ? Dispatchers_getInstance().y1v_1 : unconfinedDispatcher;
|
|
4983
|
-
this.
|
|
4984
|
-
this.
|
|
4986
|
+
this.l6l_1 = logger;
|
|
4987
|
+
this.m6l_1 = SupervisorJob();
|
|
4988
|
+
this.n6l_1 = Mutex();
|
|
4985
4989
|
this.o6l_1 = Mutex();
|
|
4986
|
-
this.p6l_1 = Mutex();
|
|
4987
4990
|
var tmp = this;
|
|
4988
4991
|
// Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
|
|
4989
|
-
tmp.
|
|
4990
|
-
this.
|
|
4991
|
-
this.
|
|
4992
|
-
this.
|
|
4992
|
+
tmp.p6l_1 = new AsyncProviderImpl$errorHandler$$inlined$CoroutineExceptionHandler$1(this);
|
|
4993
|
+
this.q6l_1 = CoroutineScope_0(mainDispatcher.dg(this.m6l_1).dg(MainContextId_getInstance()));
|
|
4994
|
+
this.r6l_1 = CoroutineScope_0(defaultDispatcher.dg(this.m6l_1).dg(WorkerContextId_getInstance()));
|
|
4995
|
+
this.s6l_1 = CoroutineScope_0(unconfinedDispatcher.dg(this.m6l_1).dg(WorkerContextId_getInstance()));
|
|
4993
4996
|
}
|
|
4994
|
-
protoOf(AsyncProviderImpl).
|
|
4995
|
-
return this.
|
|
4997
|
+
protoOf(AsyncProviderImpl).c6l = function () {
|
|
4998
|
+
return this.p6l_1;
|
|
4996
4999
|
};
|
|
4997
|
-
protoOf(AsyncProviderImpl).
|
|
4998
|
-
if (this.
|
|
4999
|
-
this.
|
|
5000
|
+
protoOf(AsyncProviderImpl).h6l = function (context, block) {
|
|
5001
|
+
if (this.m6l_1.w1k()) {
|
|
5002
|
+
this.l6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5000
5003
|
// Inline function 'kotlin.apply' call
|
|
5001
5004
|
var this_0 = Job();
|
|
5002
5005
|
this_0.k1l();
|
|
5003
5006
|
return this_0;
|
|
5004
5007
|
}
|
|
5005
|
-
return launch(this.
|
|
5008
|
+
return launch(this.q6l_1, context, VOID, block);
|
|
5006
5009
|
};
|
|
5007
|
-
protoOf(AsyncProviderImpl).
|
|
5008
|
-
if (this.
|
|
5009
|
-
this.
|
|
5010
|
+
protoOf(AsyncProviderImpl).j6l = function (context, block) {
|
|
5011
|
+
if (this.m6l_1.w1k()) {
|
|
5012
|
+
this.l6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5010
5013
|
// Inline function 'kotlin.apply' call
|
|
5011
5014
|
var this_0 = CompletableDeferred();
|
|
5012
5015
|
this_0.k1l();
|
|
5013
5016
|
return this_0;
|
|
5014
5017
|
}
|
|
5015
|
-
return async(this.
|
|
5018
|
+
return async(this.r6l_1, context, VOID, AsyncProviderImpl$awaitDefaultWithLock$slambda_0(this, block, null));
|
|
5016
5019
|
};
|
|
5017
|
-
protoOf(AsyncProviderImpl).
|
|
5018
|
-
if (this.
|
|
5019
|
-
this.
|
|
5020
|
+
protoOf(AsyncProviderImpl).d6l = function (context, block) {
|
|
5021
|
+
if (this.m6l_1.w1k()) {
|
|
5022
|
+
this.l6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5020
5023
|
// Inline function 'kotlin.apply' call
|
|
5021
5024
|
var this_0 = Job();
|
|
5022
5025
|
this_0.k1l();
|
|
5023
5026
|
return this_0;
|
|
5024
5027
|
}
|
|
5025
|
-
return launch(this.
|
|
5028
|
+
return launch(this.r6l_1, context, VOID, block);
|
|
5026
5029
|
};
|
|
5027
|
-
protoOf(AsyncProviderImpl).
|
|
5028
|
-
if (this.
|
|
5029
|
-
this.
|
|
5030
|
+
protoOf(AsyncProviderImpl).f6l = function (context, block) {
|
|
5031
|
+
if (this.m6l_1.w1k()) {
|
|
5032
|
+
this.l6l_1.v('AsyncProvider', "supervisorJob is stopped, coroutine can't be started");
|
|
5030
5033
|
// Inline function 'kotlin.apply' call
|
|
5031
5034
|
var this_0 = Job();
|
|
5032
5035
|
this_0.k1l();
|
|
5033
5036
|
return this_0;
|
|
5034
5037
|
}
|
|
5035
|
-
return launch(this.
|
|
5038
|
+
return launch(this.r6l_1, context, VOID, AsyncProviderImpl$launchDefaultWithLock$slambda_0(this, block, null));
|
|
5036
5039
|
};
|
|
5037
5040
|
protoOf(AsyncProviderImpl).i2 = function () {
|
|
5038
|
-
if (!this.
|
|
5039
|
-
this.
|
|
5041
|
+
if (!this.m6l_1.w1k()) {
|
|
5042
|
+
this.m6l_1.k1l();
|
|
5040
5043
|
}
|
|
5041
5044
|
};
|
|
5042
5045
|
function Key() {
|
|
@@ -5098,7 +5101,7 @@
|
|
|
5098
5101
|
}
|
|
5099
5102
|
function UUIDIdsProvider() {
|
|
5100
5103
|
}
|
|
5101
|
-
protoOf(UUIDIdsProvider).
|
|
5104
|
+
protoOf(UUIDIdsProvider).z6m = function () {
|
|
5102
5105
|
return uuid4().toString();
|
|
5103
5106
|
};
|
|
5104
5107
|
var UUIDIdsProvider_instance;
|
|
@@ -5116,55 +5119,55 @@
|
|
|
5116
5119
|
tmp = lock;
|
|
5117
5120
|
}
|
|
5118
5121
|
lock = tmp;
|
|
5119
|
-
this.
|
|
5120
|
-
this.
|
|
5122
|
+
this.f6n_1 = logger;
|
|
5123
|
+
this.g6n_1 = lock;
|
|
5121
5124
|
var tmp_0 = this;
|
|
5122
5125
|
// Inline function 'kotlin.collections.hashMapOf' call
|
|
5123
|
-
tmp_0.
|
|
5126
|
+
tmp_0.h6n_1 = HashMap_init_$Create$();
|
|
5124
5127
|
}
|
|
5125
|
-
protoOf(JobsProviderImpl).
|
|
5128
|
+
protoOf(JobsProviderImpl).a6n = function (timerTag, job) {
|
|
5126
5129
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5127
|
-
this.
|
|
5128
|
-
if (this.
|
|
5129
|
-
this.
|
|
5130
|
+
this.g6n_1;
|
|
5131
|
+
if (this.e6n(timerTag)) {
|
|
5132
|
+
this.f6n_1.w(VOID, 'Timer already exists for that tag: ' + toString_0(timerTag));
|
|
5130
5133
|
}
|
|
5131
5134
|
// Inline function 'kotlin.collections.set' call
|
|
5132
|
-
this.
|
|
5135
|
+
this.h6n_1.m2(timerTag, job);
|
|
5133
5136
|
};
|
|
5134
|
-
protoOf(JobsProviderImpl).
|
|
5137
|
+
protoOf(JobsProviderImpl).e6n = function (timerTag) {
|
|
5135
5138
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5136
|
-
this.
|
|
5137
|
-
return this.
|
|
5139
|
+
this.g6n_1;
|
|
5140
|
+
return this.h6n_1.a2(timerTag);
|
|
5138
5141
|
};
|
|
5139
|
-
protoOf(JobsProviderImpl).
|
|
5142
|
+
protoOf(JobsProviderImpl).c6n = function (timerTag) {
|
|
5140
5143
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5141
|
-
this.
|
|
5142
|
-
if (!this.
|
|
5143
|
-
this.
|
|
5144
|
+
this.g6n_1;
|
|
5145
|
+
if (!this.e6n(timerTag)) {
|
|
5146
|
+
this.f6n_1.w(VOID, "Can't find timer for that tag: " + toString_0(timerTag));
|
|
5144
5147
|
}
|
|
5145
|
-
this.
|
|
5148
|
+
this.h6n_1.n2(timerTag);
|
|
5146
5149
|
};
|
|
5147
|
-
protoOf(JobsProviderImpl).
|
|
5150
|
+
protoOf(JobsProviderImpl).d6n = function (timers) {
|
|
5148
5151
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5149
|
-
this.
|
|
5152
|
+
this.g6n_1;
|
|
5150
5153
|
// Inline function 'kotlin.collections.forEach' call
|
|
5151
5154
|
var _iterator__ex2g4s = timers.l();
|
|
5152
5155
|
while (_iterator__ex2g4s.m()) {
|
|
5153
5156
|
var element = _iterator__ex2g4s.n();
|
|
5154
|
-
var timer = this.
|
|
5157
|
+
var timer = this.h6n_1.c2(element);
|
|
5155
5158
|
if (timer == null)
|
|
5156
5159
|
null;
|
|
5157
5160
|
else {
|
|
5158
5161
|
timer.k1l();
|
|
5159
5162
|
}
|
|
5160
5163
|
}
|
|
5161
|
-
this.
|
|
5164
|
+
this.h6n_1.d2().h2(toSet(timers));
|
|
5162
5165
|
};
|
|
5163
|
-
protoOf(JobsProviderImpl).
|
|
5166
|
+
protoOf(JobsProviderImpl).b6n = function (timerTag) {
|
|
5164
5167
|
// Inline function 'kotlinx.atomicfu.locks.withLock' call
|
|
5165
|
-
this.
|
|
5166
|
-
var timer = this.
|
|
5167
|
-
this.
|
|
5168
|
+
this.g6n_1;
|
|
5169
|
+
var timer = this.h6n_1.c2(timerTag);
|
|
5170
|
+
this.h6n_1.n2(timerTag);
|
|
5168
5171
|
var tmp;
|
|
5169
5172
|
if (timer == null) {
|
|
5170
5173
|
tmp = null;
|
|
@@ -5177,36 +5180,36 @@
|
|
|
5177
5180
|
}
|
|
5178
5181
|
function FileSystemImpl(fileSystem) {
|
|
5179
5182
|
fileSystem = fileSystem === VOID ? get_SystemFileSystem() : fileSystem;
|
|
5180
|
-
this.
|
|
5183
|
+
this.l6n_1 = fileSystem;
|
|
5181
5184
|
}
|
|
5182
|
-
protoOf(FileSystemImpl).
|
|
5185
|
+
protoOf(FileSystemImpl).i6n = function (path, $completion) {
|
|
5183
5186
|
var directoryPath = Path(path);
|
|
5184
|
-
var exists = this.
|
|
5187
|
+
var exists = this.l6n_1.g1j(directoryPath);
|
|
5185
5188
|
if (!exists) {
|
|
5186
|
-
this.
|
|
5189
|
+
this.l6n_1.k1j(directoryPath);
|
|
5187
5190
|
}
|
|
5188
5191
|
return Unit_instance;
|
|
5189
5192
|
};
|
|
5190
|
-
protoOf(FileSystemImpl).
|
|
5191
|
-
return buffered(this.
|
|
5193
|
+
protoOf(FileSystemImpl).j6n = function (path, fileName, append, $completion) {
|
|
5194
|
+
return buffered(this.l6n_1.l1j(Path_0(path, [fileName]), append));
|
|
5192
5195
|
};
|
|
5193
|
-
protoOf(FileSystemImpl).
|
|
5194
|
-
this.
|
|
5196
|
+
protoOf(FileSystemImpl).k6n = function (path, $completion) {
|
|
5197
|
+
this.l6n_1.i1j(Path_0(path, []));
|
|
5195
5198
|
return Unit_instance;
|
|
5196
5199
|
};
|
|
5197
5200
|
function LoggerFactory() {
|
|
5198
5201
|
}
|
|
5199
5202
|
function LoggerFactoryImpl(coreConfig, fileSystem) {
|
|
5200
|
-
this.
|
|
5201
|
-
this.
|
|
5203
|
+
this.n6n_1 = coreConfig;
|
|
5204
|
+
this.o6n_1 = fileSystem;
|
|
5202
5205
|
}
|
|
5203
|
-
protoOf(LoggerFactoryImpl).
|
|
5206
|
+
protoOf(LoggerFactoryImpl).m6n = function (gameId, roomId, userId) {
|
|
5204
5207
|
// Inline function 'kotlin.let' call
|
|
5205
|
-
var it = this.
|
|
5208
|
+
var it = this.n6n_1.fileNameFormat;
|
|
5206
5209
|
var tmp = Companion_instance_4;
|
|
5207
5210
|
var fileName = tmp.formatter(it, gameId, roomId, userId == null ? 'unknown_user_id' : userId);
|
|
5208
5211
|
// Inline function 'kotlin.collections.map' call
|
|
5209
|
-
var this_0 = split(this.
|
|
5212
|
+
var this_0 = split(this.n6n_1.requireDirectoryPath, ['/']);
|
|
5210
5213
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5211
5214
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5212
5215
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -5218,7 +5221,7 @@
|
|
|
5218
5221
|
}
|
|
5219
5222
|
var segments = destination;
|
|
5220
5223
|
var tmp0_path = joinToString(segments, '/');
|
|
5221
|
-
var tmp1_fileSystem = this.
|
|
5224
|
+
var tmp1_fileSystem = this.o6n_1;
|
|
5222
5225
|
return new LogsStorageControllerImpl(fileName, tmp0_path, tmp1_fileSystem);
|
|
5223
5226
|
};
|
|
5224
5227
|
function appendToFile($this, message, $completion) {
|
|
@@ -5229,7 +5232,7 @@
|
|
|
5229
5232
|
}
|
|
5230
5233
|
function $createDirectoryCOROUTINE$(_this__u8e3s4, resultContinuation) {
|
|
5231
5234
|
CoroutineImpl.call(this, resultContinuation);
|
|
5232
|
-
this.
|
|
5235
|
+
this.h6o_1 = _this__u8e3s4;
|
|
5233
5236
|
}
|
|
5234
5237
|
protoOf($createDirectoryCOROUTINE$).a9 = function () {
|
|
5235
5238
|
var suspendResult = this.u8_1;
|
|
@@ -5241,7 +5244,7 @@
|
|
|
5241
5244
|
this.t8_1 = 3;
|
|
5242
5245
|
this.t8_1 = 2;
|
|
5243
5246
|
this.s8_1 = 1;
|
|
5244
|
-
suspendResult = this.
|
|
5247
|
+
suspendResult = this.h6o_1.k6o_1.i6n(this.h6o_1.j6o_1, this);
|
|
5245
5248
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5246
5249
|
return suspendResult;
|
|
5247
5250
|
}
|
|
@@ -5282,8 +5285,8 @@
|
|
|
5282
5285
|
};
|
|
5283
5286
|
function $appendToFileCOROUTINE$(_this__u8e3s4, message, resultContinuation) {
|
|
5284
5287
|
CoroutineImpl.call(this, resultContinuation);
|
|
5285
|
-
this.
|
|
5286
|
-
this.
|
|
5288
|
+
this.x6n_1 = _this__u8e3s4;
|
|
5289
|
+
this.y6n_1 = message;
|
|
5287
5290
|
}
|
|
5288
5291
|
protoOf($appendToFileCOROUTINE$).a9 = function () {
|
|
5289
5292
|
var suspendResult = this.u8_1;
|
|
@@ -5295,7 +5298,7 @@
|
|
|
5295
5298
|
this.t8_1 = 3;
|
|
5296
5299
|
this.t8_1 = 2;
|
|
5297
5300
|
this.s8_1 = 1;
|
|
5298
|
-
suspendResult = this.
|
|
5301
|
+
suspendResult = this.x6n_1.k6o_1.j6n(this.x6n_1.j6o_1, this.x6n_1.i6o_1, true, this);
|
|
5299
5302
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5300
5303
|
return suspendResult;
|
|
5301
5304
|
}
|
|
@@ -5306,7 +5309,7 @@
|
|
|
5306
5309
|
var sink = buffered(ARGUMENT);
|
|
5307
5310
|
l$ret$1: do {
|
|
5308
5311
|
try {
|
|
5309
|
-
writeString(sink, this.
|
|
5312
|
+
writeString(sink, this.y6n_1 + '\n');
|
|
5310
5313
|
break l$ret$1;
|
|
5311
5314
|
} catch ($p) {
|
|
5312
5315
|
var t = $p;
|
|
@@ -5349,17 +5352,17 @@
|
|
|
5349
5352
|
while (true);
|
|
5350
5353
|
};
|
|
5351
5354
|
function LogsStorageControllerImpl(fileName, path, fileSystem) {
|
|
5352
|
-
this.
|
|
5353
|
-
this.
|
|
5354
|
-
this.
|
|
5355
|
+
this.i6o_1 = fileName;
|
|
5356
|
+
this.j6o_1 = path;
|
|
5357
|
+
this.k6o_1 = fileSystem;
|
|
5355
5358
|
}
|
|
5356
|
-
protoOf(LogsStorageControllerImpl).
|
|
5359
|
+
protoOf(LogsStorageControllerImpl).l6o = function ($completion) {
|
|
5357
5360
|
var tmp = new $createDirectoryCOROUTINE$(this, $completion);
|
|
5358
5361
|
tmp.u8_1 = Unit_instance;
|
|
5359
5362
|
tmp.v8_1 = null;
|
|
5360
5363
|
return tmp.a9();
|
|
5361
5364
|
};
|
|
5362
|
-
protoOf(LogsStorageControllerImpl).
|
|
5365
|
+
protoOf(LogsStorageControllerImpl).m6o = function (log, $completion) {
|
|
5363
5366
|
return appendToFile(this, log, $completion);
|
|
5364
5367
|
};
|
|
5365
5368
|
function BufferedAction() {
|
|
@@ -5374,30 +5377,30 @@
|
|
|
5374
5377
|
initialDelay = initialDelay === VOID ? new Long(0, 0) : initialDelay;
|
|
5375
5378
|
type = type === VOID ? TimerType_DELAY_getInstance() : type;
|
|
5376
5379
|
TimerAction.call(this);
|
|
5377
|
-
this.
|
|
5378
|
-
this.
|
|
5379
|
-
this.
|
|
5380
|
-
this.
|
|
5380
|
+
this.s6o_1 = timerTag;
|
|
5381
|
+
this.t6o_1 = delayMillis;
|
|
5382
|
+
this.u6o_1 = initialDelay;
|
|
5383
|
+
this.v6o_1 = type;
|
|
5381
5384
|
}
|
|
5382
5385
|
protoOf(StartTimerAction).toString = function () {
|
|
5383
|
-
var tmp = 'timerTag=' + toString_0(this.
|
|
5384
|
-
var tmp_0 = 'delayMillis=' + this.
|
|
5386
|
+
var tmp = 'timerTag=' + toString_0(this.s6o_1);
|
|
5387
|
+
var tmp_0 = 'delayMillis=' + this.t6o_1.toString();
|
|
5385
5388
|
// Inline function 'kotlin.takeIf' call
|
|
5386
|
-
var this_0 = 'initialDelay=' + this.
|
|
5389
|
+
var this_0 = 'initialDelay=' + this.u6o_1.toString();
|
|
5387
5390
|
var tmp_1;
|
|
5388
|
-
if (!equalsLong(this.
|
|
5391
|
+
if (!equalsLong(this.u6o_1, new Long(0, 0))) {
|
|
5389
5392
|
tmp_1 = this_0;
|
|
5390
5393
|
} else {
|
|
5391
5394
|
tmp_1 = null;
|
|
5392
5395
|
}
|
|
5393
5396
|
var tmp$ret$1 = tmp_1;
|
|
5394
|
-
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.
|
|
5397
|
+
return 'StartTimerAction(' + joinToString(listOfNotNull([tmp, tmp_0, tmp$ret$1, 'type=' + this.v6o_1.toString()])) + ')';
|
|
5395
5398
|
};
|
|
5396
5399
|
protoOf(StartTimerAction).hashCode = function () {
|
|
5397
|
-
var result = hashCode(this.
|
|
5400
|
+
var result = hashCode(this.s6o_1);
|
|
5401
|
+
result = imul(result, 31) + this.t6o_1.hashCode() | 0;
|
|
5398
5402
|
result = imul(result, 31) + this.u6o_1.hashCode() | 0;
|
|
5399
5403
|
result = imul(result, 31) + this.v6o_1.hashCode() | 0;
|
|
5400
|
-
result = imul(result, 31) + this.w6o_1.hashCode() | 0;
|
|
5401
5404
|
return result;
|
|
5402
5405
|
};
|
|
5403
5406
|
protoOf(StartTimerAction).equals = function (other) {
|
|
@@ -5405,13 +5408,13 @@
|
|
|
5405
5408
|
return true;
|
|
5406
5409
|
if (!(other instanceof StartTimerAction))
|
|
5407
5410
|
return false;
|
|
5408
|
-
if (!equals(this.
|
|
5411
|
+
if (!equals(this.s6o_1, other.s6o_1))
|
|
5409
5412
|
return false;
|
|
5410
|
-
if (!equalsLong(this.
|
|
5413
|
+
if (!equalsLong(this.t6o_1, other.t6o_1))
|
|
5411
5414
|
return false;
|
|
5412
|
-
if (!equalsLong(this.
|
|
5415
|
+
if (!equalsLong(this.u6o_1, other.u6o_1))
|
|
5413
5416
|
return false;
|
|
5414
|
-
if (!this.
|
|
5417
|
+
if (!this.v6o_1.equals(other.v6o_1))
|
|
5415
5418
|
return false;
|
|
5416
5419
|
return true;
|
|
5417
5420
|
};
|
|
@@ -5430,37 +5433,37 @@
|
|
|
5430
5433
|
}
|
|
5431
5434
|
function StopTimerAction(timerTag) {
|
|
5432
5435
|
TimerAction.call(this);
|
|
5433
|
-
this.
|
|
5436
|
+
this.w6o_1 = timerTag;
|
|
5434
5437
|
}
|
|
5435
5438
|
protoOf(StopTimerAction).toString = function () {
|
|
5436
|
-
return 'StopTimerAction(timerTag=' + toString_0(this.
|
|
5439
|
+
return 'StopTimerAction(timerTag=' + toString_0(this.w6o_1) + ')';
|
|
5437
5440
|
};
|
|
5438
5441
|
protoOf(StopTimerAction).hashCode = function () {
|
|
5439
|
-
return hashCode(this.
|
|
5442
|
+
return hashCode(this.w6o_1);
|
|
5440
5443
|
};
|
|
5441
5444
|
protoOf(StopTimerAction).equals = function (other) {
|
|
5442
5445
|
if (this === other)
|
|
5443
5446
|
return true;
|
|
5444
5447
|
if (!(other instanceof StopTimerAction))
|
|
5445
5448
|
return false;
|
|
5446
|
-
if (!equals(this.
|
|
5449
|
+
if (!equals(this.w6o_1, other.w6o_1))
|
|
5447
5450
|
return false;
|
|
5448
5451
|
return true;
|
|
5449
5452
|
};
|
|
5450
5453
|
function TimerTickAction(timerTag, type) {
|
|
5451
5454
|
TimerAction.call(this);
|
|
5452
|
-
this.
|
|
5453
|
-
this.
|
|
5455
|
+
this.x6o_1 = timerTag;
|
|
5456
|
+
this.y6o_1 = type;
|
|
5454
5457
|
}
|
|
5455
5458
|
protoOf(TimerTickAction).ignoreValidation = function () {
|
|
5456
|
-
return this.
|
|
5459
|
+
return this.x6o_1.ignoreValidation();
|
|
5457
5460
|
};
|
|
5458
5461
|
protoOf(TimerTickAction).toString = function () {
|
|
5459
|
-
return 'TimerTickAction(timerTag=' + toString_0(this.
|
|
5462
|
+
return 'TimerTickAction(timerTag=' + toString_0(this.x6o_1) + ', type=' + this.y6o_1.toString() + ')';
|
|
5460
5463
|
};
|
|
5461
5464
|
protoOf(TimerTickAction).hashCode = function () {
|
|
5462
|
-
var result = hashCode(this.
|
|
5463
|
-
result = imul(result, 31) + this.
|
|
5465
|
+
var result = hashCode(this.x6o_1);
|
|
5466
|
+
result = imul(result, 31) + this.y6o_1.hashCode() | 0;
|
|
5464
5467
|
return result;
|
|
5465
5468
|
};
|
|
5466
5469
|
protoOf(TimerTickAction).equals = function (other) {
|
|
@@ -5468,9 +5471,9 @@
|
|
|
5468
5471
|
return true;
|
|
5469
5472
|
if (!(other instanceof TimerTickAction))
|
|
5470
5473
|
return false;
|
|
5471
|
-
if (!equals(this.
|
|
5474
|
+
if (!equals(this.x6o_1, other.x6o_1))
|
|
5472
5475
|
return false;
|
|
5473
|
-
if (!this.
|
|
5476
|
+
if (!this.y6o_1.equals(other.y6o_1))
|
|
5474
5477
|
return false;
|
|
5475
5478
|
return true;
|
|
5476
5479
|
};
|
|
@@ -5514,7 +5517,7 @@
|
|
|
5514
5517
|
return function (reducer, initialState, en) {
|
|
5515
5518
|
var store = $storeCreator(reducer, initialState, en);
|
|
5516
5519
|
var origDispatch = store.dispatch;
|
|
5517
|
-
store.
|
|
5520
|
+
store.z6o(applyCatcher$lambda$lambda$lambda(origDispatch, $logger));
|
|
5518
5521
|
return store;
|
|
5519
5522
|
};
|
|
5520
5523
|
}
|
|
@@ -5528,7 +5531,7 @@
|
|
|
5528
5531
|
}
|
|
5529
5532
|
function applyMiddleware$lambda$lambda$lambda$lambda($middleware, $store, $dispatcher) {
|
|
5530
5533
|
return function (action) {
|
|
5531
|
-
$middleware.
|
|
5534
|
+
$middleware.a6p($store, $dispatcher, action);
|
|
5532
5535
|
return Unit_instance;
|
|
5533
5536
|
};
|
|
5534
5537
|
}
|
|
@@ -5543,7 +5546,7 @@
|
|
|
5543
5546
|
while (inductionVariable < last) {
|
|
5544
5547
|
var element = tmp0[inductionVariable];
|
|
5545
5548
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5546
|
-
if (element.
|
|
5549
|
+
if (element.b6p(action)) {
|
|
5547
5550
|
destination.j(element);
|
|
5548
5551
|
}
|
|
5549
5552
|
}
|
|
@@ -5567,7 +5570,7 @@
|
|
|
5567
5570
|
return function (reducer, initialState, en) {
|
|
5568
5571
|
var store = $storeCreator(reducer, initialState, en);
|
|
5569
5572
|
var origDispatch = store.dispatch;
|
|
5570
|
-
store.
|
|
5573
|
+
store.z6o(applyMiddleware$lambda$lambda$lambda($middlewares, origDispatch, store));
|
|
5571
5574
|
return store;
|
|
5572
5575
|
};
|
|
5573
5576
|
}
|
|
@@ -5581,9 +5584,9 @@
|
|
|
5581
5584
|
return new timerMiddleware$$inlined$middlewareForActionType$1(asyncProvider, jobsProvider);
|
|
5582
5585
|
}
|
|
5583
5586
|
function timerMiddleware$o$handle$slambda$slambda($jobsProvider, $action, $store, resultContinuation) {
|
|
5584
|
-
this.
|
|
5585
|
-
this.
|
|
5586
|
-
this.
|
|
5587
|
+
this.k6p_1 = $jobsProvider;
|
|
5588
|
+
this.l6p_1 = $action;
|
|
5589
|
+
this.m6p_1 = $store;
|
|
5587
5590
|
CoroutineImpl.call(this, resultContinuation);
|
|
5588
5591
|
}
|
|
5589
5592
|
protoOf(timerMiddleware$o$handle$slambda$slambda).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5602,8 +5605,8 @@
|
|
|
5602
5605
|
var tmp = this.s8_1;
|
|
5603
5606
|
if (tmp === 0) {
|
|
5604
5607
|
this.t8_1 = 1;
|
|
5605
|
-
if (this.
|
|
5606
|
-
this.
|
|
5608
|
+
if (this.k6p_1.e6n(this.l6p_1.s6o_1)) {
|
|
5609
|
+
this.m6p_1.dispatch(new TimerTickAction(this.l6p_1.s6o_1, TimerType_DELAY_getInstance()));
|
|
5607
5610
|
}
|
|
5608
5611
|
return Unit_instance;
|
|
5609
5612
|
} else if (tmp === 1) {
|
|
@@ -5616,8 +5619,8 @@
|
|
|
5616
5619
|
while (true);
|
|
5617
5620
|
};
|
|
5618
5621
|
protoOf(timerMiddleware$o$handle$slambda$slambda).k29 = function ($this$launchMain, completion) {
|
|
5619
|
-
var i = new timerMiddleware$o$handle$slambda$slambda(this.
|
|
5620
|
-
i.
|
|
5622
|
+
var i = new timerMiddleware$o$handle$slambda$slambda(this.k6p_1, this.l6p_1, this.m6p_1, completion);
|
|
5623
|
+
i.n6p_1 = $this$launchMain;
|
|
5621
5624
|
return i;
|
|
5622
5625
|
};
|
|
5623
5626
|
function timerMiddleware$o$handle$slambda$slambda_0($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5629,9 +5632,9 @@
|
|
|
5629
5632
|
return l;
|
|
5630
5633
|
}
|
|
5631
5634
|
function timerMiddleware$o$handle$slambda$slambda_1($jobsProvider, $action, $store, resultContinuation) {
|
|
5632
|
-
this.
|
|
5633
|
-
this.
|
|
5634
|
-
this.
|
|
5635
|
+
this.w6p_1 = $jobsProvider;
|
|
5636
|
+
this.x6p_1 = $action;
|
|
5637
|
+
this.y6p_1 = $store;
|
|
5635
5638
|
CoroutineImpl.call(this, resultContinuation);
|
|
5636
5639
|
}
|
|
5637
5640
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).j29 = function ($this$launchMain, $completion) {
|
|
@@ -5650,8 +5653,8 @@
|
|
|
5650
5653
|
var tmp = this.s8_1;
|
|
5651
5654
|
if (tmp === 0) {
|
|
5652
5655
|
this.t8_1 = 1;
|
|
5653
|
-
if (this.
|
|
5654
|
-
this.
|
|
5656
|
+
if (this.w6p_1.e6n(this.x6p_1.s6o_1)) {
|
|
5657
|
+
this.y6p_1.dispatch(new TimerTickAction(this.x6p_1.s6o_1, TimerType_INTERVAL_getInstance()));
|
|
5655
5658
|
}
|
|
5656
5659
|
return Unit_instance;
|
|
5657
5660
|
} else if (tmp === 1) {
|
|
@@ -5664,8 +5667,8 @@
|
|
|
5664
5667
|
while (true);
|
|
5665
5668
|
};
|
|
5666
5669
|
protoOf(timerMiddleware$o$handle$slambda$slambda_1).k29 = function ($this$launchMain, completion) {
|
|
5667
|
-
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.
|
|
5668
|
-
i.
|
|
5670
|
+
var i = new timerMiddleware$o$handle$slambda$slambda_1(this.w6p_1, this.x6p_1, this.y6p_1, completion);
|
|
5671
|
+
i.z6p_1 = $this$launchMain;
|
|
5669
5672
|
return i;
|
|
5670
5673
|
};
|
|
5671
5674
|
function timerMiddleware$o$handle$slambda$slambda_2($jobsProvider, $action, $store, resultContinuation) {
|
|
@@ -5677,10 +5680,10 @@
|
|
|
5677
5680
|
return l;
|
|
5678
5681
|
}
|
|
5679
5682
|
function timerMiddleware$o$handle$slambda($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
5680
|
-
this.
|
|
5681
|
-
this.
|
|
5682
|
-
this.
|
|
5683
|
-
this.
|
|
5683
|
+
this.i6q_1 = $action;
|
|
5684
|
+
this.j6q_1 = $asyncProvider;
|
|
5685
|
+
this.k6q_1 = $jobsProvider;
|
|
5686
|
+
this.l6q_1 = $store;
|
|
5684
5687
|
CoroutineImpl.call(this, resultContinuation);
|
|
5685
5688
|
}
|
|
5686
5689
|
protoOf(timerMiddleware$o$handle$slambda).j29 = function ($this$launchDefault, $completion) {
|
|
@@ -5700,9 +5703,9 @@
|
|
|
5700
5703
|
switch (tmp) {
|
|
5701
5704
|
case 0:
|
|
5702
5705
|
this.t8_1 = 10;
|
|
5703
|
-
if (!equalsLong(this.
|
|
5706
|
+
if (!equalsLong(this.i6q_1.u6o_1, new Long(0, 0)) && this.i6q_1.v6o_1.equals(TimerType_INTERVAL_getInstance())) {
|
|
5704
5707
|
this.s8_1 = 1;
|
|
5705
|
-
suspendResult = delay(this.
|
|
5708
|
+
suspendResult = delay(this.i6q_1.u6o_1, this);
|
|
5706
5709
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5707
5710
|
return suspendResult;
|
|
5708
5711
|
}
|
|
@@ -5716,19 +5719,19 @@
|
|
|
5716
5719
|
this.s8_1 = 2;
|
|
5717
5720
|
continue $sm;
|
|
5718
5721
|
case 2:
|
|
5719
|
-
var tmp0 = this.
|
|
5722
|
+
var tmp0 = this.i6q_1.v6o_1.q2_1;
|
|
5720
5723
|
if (tmp0 === 0) {
|
|
5721
5724
|
this.s8_1 = 8;
|
|
5722
|
-
suspendResult = delay(this.
|
|
5725
|
+
suspendResult = delay(this.i6q_1.t6o_1, this);
|
|
5723
5726
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5724
5727
|
return suspendResult;
|
|
5725
5728
|
}
|
|
5726
5729
|
continue $sm;
|
|
5727
5730
|
} else {
|
|
5728
5731
|
if (tmp0 === 1) {
|
|
5729
|
-
if (!equalsLong(this.
|
|
5732
|
+
if (!equalsLong(this.i6q_1.u6o_1, new Long(0, 0))) {
|
|
5730
5733
|
this.s8_1 = 3;
|
|
5731
|
-
suspendResult = delay(this.
|
|
5734
|
+
suspendResult = delay(this.i6q_1.u6o_1, this);
|
|
5732
5735
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5733
5736
|
return suspendResult;
|
|
5734
5737
|
}
|
|
@@ -5751,14 +5754,14 @@
|
|
|
5751
5754
|
this.s8_1 = 5;
|
|
5752
5755
|
continue $sm;
|
|
5753
5756
|
case 5:
|
|
5754
|
-
if (!get_isActive(this.
|
|
5757
|
+
if (!get_isActive(this.m6q_1)) {
|
|
5755
5758
|
this.s8_1 = 7;
|
|
5756
5759
|
continue $sm;
|
|
5757
5760
|
}
|
|
5758
5761
|
|
|
5759
|
-
this.
|
|
5762
|
+
this.j6q_1.i6l(VOID, timerMiddleware$o$handle$slambda$slambda_2(this.k6q_1, this.i6q_1, this.l6q_1, null));
|
|
5760
5763
|
this.s8_1 = 6;
|
|
5761
|
-
suspendResult = delay(this.
|
|
5764
|
+
suspendResult = delay(this.i6q_1.u6o_1, this);
|
|
5762
5765
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5763
5766
|
return suspendResult;
|
|
5764
5767
|
}
|
|
@@ -5768,12 +5771,12 @@
|
|
|
5768
5771
|
this.s8_1 = 5;
|
|
5769
5772
|
continue $sm;
|
|
5770
5773
|
case 7:
|
|
5771
|
-
this.
|
|
5774
|
+
this.n6q_1 = Unit_instance;
|
|
5772
5775
|
this.s8_1 = 9;
|
|
5773
5776
|
continue $sm;
|
|
5774
5777
|
case 8:
|
|
5775
5778
|
var tmp_1 = this;
|
|
5776
|
-
tmp_1.
|
|
5779
|
+
tmp_1.n6q_1 = this.j6q_1.i6l(VOID, timerMiddleware$o$handle$slambda$slambda_0(this.k6q_1, this.i6q_1, this.l6q_1, null));
|
|
5777
5780
|
this.s8_1 = 9;
|
|
5778
5781
|
continue $sm;
|
|
5779
5782
|
case 9:
|
|
@@ -5793,8 +5796,8 @@
|
|
|
5793
5796
|
while (true);
|
|
5794
5797
|
};
|
|
5795
5798
|
protoOf(timerMiddleware$o$handle$slambda).k29 = function ($this$launchDefault, completion) {
|
|
5796
|
-
var i = new timerMiddleware$o$handle$slambda(this.
|
|
5797
|
-
i.
|
|
5799
|
+
var i = new timerMiddleware$o$handle$slambda(this.i6q_1, this.j6q_1, this.k6q_1, this.l6q_1, completion);
|
|
5800
|
+
i.m6q_1 = $this$launchDefault;
|
|
5798
5801
|
return i;
|
|
5799
5802
|
};
|
|
5800
5803
|
function timerMiddleware$o$handle$slambda_0($action, $asyncProvider, $jobsProvider, $store, resultContinuation) {
|
|
@@ -5806,24 +5809,24 @@
|
|
|
5806
5809
|
return l;
|
|
5807
5810
|
}
|
|
5808
5811
|
function timerMiddleware$$inlined$middlewareForActionType$1($asyncProvider, $jobsProvider) {
|
|
5809
|
-
this.
|
|
5810
|
-
this.
|
|
5812
|
+
this.o6q_1 = $asyncProvider;
|
|
5813
|
+
this.p6q_1 = $jobsProvider;
|
|
5811
5814
|
}
|
|
5812
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5815
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).b6p = function (action) {
|
|
5813
5816
|
return action instanceof TimerAction;
|
|
5814
5817
|
};
|
|
5815
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5818
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).q6q = function (store, next, action) {
|
|
5816
5819
|
var action_0 = action instanceof TimerAction ? action : THROW_CCE();
|
|
5817
5820
|
if (action_0 instanceof StartTimerAction) {
|
|
5818
|
-
var job = this.
|
|
5819
|
-
this.
|
|
5821
|
+
var job = this.o6q_1.e6l(VOID, timerMiddleware$o$handle$slambda_0(action_0, this.o6q_1, this.p6q_1, store, null));
|
|
5822
|
+
this.p6q_1.a6n(action_0.s6o_1, job);
|
|
5820
5823
|
} else {
|
|
5821
5824
|
if (action_0 instanceof StopTimerAction) {
|
|
5822
|
-
this.
|
|
5825
|
+
this.p6q_1.b6n(action_0.w6o_1);
|
|
5823
5826
|
} else {
|
|
5824
5827
|
if (action_0 instanceof TimerTickAction) {
|
|
5825
|
-
if (action_0.
|
|
5826
|
-
this.
|
|
5828
|
+
if (action_0.y6o_1.equals(TimerType_DELAY_getInstance())) {
|
|
5829
|
+
this.p6q_1.c6n(action_0.x6o_1);
|
|
5827
5830
|
}
|
|
5828
5831
|
} else {
|
|
5829
5832
|
noWhenBranchMatchedException();
|
|
@@ -5832,8 +5835,8 @@
|
|
|
5832
5835
|
}
|
|
5833
5836
|
next(action_0);
|
|
5834
5837
|
};
|
|
5835
|
-
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).
|
|
5836
|
-
return this.
|
|
5838
|
+
protoOf(timerMiddleware$$inlined$middlewareForActionType$1).a6p = function (store, next, action) {
|
|
5839
|
+
return this.q6q(store, next, action);
|
|
5837
5840
|
};
|
|
5838
5841
|
function compose(functions) {
|
|
5839
5842
|
return compose$lambda(functions);
|
|
@@ -5877,7 +5880,7 @@
|
|
|
5877
5880
|
function createStore$dispatch($lock, currentState, currentReducer, stateTrigger, $logger, action) {
|
|
5878
5881
|
try {
|
|
5879
5882
|
// Inline function 'kotlinx.atomicfu.locks.ReentrantLock.lock' call
|
|
5880
|
-
currentState._v = currentReducer._v.
|
|
5883
|
+
currentState._v = currentReducer._v.r6q(currentState._v, action);
|
|
5881
5884
|
stateTrigger.q27(Unit_instance);
|
|
5882
5885
|
} catch ($p) {
|
|
5883
5886
|
if ($p instanceof Exception) {
|
|
@@ -5901,8 +5904,8 @@
|
|
|
5901
5904
|
};
|
|
5902
5905
|
}
|
|
5903
5906
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug($$this$unsafeFlow, this$0, resultContinuation) {
|
|
5904
|
-
this.
|
|
5905
|
-
this.
|
|
5907
|
+
this.a6r_1 = $$this$unsafeFlow;
|
|
5908
|
+
this.b6r_1 = this$0;
|
|
5906
5909
|
CoroutineImpl.call(this, resultContinuation);
|
|
5907
5910
|
}
|
|
5908
5911
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).c2j = function (value, $completion) {
|
|
@@ -5922,10 +5925,10 @@
|
|
|
5922
5925
|
switch (tmp) {
|
|
5923
5926
|
case 0:
|
|
5924
5927
|
this.t8_1 = 2;
|
|
5925
|
-
var tmp0 = this.
|
|
5926
|
-
this.
|
|
5928
|
+
var tmp0 = this.a6r_1;
|
|
5929
|
+
this.c6r_1;
|
|
5927
5930
|
this.s8_1 = 1;
|
|
5928
|
-
suspendResult = tmp0.i24(this.
|
|
5931
|
+
suspendResult = tmp0.i24(this.b6r_1.state, this);
|
|
5929
5932
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5930
5933
|
return suspendResult;
|
|
5931
5934
|
}
|
|
@@ -5948,8 +5951,8 @@
|
|
|
5948
5951
|
while (true);
|
|
5949
5952
|
};
|
|
5950
5953
|
protoOf(createStore$o$_get_observe_$o$collect$slambda_h8loug).d2j = function (value, completion) {
|
|
5951
|
-
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.
|
|
5952
|
-
i.
|
|
5954
|
+
var i = new createStore$o$_get_observe_$o$collect$slambda_h8loug(this.a6r_1, this.b6r_1, completion);
|
|
5955
|
+
i.c6r_1 = value;
|
|
5953
5956
|
return i;
|
|
5954
5957
|
};
|
|
5955
5958
|
function createStore$o$_get_observe_$o$collect$slambda_h8loug_0($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -5962,8 +5965,8 @@
|
|
|
5962
5965
|
}
|
|
5963
5966
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
5964
5967
|
CoroutineImpl.call(this, resultContinuation);
|
|
5965
|
-
this.
|
|
5966
|
-
this.
|
|
5968
|
+
this.l6r_1 = _this__u8e3s4;
|
|
5969
|
+
this.m6r_1 = collector;
|
|
5967
5970
|
}
|
|
5968
5971
|
protoOf($collectCOROUTINE$).a9 = function () {
|
|
5969
5972
|
var suspendResult = this.u8_1;
|
|
@@ -5973,10 +5976,10 @@
|
|
|
5973
5976
|
switch (tmp) {
|
|
5974
5977
|
case 0:
|
|
5975
5978
|
this.t8_1 = 2;
|
|
5976
|
-
var $this$unsafeFlow = this.
|
|
5979
|
+
var $this$unsafeFlow = this.m6r_1;
|
|
5977
5980
|
this.s8_1 = 1;
|
|
5978
|
-
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.
|
|
5979
|
-
suspendResult = this.
|
|
5981
|
+
var tmp_0 = createStore$o$_get_observe_$o$collect$slambda_h8loug_0($this$unsafeFlow, this.l6r_1.o6r_1, null);
|
|
5982
|
+
suspendResult = this.l6r_1.n6r_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
5980
5983
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5981
5984
|
return suspendResult;
|
|
5982
5985
|
}
|
|
@@ -5999,13 +6002,13 @@
|
|
|
5999
6002
|
while (true);
|
|
6000
6003
|
};
|
|
6001
6004
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
6002
|
-
this.
|
|
6005
|
+
this.p6r_1 = function_0;
|
|
6003
6006
|
}
|
|
6004
6007
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).i24 = function (value, $completion) {
|
|
6005
|
-
return this.
|
|
6008
|
+
return this.p6r_1(value, $completion);
|
|
6006
6009
|
};
|
|
6007
6010
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
|
|
6008
|
-
return this.
|
|
6011
|
+
return this.p6r_1;
|
|
6009
6012
|
};
|
|
6010
6013
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
6011
6014
|
var tmp;
|
|
@@ -6038,8 +6041,8 @@
|
|
|
6038
6041
|
};
|
|
6039
6042
|
}
|
|
6040
6043
|
function createStore$3$observe$$inlined$map$1($this, this$0) {
|
|
6041
|
-
this.
|
|
6042
|
-
this.
|
|
6044
|
+
this.n6r_1 = $this;
|
|
6045
|
+
this.o6r_1 = this$0;
|
|
6043
6046
|
}
|
|
6044
6047
|
protoOf(createStore$3$observe$$inlined$map$1).j24 = function (collector, $completion) {
|
|
6045
6048
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -6051,33 +6054,33 @@
|
|
|
6051
6054
|
return this.j24(collector, $completion);
|
|
6052
6055
|
};
|
|
6053
6056
|
function createStore$3($currentState, $lock, $currentReducer, $stateTrigger, $logger) {
|
|
6054
|
-
this.
|
|
6055
|
-
this.
|
|
6056
|
-
this.
|
|
6057
|
+
this.t6r_1 = $currentState;
|
|
6058
|
+
this.u6r_1 = $stateTrigger;
|
|
6059
|
+
this.q6r_1 = this;
|
|
6057
6060
|
var tmp = this;
|
|
6058
|
-
tmp.
|
|
6061
|
+
tmp.r6r_1 = createStore$o$dispatch$lambda($lock, $currentState, $currentReducer, $stateTrigger, $logger);
|
|
6059
6062
|
var tmp_0 = this;
|
|
6060
|
-
tmp_0.
|
|
6063
|
+
tmp_0.s6r_1 = createStore$o$replaceReducer$lambda($currentReducer, $lock, $currentState, $stateTrigger, $logger);
|
|
6061
6064
|
}
|
|
6062
|
-
protoOf(createStore$3).
|
|
6063
|
-
return this.
|
|
6065
|
+
protoOf(createStore$3).v6r = function () {
|
|
6066
|
+
return this.q6r_1;
|
|
6064
6067
|
};
|
|
6065
6068
|
protoOf(createStore$3).h6f = function () {
|
|
6066
|
-
return createStore$getState(this.
|
|
6069
|
+
return createStore$getState(this.t6r_1);
|
|
6067
6070
|
};
|
|
6068
|
-
protoOf(createStore$3).
|
|
6069
|
-
this.
|
|
6071
|
+
protoOf(createStore$3).z6o = function (_set____db54di) {
|
|
6072
|
+
this.r6r_1 = _set____db54di;
|
|
6073
|
+
};
|
|
6074
|
+
protoOf(createStore$3).w6r = function () {
|
|
6075
|
+
return this.r6r_1;
|
|
6070
6076
|
};
|
|
6071
6077
|
protoOf(createStore$3).x6r = function () {
|
|
6072
6078
|
return this.s6r_1;
|
|
6073
6079
|
};
|
|
6074
6080
|
protoOf(createStore$3).y6r = function () {
|
|
6075
|
-
return this.t6r_1;
|
|
6076
|
-
};
|
|
6077
|
-
protoOf(createStore$3).z6r = function () {
|
|
6078
6081
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
6079
6082
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
6080
|
-
var this_0 = this.
|
|
6083
|
+
var this_0 = this.u6r_1;
|
|
6081
6084
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
6082
6085
|
return new createStore$3$observe$$inlined$map$1(this_0, this);
|
|
6083
6086
|
};
|
|
@@ -6153,10 +6156,10 @@
|
|
|
6153
6156
|
return new middleware$1(dispatch);
|
|
6154
6157
|
}
|
|
6155
6158
|
function middleware$1($dispatch) {
|
|
6156
|
-
this.
|
|
6159
|
+
this.z6r_1 = $dispatch;
|
|
6157
6160
|
}
|
|
6158
|
-
protoOf(middleware$1).
|
|
6159
|
-
this.
|
|
6161
|
+
protoOf(middleware$1).a6p = function (store, next, action) {
|
|
6162
|
+
this.z6r_1(store, next, action);
|
|
6160
6163
|
};
|
|
6161
6164
|
function Reducer() {
|
|
6162
6165
|
}
|
|
@@ -6164,11 +6167,11 @@
|
|
|
6164
6167
|
return new combineReducers$1(reducers);
|
|
6165
6168
|
}
|
|
6166
6169
|
function combineReducers$1($reducers) {
|
|
6167
|
-
this.
|
|
6170
|
+
this.a6s_1 = $reducers;
|
|
6168
6171
|
}
|
|
6169
|
-
protoOf(combineReducers$1).
|
|
6172
|
+
protoOf(combineReducers$1).b6s = function (state, action) {
|
|
6170
6173
|
// Inline function 'kotlin.collections.filter' call
|
|
6171
|
-
var tmp0 = this.
|
|
6174
|
+
var tmp0 = this.a6s_1;
|
|
6172
6175
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6173
6176
|
var destination = ArrayList_init_$Create$();
|
|
6174
6177
|
var inductionVariable = 0;
|
|
@@ -6176,7 +6179,7 @@
|
|
|
6176
6179
|
while (inductionVariable < last) {
|
|
6177
6180
|
var element = tmp0[inductionVariable];
|
|
6178
6181
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6179
|
-
if (element.
|
|
6182
|
+
if (element.b6p(action)) {
|
|
6180
6183
|
destination.j(element);
|
|
6181
6184
|
}
|
|
6182
6185
|
}
|
|
@@ -6186,12 +6189,12 @@
|
|
|
6186
6189
|
while (_iterator__ex2g4s.m()) {
|
|
6187
6190
|
var element_0 = _iterator__ex2g4s.n();
|
|
6188
6191
|
var s = accumulator;
|
|
6189
|
-
accumulator = element_0.
|
|
6192
|
+
accumulator = element_0.r6q(s, action);
|
|
6190
6193
|
}
|
|
6191
6194
|
return accumulator;
|
|
6192
6195
|
};
|
|
6193
|
-
protoOf(combineReducers$1).
|
|
6194
|
-
return this.
|
|
6196
|
+
protoOf(combineReducers$1).r6q = function (state, action) {
|
|
6197
|
+
return this.b6s((state == null ? true : !(state == null)) ? state : THROW_CCE(), action);
|
|
6195
6198
|
};
|
|
6196
6199
|
function Store() {
|
|
6197
6200
|
}
|
|
@@ -6203,13 +6206,13 @@
|
|
|
6203
6206
|
return new windowedByInterval$$inlined$filter$1(this_0);
|
|
6204
6207
|
}
|
|
6205
6208
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_0(function_0) {
|
|
6206
|
-
this.
|
|
6209
|
+
this.c6s_1 = function_0;
|
|
6207
6210
|
}
|
|
6208
6211
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).i24 = function (value, $completion) {
|
|
6209
|
-
return this.
|
|
6212
|
+
return this.c6s_1(value, $completion);
|
|
6210
6213
|
};
|
|
6211
6214
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).b3 = function () {
|
|
6212
|
-
return this.
|
|
6215
|
+
return this.c6s_1;
|
|
6213
6216
|
};
|
|
6214
6217
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_0).equals = function (other) {
|
|
6215
6218
|
var tmp;
|
|
@@ -6230,9 +6233,9 @@
|
|
|
6230
6233
|
return hashCode(this.b3());
|
|
6231
6234
|
};
|
|
6232
6235
|
function windowedByInterval$slambda$slambda($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
6233
|
-
this.
|
|
6234
|
-
this.
|
|
6235
|
-
this.
|
|
6236
|
+
this.l6s_1 = $intervalMillis;
|
|
6237
|
+
this.m6s_1 = $this_channelFlow;
|
|
6238
|
+
this.n6s_1 = $events;
|
|
6236
6239
|
CoroutineImpl.call(this, resultContinuation);
|
|
6237
6240
|
}
|
|
6238
6241
|
protoOf(windowedByInterval$slambda$slambda).j29 = function ($this$launch, $completion) {
|
|
@@ -6255,13 +6258,13 @@
|
|
|
6255
6258
|
this.s8_1 = 1;
|
|
6256
6259
|
continue $sm;
|
|
6257
6260
|
case 1:
|
|
6258
|
-
if (!get_isActive(this.
|
|
6261
|
+
if (!get_isActive(this.o6s_1)) {
|
|
6259
6262
|
this.s8_1 = 4;
|
|
6260
6263
|
continue $sm;
|
|
6261
6264
|
}
|
|
6262
6265
|
|
|
6263
6266
|
this.s8_1 = 2;
|
|
6264
|
-
suspendResult = delay(this.
|
|
6267
|
+
suspendResult = delay(this.l6s_1, this);
|
|
6265
6268
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6266
6269
|
return suspendResult;
|
|
6267
6270
|
}
|
|
@@ -6269,14 +6272,14 @@
|
|
|
6269
6272
|
continue $sm;
|
|
6270
6273
|
case 2:
|
|
6271
6274
|
this.s8_1 = 3;
|
|
6272
|
-
suspendResult = this.
|
|
6275
|
+
suspendResult = this.m6s_1.n21(toList(this.n6s_1), this);
|
|
6273
6276
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6274
6277
|
return suspendResult;
|
|
6275
6278
|
}
|
|
6276
6279
|
|
|
6277
6280
|
continue $sm;
|
|
6278
6281
|
case 3:
|
|
6279
|
-
this.
|
|
6282
|
+
this.n6s_1.i2();
|
|
6280
6283
|
this.s8_1 = 1;
|
|
6281
6284
|
continue $sm;
|
|
6282
6285
|
case 4:
|
|
@@ -6296,8 +6299,8 @@
|
|
|
6296
6299
|
while (true);
|
|
6297
6300
|
};
|
|
6298
6301
|
protoOf(windowedByInterval$slambda$slambda).k29 = function ($this$launch, completion) {
|
|
6299
|
-
var i = new windowedByInterval$slambda$slambda(this.
|
|
6300
|
-
i.
|
|
6302
|
+
var i = new windowedByInterval$slambda$slambda(this.l6s_1, this.m6s_1, this.n6s_1, completion);
|
|
6303
|
+
i.o6s_1 = $this$launch;
|
|
6301
6304
|
return i;
|
|
6302
6305
|
};
|
|
6303
6306
|
function windowedByInterval$slambda$slambda_0($intervalMillis, $this_channelFlow, $events, resultContinuation) {
|
|
@@ -6309,7 +6312,7 @@
|
|
|
6309
6312
|
return l;
|
|
6310
6313
|
}
|
|
6311
6314
|
function windowedByInterval$slambda$slambda_1($events, resultContinuation) {
|
|
6312
|
-
this.
|
|
6315
|
+
this.x6s_1 = $events;
|
|
6313
6316
|
CoroutineImpl.call(this, resultContinuation);
|
|
6314
6317
|
}
|
|
6315
6318
|
protoOf(windowedByInterval$slambda$slambda_1).c2b = function (event, $completion) {
|
|
@@ -6328,7 +6331,7 @@
|
|
|
6328
6331
|
var tmp = this.s8_1;
|
|
6329
6332
|
if (tmp === 0) {
|
|
6330
6333
|
this.t8_1 = 1;
|
|
6331
|
-
this.
|
|
6334
|
+
this.x6s_1.j(this.y6s_1);
|
|
6332
6335
|
return Unit_instance;
|
|
6333
6336
|
} else if (tmp === 1) {
|
|
6334
6337
|
throw this.v8_1;
|
|
@@ -6340,8 +6343,8 @@
|
|
|
6340
6343
|
while (true);
|
|
6341
6344
|
};
|
|
6342
6345
|
protoOf(windowedByInterval$slambda$slambda_1).d2b = function (event, completion) {
|
|
6343
|
-
var i = new windowedByInterval$slambda$slambda_1(this.
|
|
6344
|
-
i.
|
|
6346
|
+
var i = new windowedByInterval$slambda$slambda_1(this.x6s_1, completion);
|
|
6347
|
+
i.y6s_1 = event;
|
|
6345
6348
|
return i;
|
|
6346
6349
|
};
|
|
6347
6350
|
function windowedByInterval$slambda$slambda_2($events, resultContinuation) {
|
|
@@ -6353,18 +6356,18 @@
|
|
|
6353
6356
|
return l;
|
|
6354
6357
|
}
|
|
6355
6358
|
function windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6356
|
-
this.
|
|
6357
|
-
this.
|
|
6359
|
+
this.h6t_1 = $this_windowedByInterval;
|
|
6360
|
+
this.i6t_1 = $intervalMillis;
|
|
6358
6361
|
CoroutineImpl.call(this, resultContinuation);
|
|
6359
6362
|
}
|
|
6360
|
-
protoOf(windowedByInterval$slambda).
|
|
6361
|
-
var tmp = this.
|
|
6363
|
+
protoOf(windowedByInterval$slambda).l6t = function ($this$channelFlow, $completion) {
|
|
6364
|
+
var tmp = this.m6t($this$channelFlow, $completion);
|
|
6362
6365
|
tmp.u8_1 = Unit_instance;
|
|
6363
6366
|
tmp.v8_1 = null;
|
|
6364
6367
|
return tmp.a9();
|
|
6365
6368
|
};
|
|
6366
6369
|
protoOf(windowedByInterval$slambda).i9 = function (p1, $completion) {
|
|
6367
|
-
return this.
|
|
6370
|
+
return this.l6t((!(p1 == null) ? isInterface(p1, ProducerScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
6368
6371
|
};
|
|
6369
6372
|
protoOf(windowedByInterval$slambda).a9 = function () {
|
|
6370
6373
|
var suspendResult = this.u8_1;
|
|
@@ -6375,11 +6378,11 @@
|
|
|
6375
6378
|
case 0:
|
|
6376
6379
|
this.t8_1 = 3;
|
|
6377
6380
|
var tmp_0 = this;
|
|
6378
|
-
tmp_0.
|
|
6379
|
-
launch(this.
|
|
6381
|
+
tmp_0.k6t_1 = ArrayList_init_$Create$();
|
|
6382
|
+
launch(this.j6t_1, VOID, VOID, windowedByInterval$slambda$slambda_0(this.i6t_1, this.j6t_1, this.k6t_1, null));
|
|
6380
6383
|
this.s8_1 = 1;
|
|
6381
|
-
var tmp_1 = windowedByInterval$slambda$slambda_2(this.
|
|
6382
|
-
suspendResult = this.
|
|
6384
|
+
var tmp_1 = windowedByInterval$slambda$slambda_2(this.k6t_1, null);
|
|
6385
|
+
suspendResult = this.h6t_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_1), this);
|
|
6383
6386
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6384
6387
|
return suspendResult;
|
|
6385
6388
|
}
|
|
@@ -6387,7 +6390,7 @@
|
|
|
6387
6390
|
continue $sm;
|
|
6388
6391
|
case 1:
|
|
6389
6392
|
this.s8_1 = 2;
|
|
6390
|
-
suspendResult = this.
|
|
6393
|
+
suspendResult = this.j6t_1.n21(toList(this.k6t_1), this);
|
|
6391
6394
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6392
6395
|
return suspendResult;
|
|
6393
6396
|
}
|
|
@@ -6409,21 +6412,21 @@
|
|
|
6409
6412
|
}
|
|
6410
6413
|
while (true);
|
|
6411
6414
|
};
|
|
6412
|
-
protoOf(windowedByInterval$slambda).
|
|
6413
|
-
var i = new windowedByInterval$slambda(this.
|
|
6414
|
-
i.
|
|
6415
|
+
protoOf(windowedByInterval$slambda).m6t = function ($this$channelFlow, completion) {
|
|
6416
|
+
var i = new windowedByInterval$slambda(this.h6t_1, this.i6t_1, completion);
|
|
6417
|
+
i.j6t_1 = $this$channelFlow;
|
|
6415
6418
|
return i;
|
|
6416
6419
|
};
|
|
6417
6420
|
function windowedByInterval$slambda_0($this_windowedByInterval, $intervalMillis, resultContinuation) {
|
|
6418
6421
|
var i = new windowedByInterval$slambda($this_windowedByInterval, $intervalMillis, resultContinuation);
|
|
6419
6422
|
var l = function ($this$channelFlow, $completion) {
|
|
6420
|
-
return i.
|
|
6423
|
+
return i.l6t($this$channelFlow, $completion);
|
|
6421
6424
|
};
|
|
6422
6425
|
l.$arity = 1;
|
|
6423
6426
|
return l;
|
|
6424
6427
|
}
|
|
6425
6428
|
function windowedByInterval$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
6426
|
-
this.
|
|
6429
|
+
this.v6t_1 = $$this$unsafeFlow;
|
|
6427
6430
|
CoroutineImpl.call(this, resultContinuation);
|
|
6428
6431
|
}
|
|
6429
6432
|
protoOf(windowedByInterval$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -6444,14 +6447,14 @@
|
|
|
6444
6447
|
case 0:
|
|
6445
6448
|
this.t8_1 = 5;
|
|
6446
6449
|
var tmp_0 = this;
|
|
6447
|
-
tmp_0.
|
|
6450
|
+
tmp_0.y6t_1 = this.v6t_1;
|
|
6448
6451
|
var tmp_1 = this;
|
|
6449
|
-
tmp_1.
|
|
6452
|
+
tmp_1.x6t_1 = this.w6t_1;
|
|
6450
6453
|
this.s8_1 = 1;
|
|
6451
6454
|
continue $sm;
|
|
6452
6455
|
case 1:
|
|
6453
|
-
var $this$transform = this.
|
|
6454
|
-
var value = this.
|
|
6456
|
+
var $this$transform = this.y6t_1;
|
|
6457
|
+
var value = this.x6t_1;
|
|
6455
6458
|
if (!value.q()) {
|
|
6456
6459
|
this.s8_1 = 3;
|
|
6457
6460
|
suspendResult = $this$transform.i24(value, this);
|
|
@@ -6492,8 +6495,8 @@
|
|
|
6492
6495
|
while (true);
|
|
6493
6496
|
};
|
|
6494
6497
|
protoOf(windowedByInterval$o$collect$slambda).d2j = function (value, completion) {
|
|
6495
|
-
var i = new windowedByInterval$o$collect$slambda(this.
|
|
6496
|
-
i.
|
|
6498
|
+
var i = new windowedByInterval$o$collect$slambda(this.v6t_1, completion);
|
|
6499
|
+
i.w6t_1 = value;
|
|
6497
6500
|
return i;
|
|
6498
6501
|
};
|
|
6499
6502
|
function windowedByInterval$o$collect$slambda_0($$this$unsafeFlow, resultContinuation) {
|
|
@@ -6506,8 +6509,8 @@
|
|
|
6506
6509
|
}
|
|
6507
6510
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
6508
6511
|
CoroutineImpl.call(this, resultContinuation);
|
|
6509
|
-
this.
|
|
6510
|
-
this.
|
|
6512
|
+
this.h6u_1 = _this__u8e3s4;
|
|
6513
|
+
this.i6u_1 = collector;
|
|
6511
6514
|
}
|
|
6512
6515
|
protoOf($collectCOROUTINE$_0).a9 = function () {
|
|
6513
6516
|
var suspendResult = this.u8_1;
|
|
@@ -6517,10 +6520,10 @@
|
|
|
6517
6520
|
switch (tmp) {
|
|
6518
6521
|
case 0:
|
|
6519
6522
|
this.t8_1 = 2;
|
|
6520
|
-
var $this$unsafeFlow = this.
|
|
6523
|
+
var $this$unsafeFlow = this.i6u_1;
|
|
6521
6524
|
this.s8_1 = 1;
|
|
6522
6525
|
var tmp_0 = windowedByInterval$o$collect$slambda_0($this$unsafeFlow, null);
|
|
6523
|
-
suspendResult = this.
|
|
6526
|
+
suspendResult = this.h6u_1.j6u_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_0(tmp_0), this);
|
|
6524
6527
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
6525
6528
|
return suspendResult;
|
|
6526
6529
|
}
|
|
@@ -6543,7 +6546,7 @@
|
|
|
6543
6546
|
while (true);
|
|
6544
6547
|
};
|
|
6545
6548
|
function windowedByInterval$$inlined$filter$1($this) {
|
|
6546
|
-
this.
|
|
6549
|
+
this.j6u_1 = $this;
|
|
6547
6550
|
}
|
|
6548
6551
|
protoOf(windowedByInterval$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
6549
6552
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
@@ -6845,18 +6848,18 @@
|
|
|
6845
6848
|
return tmp0_elvis_lhs == null ? _this__u8e3s4 : tmp0_elvis_lhs;
|
|
6846
6849
|
}
|
|
6847
6850
|
function ClientLoggerKey(gameId, playerId) {
|
|
6848
|
-
this.
|
|
6849
|
-
this.
|
|
6851
|
+
this.k6u_1 = gameId;
|
|
6852
|
+
this.l6u_1 = playerId;
|
|
6850
6853
|
}
|
|
6851
|
-
protoOf(ClientLoggerKey).
|
|
6852
|
-
return joinToString(listOf([this.
|
|
6854
|
+
protoOf(ClientLoggerKey).m6u = function () {
|
|
6855
|
+
return joinToString(listOf([this.k6u_1, this.l6u_1]), '_');
|
|
6853
6856
|
};
|
|
6854
6857
|
protoOf(ClientLoggerKey).toString = function () {
|
|
6855
|
-
return 'ClientLoggerKey(gameId=' + this.
|
|
6858
|
+
return 'ClientLoggerKey(gameId=' + this.k6u_1 + ', playerId=' + this.l6u_1 + ')';
|
|
6856
6859
|
};
|
|
6857
6860
|
protoOf(ClientLoggerKey).hashCode = function () {
|
|
6858
|
-
var result = getStringHashCode(this.
|
|
6859
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
6861
|
+
var result = getStringHashCode(this.k6u_1);
|
|
6862
|
+
result = imul(result, 31) + getStringHashCode(this.l6u_1) | 0;
|
|
6860
6863
|
return result;
|
|
6861
6864
|
};
|
|
6862
6865
|
protoOf(ClientLoggerKey).equals = function (other) {
|
|
@@ -6864,35 +6867,35 @@
|
|
|
6864
6867
|
return true;
|
|
6865
6868
|
if (!(other instanceof ClientLoggerKey))
|
|
6866
6869
|
return false;
|
|
6867
|
-
if (!(this.
|
|
6870
|
+
if (!(this.k6u_1 === other.k6u_1))
|
|
6868
6871
|
return false;
|
|
6869
|
-
if (!(this.
|
|
6872
|
+
if (!(this.l6u_1 === other.l6u_1))
|
|
6870
6873
|
return false;
|
|
6871
6874
|
return true;
|
|
6872
6875
|
};
|
|
6873
6876
|
function ServerLoggerKey(gameId) {
|
|
6874
|
-
this.
|
|
6877
|
+
this.n6u_1 = gameId;
|
|
6875
6878
|
}
|
|
6876
|
-
protoOf(ServerLoggerKey).
|
|
6877
|
-
return this.
|
|
6879
|
+
protoOf(ServerLoggerKey).m6u = function () {
|
|
6880
|
+
return this.n6u_1;
|
|
6878
6881
|
};
|
|
6879
6882
|
protoOf(ServerLoggerKey).toString = function () {
|
|
6880
|
-
return 'ServerLoggerKey(gameId=' + this.
|
|
6883
|
+
return 'ServerLoggerKey(gameId=' + this.n6u_1 + ')';
|
|
6881
6884
|
};
|
|
6882
6885
|
protoOf(ServerLoggerKey).hashCode = function () {
|
|
6883
|
-
return getStringHashCode(this.
|
|
6886
|
+
return getStringHashCode(this.n6u_1);
|
|
6884
6887
|
};
|
|
6885
6888
|
protoOf(ServerLoggerKey).equals = function (other) {
|
|
6886
6889
|
if (this === other)
|
|
6887
6890
|
return true;
|
|
6888
6891
|
if (!(other instanceof ServerLoggerKey))
|
|
6889
6892
|
return false;
|
|
6890
|
-
if (!(this.
|
|
6893
|
+
if (!(this.n6u_1 === other.n6u_1))
|
|
6891
6894
|
return false;
|
|
6892
6895
|
return true;
|
|
6893
6896
|
};
|
|
6894
6897
|
function _get_$cachedSerializer__te6jhj_8($this) {
|
|
6895
|
-
return $this.
|
|
6898
|
+
return $this.o6u_1.x();
|
|
6896
6899
|
}
|
|
6897
6900
|
function LogType$Companion$_anonymous__d4fjnz() {
|
|
6898
6901
|
return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_4());
|
|
@@ -6932,7 +6935,7 @@
|
|
|
6932
6935
|
Companion_instance_25 = this;
|
|
6933
6936
|
var tmp = this;
|
|
6934
6937
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
6935
|
-
tmp.
|
|
6938
|
+
tmp.o6u_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
|
|
6936
6939
|
}
|
|
6937
6940
|
protoOf(Companion_23).q4t = function () {
|
|
6938
6941
|
return _get_$cachedSerializer__te6jhj_8(this);
|
|
@@ -6995,7 +6998,7 @@
|
|
|
6995
6998
|
// Inline function 'kotlin.arrayOf' call
|
|
6996
6999
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6997
7000
|
// Inline function 'kotlin.js.asDynamic' call
|
|
6998
|
-
tmp.
|
|
7001
|
+
tmp.u6u_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
|
|
6999
7002
|
}
|
|
7000
7003
|
protoOf(Companion_24).q4t = function () {
|
|
7001
7004
|
return $serializer_getInstance_12();
|
|
@@ -7014,12 +7017,12 @@
|
|
|
7014
7017
|
tmp0_serialDesc.gz('tag', false);
|
|
7015
7018
|
tmp0_serialDesc.gz('message', false);
|
|
7016
7019
|
tmp0_serialDesc.gz('stackTrace', false);
|
|
7017
|
-
this.
|
|
7020
|
+
this.v6u_1 = tmp0_serialDesc;
|
|
7018
7021
|
}
|
|
7019
|
-
protoOf($serializer_12).
|
|
7020
|
-
var tmp0_desc = this.
|
|
7022
|
+
protoOf($serializer_12).w6u = function (encoder, value) {
|
|
7023
|
+
var tmp0_desc = this.v6u_1;
|
|
7021
7024
|
var tmp1_output = encoder.or(tmp0_desc);
|
|
7022
|
-
var tmp2_cached = Companion_getInstance_27().
|
|
7025
|
+
var tmp2_cached = Companion_getInstance_27().u6u_1;
|
|
7023
7026
|
tmp1_output.ft(tmp0_desc, 0, tmp2_cached[0].x(), value.type);
|
|
7024
7027
|
tmp1_output.ht(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
|
|
7025
7028
|
tmp1_output.ht(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
|
|
@@ -7028,10 +7031,10 @@
|
|
|
7028
7031
|
tmp1_output.pr(tmp0_desc);
|
|
7029
7032
|
};
|
|
7030
7033
|
protoOf($serializer_12).co = function (encoder, value) {
|
|
7031
|
-
return this.
|
|
7034
|
+
return this.w6u(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
|
|
7032
7035
|
};
|
|
7033
7036
|
protoOf($serializer_12).do = function (decoder) {
|
|
7034
|
-
var tmp0_desc = this.
|
|
7037
|
+
var tmp0_desc = this.v6u_1;
|
|
7035
7038
|
var tmp1_flag = true;
|
|
7036
7039
|
var tmp2_index = 0;
|
|
7037
7040
|
var tmp3_bitMask0 = 0;
|
|
@@ -7041,7 +7044,7 @@
|
|
|
7041
7044
|
var tmp7_local3 = null;
|
|
7042
7045
|
var tmp8_local4 = null;
|
|
7043
7046
|
var tmp9_input = decoder.or(tmp0_desc);
|
|
7044
|
-
var tmp10_cached = Companion_getInstance_27().
|
|
7047
|
+
var tmp10_cached = Companion_getInstance_27().u6u_1;
|
|
7045
7048
|
if (tmp9_input.es()) {
|
|
7046
7049
|
tmp4_local0 = tmp9_input.as(tmp0_desc, 0, tmp10_cached[0].x(), tmp4_local0);
|
|
7047
7050
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -7088,13 +7091,13 @@
|
|
|
7088
7091
|
return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
7089
7092
|
};
|
|
7090
7093
|
protoOf($serializer_12).bo = function () {
|
|
7091
|
-
return this.
|
|
7094
|
+
return this.v6u_1;
|
|
7092
7095
|
};
|
|
7093
7096
|
protoOf($serializer_12).vz = function () {
|
|
7094
7097
|
// Inline function 'kotlin.arrayOf' call
|
|
7095
7098
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
7096
7099
|
// Inline function 'kotlin.js.asDynamic' call
|
|
7097
|
-
return [Companion_getInstance_27().
|
|
7100
|
+
return [Companion_getInstance_27().u6u_1[0].x(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
|
|
7098
7101
|
};
|
|
7099
7102
|
var $serializer_instance_12;
|
|
7100
7103
|
function $serializer_getInstance_12() {
|
|
@@ -7104,7 +7107,7 @@
|
|
|
7104
7107
|
}
|
|
7105
7108
|
function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
|
|
7106
7109
|
if (!(31 === (31 & seen0))) {
|
|
7107
|
-
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().
|
|
7110
|
+
throwMissingFieldException(seen0, 31, $serializer_getInstance_12().v6u_1);
|
|
7108
7111
|
}
|
|
7109
7112
|
$this.type = type;
|
|
7110
7113
|
$this.key = key;
|
|
@@ -7136,7 +7139,7 @@
|
|
|
7136
7139
|
protoOf(LoggerOutputDataDto).e = function () {
|
|
7137
7140
|
return this.message;
|
|
7138
7141
|
};
|
|
7139
|
-
protoOf(LoggerOutputDataDto).
|
|
7142
|
+
protoOf(LoggerOutputDataDto).x6u = function () {
|
|
7140
7143
|
return this.stackTrace;
|
|
7141
7144
|
};
|
|
7142
7145
|
protoOf(LoggerOutputDataDto).toMessageLog = function () {
|
|
@@ -7193,7 +7196,7 @@
|
|
|
7193
7196
|
protoOf(LoggerOutputDataDto).b6f = function () {
|
|
7194
7197
|
return this.stackTrace;
|
|
7195
7198
|
};
|
|
7196
|
-
protoOf(LoggerOutputDataDto).
|
|
7199
|
+
protoOf(LoggerOutputDataDto).y6u = function (type, key, tag, message, stackTrace) {
|
|
7197
7200
|
return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
|
|
7198
7201
|
};
|
|
7199
7202
|
protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
|
|
@@ -7202,7 +7205,7 @@
|
|
|
7202
7205
|
tag = tag === VOID ? this.tag : tag;
|
|
7203
7206
|
message = message === VOID ? this.message : message;
|
|
7204
7207
|
stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
|
|
7205
|
-
return $super === VOID ? this.
|
|
7208
|
+
return $super === VOID ? this.y6u(type, key, tag, message, stackTrace) : $super.y6u.call(this, type, key, tag, message, stackTrace);
|
|
7206
7209
|
};
|
|
7207
7210
|
protoOf(LoggerOutputDataDto).toString = function () {
|
|
7208
7211
|
return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';
|
|
@@ -7233,8 +7236,8 @@
|
|
|
7233
7236
|
return true;
|
|
7234
7237
|
};
|
|
7235
7238
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda($$this$unsafeFlow, $types, resultContinuation) {
|
|
7236
|
-
this.
|
|
7237
|
-
this.
|
|
7239
|
+
this.h6v_1 = $$this$unsafeFlow;
|
|
7240
|
+
this.i6v_1 = $types;
|
|
7238
7241
|
CoroutineImpl.call(this, resultContinuation);
|
|
7239
7242
|
}
|
|
7240
7243
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).c2j = function (value, $completion) {
|
|
@@ -7255,15 +7258,15 @@
|
|
|
7255
7258
|
case 0:
|
|
7256
7259
|
this.t8_1 = 5;
|
|
7257
7260
|
var tmp_0 = this;
|
|
7258
|
-
tmp_0.
|
|
7261
|
+
tmp_0.l6v_1 = this.h6v_1;
|
|
7259
7262
|
var tmp_1 = this;
|
|
7260
|
-
tmp_1.
|
|
7263
|
+
tmp_1.k6v_1 = this.j6v_1;
|
|
7261
7264
|
this.s8_1 = 1;
|
|
7262
7265
|
continue $sm;
|
|
7263
7266
|
case 1:
|
|
7264
|
-
var $this$transform = this.
|
|
7265
|
-
var value = this.
|
|
7266
|
-
if (contains_0(this.
|
|
7267
|
+
var $this$transform = this.l6v_1;
|
|
7268
|
+
var value = this.k6v_1;
|
|
7269
|
+
if (contains_0(this.i6v_1, value.type)) {
|
|
7267
7270
|
this.s8_1 = 3;
|
|
7268
7271
|
suspendResult = $this$transform.i24(value, this);
|
|
7269
7272
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -7303,8 +7306,8 @@
|
|
|
7303
7306
|
while (true);
|
|
7304
7307
|
};
|
|
7305
7308
|
protoOf(ObservableLoggerOutputImpl$observe$o$collect$slambda).d2j = function (value, completion) {
|
|
7306
|
-
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.
|
|
7307
|
-
i.
|
|
7309
|
+
var i = new ObservableLoggerOutputImpl$observe$o$collect$slambda(this.h6v_1, this.i6v_1, completion);
|
|
7310
|
+
i.j6v_1 = value;
|
|
7308
7311
|
return i;
|
|
7309
7312
|
};
|
|
7310
7313
|
function ObservableLoggerOutputImpl$observe$o$collect$slambda_0($$this$unsafeFlow, $types, resultContinuation) {
|
|
@@ -7317,8 +7320,8 @@
|
|
|
7317
7320
|
}
|
|
7318
7321
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
7319
7322
|
CoroutineImpl.call(this, resultContinuation);
|
|
7320
|
-
this.
|
|
7321
|
-
this.
|
|
7323
|
+
this.u6v_1 = _this__u8e3s4;
|
|
7324
|
+
this.v6v_1 = collector;
|
|
7322
7325
|
}
|
|
7323
7326
|
protoOf($collectCOROUTINE$_1).a9 = function () {
|
|
7324
7327
|
var suspendResult = this.u8_1;
|
|
@@ -7328,10 +7331,10 @@
|
|
|
7328
7331
|
switch (tmp) {
|
|
7329
7332
|
case 0:
|
|
7330
7333
|
this.t8_1 = 2;
|
|
7331
|
-
var $this$unsafeFlow = this.
|
|
7334
|
+
var $this$unsafeFlow = this.v6v_1;
|
|
7332
7335
|
this.s8_1 = 1;
|
|
7333
|
-
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.
|
|
7334
|
-
suspendResult = this.
|
|
7336
|
+
var tmp_0 = ObservableLoggerOutputImpl$observe$o$collect$slambda_0($this$unsafeFlow, this.u6v_1.x6v_1, null);
|
|
7337
|
+
suspendResult = this.u6v_1.w6v_1.f23(new sam$kotlinx_coroutines_flow_FlowCollector$0_1(tmp_0), this);
|
|
7335
7338
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
7336
7339
|
return suspendResult;
|
|
7337
7340
|
}
|
|
@@ -7354,20 +7357,20 @@
|
|
|
7354
7357
|
while (true);
|
|
7355
7358
|
};
|
|
7356
7359
|
function Companion_25() {
|
|
7357
|
-
this.
|
|
7360
|
+
this.y6v_1 = 1000;
|
|
7358
7361
|
}
|
|
7359
7362
|
var Companion_instance_27;
|
|
7360
7363
|
function Companion_getInstance_28() {
|
|
7361
7364
|
return Companion_instance_27;
|
|
7362
7365
|
}
|
|
7363
7366
|
function sam$kotlinx_coroutines_flow_FlowCollector$0_1(function_0) {
|
|
7364
|
-
this.
|
|
7367
|
+
this.z6v_1 = function_0;
|
|
7365
7368
|
}
|
|
7366
7369
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).i24 = function (value, $completion) {
|
|
7367
|
-
return this.
|
|
7370
|
+
return this.z6v_1(value, $completion);
|
|
7368
7371
|
};
|
|
7369
7372
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).b3 = function () {
|
|
7370
|
-
return this.
|
|
7373
|
+
return this.z6v_1;
|
|
7371
7374
|
};
|
|
7372
7375
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0_1).equals = function (other) {
|
|
7373
7376
|
var tmp;
|
|
@@ -7391,8 +7394,8 @@
|
|
|
7391
7394
|
return null;
|
|
7392
7395
|
}
|
|
7393
7396
|
function ObservableLoggerOutputImpl$observe$$inlined$filter$1($this, $types) {
|
|
7394
|
-
this.
|
|
7395
|
-
this.
|
|
7397
|
+
this.w6v_1 = $this;
|
|
7398
|
+
this.x6v_1 = $types;
|
|
7396
7399
|
}
|
|
7397
7400
|
protoOf(ObservableLoggerOutputImpl$observe$$inlined$filter$1).j24 = function (collector, $completion) {
|
|
7398
7401
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
@@ -7412,42 +7415,42 @@
|
|
|
7412
7415
|
}
|
|
7413
7416
|
payloadToKeyMapper = tmp;
|
|
7414
7417
|
enabled = enabled === VOID ? true : enabled;
|
|
7415
|
-
this.
|
|
7416
|
-
this.
|
|
7417
|
-
this.
|
|
7418
|
+
this.a6w_1 = payloadToKeyMapper;
|
|
7419
|
+
this.b6w_1 = enabled;
|
|
7420
|
+
this.c6w_1 = MutableSharedFlow(VOID, 20, BufferOverflow_DROP_OLDEST_getInstance());
|
|
7418
7421
|
}
|
|
7419
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7420
|
-
this.
|
|
7422
|
+
protoOf(ObservableLoggerOutputImpl).r6u = function (_set____db54di) {
|
|
7423
|
+
this.a6w_1 = _set____db54di;
|
|
7421
7424
|
};
|
|
7422
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7423
|
-
return this.
|
|
7425
|
+
protoOf(ObservableLoggerOutputImpl).s6u = function () {
|
|
7426
|
+
return this.a6w_1;
|
|
7424
7427
|
};
|
|
7425
7428
|
protoOf(ObservableLoggerOutputImpl).s52 = function (_set____db54di) {
|
|
7426
|
-
this.
|
|
7429
|
+
this.b6w_1 = _set____db54di;
|
|
7427
7430
|
};
|
|
7428
7431
|
protoOf(ObservableLoggerOutputImpl).t52 = function () {
|
|
7429
|
-
return this.
|
|
7432
|
+
return this.b6w_1;
|
|
7430
7433
|
};
|
|
7431
|
-
protoOf(ObservableLoggerOutputImpl).
|
|
7434
|
+
protoOf(ObservableLoggerOutputImpl).t6u = function (types) {
|
|
7432
7435
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
7433
7436
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7434
|
-
var this_0 = this.
|
|
7437
|
+
var this_0 = this.c6w_1;
|
|
7435
7438
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7436
7439
|
return new ObservableLoggerOutputImpl$observe$$inlined$filter$1(this_0, types);
|
|
7437
7440
|
};
|
|
7438
7441
|
protoOf(ObservableLoggerOutputImpl).n52 = function (tag, message, payload) {
|
|
7439
|
-
if (!this.
|
|
7442
|
+
if (!this.b6w_1)
|
|
7440
7443
|
return Unit_instance;
|
|
7441
7444
|
var tmp = LogType_DEBUG_getInstance();
|
|
7442
|
-
var tmp0_safe_receiver = this.
|
|
7443
|
-
this.
|
|
7445
|
+
var tmp0_safe_receiver = this.a6w_1(payload);
|
|
7446
|
+
this.c6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m6u(), tag, message, null));
|
|
7444
7447
|
};
|
|
7445
7448
|
protoOf(ObservableLoggerOutputImpl).o52 = function (tag, message, exception, payload) {
|
|
7446
|
-
if (!this.
|
|
7449
|
+
if (!this.b6w_1)
|
|
7447
7450
|
return Unit_instance;
|
|
7448
7451
|
var tmp = LogType_ERROR_getInstance();
|
|
7449
|
-
var tmp0_safe_receiver = this.
|
|
7450
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7452
|
+
var tmp0_safe_receiver = this.a6w_1(payload);
|
|
7453
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m6u();
|
|
7451
7454
|
var tmp_1;
|
|
7452
7455
|
if (message == null) {
|
|
7453
7456
|
tmp_1 = exception == null ? null : exception.message;
|
|
@@ -7456,43 +7459,43 @@
|
|
|
7456
7459
|
}
|
|
7457
7460
|
var tmp_2 = tmp_1;
|
|
7458
7461
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7459
|
-
this.
|
|
7462
|
+
this.c6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_2, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7460
7463
|
};
|
|
7461
7464
|
protoOf(ObservableLoggerOutputImpl).r52 = function (tag, message, payload) {
|
|
7462
7465
|
var tmp = LogType_INFO_getInstance();
|
|
7463
|
-
var tmp0_safe_receiver = this.
|
|
7464
|
-
this.
|
|
7466
|
+
var tmp0_safe_receiver = this.a6w_1(payload);
|
|
7467
|
+
this.c6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m6u(), tag, message, null));
|
|
7465
7468
|
};
|
|
7466
7469
|
protoOf(ObservableLoggerOutputImpl).q52 = function (tag, message, exception, payload) {
|
|
7467
7470
|
var tmp = LogType_VERBOSE_getInstance();
|
|
7468
|
-
var tmp0_safe_receiver = this.
|
|
7469
|
-
this.
|
|
7471
|
+
var tmp0_safe_receiver = this.a6w_1(payload);
|
|
7472
|
+
this.c6w_1.q27(new LoggerOutputDataDto(tmp, tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m6u(), tag, message, null));
|
|
7470
7473
|
};
|
|
7471
7474
|
protoOf(ObservableLoggerOutputImpl).p52 = function (tag, message, exception, payload) {
|
|
7472
|
-
if (!this.
|
|
7475
|
+
if (!this.b6w_1)
|
|
7473
7476
|
return Unit_instance;
|
|
7474
7477
|
var tmp = LogType_WARN_getInstance();
|
|
7475
|
-
var tmp0_safe_receiver = this.
|
|
7476
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7478
|
+
var tmp0_safe_receiver = this.a6w_1(payload);
|
|
7479
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m6u();
|
|
7477
7480
|
var tmp2_elvis_lhs = exception == null ? null : exception.message;
|
|
7478
7481
|
var tmp_1 = '' + message + ' ' + (tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
7479
7482
|
var tmp4_safe_receiver = exception == null ? null : stackTraceToString(exception);
|
|
7480
|
-
this.
|
|
7483
|
+
this.c6w_1.q27(new LoggerOutputDataDto(tmp, tmp_0, tag, tmp_1, tmp4_safe_receiver == null ? null : take(tmp4_safe_receiver, 1000)));
|
|
7481
7484
|
};
|
|
7482
7485
|
function checkInitialised($this) {
|
|
7483
|
-
if ($this.
|
|
7486
|
+
if ($this.d6w_1.equals(AppEnvironmentValue_UNDEFINED_getInstance())) {
|
|
7484
7487
|
Logger_getInstance().p53(VOID, IllegalStateException_init_$Create$('AppEnvironment not initialised'));
|
|
7485
7488
|
}
|
|
7486
7489
|
}
|
|
7487
7490
|
function AppEnvironment() {
|
|
7488
7491
|
AppEnvironment_instance = this;
|
|
7489
|
-
this.
|
|
7492
|
+
this.d6w_1 = AppEnvironmentValue_UNDEFINED_getInstance();
|
|
7490
7493
|
}
|
|
7491
|
-
protoOf(AppEnvironment).
|
|
7492
|
-
this.
|
|
7494
|
+
protoOf(AppEnvironment).e6w = function (value) {
|
|
7495
|
+
this.d6w_1 = value;
|
|
7493
7496
|
};
|
|
7494
|
-
protoOf(AppEnvironment).
|
|
7495
|
-
var tmp = this.
|
|
7497
|
+
protoOf(AppEnvironment).f6w = function () {
|
|
7498
|
+
var tmp = this.d6w_1;
|
|
7496
7499
|
// Inline function 'kotlin.also' call
|
|
7497
7500
|
var this_0 = AppEnvironmentValue_PRODUCTION_getInstance();
|
|
7498
7501
|
checkInitialised(AppEnvironment_getInstance());
|
|
@@ -8004,53 +8007,53 @@
|
|
|
8004
8007
|
protoOf($serializer_9).wz = typeParametersSerializers;
|
|
8005
8008
|
protoOf($serializer_10).wz = typeParametersSerializers;
|
|
8006
8009
|
protoOf($serializer_11).wz = typeParametersSerializers;
|
|
8007
|
-
protoOf(AsyncProviderImpl).
|
|
8008
|
-
protoOf(AsyncProviderImpl).
|
|
8009
|
-
protoOf(AsyncProviderImpl).
|
|
8010
|
-
protoOf(AsyncProviderImpl).
|
|
8011
|
-
protoOf(TimerAction).
|
|
8010
|
+
protoOf(AsyncProviderImpl).i6l = launchMain$default;
|
|
8011
|
+
protoOf(AsyncProviderImpl).k6l = awaitDefaultWithLock$default;
|
|
8012
|
+
protoOf(AsyncProviderImpl).e6l = launchDefault$default;
|
|
8013
|
+
protoOf(AsyncProviderImpl).g6l = launchDefaultWithLock$default;
|
|
8014
|
+
protoOf(TimerAction).n6o = get_actionTag;
|
|
8012
8015
|
defineProp(protoOf(TimerAction), 'actionTag', function () {
|
|
8013
|
-
return this.
|
|
8016
|
+
return this.n6o();
|
|
8014
8017
|
});
|
|
8015
8018
|
defineProp(protoOf(StartTimerAction), 'actionTag', function () {
|
|
8016
|
-
return this.
|
|
8019
|
+
return this.n6o();
|
|
8017
8020
|
});
|
|
8018
8021
|
protoOf(StopTimerAction).ignoreValidation = ignoreValidation_0;
|
|
8019
8022
|
defineProp(protoOf(StopTimerAction), 'actionTag', function () {
|
|
8020
|
-
return this.
|
|
8023
|
+
return this.n6o();
|
|
8021
8024
|
});
|
|
8022
8025
|
defineProp(protoOf(TimerTickAction), 'actionTag', function () {
|
|
8023
|
-
return this.
|
|
8026
|
+
return this.n6o();
|
|
8024
8027
|
});
|
|
8025
8028
|
defineProp(protoOf(createStore$3), 'store', function () {
|
|
8026
|
-
return this.
|
|
8029
|
+
return this.v6r();
|
|
8027
8030
|
});
|
|
8028
8031
|
defineProp(protoOf(createStore$3), 'state', function () {
|
|
8029
8032
|
return this.h6f();
|
|
8030
8033
|
});
|
|
8031
8034
|
defineProp(protoOf(createStore$3), 'dispatch', function () {
|
|
8032
|
-
return this.
|
|
8035
|
+
return this.w6r();
|
|
8033
8036
|
}, function (value) {
|
|
8034
|
-
this.
|
|
8037
|
+
this.z6o(value);
|
|
8035
8038
|
});
|
|
8036
8039
|
defineProp(protoOf(createStore$3), 'replaceReducer', function () {
|
|
8037
|
-
return this.
|
|
8040
|
+
return this.x6r();
|
|
8038
8041
|
});
|
|
8039
8042
|
defineProp(protoOf(createStore$3), 'observe', function () {
|
|
8040
|
-
return this.
|
|
8043
|
+
return this.y6r();
|
|
8041
8044
|
});
|
|
8042
|
-
protoOf(ActionTypes).
|
|
8045
|
+
protoOf(ActionTypes).n6o = get_actionTag;
|
|
8043
8046
|
defineProp(protoOf(ActionTypes), 'actionTag', function () {
|
|
8044
|
-
return this.
|
|
8047
|
+
return this.n6o();
|
|
8045
8048
|
});
|
|
8046
8049
|
defineProp(protoOf(INIT), 'actionTag', function () {
|
|
8047
|
-
return this.
|
|
8050
|
+
return this.n6o();
|
|
8048
8051
|
});
|
|
8049
8052
|
defineProp(protoOf(REPLACE), 'actionTag', function () {
|
|
8050
|
-
return this.
|
|
8053
|
+
return this.n6o();
|
|
8051
8054
|
});
|
|
8052
|
-
protoOf(middleware$1).
|
|
8053
|
-
protoOf(combineReducers$1).
|
|
8055
|
+
protoOf(middleware$1).b6p = canHandle;
|
|
8056
|
+
protoOf(combineReducers$1).b6p = canHandle_0;
|
|
8054
8057
|
defineProp(protoOf(LogType), 'name', protoOf(LogType).r2);
|
|
8055
8058
|
defineProp(protoOf(LogType), 'ordinal', protoOf(LogType).s2);
|
|
8056
8059
|
protoOf($serializer_12).wz = typeParametersSerializers;
|
|
@@ -8061,9 +8064,9 @@
|
|
|
8061
8064
|
protoOf(ObservableLoggerOutputImpl).v = v;
|
|
8062
8065
|
protoOf(ObservableLoggerOutputImpl).w = w;
|
|
8063
8066
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'payloadToKeyMapper', function () {
|
|
8064
|
-
return this.
|
|
8067
|
+
return this.s6u();
|
|
8065
8068
|
}, function (value) {
|
|
8066
|
-
this.
|
|
8069
|
+
this.r6u(value);
|
|
8067
8070
|
});
|
|
8068
8071
|
defineProp(protoOf(ObservableLoggerOutputImpl), 'enabled', function () {
|
|
8069
8072
|
return this.t52();
|