game_client_logic_deb 1.4.51 → 1.4.71
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/88b0986a7186d029-atomicfu-js-ir.js +27 -27
- package/Kodein-kodein-di.js +618 -618
- package/KosiTypeSystem-kaverit.js +75 -75
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +81 -81
- package/Logic_Debertz-core.js +2008 -1503
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +25099 -19221
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +37 -5
- package/Logic_Debertz-game_client.js +5700 -4526
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +2205 -1715
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1925 -1921
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1431 -1428
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +3187 -2911
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +30 -30
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.c9;
|
|
16
16
|
var Unit_getInstance = kotlin_kotlin.$_$.m4;
|
|
17
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
18
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
19
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
20
|
-
var VOID = kotlin_kotlin.$_$.
|
|
21
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
22
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
23
|
-
var toString = kotlin_kotlin.$_$.
|
|
17
|
+
var protoOf = kotlin_kotlin.$_$.ba;
|
|
18
|
+
var defineProp = kotlin_kotlin.$_$.a9;
|
|
19
|
+
var classMeta = kotlin_kotlin.$_$.y8;
|
|
20
|
+
var VOID = kotlin_kotlin.$_$.sd;
|
|
21
|
+
var setMetadataFor = kotlin_kotlin.$_$.ca;
|
|
22
|
+
var objectMeta = kotlin_kotlin.$_$.aa;
|
|
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.
|
|
50
|
+
tmp.pi_1 = tmp_2;
|
|
51
51
|
}
|
|
52
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
53
|
-
return this.
|
|
52
|
+
protoOf(atomicfu$AtomicRefArray$ref).qi = function () {
|
|
53
|
+
return this.pi_1.length;
|
|
54
54
|
};
|
|
55
55
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
56
|
-
return this.
|
|
56
|
+
return this.pi_1[index];
|
|
57
57
|
};
|
|
58
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
58
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).qi);
|
|
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).
|
|
85
|
+
protoOf(AtomicRef).ri = function (_set____db54di) {
|
|
86
86
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
87
87
|
};
|
|
88
|
-
protoOf(AtomicRef).
|
|
88
|
+
protoOf(AtomicRef).si = 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).
|
|
111
|
+
protoOf(AtomicBoolean).ti = function (_set____db54di) {
|
|
112
112
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
113
113
|
};
|
|
114
|
-
protoOf(AtomicBoolean).
|
|
114
|
+
protoOf(AtomicBoolean).si = 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).
|
|
137
|
+
protoOf(AtomicInt).ui = function (_set____db54di) {
|
|
138
138
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
139
139
|
};
|
|
140
|
-
protoOf(AtomicInt).
|
|
140
|
+
protoOf(AtomicInt).si = 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).
|
|
196
|
+
protoOf(AtomicLong).vi = function (_set____db54di) {
|
|
197
197
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
198
198
|
};
|
|
199
|
-
protoOf(AtomicLong).
|
|
199
|
+
protoOf(AtomicLong).si = 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.
|
|
216
|
+
tmp0_this.kotlinx$atomicfu$value = tmp1.gh();
|
|
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.
|
|
222
|
+
tmp0_this.kotlinx$atomicfu$value = tmp1.hh();
|
|
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.
|
|
228
|
+
tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.z5(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.
|
|
233
|
+
tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.z5(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.
|
|
238
|
+
tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.gh();
|
|
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.
|
|
243
|
+
tmp0_this.kotlinx$atomicfu$value = tmp0_this.kotlinx$atomicfu$value.hh();
|
|
244
244
|
return tmp0_this.kotlinx$atomicfu$value;
|
|
245
245
|
};
|
|
246
246
|
protoOf(AtomicLong).toString = function () {
|