game_client_logic_deb 1.3.73 → 1.3.76

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.
@@ -44,37 +44,37 @@
44
44
  //endregion
45
45
  function AbstractKClassTypeToken(type) {
46
46
  AbstractTypeToken.call(this);
47
- this.d2d_1 = type;
47
+ this.v2c_1 = type;
48
48
  }
49
- AbstractKClassTypeToken.prototype.e2d = function () {
50
- return this.f2d();
49
+ AbstractKClassTypeToken.prototype.w2c = function () {
50
+ return this.x2c();
51
51
  };
52
- AbstractKClassTypeToken.prototype.g2d = function () {
53
- return this.h2d();
52
+ AbstractKClassTypeToken.prototype.y2c = function () {
53
+ return this.z2c();
54
54
  };
55
- AbstractKClassTypeToken.prototype.i2d = function () {
55
+ AbstractKClassTypeToken.prototype.a2d = function () {
56
56
  return this;
57
57
  };
58
- AbstractKClassTypeToken.prototype.j2d = function () {
58
+ AbstractKClassTypeToken.prototype.b2d = function () {
59
59
  return true;
60
60
  };
61
- AbstractKClassTypeToken.prototype.k2d = function () {
61
+ AbstractKClassTypeToken.prototype.c2d = function () {
62
62
  return emptyList();
63
63
  };
64
- AbstractKClassTypeToken.prototype.l2d = function () {
64
+ AbstractKClassTypeToken.prototype.d2d = function () {
65
65
  var tmp$ret$0;
66
66
  // Inline function 'kotlin.emptyArray' call
67
67
  tmp$ret$0 = [];
68
68
  return tmp$ret$0;
69
69
  };
70
- AbstractKClassTypeToken.prototype.m2d = function (typeToken) {
70
+ AbstractKClassTypeToken.prototype.e2d = function (typeToken) {
71
71
  if (this.equals(typeToken))
72
72
  return true;
73
- if (this.d2d_1.equals(PrimitiveClasses_getInstance().yg()))
73
+ if (this.v2c_1.equals(PrimitiveClasses_getInstance().yg()))
74
74
  return true;
75
75
  return false;
76
76
  };
77
- AbstractKClassTypeToken.prototype.n2d = function (other) {
77
+ AbstractKClassTypeToken.prototype.f2d = function (other) {
78
78
  // Inline function 'kotlin.require' call
79
79
  // Inline function 'kotlin.contracts.contract' call
80
80
  // Inline function 'kotlin.require' call
@@ -86,12 +86,12 @@
86
86
  var message = tmp$ret$0;
87
87
  throw IllegalArgumentException_init_$Create$(toString(message));
88
88
  }
89
- if (!this.d2d_1.equals(other.d2d_1))
89
+ if (!this.v2c_1.equals(other.v2c_1))
90
90
  return false;
91
91
  return true;
92
92
  };
93
- AbstractKClassTypeToken.prototype.o2d = function () {
94
- return this.d2d_1.hashCode();
93
+ AbstractKClassTypeToken.prototype.g2d = function () {
94
+ return this.v2c_1.hashCode();
95
95
  };
96
96
  AbstractKClassTypeToken.$metadata$ = classMeta('AbstractKClassTypeToken', undefined, undefined, undefined, undefined, AbstractTypeToken.prototype);
97
97
  function Companion() {
@@ -100,15 +100,15 @@
100
100
  var tmp$ret$0;
101
101
  // Inline function 'org.kodein.type.erased' call
102
102
  tmp$ret$0 = erased(getKClass(Unit));
103
- tmp.p2d_1 = tmp$ret$0;
103
+ tmp.h2d_1 = tmp$ret$0;
104
104
  var tmp_0 = this;
105
105
  var tmp$ret$1;
106
106
  // Inline function 'org.kodein.type.erased' call
107
107
  tmp$ret$1 = erased(PrimitiveClasses_getInstance().yg());
108
- tmp_0.q2d_1 = tmp$ret$1;
108
+ tmp_0.i2d_1 = tmp$ret$1;
109
109
  }
110
- Companion.prototype.r2d = function () {
111
- return this.q2d_1;
110
+ Companion.prototype.j2d = function () {
111
+ return this.i2d_1;
112
112
  };
113
113
  Companion.$metadata$ = objectMeta('Companion');
114
114
  var Companion_instance;
@@ -126,15 +126,15 @@
126
126
  var tmp$ret$0;
127
127
  // Inline function 'org.kodein.type.erased' call
128
128
  tmp$ret$0 = erased(getKClass(Unit));
129
- tmp.s2d_1 = tmp$ret$0;
129
+ tmp.k2d_1 = tmp$ret$0;
130
130
  var tmp_0 = this;
131
131
  var tmp$ret$1;
132
132
  // Inline function 'org.kodein.type.erased' call
133
133
  tmp$ret$1 = erased(PrimitiveClasses_getInstance().yg());
134
- tmp_0.t2d_1 = tmp$ret$1;
134
+ tmp_0.l2d_1 = tmp$ret$1;
135
135
  }
136
- Companion_0.prototype.r2d = function () {
137
- return this.t2d_1;
136
+ Companion_0.prototype.j2d = function () {
137
+ return this.l2d_1;
138
138
  };
139
139
  Companion_0.$metadata$ = objectMeta('Companion');
140
140
  var Companion_instance_0;
@@ -146,18 +146,18 @@
146
146
  function AbstractTypeToken() {
147
147
  Companion_getInstance_1();
148
148
  }
149
- AbstractTypeToken.prototype.m2d = function (typeToken) {
150
- if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().t2d_1))
149
+ AbstractTypeToken.prototype.e2d = function (typeToken) {
150
+ if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().l2d_1))
151
151
  return true;
152
- var raw = this.i2d();
153
- if (equals(raw, typeToken.i2d())) {
154
- var thisParams = this.l2d();
152
+ var raw = this.a2d();
153
+ if (equals(raw, typeToken.a2d())) {
154
+ var thisParams = this.d2d();
155
155
  var tmp$ret$0;
156
156
  // Inline function 'kotlin.collections.isEmpty' call
157
157
  tmp$ret$0 = thisParams.length === 0;
158
158
  if (tmp$ret$0)
159
159
  return true;
160
- var tokenParams = typeToken.l2d();
160
+ var tokenParams = typeToken.d2d();
161
161
  // Inline function 'kotlin.collections.forEachIndexed' call
162
162
  var index = 0;
163
163
  var indexedObject = thisParams;
@@ -171,7 +171,7 @@
171
171
  index = tmp1 + 1 | 0;
172
172
  var tmp0__anonymous__q1qw7t = tmp1;
173
173
  var tokenParam = tokenParams[tmp0__anonymous__q1qw7t];
174
- if (!item.m2d(tokenParam))
174
+ if (!item.e2d(tokenParam))
175
175
  return false;
176
176
  }
177
177
  return true;
@@ -179,7 +179,7 @@
179
179
  var tmp$ret$1;
180
180
  $l$block_0: {
181
181
  // Inline function 'kotlin.collections.any' call
182
- var tmp1_any = typeToken.k2d();
182
+ var tmp1_any = typeToken.c2d();
183
183
  var tmp;
184
184
  if (isInterface(tmp1_any, Collection)) {
185
185
  tmp = tmp1_any.k();
@@ -195,7 +195,7 @@
195
195
  var element = tmp0_iterator.h();
196
196
  var tmp$ret$2;
197
197
  // Inline function 'org.kodein.type.AbstractTypeToken.isAssignableFrom.<anonymous>' call
198
- tmp$ret$2 = this.m2d(element);
198
+ tmp$ret$2 = this.e2d(element);
199
199
  if (tmp$ret$2) {
200
200
  tmp$ret$1 = true;
201
201
  break $l$block_0;
@@ -206,7 +206,7 @@
206
206
  return tmp$ret$1;
207
207
  };
208
208
  AbstractTypeToken.prototype.toString = function () {
209
- return this.g2d();
209
+ return this.y2c();
210
210
  };
211
211
  AbstractTypeToken.prototype.equals = function (other) {
212
212
  if (this === other)
@@ -214,12 +214,12 @@
214
214
  if (!(!(other == null) ? isInterface(other, TypeToken) : false))
215
215
  return false;
216
216
  if (getKClassFromExpression(this).equals(getKClassFromExpression(other)))
217
- return this.n2d(other);
218
- if (!equals(this.i2d(), other.i2d()))
217
+ return this.f2d(other);
218
+ if (!equals(this.a2d(), other.a2d()))
219
219
  return false;
220
- if (!this.j2d() ? true : !other.j2d()) {
221
- var tParams = this.l2d();
222
- var oParams = other.l2d();
220
+ if (!this.b2d() ? true : !other.b2d()) {
221
+ var tParams = this.d2d();
222
+ var oParams = other.d2d();
223
223
  if (!(tParams.length === oParams.length))
224
224
  return false;
225
225
  var inductionVariable = 0;
@@ -236,41 +236,41 @@
236
236
  return true;
237
237
  };
238
238
  AbstractTypeToken.prototype.hashCode = function () {
239
- return this.o2d();
239
+ return this.g2d();
240
240
  };
241
241
  AbstractTypeToken.$metadata$ = classMeta('AbstractTypeToken', [TypeToken]);
242
242
  function JSKClassTypeToken(type) {
243
243
  AbstractKClassTypeToken.call(this, type);
244
244
  }
245
- JSKClassTypeToken.prototype.f2d = function () {
246
- var tmp0_elvis_lhs = this.d2d_1.of();
245
+ JSKClassTypeToken.prototype.x2c = function () {
246
+ var tmp0_elvis_lhs = this.v2c_1.of();
247
247
  return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
248
248
  };
249
- JSKClassTypeToken.prototype.h2d = function () {
250
- var tmp0_elvis_lhs = this.d2d_1.of();
249
+ JSKClassTypeToken.prototype.z2c = function () {
250
+ var tmp0_elvis_lhs = this.v2c_1.of();
251
251
  return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
252
252
  };
253
253
  JSKClassTypeToken.$metadata$ = classMeta('JSKClassTypeToken', undefined, undefined, undefined, undefined, AbstractKClassTypeToken.prototype);
254
254
  function JSKTypeTypeToken(type) {
255
255
  AbstractTypeToken.call(this);
256
- this.v2d_1 = type;
256
+ this.n2d_1 = type;
257
257
  }
258
- JSKTypeTypeToken.prototype.e2d = function () {
259
- return toString(this.v2d_1);
258
+ JSKTypeTypeToken.prototype.w2c = function () {
259
+ return toString(this.n2d_1);
260
260
  };
261
- JSKTypeTypeToken.prototype.g2d = function () {
262
- return toString(this.v2d_1);
261
+ JSKTypeTypeToken.prototype.y2c = function () {
262
+ return toString(this.n2d_1);
263
263
  };
264
- JSKTypeTypeToken.prototype.i2d = function () {
265
- var tmp = this.v2d_1.yf();
264
+ JSKTypeTypeToken.prototype.a2d = function () {
265
+ var tmp = this.n2d_1.yf();
266
266
  return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
267
267
  };
268
- JSKTypeTypeToken.prototype.l2d = function () {
268
+ JSKTypeTypeToken.prototype.d2d = function () {
269
269
  var tmp$ret$5;
270
270
  // Inline function 'kotlin.collections.toTypedArray' call
271
271
  var tmp$ret$4;
272
272
  // Inline function 'kotlin.collections.map' call
273
- var tmp0_map = this.v2d_1.zf();
273
+ var tmp0_map = this.n2d_1.zf();
274
274
  var tmp$ret$3;
275
275
  // Inline function 'kotlin.collections.mapTo' call
276
276
  var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp0_map, 10));
@@ -294,7 +294,7 @@
294
294
  tmp = tmp$ret$1;
295
295
  }
296
296
  var tmp1_elvis_lhs = tmp;
297
- tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().t2d_1 : tmp1_elvis_lhs;
297
+ tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().l2d_1 : tmp1_elvis_lhs;
298
298
  tmp0_mapTo.a(tmp$ret$2);
299
299
  }
300
300
  tmp$ret$3 = tmp0_mapTo;
@@ -303,11 +303,11 @@
303
303
  tmp$ret$5 = copyToArray(tmp1_toTypedArray);
304
304
  return tmp$ret$5;
305
305
  };
306
- JSKTypeTypeToken.prototype.j2d = function () {
306
+ JSKTypeTypeToken.prototype.b2d = function () {
307
307
  var tmp$ret$0;
308
308
  $l$block_0: {
309
309
  // Inline function 'kotlin.collections.all' call
310
- var tmp0_all = this.v2d_1.zf();
310
+ var tmp0_all = this.n2d_1.zf();
311
311
  var tmp;
312
312
  if (isInterface(tmp0_all, Collection)) {
313
313
  tmp = tmp0_all.k();
@@ -333,10 +333,10 @@
333
333
  }
334
334
  return tmp$ret$0;
335
335
  };
336
- JSKTypeTypeToken.prototype.k2d = function () {
336
+ JSKTypeTypeToken.prototype.c2d = function () {
337
337
  return emptyList();
338
338
  };
339
- JSKTypeTypeToken.prototype.n2d = function (other) {
339
+ JSKTypeTypeToken.prototype.f2d = function (other) {
340
340
  // Inline function 'kotlin.require' call
341
341
  // Inline function 'kotlin.contracts.contract' call
342
342
  // Inline function 'kotlin.require' call
@@ -348,10 +348,10 @@
348
348
  var message = tmp$ret$0;
349
349
  throw IllegalArgumentException_init_$Create$(toString(message));
350
350
  }
351
- return equals(this.v2d_1, other.v2d_1);
351
+ return equals(this.n2d_1, other.n2d_1);
352
352
  };
353
- JSKTypeTypeToken.prototype.o2d = function () {
354
- return hashCode(this.v2d_1);
353
+ JSKTypeTypeToken.prototype.g2d = function () {
354
+ return hashCode(this.n2d_1);
355
355
  };
356
356
  JSKTypeTypeToken.$metadata$ = classMeta('JSKTypeTypeToken', undefined, undefined, undefined, undefined, AbstractTypeToken.prototype);
357
357
  function erasedOf(obj) {