game_client_logic_deb 1.5.0 → 1.5.2

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.
@@ -12,15 +12,15 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var fillArrayVal = kotlin_kotlin.$_$.e9;
15
+ var fillArrayVal = kotlin_kotlin.$_$.b9;
16
16
  var Unit_getInstance = kotlin_kotlin.$_$.m4;
17
- var protoOf = kotlin_kotlin.$_$.da;
18
- var defineProp = kotlin_kotlin.$_$.c9;
19
- var classMeta = kotlin_kotlin.$_$.a9;
20
- var VOID = kotlin_kotlin.$_$.vd;
21
- var setMetadataFor = kotlin_kotlin.$_$.ea;
22
- var objectMeta = kotlin_kotlin.$_$.ca;
23
- var toString = kotlin_kotlin.$_$.td;
17
+ var protoOf = kotlin_kotlin.$_$.aa;
18
+ var defineProp = kotlin_kotlin.$_$.z8;
19
+ var classMeta = kotlin_kotlin.$_$.x8;
20
+ var VOID = kotlin_kotlin.$_$.sd;
21
+ var setMetadataFor = kotlin_kotlin.$_$.ba;
22
+ var objectMeta = kotlin_kotlin.$_$.z9;
23
+ var toString = kotlin_kotlin.$_$.qd;
24
24
  //endregion
25
25
  //region block: pre-declaration
26
26
  setMetadataFor(atomicfu$AtomicRefArray$ref, 'AtomicArray', classMeta);
@@ -47,15 +47,15 @@
47
47
  tmp_2[tmp_3] = tmp$ret$1;
48
48
  tmp_0 = tmp_0 + 1 | 0;
49
49
  }
50
- tmp.pi_1 = tmp_2;
50
+ tmp.hi_1 = tmp_2;
51
51
  }
52
- protoOf(atomicfu$AtomicRefArray$ref).qi = function () {
53
- return this.pi_1.length;
52
+ protoOf(atomicfu$AtomicRefArray$ref).ii = function () {
53
+ return this.hi_1.length;
54
54
  };
55
55
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
56
- return this.pi_1[index];
56
+ return this.hi_1[index];
57
57
  };
58
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).qi);
58
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).ii);
59
59
  function atomicfu$AtomicRefArray$ofNulls(size) {
60
60
  return new atomicfu$AtomicRefArray$ref(size);
61
61
  }
@@ -82,10 +82,10 @@
82
82
  function AtomicRef(value) {
83
83
  this.kotlinx$atomicfu$value = value;
84
84
  }
85
- protoOf(AtomicRef).ri = function (_set____db54di) {
85
+ protoOf(AtomicRef).ji = function (_set____db54di) {
86
86
  this.kotlinx$atomicfu$value = _set____db54di;
87
87
  };
88
- protoOf(AtomicRef).si = function () {
88
+ protoOf(AtomicRef).ki = function () {
89
89
  return this.kotlinx$atomicfu$value;
90
90
  };
91
91
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -108,10 +108,10 @@
108
108
  function AtomicBoolean(value) {
109
109
  this.kotlinx$atomicfu$value = value;
110
110
  }
111
- protoOf(AtomicBoolean).ti = function (_set____db54di) {
111
+ protoOf(AtomicBoolean).li = function (_set____db54di) {
112
112
  this.kotlinx$atomicfu$value = _set____db54di;
113
113
  };
114
- protoOf(AtomicBoolean).si = function () {
114
+ protoOf(AtomicBoolean).ki = function () {
115
115
  return this.kotlinx$atomicfu$value;
116
116
  };
117
117
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -134,10 +134,10 @@
134
134
  function AtomicInt(value) {
135
135
  this.kotlinx$atomicfu$value = value;
136
136
  }
137
- protoOf(AtomicInt).ui = function (_set____db54di) {
137
+ protoOf(AtomicInt).mi = function (_set____db54di) {
138
138
  this.kotlinx$atomicfu$value = _set____db54di;
139
139
  };
140
- protoOf(AtomicInt).si = function () {
140
+ protoOf(AtomicInt).ki = function () {
141
141
  return this.kotlinx$atomicfu$value;
142
142
  };
143
143
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -193,10 +193,10 @@
193
193
  function AtomicLong(value) {
194
194
  this.kotlinx$atomicfu$value = value;
195
195
  }
196
- protoOf(AtomicLong).vi = function (_set____db54di) {
196
+ protoOf(AtomicLong).ni = function (_set____db54di) {
197
197
  this.kotlinx$atomicfu$value = _set____db54di;
198
198
  };
199
- protoOf(AtomicLong).si = function () {
199
+ protoOf(AtomicLong).ki = function () {
200
200
  return this.kotlinx$atomicfu$value;
201
201
  };
202
202
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -213,34 +213,34 @@
213
213
  protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
214
214
  var tmp0_this = this;
215
215
  var tmp1 = tmp0_this.kotlinx$atomicfu$value;
216
- tmp0_this.kotlinx$atomicfu$value = tmp1.gh();
216
+ tmp0_this.kotlinx$atomicfu$value = tmp1.yg();
217
217
  return tmp1;
218
218
  };
219
219
  protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
220
220
  var tmp0_this = this;
221
221
  var tmp1 = tmp0_this.kotlinx$atomicfu$value;
222
- tmp0_this.kotlinx$atomicfu$value = tmp1.hh();
222
+ tmp0_this.kotlinx$atomicfu$value = tmp1.zg();
223
223
  return tmp1;
224
224
  };
225
225
  protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
226
226
  var oldValue = this.kotlinx$atomicfu$value;
227
227
  var tmp0_this = this;
228
- tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.z5(delta);
228
+ tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.u5(delta);
229
229
  return oldValue;
230
230
  };
231
231
  protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
232
232
  var tmp0_this = this;
233
- tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.z5(delta);
233
+ tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.u5(delta);
234
234
  return this.kotlinx$atomicfu$value;
235
235
  };
236
236
  protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
237
237
  var tmp0_this = this;
238
- tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.gh();
238
+ tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.yg();
239
239
  return tmp0_this.kotlinx$atomicfu$value;
240
240
  };
241
241
  protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
242
242
  var tmp0_this = this;
243
- tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.hh();
243
+ tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.zg();
244
244
  return tmp0_this.kotlinx$atomicfu$value;
245
245
  };
246
246
  protoOf(AtomicLong).toString = function () {