game_client_logic_deb 1.8.69 → 1.8.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 +20 -20
- package/Kosi-Kaverit-kaverit.js +65 -65
- package/Kosi-Kodein-kodein-di.js +550 -550
- package/Kotlin-DateTime-library-kotlinx-datetime.js +111 -111
- package/Logic_Debertz-core.js +1632 -1399
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10672 -10457
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +61 -7
- package/Logic_Debertz-game_client.js +3363 -3312
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +377 -376
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +280 -283
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +850 -773
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1114 -1114
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1998 -1998
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid.js +25 -25
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
17
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
18
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
19
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
20
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
21
|
-
var toString = kotlin_kotlin.$_$.
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.w9;
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.va;
|
|
17
|
+
var defineProp = kotlin_kotlin.$_$.u9;
|
|
18
|
+
var classMeta = kotlin_kotlin.$_$.s9;
|
|
19
|
+
var setMetadataFor = kotlin_kotlin.$_$.wa;
|
|
20
|
+
var objectMeta = kotlin_kotlin.$_$.ua;
|
|
21
|
+
var toString = kotlin_kotlin.$_$.we;
|
|
22
22
|
var VOID = kotlin_kotlin.$_$.f;
|
|
23
23
|
//endregion
|
|
24
24
|
//region block: pre-declaration
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
40
40
|
tmp_0 = tmp_0 + 1 | 0;
|
|
41
41
|
}
|
|
42
|
-
tmp.
|
|
42
|
+
tmp.d1q_1 = tmp_1;
|
|
43
43
|
}
|
|
44
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(atomicfu$AtomicRefArray$ref).e1q = function () {
|
|
45
|
+
return this.d1q_1.length;
|
|
46
46
|
};
|
|
47
47
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
48
|
-
return this.
|
|
48
|
+
return this.d1q_1[index];
|
|
49
49
|
};
|
|
50
50
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
51
51
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
function AtomicRef(value) {
|
|
74
74
|
this.kotlinx$atomicfu$value = value;
|
|
75
75
|
}
|
|
76
|
-
protoOf(AtomicRef).
|
|
76
|
+
protoOf(AtomicRef).f1q = function (_set____db54di) {
|
|
77
77
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
78
78
|
};
|
|
79
|
-
protoOf(AtomicRef).
|
|
79
|
+
protoOf(AtomicRef).g1q = function () {
|
|
80
80
|
return this.kotlinx$atomicfu$value;
|
|
81
81
|
};
|
|
82
82
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
function AtomicBoolean(value) {
|
|
100
100
|
this.kotlinx$atomicfu$value = value;
|
|
101
101
|
}
|
|
102
|
-
protoOf(AtomicBoolean).
|
|
102
|
+
protoOf(AtomicBoolean).h1q = function (_set____db54di) {
|
|
103
103
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
104
104
|
};
|
|
105
|
-
protoOf(AtomicBoolean).
|
|
105
|
+
protoOf(AtomicBoolean).g1q = function () {
|
|
106
106
|
return this.kotlinx$atomicfu$value;
|
|
107
107
|
};
|
|
108
108
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
function AtomicInt(value) {
|
|
126
126
|
this.kotlinx$atomicfu$value = value;
|
|
127
127
|
}
|
|
128
|
-
protoOf(AtomicInt).
|
|
128
|
+
protoOf(AtomicInt).i1q = function (_set____db54di) {
|
|
129
129
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
130
130
|
};
|
|
131
|
-
protoOf(AtomicInt).
|
|
131
|
+
protoOf(AtomicInt).g1q = function () {
|
|
132
132
|
return this.kotlinx$atomicfu$value;
|
|
133
133
|
};
|
|
134
134
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
function AtomicLong(value) {
|
|
179
179
|
this.kotlinx$atomicfu$value = value;
|
|
180
180
|
}
|
|
181
|
-
protoOf(AtomicLong).
|
|
181
|
+
protoOf(AtomicLong).j1q = function (_set____db54di) {
|
|
182
182
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
183
183
|
};
|
|
184
|
-
protoOf(AtomicLong).
|
|
184
|
+
protoOf(AtomicLong).g1q = function () {
|
|
185
185
|
return this.kotlinx$atomicfu$value;
|
|
186
186
|
};
|
|
187
187
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
return new AtomicLong(initial);
|
|
246
246
|
}
|
|
247
247
|
//region block: post-declaration
|
|
248
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
248
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).e1q);
|
|
249
249
|
//endregion
|
|
250
250
|
//region block: exports
|
|
251
251
|
_.$_$ = _.$_$ || {};
|
package/Kosi-Kaverit-kaverit.js
CHANGED
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var Unit = kotlin_kotlin.$_$.
|
|
15
|
+
var Unit = kotlin_kotlin.$_$.fe;
|
|
16
16
|
var getKClass = kotlin_kotlin.$_$.e;
|
|
17
17
|
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.o4;
|
|
18
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
19
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
20
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
21
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
22
|
-
var equals = kotlin_kotlin.$_$.
|
|
18
|
+
var protoOf = kotlin_kotlin.$_$.va;
|
|
19
|
+
var objectMeta = kotlin_kotlin.$_$.ua;
|
|
20
|
+
var setMetadataFor = kotlin_kotlin.$_$.wa;
|
|
21
|
+
var interfaceMeta = kotlin_kotlin.$_$.ca;
|
|
22
|
+
var equals = kotlin_kotlin.$_$.v9;
|
|
23
23
|
var Collection = kotlin_kotlin.$_$.a5;
|
|
24
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
24
|
+
var isInterface = kotlin_kotlin.$_$.ka;
|
|
25
25
|
var getKClassFromExpression = kotlin_kotlin.$_$.d;
|
|
26
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
26
|
+
var classMeta = kotlin_kotlin.$_$.s9;
|
|
27
27
|
var VOID = kotlin_kotlin.$_$.f;
|
|
28
|
-
var toString = kotlin_kotlin.$_$.
|
|
29
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
30
|
-
var KClass = kotlin_kotlin.$_$.
|
|
28
|
+
var toString = kotlin_kotlin.$_$.ab;
|
|
29
|
+
var THROW_CCE = kotlin_kotlin.$_$.ud;
|
|
30
|
+
var KClass = kotlin_kotlin.$_$.kb;
|
|
31
31
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.t5;
|
|
32
32
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.l;
|
|
33
33
|
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
var Companion_getInstance = kotlin_kotlin.$_$.p4;
|
|
36
36
|
var emptyList = kotlin_kotlin.$_$.l6;
|
|
37
37
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.n1;
|
|
38
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
38
|
+
var hashCode = kotlin_kotlin.$_$.ba;
|
|
39
39
|
//endregion
|
|
40
40
|
//region block: pre-declaration
|
|
41
41
|
setMetadataFor(Companion, 'Companion', objectMeta);
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
Companion_instance = this;
|
|
51
51
|
var tmp = this;
|
|
52
52
|
// Inline function 'org.kodein.type.erased' call
|
|
53
|
-
tmp.
|
|
53
|
+
tmp.h1f_1 = erased(getKClass(Unit));
|
|
54
54
|
var tmp_0 = this;
|
|
55
55
|
// Inline function 'org.kodein.type.erased' call
|
|
56
|
-
tmp_0.
|
|
56
|
+
tmp_0.i1f_1 = erased(PrimitiveClasses_getInstance().m6());
|
|
57
57
|
}
|
|
58
58
|
var Companion_instance;
|
|
59
59
|
function Companion_getInstance_0() {
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
Companion_instance_0 = this;
|
|
68
68
|
var tmp = this;
|
|
69
69
|
// Inline function 'org.kodein.type.erased' call
|
|
70
|
-
tmp.
|
|
70
|
+
tmp.s1f_1 = erased(getKClass(Unit));
|
|
71
71
|
var tmp_0 = this;
|
|
72
72
|
// Inline function 'org.kodein.type.erased' call
|
|
73
|
-
tmp_0.
|
|
73
|
+
tmp_0.t1f_1 = erased(PrimitiveClasses_getInstance().m6());
|
|
74
74
|
}
|
|
75
75
|
var Companion_instance_0;
|
|
76
76
|
function Companion_getInstance_1() {
|
|
@@ -81,16 +81,16 @@
|
|
|
81
81
|
function AbstractTypeToken() {
|
|
82
82
|
Companion_getInstance_1();
|
|
83
83
|
}
|
|
84
|
-
protoOf(AbstractTypeToken).
|
|
85
|
-
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().
|
|
84
|
+
protoOf(AbstractTypeToken).r1f = function (typeToken) {
|
|
85
|
+
if (this.equals(typeToken) ? true : this.equals(Companion_getInstance_1().t1f_1))
|
|
86
86
|
return true;
|
|
87
|
-
var raw = this.
|
|
88
|
-
if (equals(raw, typeToken.
|
|
89
|
-
var thisParams = this.
|
|
87
|
+
var raw = this.n1f();
|
|
88
|
+
if (equals(raw, typeToken.n1f())) {
|
|
89
|
+
var thisParams = this.o1f();
|
|
90
90
|
// Inline function 'kotlin.collections.isEmpty' call
|
|
91
91
|
if (thisParams.length === 0)
|
|
92
92
|
return true;
|
|
93
|
-
var tokenParams = typeToken.
|
|
93
|
+
var tokenParams = typeToken.o1f();
|
|
94
94
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
95
95
|
var index = 0;
|
|
96
96
|
var inductionVariable = 0;
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
var tmp1 = index;
|
|
103
103
|
index = tmp1 + 1 | 0;
|
|
104
104
|
var tokenParam = tokenParams[tmp1];
|
|
105
|
-
if (!item.
|
|
105
|
+
if (!item.r1f(tokenParam))
|
|
106
106
|
return false;
|
|
107
107
|
}
|
|
108
108
|
return true;
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
var tmp$ret$1;
|
|
111
111
|
$l$block_0: {
|
|
112
112
|
// Inline function 'kotlin.collections.any' call
|
|
113
|
-
var this_0 = typeToken.
|
|
113
|
+
var this_0 = typeToken.q1f();
|
|
114
114
|
var tmp;
|
|
115
115
|
if (isInterface(this_0, Collection)) {
|
|
116
116
|
tmp = this_0.c1();
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
while (tmp0_iterator.w()) {
|
|
126
126
|
var element = tmp0_iterator.y();
|
|
127
127
|
// Inline function 'org.kodein.type.AbstractTypeToken.isAssignableFrom.<anonymous>' call
|
|
128
|
-
if (this.
|
|
128
|
+
if (this.r1f(element)) {
|
|
129
129
|
tmp$ret$1 = true;
|
|
130
130
|
break $l$block_0;
|
|
131
131
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
return tmp$ret$1;
|
|
136
136
|
};
|
|
137
137
|
protoOf(AbstractTypeToken).toString = function () {
|
|
138
|
-
return this.
|
|
138
|
+
return this.l1f();
|
|
139
139
|
};
|
|
140
140
|
protoOf(AbstractTypeToken).equals = function (other) {
|
|
141
141
|
if (this === other)
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
if (!(!(other == null) ? isInterface(other, TypeToken) : false))
|
|
144
144
|
return false;
|
|
145
145
|
if (getKClassFromExpression(this).equals(getKClassFromExpression(other)))
|
|
146
|
-
return this.
|
|
147
|
-
if (!equals(this.
|
|
146
|
+
return this.u1f(other);
|
|
147
|
+
if (!equals(this.n1f(), other.n1f()))
|
|
148
148
|
return false;
|
|
149
|
-
if (!this.
|
|
150
|
-
var tParams = this.
|
|
151
|
-
var oParams = other.
|
|
149
|
+
if (!this.p1f() ? true : !other.p1f()) {
|
|
150
|
+
var tParams = this.o1f();
|
|
151
|
+
var oParams = other.o1f();
|
|
152
152
|
if (!(tParams.length === oParams.length))
|
|
153
153
|
return false;
|
|
154
154
|
var inductionVariable = 0;
|
|
@@ -165,37 +165,37 @@
|
|
|
165
165
|
return true;
|
|
166
166
|
};
|
|
167
167
|
protoOf(AbstractTypeToken).hashCode = function () {
|
|
168
|
-
return this.
|
|
168
|
+
return this.v1f();
|
|
169
169
|
};
|
|
170
170
|
function JSKClassTypeToken(type) {
|
|
171
171
|
AbstractKClassTypeToken.call(this, type);
|
|
172
172
|
}
|
|
173
|
-
protoOf(JSKClassTypeToken).
|
|
174
|
-
var tmp0_elvis_lhs = this.
|
|
173
|
+
protoOf(JSKClassTypeToken).k1f = function () {
|
|
174
|
+
var tmp0_elvis_lhs = this.x1f_1.v5();
|
|
175
175
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
176
176
|
};
|
|
177
|
-
protoOf(JSKClassTypeToken).
|
|
178
|
-
var tmp0_elvis_lhs = this.
|
|
177
|
+
protoOf(JSKClassTypeToken).m1f = function () {
|
|
178
|
+
var tmp0_elvis_lhs = this.x1f_1.v5();
|
|
179
179
|
return tmp0_elvis_lhs == null ? '(non-denotable type)' : tmp0_elvis_lhs;
|
|
180
180
|
};
|
|
181
181
|
function JSKTypeTypeToken(type) {
|
|
182
182
|
AbstractTypeToken.call(this);
|
|
183
|
-
this.
|
|
183
|
+
this.y1f_1 = type;
|
|
184
184
|
}
|
|
185
|
-
protoOf(JSKTypeTypeToken).h1f = function () {
|
|
186
|
-
return toString(this.w1f_1);
|
|
187
|
-
};
|
|
188
185
|
protoOf(JSKTypeTypeToken).j1f = function () {
|
|
189
|
-
return toString(this.
|
|
186
|
+
return toString(this.y1f_1);
|
|
190
187
|
};
|
|
191
188
|
protoOf(JSKTypeTypeToken).l1f = function () {
|
|
192
|
-
|
|
189
|
+
return toString(this.y1f_1);
|
|
190
|
+
};
|
|
191
|
+
protoOf(JSKTypeTypeToken).n1f = function () {
|
|
192
|
+
var tmp = this.y1f_1.j6();
|
|
193
193
|
return new JSKClassTypeToken((!(tmp == null) ? isInterface(tmp, KClass) : false) ? tmp : THROW_CCE());
|
|
194
194
|
};
|
|
195
|
-
protoOf(JSKTypeTypeToken).
|
|
195
|
+
protoOf(JSKTypeTypeToken).o1f = function () {
|
|
196
196
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
197
197
|
// Inline function 'kotlin.collections.map' call
|
|
198
|
-
var this_0 = this.
|
|
198
|
+
var this_0 = this.y1f_1.k6();
|
|
199
199
|
// Inline function 'kotlin.collections.mapTo' call
|
|
200
200
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
201
201
|
var tmp0_iterator = this_0.v();
|
|
@@ -213,16 +213,16 @@
|
|
|
213
213
|
tmp = typeToken(tmp0_safe_receiver);
|
|
214
214
|
}
|
|
215
215
|
var tmp1_elvis_lhs = tmp;
|
|
216
|
-
var tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().
|
|
216
|
+
var tmp$ret$2 = tmp1_elvis_lhs == null ? Companion_getInstance_1().t1f_1 : tmp1_elvis_lhs;
|
|
217
217
|
destination.s(tmp$ret$2);
|
|
218
218
|
}
|
|
219
219
|
return copyToArray(destination);
|
|
220
220
|
};
|
|
221
|
-
protoOf(JSKTypeTypeToken).
|
|
221
|
+
protoOf(JSKTypeTypeToken).p1f = function () {
|
|
222
222
|
var tmp$ret$0;
|
|
223
223
|
$l$block_0: {
|
|
224
224
|
// Inline function 'kotlin.collections.all' call
|
|
225
|
-
var this_0 = this.
|
|
225
|
+
var this_0 = this.y1f_1.k6();
|
|
226
226
|
var tmp;
|
|
227
227
|
if (isInterface(this_0, Collection)) {
|
|
228
228
|
tmp = this_0.c1();
|
|
@@ -246,10 +246,10 @@
|
|
|
246
246
|
}
|
|
247
247
|
return tmp$ret$0;
|
|
248
248
|
};
|
|
249
|
-
protoOf(JSKTypeTypeToken).
|
|
249
|
+
protoOf(JSKTypeTypeToken).q1f = function () {
|
|
250
250
|
return emptyList();
|
|
251
251
|
};
|
|
252
|
-
protoOf(JSKTypeTypeToken).
|
|
252
|
+
protoOf(JSKTypeTypeToken).u1f = function (other) {
|
|
253
253
|
// Inline function 'kotlin.require' call
|
|
254
254
|
// Inline function 'kotlin.contracts.contract' call
|
|
255
255
|
// Inline function 'kotlin.require' call
|
|
@@ -259,10 +259,10 @@
|
|
|
259
259
|
var message = 'Failed requirement.';
|
|
260
260
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
261
261
|
}
|
|
262
|
-
return equals(this.
|
|
262
|
+
return equals(this.y1f_1, other.y1f_1);
|
|
263
263
|
};
|
|
264
|
-
protoOf(JSKTypeTypeToken).
|
|
265
|
-
return hashCode(this.
|
|
264
|
+
protoOf(JSKTypeTypeToken).v1f = function () {
|
|
265
|
+
return hashCode(this.y1f_1);
|
|
266
266
|
};
|
|
267
267
|
function erasedOf(obj) {
|
|
268
268
|
return new JSKClassTypeToken(getKClassFromExpression(obj));
|
|
@@ -282,35 +282,35 @@
|
|
|
282
282
|
}
|
|
283
283
|
function AbstractKClassTypeToken(type) {
|
|
284
284
|
AbstractTypeToken.call(this);
|
|
285
|
-
this.
|
|
285
|
+
this.x1f_1 = type;
|
|
286
286
|
}
|
|
287
|
-
protoOf(AbstractKClassTypeToken).h1f = function () {
|
|
288
|
-
return this.i1f();
|
|
289
|
-
};
|
|
290
287
|
protoOf(AbstractKClassTypeToken).j1f = function () {
|
|
291
288
|
return this.k1f();
|
|
292
289
|
};
|
|
293
290
|
protoOf(AbstractKClassTypeToken).l1f = function () {
|
|
294
|
-
return this;
|
|
291
|
+
return this.m1f();
|
|
295
292
|
};
|
|
296
293
|
protoOf(AbstractKClassTypeToken).n1f = function () {
|
|
294
|
+
return this;
|
|
295
|
+
};
|
|
296
|
+
protoOf(AbstractKClassTypeToken).p1f = function () {
|
|
297
297
|
return true;
|
|
298
298
|
};
|
|
299
|
-
protoOf(AbstractKClassTypeToken).
|
|
299
|
+
protoOf(AbstractKClassTypeToken).q1f = function () {
|
|
300
300
|
return emptyList();
|
|
301
301
|
};
|
|
302
|
-
protoOf(AbstractKClassTypeToken).
|
|
302
|
+
protoOf(AbstractKClassTypeToken).o1f = function () {
|
|
303
303
|
// Inline function 'kotlin.emptyArray' call
|
|
304
304
|
return [];
|
|
305
305
|
};
|
|
306
|
-
protoOf(AbstractKClassTypeToken).
|
|
306
|
+
protoOf(AbstractKClassTypeToken).r1f = function (typeToken) {
|
|
307
307
|
if (this.equals(typeToken))
|
|
308
308
|
return true;
|
|
309
|
-
if (this.
|
|
309
|
+
if (this.x1f_1.equals(PrimitiveClasses_getInstance().m6()))
|
|
310
310
|
return true;
|
|
311
311
|
return false;
|
|
312
312
|
};
|
|
313
|
-
protoOf(AbstractKClassTypeToken).
|
|
313
|
+
protoOf(AbstractKClassTypeToken).u1f = function (other) {
|
|
314
314
|
// Inline function 'kotlin.require' call
|
|
315
315
|
// Inline function 'kotlin.contracts.contract' call
|
|
316
316
|
// Inline function 'kotlin.require' call
|
|
@@ -320,12 +320,12 @@
|
|
|
320
320
|
var message = 'Failed requirement.';
|
|
321
321
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
322
322
|
}
|
|
323
|
-
if (!this.
|
|
323
|
+
if (!this.x1f_1.equals(other.x1f_1))
|
|
324
324
|
return false;
|
|
325
325
|
return true;
|
|
326
326
|
};
|
|
327
|
-
protoOf(AbstractKClassTypeToken).
|
|
328
|
-
return this.
|
|
327
|
+
protoOf(AbstractKClassTypeToken).v1f = function () {
|
|
328
|
+
return this.x1f_1.hashCode();
|
|
329
329
|
};
|
|
330
330
|
//region block: exports
|
|
331
331
|
_.$_$ = _.$_$ || {};
|