game_client_logic_deb 1.8.434 → 1.8.435
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/Kosi-Kaverit-kaverit.js +56 -56
- package/Kosi-Kodein-kodein-di.js +516 -516
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1385 -1385
- package/Logic_Debertz-ai_module.js +327 -327
- package/Logic_Debertz-core.js +1018 -1018
- package/Logic_Debertz-engine.js +12292 -12077
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +3 -2
- package/Logic_Debertz-game_client.js +2997 -2997
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +114 -101
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Kosi-Kodein-kodein-di.js
CHANGED
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
allowOverride = allowOverride === VOID ? false : allowOverride;
|
|
94
94
|
var tmp;
|
|
95
95
|
if ($super === VOID) {
|
|
96
|
-
this.
|
|
96
|
+
this.m5x(module_0, allowOverride);
|
|
97
97
|
tmp = Unit_instance;
|
|
98
98
|
} else {
|
|
99
|
-
tmp = $super.
|
|
99
|
+
tmp = $super.m5x.call(this, module_0, allowOverride);
|
|
100
100
|
}
|
|
101
101
|
return tmp;
|
|
102
102
|
}
|
|
@@ -121,23 +121,23 @@
|
|
|
121
121
|
initMetadataForClass(DIWrapper, 'DIWrapper', VOID, VOID, [DI]);
|
|
122
122
|
function factory$default(key, context, overrideLevel, $super) {
|
|
123
123
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
124
|
-
return $super === VOID ? this.
|
|
124
|
+
return $super === VOID ? this.j5y(key, context, overrideLevel) : $super.j5y.call(this, key, context, overrideLevel);
|
|
125
125
|
}
|
|
126
126
|
function factoryOrNull$default(key, context, overrideLevel, $super) {
|
|
127
127
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
128
|
-
return $super === VOID ? this.
|
|
128
|
+
return $super === VOID ? this.l5y(key, context, overrideLevel) : $super.l5y.call(this, key, context, overrideLevel);
|
|
129
129
|
}
|
|
130
130
|
function provider(key, context, overrideLevel) {
|
|
131
131
|
// Inline function 'org.kodein.di.toProvider' call
|
|
132
|
-
var this_0 = this.
|
|
132
|
+
var this_0 = this.k5y(key, context);
|
|
133
133
|
return DIContainer$provider$lambda(this_0);
|
|
134
134
|
}
|
|
135
135
|
function provider$default(key, context, overrideLevel, $super) {
|
|
136
136
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
137
|
-
return $super === VOID ? this.
|
|
137
|
+
return $super === VOID ? this.n5y(key, context, overrideLevel) : provider(key, context, overrideLevel);
|
|
138
138
|
}
|
|
139
139
|
function providerOrNull(key, context, overrideLevel) {
|
|
140
|
-
var tmp0_safe_receiver = this.
|
|
140
|
+
var tmp0_safe_receiver = this.m5y(key, context);
|
|
141
141
|
var tmp;
|
|
142
142
|
if (tmp0_safe_receiver == null) {
|
|
143
143
|
tmp = null;
|
|
@@ -149,17 +149,17 @@
|
|
|
149
149
|
}
|
|
150
150
|
function providerOrNull$default(key, context, overrideLevel, $super) {
|
|
151
151
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
152
|
-
return $super === VOID ? this.
|
|
152
|
+
return $super === VOID ? this.o5y(key, context, overrideLevel) : providerOrNull(key, context, overrideLevel);
|
|
153
153
|
}
|
|
154
154
|
initMetadataForInterface(DIContainer, 'DIContainer');
|
|
155
155
|
function find$default(key, overrideLevel, all, $super) {
|
|
156
156
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
157
157
|
all = all === VOID ? false : all;
|
|
158
|
-
return $super === VOID ? this.
|
|
158
|
+
return $super === VOID ? this.r5y(key, overrideLevel, all) : $super.r5y.call(this, key, overrideLevel, all);
|
|
159
159
|
}
|
|
160
160
|
initMetadataForInterface(DITree, 'DITree');
|
|
161
161
|
function get_di_0() {
|
|
162
|
-
return this.
|
|
162
|
+
return this.v5y();
|
|
163
163
|
}
|
|
164
164
|
initMetadataForInterface(DirectDIBase, 'DirectDIBase');
|
|
165
165
|
initMetadataForObject(NoDefinedTag, 'NoDefinedTag');
|
|
@@ -169,19 +169,19 @@
|
|
|
169
169
|
initMetadataForClass(DIBinding$Copier$Companion$invoke$1);
|
|
170
170
|
initMetadataForCompanion(Companion_1);
|
|
171
171
|
function factoryFullName() {
|
|
172
|
-
return this.
|
|
172
|
+
return this.g5z();
|
|
173
173
|
}
|
|
174
174
|
function get_scope() {
|
|
175
175
|
return null;
|
|
176
176
|
}
|
|
177
177
|
function get_description() {
|
|
178
|
-
var arg = !equals(this.
|
|
178
|
+
var arg = !equals(this.i5z(), Companion_getInstance().w5v_1) ? this.i5z().y5v() + ' -> ' : '';
|
|
179
179
|
var tmp;
|
|
180
|
-
var tmp_0 = this.
|
|
180
|
+
var tmp_0 = this.q5x();
|
|
181
181
|
if (tmp_0 instanceof NoScope) {
|
|
182
182
|
tmp = null;
|
|
183
183
|
} else {
|
|
184
|
-
tmp = this.
|
|
184
|
+
tmp = this.q5x();
|
|
185
185
|
}
|
|
186
186
|
var scope = tmp;
|
|
187
187
|
var tmp_1;
|
|
@@ -189,20 +189,20 @@
|
|
|
189
189
|
tmp_1 = null;
|
|
190
190
|
} else {
|
|
191
191
|
// Inline function 'kotlin.let' call
|
|
192
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
192
|
+
tmp_1 = 'scoped(' + erasedOf(scope).y5v() + ').';
|
|
193
193
|
}
|
|
194
194
|
var tmp1_elvis_lhs = tmp_1;
|
|
195
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
196
|
-
return context + this.
|
|
195
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.o5x(), Companion_getInstance().x5v_1) ? 'contexted<' + this.o5x().y5v() + '>().' : '' : tmp1_elvis_lhs;
|
|
196
|
+
return context + this.g5z() + ' { ' + arg + this.j5z().y5v() + ' }';
|
|
197
197
|
}
|
|
198
198
|
function get_fullDescription() {
|
|
199
|
-
var arg = !equals(this.
|
|
199
|
+
var arg = !equals(this.i5z(), Companion_getInstance().w5v_1) ? this.i5z().a5w() + ' -> ' : '';
|
|
200
200
|
var tmp;
|
|
201
|
-
var tmp_0 = this.
|
|
201
|
+
var tmp_0 = this.q5x();
|
|
202
202
|
if (tmp_0 instanceof NoScope) {
|
|
203
203
|
tmp = null;
|
|
204
204
|
} else {
|
|
205
|
-
tmp = this.
|
|
205
|
+
tmp = this.q5x();
|
|
206
206
|
}
|
|
207
207
|
var scope = tmp;
|
|
208
208
|
var tmp_1;
|
|
@@ -210,18 +210,18 @@
|
|
|
210
210
|
tmp_1 = null;
|
|
211
211
|
} else {
|
|
212
212
|
// Inline function 'kotlin.let' call
|
|
213
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
213
|
+
tmp_1 = 'scoped(' + erasedOf(scope).a5w() + ').';
|
|
214
214
|
}
|
|
215
215
|
var tmp1_elvis_lhs = tmp_1;
|
|
216
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
217
|
-
return context + this.
|
|
216
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.o5x(), Companion_getInstance().x5v_1) ? 'contexted<' + this.o5x().a5w() + '>().' : '' : tmp1_elvis_lhs;
|
|
217
|
+
return context + this.h5z() + ' { ' + arg + this.j5z().a5w() + ' }';
|
|
218
218
|
}
|
|
219
219
|
function get_supportSubTypes() {
|
|
220
220
|
return false;
|
|
221
221
|
}
|
|
222
222
|
initMetadataForInterface(DIBinding, 'DIBinding');
|
|
223
223
|
function get_argType() {
|
|
224
|
-
return Companion_getInstance().
|
|
224
|
+
return Companion_getInstance().w5v_1;
|
|
225
225
|
}
|
|
226
226
|
initMetadataForInterface(NoArgDIBinding, 'NoArgDIBinding', VOID, VOID, [DIBinding]);
|
|
227
227
|
initMetadataForClass(Reference, 'Reference');
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
//endregion
|
|
259
259
|
function DIDefinition(binding, fromModule, tree) {
|
|
260
260
|
DIDefining.call(this, binding, fromModule);
|
|
261
|
-
this.
|
|
261
|
+
this.q5w_1 = tree;
|
|
262
262
|
}
|
|
263
263
|
function description(_this__u8e3s4, withOverrides, ident) {
|
|
264
264
|
withOverrides = withOverrides === VOID ? false : withOverrides;
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
return descriptionImpl(_this__u8e3s4, withOverrides, ident, tmp_0, getPropertyCallableRef('description', 1, tmp_1, DIBinding$_get_description_$ref_vam140(), null));
|
|
270
270
|
}
|
|
271
271
|
function DIDefining(binding, fromModule) {
|
|
272
|
-
this.
|
|
273
|
-
this.
|
|
272
|
+
this.r5w_1 = binding;
|
|
273
|
+
this.s5w_1 = fromModule;
|
|
274
274
|
}
|
|
275
275
|
function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
|
|
276
276
|
// Inline function 'kotlin.collections.groupBy' call
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
var _iterator__ex2g4s = tmp0.l();
|
|
281
281
|
while (_iterator__ex2g4s.m()) {
|
|
282
282
|
var element = _iterator__ex2g4s.n();
|
|
283
|
-
var key = first(element.x()).
|
|
283
|
+
var key = first(element.x()).s5w_1;
|
|
284
284
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
285
285
|
var value = destination.c2(key);
|
|
286
286
|
var tmp;
|
|
@@ -330,14 +330,14 @@
|
|
|
330
330
|
while (_iterator__ex2g4s.m()) {
|
|
331
331
|
var element = _iterator__ex2g4s.n();
|
|
332
332
|
var keyDescription = $keyBindDisp(element.w());
|
|
333
|
-
_this__u8e3s4.d8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.x()).
|
|
333
|
+
_this__u8e3s4.d8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.x()).r5w_1) + ' }');
|
|
334
334
|
if ($withOverrides) {
|
|
335
335
|
var subIdent = keyDescription.length - 4 | 0;
|
|
336
336
|
// Inline function 'kotlin.collections.forEach' call
|
|
337
337
|
var _iterator__ex2g4s_0 = element.x().z1(1, element.x().o()).l();
|
|
338
338
|
while (_iterator__ex2g4s_0.m()) {
|
|
339
339
|
var element_0 = _iterator__ex2g4s_0.n();
|
|
340
|
-
_this__u8e3s4.d8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.
|
|
340
|
+
_this__u8e3s4.d8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.r5w_1));
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
_this__u8e3s4.d8('\n');
|
|
@@ -346,45 +346,45 @@
|
|
|
346
346
|
}
|
|
347
347
|
function DI$Key$_get_bindDescription_$ref_ua6e71() {
|
|
348
348
|
return function (p0) {
|
|
349
|
-
return p0.
|
|
349
|
+
return p0.y5w();
|
|
350
350
|
};
|
|
351
351
|
}
|
|
352
352
|
function DIBinding$_get_description_$ref_vam140() {
|
|
353
353
|
return function (p0) {
|
|
354
|
-
return p0.
|
|
354
|
+
return p0.z5w();
|
|
355
355
|
};
|
|
356
356
|
}
|
|
357
357
|
function DI$Key$_get_bindFullDescription_$ref_x9pxcc() {
|
|
358
358
|
return function (p0) {
|
|
359
|
-
return p0.
|
|
359
|
+
return p0.a5x();
|
|
360
360
|
};
|
|
361
361
|
}
|
|
362
362
|
function DIBinding$_get_fullDescription_$ref_12omkv() {
|
|
363
363
|
return function (p0) {
|
|
364
|
-
return p0.
|
|
364
|
+
return p0.b5x();
|
|
365
365
|
};
|
|
366
366
|
}
|
|
367
367
|
function appendDescription($this, _this__u8e3s4, displayString) {
|
|
368
|
-
if (!($this.
|
|
369
|
-
_this__u8e3s4.d8(' tagged "' + toString($this.
|
|
368
|
+
if (!($this.w5w_1 == null)) {
|
|
369
|
+
_this__u8e3s4.d8(' tagged "' + toString($this.w5w_1) + '"');
|
|
370
370
|
}
|
|
371
|
-
if (!equals($this.
|
|
372
|
-
_this__u8e3s4.d8(' on context ' + displayString($this.
|
|
371
|
+
if (!equals($this.t5w_1, Companion_getInstance().x5v_1)) {
|
|
372
|
+
_this__u8e3s4.d8(' on context ' + displayString($this.t5w_1));
|
|
373
373
|
}
|
|
374
|
-
if (!equals($this.
|
|
375
|
-
_this__u8e3s4.d8(', with argument ' + displayString($this.
|
|
374
|
+
if (!equals($this.u5w_1, Companion_getInstance().w5v_1)) {
|
|
375
|
+
_this__u8e3s4.d8(', with argument ' + displayString($this.u5w_1));
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
function TypeToken$simpleDispString$ref() {
|
|
379
379
|
var l = function (p0) {
|
|
380
|
-
return p0.
|
|
380
|
+
return p0.y5v();
|
|
381
381
|
};
|
|
382
382
|
l.callableName = 'simpleDispString';
|
|
383
383
|
return l;
|
|
384
384
|
}
|
|
385
385
|
function TypeToken$qualifiedDispString$ref() {
|
|
386
386
|
var l = function (p0) {
|
|
387
|
-
return p0.
|
|
387
|
+
return p0.a5w();
|
|
388
388
|
};
|
|
389
389
|
l.callableName = 'qualifiedDispString';
|
|
390
390
|
return l;
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
394
394
|
prefix = prefix === VOID ? '' : prefix;
|
|
395
395
|
Module.call($this, allowSilentOverride, prefix, init);
|
|
396
|
-
$this.
|
|
396
|
+
$this.f5x_1 = name;
|
|
397
397
|
return $this;
|
|
398
398
|
}
|
|
399
399
|
function Module_init_$Create$(name, allowSilentOverride, prefix, init) {
|
|
@@ -406,83 +406,83 @@
|
|
|
406
406
|
function NotFoundException(key, message) {
|
|
407
407
|
RuntimeException_init_$Init$(message, this);
|
|
408
408
|
captureStack(this, NotFoundException);
|
|
409
|
-
this.
|
|
409
|
+
this.g5x_1 = key;
|
|
410
410
|
}
|
|
411
411
|
function OverridingException(message) {
|
|
412
412
|
RuntimeException_init_$Init$(message, this);
|
|
413
413
|
captureStack(this, OverridingException);
|
|
414
414
|
}
|
|
415
415
|
function Key(contextType, argType, type, tag) {
|
|
416
|
-
this.
|
|
417
|
-
this.
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
416
|
+
this.t5w_1 = contextType;
|
|
417
|
+
this.u5w_1 = argType;
|
|
418
|
+
this.v5w_1 = type;
|
|
419
|
+
this.w5w_1 = tag;
|
|
420
|
+
this.x5w_1 = 0;
|
|
421
421
|
}
|
|
422
422
|
protoOf(Key).hashCode = function () {
|
|
423
|
-
if (this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
423
|
+
if (this.x5w_1 === 0) {
|
|
424
|
+
this.x5w_1 = hashCode(this.t5w_1);
|
|
425
|
+
this.x5w_1 = imul(31, this.x5w_1) + hashCode(this.u5w_1) | 0;
|
|
426
|
+
this.x5w_1 = imul(29, hashCode(this.v5w_1));
|
|
427
427
|
var tmp = this;
|
|
428
|
-
var tmp_0 = imul(23, this.
|
|
429
|
-
var tmp0_safe_receiver = this.
|
|
428
|
+
var tmp_0 = imul(23, this.x5w_1);
|
|
429
|
+
var tmp0_safe_receiver = this.w5w_1;
|
|
430
430
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
431
|
-
tmp.
|
|
431
|
+
tmp.x5w_1 = tmp_0 + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
432
432
|
}
|
|
433
|
-
return this.
|
|
433
|
+
return this.x5w_1;
|
|
434
434
|
};
|
|
435
435
|
protoOf(Key).toString = function () {
|
|
436
|
-
return this.
|
|
436
|
+
return this.z5w();
|
|
437
437
|
};
|
|
438
|
-
protoOf(Key).
|
|
438
|
+
protoOf(Key).y5w = function () {
|
|
439
439
|
// Inline function 'kotlin.text.buildString' call
|
|
440
440
|
// Inline function 'kotlin.apply' call
|
|
441
441
|
var this_0 = StringBuilder_init_$Create$();
|
|
442
|
-
this_0.d8('bind<' + this.
|
|
443
|
-
if (!(this.
|
|
444
|
-
this_0.d8('(tag = "' + toString(this.
|
|
442
|
+
this_0.d8('bind<' + this.v5w_1.y5v() + '>');
|
|
443
|
+
if (!(this.w5w_1 == null)) {
|
|
444
|
+
this_0.d8('(tag = "' + toString(this.w5w_1) + '")');
|
|
445
445
|
}
|
|
446
446
|
return this_0.toString();
|
|
447
447
|
};
|
|
448
|
-
protoOf(Key).
|
|
448
|
+
protoOf(Key).a5x = function () {
|
|
449
449
|
// Inline function 'kotlin.text.buildString' call
|
|
450
450
|
// Inline function 'kotlin.apply' call
|
|
451
451
|
var this_0 = StringBuilder_init_$Create$();
|
|
452
|
-
this_0.d8('bind<' + this.
|
|
453
|
-
if (!(this.
|
|
454
|
-
this_0.d8('(tag = "' + toString(this.
|
|
452
|
+
this_0.d8('bind<' + this.v5w_1.a5w() + '>');
|
|
453
|
+
if (!(this.w5w_1 == null)) {
|
|
454
|
+
this_0.d8('(tag = "' + toString(this.w5w_1) + '")');
|
|
455
455
|
}
|
|
456
456
|
return this_0.toString();
|
|
457
457
|
};
|
|
458
|
-
protoOf(Key).
|
|
458
|
+
protoOf(Key).z5w = function () {
|
|
459
459
|
// Inline function 'kotlin.text.buildString' call
|
|
460
460
|
// Inline function 'kotlin.apply' call
|
|
461
461
|
var this_0 = StringBuilder_init_$Create$();
|
|
462
|
-
this_0.d8(this.
|
|
462
|
+
this_0.d8(this.v5w_1.y5v());
|
|
463
463
|
appendDescription(this, this_0, TypeToken$simpleDispString$ref());
|
|
464
464
|
return this_0.toString();
|
|
465
465
|
};
|
|
466
|
-
protoOf(Key).
|
|
467
|
-
return '(context: ' + this.
|
|
466
|
+
protoOf(Key).h5x = function () {
|
|
467
|
+
return '(context: ' + this.t5w_1.y5v() + ', arg: ' + this.u5w_1.y5v() + ', type: ' + this.v5w_1.y5v() + ', tag: ' + toString(this.w5w_1) + ')';
|
|
468
468
|
};
|
|
469
|
-
protoOf(Key).
|
|
469
|
+
protoOf(Key).b5x = function () {
|
|
470
470
|
// Inline function 'kotlin.text.buildString' call
|
|
471
471
|
// Inline function 'kotlin.apply' call
|
|
472
472
|
var this_0 = StringBuilder_init_$Create$();
|
|
473
|
-
this_0.d8(this.
|
|
473
|
+
this_0.d8(this.v5w_1.a5w());
|
|
474
474
|
appendDescription(this, this_0, TypeToken$qualifiedDispString$ref());
|
|
475
475
|
return this_0.toString();
|
|
476
476
|
};
|
|
477
|
-
protoOf(Key).
|
|
477
|
+
protoOf(Key).i5x = function (contextType, argType, type, tag) {
|
|
478
478
|
return new Key(contextType, argType, type, tag);
|
|
479
479
|
};
|
|
480
|
-
protoOf(Key).
|
|
481
|
-
contextType = contextType === VOID ? this.
|
|
482
|
-
argType = argType === VOID ? this.
|
|
483
|
-
type = type === VOID ? this.
|
|
484
|
-
tag = tag === VOID ? this.
|
|
485
|
-
return $super === VOID ? this.
|
|
480
|
+
protoOf(Key).j5x = function (contextType, argType, type, tag, $super) {
|
|
481
|
+
contextType = contextType === VOID ? this.t5w_1 : contextType;
|
|
482
|
+
argType = argType === VOID ? this.u5w_1 : argType;
|
|
483
|
+
type = type === VOID ? this.v5w_1 : type;
|
|
484
|
+
tag = tag === VOID ? this.w5w_1 : tag;
|
|
485
|
+
return $super === VOID ? this.i5x(contextType, argType, type, tag) : $super.i5x.call(this, contextType, argType, type, tag);
|
|
486
486
|
};
|
|
487
487
|
protoOf(Key).equals = function (other) {
|
|
488
488
|
if (this === other)
|
|
@@ -490,13 +490,13 @@
|
|
|
490
490
|
if (!(other instanceof Key))
|
|
491
491
|
return false;
|
|
492
492
|
var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
|
|
493
|
-
if (!equals(this.
|
|
493
|
+
if (!equals(this.t5w_1, tmp0_other_with_cast.t5w_1))
|
|
494
494
|
return false;
|
|
495
|
-
if (!equals(this.
|
|
495
|
+
if (!equals(this.u5w_1, tmp0_other_with_cast.u5w_1))
|
|
496
496
|
return false;
|
|
497
|
-
if (!equals(this.
|
|
497
|
+
if (!equals(this.v5w_1, tmp0_other_with_cast.v5w_1))
|
|
498
498
|
return false;
|
|
499
|
-
if (!equals(this.
|
|
499
|
+
if (!equals(this.w5w_1, tmp0_other_with_cast.w5w_1))
|
|
500
500
|
return false;
|
|
501
501
|
return true;
|
|
502
502
|
};
|
|
@@ -505,13 +505,13 @@
|
|
|
505
505
|
function Module(allowSilentOverride, prefix, init) {
|
|
506
506
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
507
507
|
prefix = prefix === VOID ? '' : prefix;
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
510
|
-
this.
|
|
511
|
-
this.
|
|
508
|
+
this.c5x_1 = allowSilentOverride;
|
|
509
|
+
this.d5x_1 = prefix;
|
|
510
|
+
this.e5x_1 = init;
|
|
511
|
+
this.f5x_1 = null;
|
|
512
512
|
}
|
|
513
513
|
protoOf(Module).r2 = function () {
|
|
514
|
-
var tmp0_elvis_lhs = this.
|
|
514
|
+
var tmp0_elvis_lhs = this.f5x_1;
|
|
515
515
|
var tmp;
|
|
516
516
|
if (tmp0_elvis_lhs == null) {
|
|
517
517
|
throw IllegalStateException_init_$Create$('module must have a name.');
|
|
@@ -521,12 +521,12 @@
|
|
|
521
521
|
return tmp;
|
|
522
522
|
};
|
|
523
523
|
protoOf(Module).toString = function () {
|
|
524
|
-
return 'Module(allowSilentOverride=' + this.
|
|
524
|
+
return 'Module(allowSilentOverride=' + this.c5x_1 + ', prefix=' + this.d5x_1 + ', init=' + toString_0(this.e5x_1) + ')';
|
|
525
525
|
};
|
|
526
526
|
protoOf(Module).hashCode = function () {
|
|
527
|
-
var result = getBooleanHashCode(this.
|
|
528
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
529
|
-
result = imul(result, 31) + hashCode(this.
|
|
527
|
+
var result = getBooleanHashCode(this.c5x_1);
|
|
528
|
+
result = imul(result, 31) + getStringHashCode(this.d5x_1) | 0;
|
|
529
|
+
result = imul(result, 31) + hashCode(this.e5x_1) | 0;
|
|
530
530
|
return result;
|
|
531
531
|
};
|
|
532
532
|
protoOf(Module).equals = function (other) {
|
|
@@ -535,24 +535,24 @@
|
|
|
535
535
|
if (!(other instanceof Module))
|
|
536
536
|
return false;
|
|
537
537
|
var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
|
|
538
|
-
if (!(this.
|
|
538
|
+
if (!(this.c5x_1 === tmp0_other_with_cast.c5x_1))
|
|
539
539
|
return false;
|
|
540
|
-
if (!(this.
|
|
540
|
+
if (!(this.d5x_1 === tmp0_other_with_cast.d5x_1))
|
|
541
541
|
return false;
|
|
542
|
-
if (!equals(this.
|
|
542
|
+
if (!equals(this.e5x_1, tmp0_other_with_cast.e5x_1))
|
|
543
543
|
return false;
|
|
544
544
|
return true;
|
|
545
545
|
};
|
|
546
546
|
function Companion() {
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
547
|
+
this.r5x_1 = false;
|
|
548
|
+
this.s5x_1 = false;
|
|
549
549
|
}
|
|
550
|
-
protoOf(Companion).
|
|
550
|
+
protoOf(Companion).t5x = function (allowSilentOverride, init) {
|
|
551
551
|
return DIImpl_init_$Create$(allowSilentOverride, init);
|
|
552
552
|
};
|
|
553
|
-
protoOf(Companion).
|
|
553
|
+
protoOf(Companion).u5x = function (allowSilentOverride, init, $super) {
|
|
554
554
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
555
|
-
return $super === VOID ? this.
|
|
555
|
+
return $super === VOID ? this.t5x(allowSilentOverride, init) : $super.t5x.call(this, allowSilentOverride, init);
|
|
556
556
|
};
|
|
557
557
|
var Companion_instance;
|
|
558
558
|
function Companion_getInstance_0() {
|
|
@@ -563,24 +563,24 @@
|
|
|
563
563
|
function DIAware() {
|
|
564
564
|
}
|
|
565
565
|
function get_direct(_this__u8e3s4) {
|
|
566
|
-
return createDirectDI(_this__u8e3s4.
|
|
566
|
+
return createDirectDI(_this__u8e3s4.v5x().w5x(), _this__u8e3s4.x5x());
|
|
567
567
|
}
|
|
568
568
|
function Value(type, value) {
|
|
569
|
-
this.
|
|
570
|
-
this.
|
|
569
|
+
this.z5x_1 = type;
|
|
570
|
+
this.a5y_1 = value;
|
|
571
571
|
}
|
|
572
|
-
protoOf(Value).
|
|
573
|
-
return this.
|
|
572
|
+
protoOf(Value).b5y = function () {
|
|
573
|
+
return this.z5x_1;
|
|
574
574
|
};
|
|
575
575
|
protoOf(Value).x = function () {
|
|
576
|
-
return this.
|
|
576
|
+
return this.a5y_1;
|
|
577
577
|
};
|
|
578
578
|
protoOf(Value).toString = function () {
|
|
579
|
-
return 'Value(type=' + toString_0(this.
|
|
579
|
+
return 'Value(type=' + toString_0(this.z5x_1) + ', value=' + toString_0(this.a5y_1) + ')';
|
|
580
580
|
};
|
|
581
581
|
protoOf(Value).hashCode = function () {
|
|
582
|
-
var result = hashCode(this.
|
|
583
|
-
result = imul(result, 31) + hashCode(this.
|
|
582
|
+
var result = hashCode(this.z5x_1);
|
|
583
|
+
result = imul(result, 31) + hashCode(this.a5y_1) | 0;
|
|
584
584
|
return result;
|
|
585
585
|
};
|
|
586
586
|
protoOf(Value).equals = function (other) {
|
|
@@ -589,15 +589,15 @@
|
|
|
589
589
|
if (!(other instanceof Value))
|
|
590
590
|
return false;
|
|
591
591
|
var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
|
|
592
|
-
if (!equals(this.
|
|
592
|
+
if (!equals(this.z5x_1, tmp0_other_with_cast.z5x_1))
|
|
593
593
|
return false;
|
|
594
|
-
if (!equals(this.
|
|
594
|
+
if (!equals(this.a5y_1, tmp0_other_with_cast.a5y_1))
|
|
595
595
|
return false;
|
|
596
596
|
return true;
|
|
597
597
|
};
|
|
598
598
|
function Companion_0() {
|
|
599
599
|
}
|
|
600
|
-
protoOf(Companion_0).
|
|
600
|
+
protoOf(Companion_0).c5y = function (type, value) {
|
|
601
601
|
return new Value(type, value);
|
|
602
602
|
};
|
|
603
603
|
var Companion_instance_0;
|
|
@@ -607,11 +607,11 @@
|
|
|
607
607
|
function DIContext() {
|
|
608
608
|
}
|
|
609
609
|
function get_AnyDIContext() {
|
|
610
|
-
return Contexes_getInstance().
|
|
610
|
+
return Contexes_getInstance().d5y_1;
|
|
611
611
|
}
|
|
612
612
|
function Contexes() {
|
|
613
613
|
Contexes_instance = this;
|
|
614
|
-
this.
|
|
614
|
+
this.d5y_1 = Companion_instance_0.c5y(Companion_getInstance().x5v_1, new Object());
|
|
615
615
|
}
|
|
616
616
|
var Contexes_instance;
|
|
617
617
|
function Contexes_getInstance() {
|
|
@@ -621,19 +621,19 @@
|
|
|
621
621
|
}
|
|
622
622
|
function Instance(_this__u8e3s4, type, tag) {
|
|
623
623
|
tag = tag === VOID ? null : tag;
|
|
624
|
-
var tmp = _this__u8e3s4.
|
|
625
|
-
var tmp_0 = _this__u8e3s4.
|
|
624
|
+
var tmp = _this__u8e3s4.y5x();
|
|
625
|
+
var tmp_0 = _this__u8e3s4.x5x();
|
|
626
626
|
return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
|
|
627
627
|
}
|
|
628
628
|
function On(_this__u8e3s4, context, trigger) {
|
|
629
|
-
context = context === VOID ? _this__u8e3s4.
|
|
630
|
-
trigger = trigger === VOID ? _this__u8e3s4.
|
|
629
|
+
context = context === VOID ? _this__u8e3s4.x5x() : context;
|
|
630
|
+
trigger = trigger === VOID ? _this__u8e3s4.y5x() : trigger;
|
|
631
631
|
return DIWrapper_init_$Create$(_this__u8e3s4, context, trigger);
|
|
632
632
|
}
|
|
633
633
|
function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
|
|
634
|
-
diContext = diContext === VOID ? base.
|
|
635
|
-
trigger = trigger === VOID ? base.
|
|
636
|
-
DIWrapper.call($this, base.
|
|
634
|
+
diContext = diContext === VOID ? base.x5x() : diContext;
|
|
635
|
+
trigger = trigger === VOID ? base.y5x() : trigger;
|
|
636
|
+
DIWrapper.call($this, base.v5x(), diContext, trigger);
|
|
637
637
|
return $this;
|
|
638
638
|
}
|
|
639
639
|
function DIWrapper_init_$Create$(base, diContext, trigger) {
|
|
@@ -641,44 +641,44 @@
|
|
|
641
641
|
}
|
|
642
642
|
function DIWrapper(_base, diContext, diTrigger) {
|
|
643
643
|
diTrigger = diTrigger === VOID ? null : diTrigger;
|
|
644
|
-
this.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
644
|
+
this.e5y_1 = _base;
|
|
645
|
+
this.f5y_1 = diContext;
|
|
646
|
+
this.g5y_1 = diTrigger;
|
|
647
647
|
}
|
|
648
|
-
protoOf(DIWrapper).
|
|
649
|
-
return this.
|
|
648
|
+
protoOf(DIWrapper).x5x = function () {
|
|
649
|
+
return this.f5y_1;
|
|
650
650
|
};
|
|
651
|
-
protoOf(DIWrapper).
|
|
652
|
-
return this.
|
|
651
|
+
protoOf(DIWrapper).y5x = function () {
|
|
652
|
+
return this.g5y_1;
|
|
653
653
|
};
|
|
654
|
-
protoOf(DIWrapper).
|
|
654
|
+
protoOf(DIWrapper).v5x = function () {
|
|
655
655
|
return this;
|
|
656
656
|
};
|
|
657
|
-
protoOf(DIWrapper).
|
|
658
|
-
return this.
|
|
657
|
+
protoOf(DIWrapper).w5x = function () {
|
|
658
|
+
return this.e5y_1.w5x();
|
|
659
659
|
};
|
|
660
660
|
function InstanceOrNull(_this__u8e3s4, type, tag) {
|
|
661
661
|
tag = tag === VOID ? null : tag;
|
|
662
|
-
var tmp = _this__u8e3s4.
|
|
663
|
-
var tmp_0 = _this__u8e3s4.
|
|
662
|
+
var tmp = _this__u8e3s4.y5x();
|
|
663
|
+
var tmp_0 = _this__u8e3s4.x5x();
|
|
664
664
|
return new DIProperty(tmp, tmp_0, InstanceOrNull$lambda(_this__u8e3s4, type, tag));
|
|
665
665
|
}
|
|
666
666
|
function Instance$lambda($this_Instance, $type, $tag) {
|
|
667
667
|
return function (ctx, _unused_var__etf5q3) {
|
|
668
|
-
var tmp = $this_Instance.
|
|
668
|
+
var tmp = $this_Instance.v5x().w5x();
|
|
669
669
|
// Inline function 'org.kodein.di.anyType' call
|
|
670
|
-
var tmp_0 = ctx.
|
|
670
|
+
var tmp_0 = ctx.b5y();
|
|
671
671
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
672
|
-
return tmp.
|
|
672
|
+
return tmp.h5y(new Key(tmp$ret$0, Companion_getInstance().w5v_1, $type, $tag), ctx.x())();
|
|
673
673
|
};
|
|
674
674
|
}
|
|
675
675
|
function InstanceOrNull$lambda($this_InstanceOrNull, $type, $tag) {
|
|
676
676
|
return function (ctx, _unused_var__etf5q3) {
|
|
677
|
-
var tmp = $this_InstanceOrNull.
|
|
677
|
+
var tmp = $this_InstanceOrNull.v5x().w5x();
|
|
678
678
|
// Inline function 'org.kodein.di.anyType' call
|
|
679
|
-
var tmp_0 = ctx.
|
|
679
|
+
var tmp_0 = ctx.b5y();
|
|
680
680
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
681
|
-
var tmp0_safe_receiver = tmp.
|
|
681
|
+
var tmp0_safe_receiver = tmp.i5y(new Key(tmp$ret$0, Companion_getInstance().w5v_1, $type, $tag), ctx.x());
|
|
682
682
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
683
683
|
};
|
|
684
684
|
}
|
|
@@ -709,63 +709,63 @@
|
|
|
709
709
|
argType = argType === VOID ? null : argType;
|
|
710
710
|
type = type === VOID ? null : type;
|
|
711
711
|
tag = tag === VOID ? NoDefinedTag_instance : tag;
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
714
|
-
this.
|
|
715
|
-
this.
|
|
712
|
+
this.z5y_1 = contextType;
|
|
713
|
+
this.a5z_1 = argType;
|
|
714
|
+
this.b5z_1 = type;
|
|
715
|
+
this.c5z_1 = tag;
|
|
716
716
|
}
|
|
717
717
|
protoOf(SearchSpecs).toString = function () {
|
|
718
718
|
var args = ArrayList_init_$Create$();
|
|
719
|
-
if (!(this.
|
|
720
|
-
var tmp0_safe_receiver = this.
|
|
719
|
+
if (!(this.z5y_1 == null)) {
|
|
720
|
+
var tmp0_safe_receiver = this.z5y_1;
|
|
721
721
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
722
|
-
var element = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
722
|
+
var element = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y5v());
|
|
723
723
|
args.j(element);
|
|
724
724
|
}
|
|
725
|
-
if (!(this.
|
|
726
|
-
var tmp1_safe_receiver = this.
|
|
725
|
+
if (!(this.a5z_1 == null)) {
|
|
726
|
+
var tmp1_safe_receiver = this.a5z_1;
|
|
727
727
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
728
|
-
var element_0 = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
728
|
+
var element_0 = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.y5v());
|
|
729
729
|
args.j(element_0);
|
|
730
730
|
}
|
|
731
|
-
if (!(this.
|
|
732
|
-
var tmp2_safe_receiver = this.
|
|
731
|
+
if (!(this.b5z_1 == null)) {
|
|
732
|
+
var tmp2_safe_receiver = this.b5z_1;
|
|
733
733
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
734
|
-
var element_1 = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
734
|
+
var element_1 = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.y5v());
|
|
735
735
|
args.j(element_1);
|
|
736
736
|
}
|
|
737
|
-
if (!equals(this.
|
|
737
|
+
if (!equals(this.c5z_1, NoDefinedTag_instance)) {
|
|
738
738
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
739
|
-
var element_2 = 'tag=' + toString(this.
|
|
739
|
+
var element_2 = 'tag=' + toString(this.c5z_1);
|
|
740
740
|
args.j(element_2);
|
|
741
741
|
}
|
|
742
742
|
return '[' + joinToString(args, ', ') + ']';
|
|
743
743
|
};
|
|
744
744
|
function NoArgBindingDIWrap(_di) {
|
|
745
|
-
this.
|
|
745
|
+
this.d5z_1 = _di;
|
|
746
746
|
}
|
|
747
|
-
protoOf(NoArgBindingDIWrap).
|
|
748
|
-
return this.
|
|
747
|
+
protoOf(NoArgBindingDIWrap).v5y = function () {
|
|
748
|
+
return this.d5z_1.v5y();
|
|
749
749
|
};
|
|
750
|
-
protoOf(NoArgBindingDIWrap).
|
|
751
|
-
return this.
|
|
750
|
+
protoOf(NoArgBindingDIWrap).v5x = function () {
|
|
751
|
+
return this.d5z_1.v5x();
|
|
752
752
|
};
|
|
753
|
-
protoOf(NoArgBindingDIWrap).
|
|
754
|
-
return this.
|
|
753
|
+
protoOf(NoArgBindingDIWrap).w5y = function (context) {
|
|
754
|
+
return this.d5z_1.w5y(context);
|
|
755
755
|
};
|
|
756
|
-
protoOf(NoArgBindingDIWrap).
|
|
757
|
-
return this.
|
|
756
|
+
protoOf(NoArgBindingDIWrap).x5y = function (type, tag) {
|
|
757
|
+
return this.d5z_1.x5y(type, tag);
|
|
758
758
|
};
|
|
759
|
-
protoOf(NoArgBindingDIWrap).
|
|
760
|
-
return this.
|
|
759
|
+
protoOf(NoArgBindingDIWrap).y5y = function () {
|
|
760
|
+
return this.d5z_1.y5y();
|
|
761
761
|
};
|
|
762
762
|
protoOf(NoArgBindingDIWrap).y8 = function () {
|
|
763
|
-
return this.
|
|
763
|
+
return this.d5z_1.y8();
|
|
764
764
|
};
|
|
765
765
|
function ErasedContext() {
|
|
766
766
|
}
|
|
767
|
-
protoOf(ErasedContext).
|
|
768
|
-
return Companion_getInstance().
|
|
767
|
+
protoOf(ErasedContext).b5y = function () {
|
|
768
|
+
return Companion_getInstance().x5v_1;
|
|
769
769
|
};
|
|
770
770
|
protoOf(ErasedContext).x = function () {
|
|
771
771
|
return ErasedContext_instance;
|
|
@@ -775,11 +775,11 @@
|
|
|
775
775
|
return ErasedContext_instance;
|
|
776
776
|
}
|
|
777
777
|
function DIBinding$Copier$Companion$invoke$1($f) {
|
|
778
|
-
this.
|
|
778
|
+
this.e5z_1 = $f;
|
|
779
779
|
}
|
|
780
780
|
function Companion_1() {
|
|
781
781
|
}
|
|
782
|
-
protoOf(Companion_1).
|
|
782
|
+
protoOf(Companion_1).f5z = function (f) {
|
|
783
783
|
return new DIBinding$Copier$Companion$invoke$1(f);
|
|
784
784
|
};
|
|
785
785
|
var Companion_instance_1;
|
|
@@ -791,21 +791,21 @@
|
|
|
791
791
|
function NoArgDIBinding() {
|
|
792
792
|
}
|
|
793
793
|
function Reference(current, next) {
|
|
794
|
-
this.
|
|
795
|
-
this.
|
|
794
|
+
this.m5z_1 = current;
|
|
795
|
+
this.n5z_1 = next;
|
|
796
796
|
}
|
|
797
797
|
protoOf(Reference).oe = function () {
|
|
798
|
-
return this.
|
|
798
|
+
return this.m5z_1;
|
|
799
799
|
};
|
|
800
800
|
protoOf(Reference).pe = function () {
|
|
801
|
-
return this.
|
|
801
|
+
return this.n5z_1;
|
|
802
802
|
};
|
|
803
803
|
protoOf(Reference).toString = function () {
|
|
804
|
-
return 'Reference(current=' + toString_0(this.
|
|
804
|
+
return 'Reference(current=' + toString_0(this.m5z_1) + ', next=' + toString_0(this.n5z_1) + ')';
|
|
805
805
|
};
|
|
806
806
|
protoOf(Reference).hashCode = function () {
|
|
807
|
-
var result = hashCode(this.
|
|
808
|
-
result = imul(result, 31) + hashCode(this.
|
|
807
|
+
var result = hashCode(this.m5z_1);
|
|
808
|
+
result = imul(result, 31) + hashCode(this.n5z_1) | 0;
|
|
809
809
|
return result;
|
|
810
810
|
};
|
|
811
811
|
protoOf(Reference).equals = function (other) {
|
|
@@ -814,9 +814,9 @@
|
|
|
814
814
|
if (!(other instanceof Reference))
|
|
815
815
|
return false;
|
|
816
816
|
var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
|
|
817
|
-
if (!equals(this.
|
|
817
|
+
if (!equals(this.m5z_1, tmp0_other_with_cast.m5z_1))
|
|
818
818
|
return false;
|
|
819
|
-
if (!equals(this.
|
|
819
|
+
if (!equals(this.n5z_1, tmp0_other_with_cast.n5z_1))
|
|
820
820
|
return false;
|
|
821
821
|
return true;
|
|
822
822
|
};
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
}
|
|
828
828
|
function SingletonReference() {
|
|
829
829
|
}
|
|
830
|
-
protoOf(SingletonReference).
|
|
830
|
+
protoOf(SingletonReference).o5z = function (creator) {
|
|
831
831
|
var value = creator();
|
|
832
832
|
return new Reference(value, SingletonReference$make$lambda(value));
|
|
833
833
|
};
|
|
@@ -838,27 +838,27 @@
|
|
|
838
838
|
function ContextTranslator() {
|
|
839
839
|
}
|
|
840
840
|
function NoScope() {
|
|
841
|
-
this.
|
|
841
|
+
this.r5z_1 = new StandardScopeRegistry();
|
|
842
842
|
}
|
|
843
|
-
protoOf(NoScope).
|
|
844
|
-
return this.
|
|
843
|
+
protoOf(NoScope).s5z = function (context) {
|
|
844
|
+
return this.r5z_1;
|
|
845
845
|
};
|
|
846
|
-
protoOf(NoScope).
|
|
847
|
-
return this.
|
|
846
|
+
protoOf(NoScope).t5z = function (context) {
|
|
847
|
+
return this.s5z((context == null ? true : !(context == null)) ? context : THROW_CCE());
|
|
848
848
|
};
|
|
849
849
|
function ScopeRegistry() {
|
|
850
850
|
}
|
|
851
851
|
function StandardScopeRegistry() {
|
|
852
852
|
ScopeRegistry.call(this);
|
|
853
|
-
this.
|
|
854
|
-
this.
|
|
853
|
+
this.v5z_1 = newConcurrentMap();
|
|
854
|
+
this.w5z_1 = new Object();
|
|
855
855
|
}
|
|
856
|
-
protoOf(StandardScopeRegistry).
|
|
857
|
-
var tmp0 = sync ? this.
|
|
856
|
+
protoOf(StandardScopeRegistry).u5z = function (key, sync, creator) {
|
|
857
|
+
var tmp0 = sync ? this.w5z_1 : null;
|
|
858
858
|
var tmp$ret$2;
|
|
859
859
|
$l$block_3: {
|
|
860
860
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull' call
|
|
861
|
-
var tmp0_safe_receiver = this.
|
|
861
|
+
var tmp0_safe_receiver = this.v5z_1.c2(key);
|
|
862
862
|
var tmp0_safe_receiver_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
863
863
|
if (tmp0_safe_receiver_0 == null)
|
|
864
864
|
null;
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
if (tmp0 == null) {
|
|
873
873
|
var tmp$ret$5;
|
|
874
874
|
$l$block_0: {
|
|
875
|
-
var tmp0_safe_receiver_1 = this.
|
|
875
|
+
var tmp0_safe_receiver_1 = this.v5z_1.c2(key);
|
|
876
876
|
var tmp0_safe_receiver_2 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1();
|
|
877
877
|
if (tmp0_safe_receiver_2 == null)
|
|
878
878
|
null;
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
var current = _destruct__k2r9zo.oe();
|
|
886
886
|
var next = _destruct__k2r9zo.pe();
|
|
887
887
|
// Inline function 'kotlin.collections.set' call
|
|
888
|
-
this.
|
|
888
|
+
this.v5z_1.f2(key, next);
|
|
889
889
|
tmp$ret$2 = current;
|
|
890
890
|
break $l$block_3;
|
|
891
891
|
}
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
// Inline function 'kotlinx.atomicfu.locks.synchronized' call
|
|
895
895
|
var tmp$ret$10;
|
|
896
896
|
$l$block_2: {
|
|
897
|
-
var tmp0_safe_receiver_3 = this.
|
|
897
|
+
var tmp0_safe_receiver_3 = this.v5z_1.c2(key);
|
|
898
898
|
var tmp0_safe_receiver_4 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3();
|
|
899
899
|
if (tmp0_safe_receiver_4 == null)
|
|
900
900
|
null;
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
var current_0 = _destruct__k2r9zo_0.oe();
|
|
908
908
|
var next_0 = _destruct__k2r9zo_0.pe();
|
|
909
909
|
// Inline function 'kotlin.collections.set' call
|
|
910
|
-
this.
|
|
910
|
+
this.v5z_1.f2(key, next_0);
|
|
911
911
|
tmp$ret$2 = current_0;
|
|
912
912
|
break $l$block_3;
|
|
913
913
|
}
|
|
@@ -919,64 +919,64 @@
|
|
|
919
919
|
return tmp$ret$2;
|
|
920
920
|
};
|
|
921
921
|
function toKContext(_this__u8e3s4, di, ctx) {
|
|
922
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
922
|
+
var tmp0_safe_receiver = _this__u8e3s4.q5z(di, ctx);
|
|
923
923
|
var tmp;
|
|
924
924
|
if (tmp0_safe_receiver == null) {
|
|
925
925
|
tmp = null;
|
|
926
926
|
} else {
|
|
927
927
|
// Inline function 'kotlin.let' call
|
|
928
|
-
tmp = Companion_instance_0.
|
|
928
|
+
tmp = Companion_instance_0.c5y(_this__u8e3s4.p5z(), tmp0_safe_receiver);
|
|
929
929
|
}
|
|
930
930
|
return tmp;
|
|
931
931
|
}
|
|
932
932
|
function CompositeContextTranslator(src, dst) {
|
|
933
|
-
this.
|
|
934
|
-
this.
|
|
933
|
+
this.x5z_1 = src;
|
|
934
|
+
this.y5z_1 = dst;
|
|
935
935
|
}
|
|
936
|
-
protoOf(CompositeContextTranslator).
|
|
937
|
-
return this.
|
|
936
|
+
protoOf(CompositeContextTranslator).o5x = function () {
|
|
937
|
+
return this.x5z_1.o5x();
|
|
938
938
|
};
|
|
939
|
-
protoOf(CompositeContextTranslator).
|
|
940
|
-
return this.
|
|
939
|
+
protoOf(CompositeContextTranslator).p5z = function () {
|
|
940
|
+
return this.y5z_1.p5z();
|
|
941
941
|
};
|
|
942
|
-
protoOf(CompositeContextTranslator).
|
|
943
|
-
var tmp0_safe_receiver = this.
|
|
942
|
+
protoOf(CompositeContextTranslator).q5z = function (di, ctx) {
|
|
943
|
+
var tmp0_safe_receiver = this.x5z_1.q5z(di, ctx);
|
|
944
944
|
var tmp;
|
|
945
945
|
if (tmp0_safe_receiver == null) {
|
|
946
946
|
tmp = null;
|
|
947
947
|
} else {
|
|
948
948
|
// Inline function 'kotlin.let' call
|
|
949
|
-
tmp = this.
|
|
949
|
+
tmp = this.y5z_1.q5z(di, tmp0_safe_receiver);
|
|
950
950
|
}
|
|
951
951
|
return tmp;
|
|
952
952
|
};
|
|
953
953
|
protoOf(CompositeContextTranslator).toString = function () {
|
|
954
|
-
return '(' + toString_0(this.
|
|
954
|
+
return '(' + toString_0(this.x5z_1) + ' -> ' + toString_0(this.y5z_1) + ')';
|
|
955
955
|
};
|
|
956
956
|
function Provider$getFactory$lambda(this$0, $di) {
|
|
957
957
|
return function (_unused_var__etf5q3) {
|
|
958
|
-
return this$0.
|
|
958
|
+
return this$0.b60_1(new NoArgBindingDIWrap($di));
|
|
959
959
|
};
|
|
960
960
|
}
|
|
961
961
|
function Provider(contextType, createdType, creator) {
|
|
962
|
-
this.
|
|
963
|
-
this.
|
|
964
|
-
this.
|
|
962
|
+
this.z5z_1 = contextType;
|
|
963
|
+
this.a60_1 = createdType;
|
|
964
|
+
this.b60_1 = creator;
|
|
965
965
|
}
|
|
966
|
-
protoOf(Provider).
|
|
967
|
-
return this.
|
|
966
|
+
protoOf(Provider).o5x = function () {
|
|
967
|
+
return this.z5z_1;
|
|
968
968
|
};
|
|
969
|
-
protoOf(Provider).
|
|
970
|
-
return this.
|
|
969
|
+
protoOf(Provider).j5z = function () {
|
|
970
|
+
return this.a60_1;
|
|
971
971
|
};
|
|
972
|
-
protoOf(Provider).
|
|
972
|
+
protoOf(Provider).g5z = function () {
|
|
973
973
|
return 'provider';
|
|
974
974
|
};
|
|
975
|
-
protoOf(Provider).
|
|
975
|
+
protoOf(Provider).c60 = function (key, di) {
|
|
976
976
|
return Provider$getFactory$lambda(this, di);
|
|
977
977
|
};
|
|
978
|
-
protoOf(Provider).
|
|
979
|
-
return this.
|
|
978
|
+
protoOf(Provider).l5z = function (key, di) {
|
|
979
|
+
return this.c60(key, di);
|
|
980
980
|
};
|
|
981
981
|
function factoryName($this, params) {
|
|
982
982
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -991,12 +991,12 @@
|
|
|
991
991
|
}
|
|
992
992
|
function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
|
|
993
993
|
return function () {
|
|
994
|
-
return this$0.
|
|
994
|
+
return this$0.i60_1(new NoArgBindingDIWrap($bindingDi));
|
|
995
995
|
};
|
|
996
996
|
}
|
|
997
997
|
function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
|
|
998
998
|
return function () {
|
|
999
|
-
return this$0.
|
|
999
|
+
return this$0.j60_1.o5z(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
|
|
1000
1000
|
};
|
|
1001
1001
|
}
|
|
1002
1002
|
function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
|
|
@@ -1005,79 +1005,79 @@
|
|
|
1005
1005
|
var tmp;
|
|
1006
1006
|
if (tmp0_elvis_lhs == null) {
|
|
1007
1007
|
// Inline function 'kotlin.also' call
|
|
1008
|
-
var this_0 = this$0.
|
|
1008
|
+
var this_0 = this$0.d60_1.t5z($bindingDi.y8());
|
|
1009
1009
|
$lateInitRegistry._v = this_0;
|
|
1010
1010
|
tmp = this_0;
|
|
1011
1011
|
} else {
|
|
1012
1012
|
tmp = tmp0_elvis_lhs;
|
|
1013
1013
|
}
|
|
1014
1014
|
var registry = tmp;
|
|
1015
|
-
var tmp_0 = registry.
|
|
1015
|
+
var tmp_0 = registry.u5z(this$0.k60_1, this$0.h60_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
|
|
1016
1016
|
return !(tmp_0 == null) ? tmp_0 : THROW_CCE();
|
|
1017
1017
|
};
|
|
1018
1018
|
}
|
|
1019
1019
|
function Singleton$copier$lambda(this$0) {
|
|
1020
1020
|
return function (it) {
|
|
1021
|
-
return new Singleton(this$0.
|
|
1021
|
+
return new Singleton(this$0.d60_1, this$0.e60_1, this$0.f60_1, this$0.g60_1, this$0.j60_1, this$0.h60_1, this$0.i60_1);
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
|
|
1025
1025
|
refMaker = refMaker === VOID ? null : refMaker;
|
|
1026
1026
|
sync = sync === VOID ? true : sync;
|
|
1027
|
-
this.
|
|
1028
|
-
this.
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1031
|
-
this.
|
|
1032
|
-
this.
|
|
1027
|
+
this.d60_1 = scope;
|
|
1028
|
+
this.e60_1 = contextType;
|
|
1029
|
+
this.f60_1 = explicitContext;
|
|
1030
|
+
this.g60_1 = createdType;
|
|
1031
|
+
this.h60_1 = sync;
|
|
1032
|
+
this.i60_1 = creator;
|
|
1033
1033
|
var tmp = this;
|
|
1034
|
-
tmp.
|
|
1035
|
-
this.
|
|
1034
|
+
tmp.j60_1 = refMaker == null ? SingletonReference_instance : refMaker;
|
|
1035
|
+
this.k60_1 = new ScopeKey(new Object(), Unit_instance);
|
|
1036
1036
|
var tmp_0 = this;
|
|
1037
1037
|
var tmp_1 = Companion_instance_1;
|
|
1038
|
-
tmp_0.
|
|
1038
|
+
tmp_0.l60_1 = tmp_1.f5z(Singleton$copier$lambda(this));
|
|
1039
1039
|
}
|
|
1040
|
-
protoOf(Singleton).
|
|
1041
|
-
return this.
|
|
1040
|
+
protoOf(Singleton).q5x = function () {
|
|
1041
|
+
return this.d60_1;
|
|
1042
1042
|
};
|
|
1043
|
-
protoOf(Singleton).
|
|
1044
|
-
return this.
|
|
1043
|
+
protoOf(Singleton).o5x = function () {
|
|
1044
|
+
return this.e60_1;
|
|
1045
1045
|
};
|
|
1046
|
-
protoOf(Singleton).
|
|
1047
|
-
return this.
|
|
1046
|
+
protoOf(Singleton).j5z = function () {
|
|
1047
|
+
return this.g60_1;
|
|
1048
1048
|
};
|
|
1049
|
-
protoOf(Singleton).
|
|
1049
|
+
protoOf(Singleton).g5z = function () {
|
|
1050
1050
|
var params = ArrayList_init_$Create$_0(2);
|
|
1051
|
-
if (!equals(this.
|
|
1052
|
-
params.j('ref = ' + erasedOf(this.
|
|
1051
|
+
if (!equals(this.j60_1, SingletonReference_instance)) {
|
|
1052
|
+
params.j('ref = ' + erasedOf(this.j60_1).y5v());
|
|
1053
1053
|
}
|
|
1054
1054
|
return factoryName(this, params);
|
|
1055
1055
|
};
|
|
1056
|
-
protoOf(Singleton).
|
|
1056
|
+
protoOf(Singleton).h5z = function () {
|
|
1057
1057
|
var params = ArrayList_init_$Create$_0(2);
|
|
1058
|
-
if (!equals(this.
|
|
1059
|
-
params.j('ref = ' + erasedOf(this.
|
|
1058
|
+
if (!equals(this.j60_1, SingletonReference_instance)) {
|
|
1059
|
+
params.j('ref = ' + erasedOf(this.j60_1).a5w());
|
|
1060
1060
|
}
|
|
1061
1061
|
return factoryName(this, params);
|
|
1062
1062
|
};
|
|
1063
|
-
protoOf(Singleton).
|
|
1063
|
+
protoOf(Singleton).c60 = function (key, di) {
|
|
1064
1064
|
var lateInitRegistry = {_v: null};
|
|
1065
|
-
var bindingDi = this.
|
|
1065
|
+
var bindingDi = this.f60_1 ? di : di.m60();
|
|
1066
1066
|
return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
|
|
1067
1067
|
};
|
|
1068
|
-
protoOf(Singleton).
|
|
1069
|
-
return this.
|
|
1068
|
+
protoOf(Singleton).l5z = function (key, di) {
|
|
1069
|
+
return this.c60(key, di);
|
|
1070
1070
|
};
|
|
1071
1071
|
function ScopeKey(scopeId, arg) {
|
|
1072
|
-
this.
|
|
1073
|
-
this.
|
|
1072
|
+
this.n60_1 = scopeId;
|
|
1073
|
+
this.o60_1 = arg;
|
|
1074
1074
|
}
|
|
1075
1075
|
protoOf(ScopeKey).toString = function () {
|
|
1076
|
-
return 'ScopeKey(scopeId=' + toString_0(this.
|
|
1076
|
+
return 'ScopeKey(scopeId=' + toString_0(this.n60_1) + ', arg=' + toString(this.o60_1) + ')';
|
|
1077
1077
|
};
|
|
1078
1078
|
protoOf(ScopeKey).hashCode = function () {
|
|
1079
|
-
var result = hashCode(this.
|
|
1080
|
-
result = imul(result, 31) + (this.
|
|
1079
|
+
var result = hashCode(this.n60_1);
|
|
1080
|
+
result = imul(result, 31) + (this.o60_1 == null ? 0 : hashCode(this.o60_1)) | 0;
|
|
1081
1081
|
return result;
|
|
1082
1082
|
};
|
|
1083
1083
|
protoOf(ScopeKey).equals = function (other) {
|
|
@@ -1086,67 +1086,67 @@
|
|
|
1086
1086
|
if (!(other instanceof ScopeKey))
|
|
1087
1087
|
return false;
|
|
1088
1088
|
var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
|
|
1089
|
-
if (!equals(this.
|
|
1089
|
+
if (!equals(this.n60_1, tmp0_other_with_cast.n60_1))
|
|
1090
1090
|
return false;
|
|
1091
|
-
if (!equals(this.
|
|
1091
|
+
if (!equals(this.o60_1, tmp0_other_with_cast.o60_1))
|
|
1092
1092
|
return false;
|
|
1093
1093
|
return true;
|
|
1094
1094
|
};
|
|
1095
1095
|
function DIMainBuilderImpl(allowSilentOverride) {
|
|
1096
1096
|
DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
|
|
1097
|
-
this.
|
|
1098
|
-
this.
|
|
1099
|
-
this.
|
|
1097
|
+
this.u60_1 = ArrayList_init_$Create$();
|
|
1098
|
+
this.v60_1 = Companion_instance.r5x_1;
|
|
1099
|
+
this.w60_1 = Companion_instance.s5x_1;
|
|
1100
1100
|
}
|
|
1101
|
-
protoOf(DIMainBuilderImpl).
|
|
1102
|
-
return this.
|
|
1101
|
+
protoOf(DIMainBuilderImpl).q5y = function () {
|
|
1102
|
+
return this.u60_1;
|
|
1103
1103
|
};
|
|
1104
|
-
protoOf(DIMainBuilderImpl).
|
|
1105
|
-
return this.
|
|
1104
|
+
protoOf(DIMainBuilderImpl).x60 = function () {
|
|
1105
|
+
return this.v60_1;
|
|
1106
1106
|
};
|
|
1107
|
-
protoOf(DIMainBuilderImpl).
|
|
1108
|
-
return this.
|
|
1107
|
+
protoOf(DIMainBuilderImpl).y60 = function () {
|
|
1108
|
+
return this.w60_1;
|
|
1109
1109
|
};
|
|
1110
1110
|
function TypeBinder($outer, type, tag, overrides) {
|
|
1111
|
-
this.
|
|
1112
|
-
this.
|
|
1113
|
-
this.
|
|
1114
|
-
this.
|
|
1111
|
+
this.h61_1 = $outer;
|
|
1112
|
+
this.e61_1 = type;
|
|
1113
|
+
this.f61_1 = tag;
|
|
1114
|
+
this.g61_1 = overrides;
|
|
1115
1115
|
}
|
|
1116
|
-
protoOf(TypeBinder).
|
|
1117
|
-
return this.
|
|
1116
|
+
protoOf(TypeBinder).i61 = function () {
|
|
1117
|
+
return this.h61_1.k5x();
|
|
1118
1118
|
};
|
|
1119
|
-
protoOf(TypeBinder).
|
|
1120
|
-
return this.
|
|
1119
|
+
protoOf(TypeBinder).j61 = function (binding) {
|
|
1120
|
+
return this.i61().o61(new Key(binding.o5x(), binding.i5z(), this.e61_1, this.f61_1), binding, this.h61_1.z60_1, this.g61_1);
|
|
1121
1121
|
};
|
|
1122
1122
|
function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
|
|
1123
|
-
this.
|
|
1124
|
-
this.
|
|
1125
|
-
this.
|
|
1126
|
-
this.
|
|
1127
|
-
this.
|
|
1123
|
+
this.z60_1 = moduleName;
|
|
1124
|
+
this.a61_1 = prefix;
|
|
1125
|
+
this.b61_1 = importedModules;
|
|
1126
|
+
this.c61_1 = containerBuilder;
|
|
1127
|
+
this.d61_1 = Companion_getInstance().x5v_1;
|
|
1128
1128
|
}
|
|
1129
|
-
protoOf(DIBuilderImpl).g5x = function () {
|
|
1130
|
-
return this.y60_1;
|
|
1131
|
-
};
|
|
1132
1129
|
protoOf(DIBuilderImpl).k5x = function () {
|
|
1133
|
-
return this.
|
|
1130
|
+
return this.c61_1;
|
|
1131
|
+
};
|
|
1132
|
+
protoOf(DIBuilderImpl).o5x = function () {
|
|
1133
|
+
return this.d61_1;
|
|
1134
1134
|
};
|
|
1135
|
-
protoOf(DIBuilderImpl).
|
|
1135
|
+
protoOf(DIBuilderImpl).q5x = function () {
|
|
1136
1136
|
return new NoScope();
|
|
1137
1137
|
};
|
|
1138
|
-
protoOf(DIBuilderImpl).
|
|
1138
|
+
protoOf(DIBuilderImpl).p5x = function () {
|
|
1139
1139
|
return false;
|
|
1140
1140
|
};
|
|
1141
|
-
protoOf(DIBuilderImpl).
|
|
1141
|
+
protoOf(DIBuilderImpl).l5x = function (type, tag, overrides) {
|
|
1142
1142
|
return new TypeBinder(this, type, tag, overrides);
|
|
1143
1143
|
};
|
|
1144
|
-
protoOf(DIBuilderImpl).
|
|
1145
|
-
var moduleName = this.
|
|
1144
|
+
protoOf(DIBuilderImpl).m5x = function (module_0, allowOverride) {
|
|
1145
|
+
var moduleName = this.a61_1 + module_0.r2();
|
|
1146
1146
|
var tmp;
|
|
1147
1147
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
1148
1148
|
if (charSequenceLength(moduleName) > 0) {
|
|
1149
|
-
tmp = this.
|
|
1149
|
+
tmp = this.b61_1.u1(moduleName);
|
|
1150
1150
|
} else {
|
|
1151
1151
|
tmp = false;
|
|
1152
1152
|
}
|
|
@@ -1154,19 +1154,19 @@
|
|
|
1154
1154
|
throw IllegalStateException_init_$Create$('Module "' + moduleName + '" has already been imported!');
|
|
1155
1155
|
}
|
|
1156
1156
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1157
|
-
this.
|
|
1158
|
-
var tmp0 = new DIBuilderImpl(moduleName, this.
|
|
1157
|
+
this.b61_1.j(moduleName);
|
|
1158
|
+
var tmp0 = new DIBuilderImpl(moduleName, this.a61_1 + module_0.d5x_1, this.b61_1, this.k5x().p61(allowOverride, module_0.c5x_1));
|
|
1159
1159
|
// Inline function 'kotlin.apply' call
|
|
1160
|
-
module_0.
|
|
1160
|
+
module_0.e5x_1(tmp0);
|
|
1161
1161
|
};
|
|
1162
1162
|
function DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT() {
|
|
1163
1163
|
OverrideMode.call(this, 'ALLOW_SILENT', 0);
|
|
1164
1164
|
OverrideMode_ALLOW_SILENT_instance = this;
|
|
1165
1165
|
}
|
|
1166
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1166
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).s61 = function () {
|
|
1167
1167
|
return true;
|
|
1168
1168
|
};
|
|
1169
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1169
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).t61 = function (overrides) {
|
|
1170
1170
|
return overrides;
|
|
1171
1171
|
};
|
|
1172
1172
|
var OverrideMode_ALLOW_SILENT_instance;
|
|
@@ -1174,10 +1174,10 @@
|
|
|
1174
1174
|
OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
|
|
1175
1175
|
OverrideMode_ALLOW_EXPLICIT_instance = this;
|
|
1176
1176
|
}
|
|
1177
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1177
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).s61 = function () {
|
|
1178
1178
|
return true;
|
|
1179
1179
|
};
|
|
1180
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1180
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).t61 = function (overrides) {
|
|
1181
1181
|
return overrides == null ? false : overrides;
|
|
1182
1182
|
};
|
|
1183
1183
|
var OverrideMode_ALLOW_EXPLICIT_instance;
|
|
@@ -1185,10 +1185,10 @@
|
|
|
1185
1185
|
OverrideMode.call(this, 'FORBID', 2);
|
|
1186
1186
|
OverrideMode_FORBID_instance = this;
|
|
1187
1187
|
}
|
|
1188
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1188
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).s61 = function () {
|
|
1189
1189
|
return false;
|
|
1190
1190
|
};
|
|
1191
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1191
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).t61 = function (overrides) {
|
|
1192
1192
|
var tmp;
|
|
1193
1193
|
if (!(overrides == null) && overrides) {
|
|
1194
1194
|
throw new OverridingException('Overriding has been forbidden');
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
var OverrideMode_FORBID_instance;
|
|
1201
1201
|
function Companion_2() {
|
|
1202
1202
|
}
|
|
1203
|
-
protoOf(Companion_2).
|
|
1203
|
+
protoOf(Companion_2).y61 = function (allow, silent) {
|
|
1204
1204
|
if (!allow)
|
|
1205
1205
|
return OverrideMode_FORBID_getInstance();
|
|
1206
1206
|
if (silent)
|
|
@@ -1224,13 +1224,13 @@
|
|
|
1224
1224
|
Enum.call(this, name, ordinal);
|
|
1225
1225
|
}
|
|
1226
1226
|
function checkOverrides($this, key, overrides) {
|
|
1227
|
-
var mustOverride = $this.
|
|
1227
|
+
var mustOverride = $this.n61_1.t61(overrides);
|
|
1228
1228
|
if (!(mustOverride == null)) {
|
|
1229
1229
|
var tmp;
|
|
1230
1230
|
if (mustOverride) {
|
|
1231
1231
|
// Inline function 'kotlin.collections.contains' call
|
|
1232
1232
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1233
|
-
var this_0 = $this.
|
|
1233
|
+
var this_0 = $this.k61_1;
|
|
1234
1234
|
tmp = !(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).a2(key);
|
|
1235
1235
|
} else {
|
|
1236
1236
|
tmp = false;
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
if (!mustOverride) {
|
|
1242
1242
|
// Inline function 'kotlin.collections.contains' call
|
|
1243
1243
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1244
|
-
var this_1 = $this.
|
|
1244
|
+
var this_1 = $this.k61_1;
|
|
1245
1245
|
tmp_0 = (isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).a2(key);
|
|
1246
1246
|
} else {
|
|
1247
1247
|
tmp_0 = false;
|
|
@@ -1251,7 +1251,7 @@
|
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
function checkMatch($this, allowOverride) {
|
|
1254
|
-
if (!$this.
|
|
1254
|
+
if (!$this.n61_1.s61() && allowOverride)
|
|
1255
1255
|
throw new OverridingException('Overriding has been forbidden');
|
|
1256
1256
|
}
|
|
1257
1257
|
function OverrideMode_ALLOW_SILENT_getInstance() {
|
|
@@ -1267,15 +1267,15 @@
|
|
|
1267
1267
|
return OverrideMode_FORBID_instance;
|
|
1268
1268
|
}
|
|
1269
1269
|
function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
|
|
1270
|
-
this.
|
|
1271
|
-
this.
|
|
1272
|
-
this.
|
|
1273
|
-
this.
|
|
1270
|
+
this.k61_1 = bindingsMap;
|
|
1271
|
+
this.l61_1 = callbacks;
|
|
1272
|
+
this.m61_1 = translators;
|
|
1273
|
+
this.n61_1 = Companion_instance_2.y61(allowOverride, silentOverride);
|
|
1274
1274
|
}
|
|
1275
|
-
protoOf(DIContainerBuilderImpl).
|
|
1275
|
+
protoOf(DIContainerBuilderImpl).o61 = function (key, binding, fromModule, overrides) {
|
|
1276
1276
|
checkOverrides(this, key, overrides);
|
|
1277
1277
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1278
|
-
var this_0 = this.
|
|
1278
|
+
var this_0 = this.k61_1;
|
|
1279
1279
|
var value = this_0.c2(key);
|
|
1280
1280
|
var tmp;
|
|
1281
1281
|
if (value == null) {
|
|
@@ -1288,13 +1288,13 @@
|
|
|
1288
1288
|
var bindings = tmp;
|
|
1289
1289
|
bindings.n2(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
|
|
1290
1290
|
};
|
|
1291
|
-
protoOf(DIContainerBuilderImpl).
|
|
1291
|
+
protoOf(DIContainerBuilderImpl).p61 = function (allowOverride, silentOverride) {
|
|
1292
1292
|
checkMatch(this, allowOverride);
|
|
1293
|
-
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.
|
|
1293
|
+
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.k61_1, this.l61_1, this.m61_1);
|
|
1294
1294
|
};
|
|
1295
1295
|
function displayString($this, key, overrideLevel) {
|
|
1296
1296
|
var tmp;
|
|
1297
|
-
if ($this.
|
|
1297
|
+
if ($this.e62_1) {
|
|
1298
1298
|
var tmp_0 = KProperty0;
|
|
1299
1299
|
tmp = getPropertyCallableRef('bindFullDescription', 0, tmp_0, DI$Key$_get_bindFullDescription_$ref_x9pxcc_0(key), null);
|
|
1300
1300
|
} else {
|
|
@@ -1313,14 +1313,14 @@
|
|
|
1313
1313
|
$l$1: do {
|
|
1314
1314
|
$l$0: do {
|
|
1315
1315
|
var tmp;
|
|
1316
|
-
if (node_0.
|
|
1317
|
-
tmp = plus(listOf(displayString($this_0, node_0.
|
|
1316
|
+
if (node_0.d62_1 == null || (firstKey_0.equals(node_0.b62_1) && firstOverrideLevel_0 === node_0.c62_1)) {
|
|
1317
|
+
tmp = plus(listOf(displayString($this_0, node_0.b62_1, node_0.c62_1)), tail_0);
|
|
1318
1318
|
} else {
|
|
1319
1319
|
var tmp0 = $this_0;
|
|
1320
|
-
var tmp1 = node_0.
|
|
1320
|
+
var tmp1 = node_0.d62_1;
|
|
1321
1321
|
var tmp2 = firstKey_0;
|
|
1322
1322
|
var tmp3 = firstOverrideLevel_0;
|
|
1323
|
-
var tmp4 = plus(listOf(displayString($this_0, node_0.
|
|
1323
|
+
var tmp4 = plus(listOf(displayString($this_0, node_0.b62_1, node_0.c62_1)), tail_0);
|
|
1324
1324
|
$this_0 = tmp0;
|
|
1325
1325
|
node_0 = tmp1;
|
|
1326
1326
|
firstKey_0 = tmp2;
|
|
@@ -1342,13 +1342,13 @@
|
|
|
1342
1342
|
$l$1: do {
|
|
1343
1343
|
$l$0: do {
|
|
1344
1344
|
var tmp;
|
|
1345
|
-
if (node_0.
|
|
1345
|
+
if (node_0.b62_1.equals(searchedKey_0) && node_0.c62_1 === searchedOverrideLevel_0) {
|
|
1346
1346
|
tmp = false;
|
|
1347
|
-
} else if (node_0.
|
|
1347
|
+
} else if (node_0.d62_1 == null) {
|
|
1348
1348
|
tmp = true;
|
|
1349
1349
|
} else {
|
|
1350
1350
|
var tmp0 = $this_0;
|
|
1351
|
-
var tmp1 = node_0.
|
|
1351
|
+
var tmp1 = node_0.d62_1;
|
|
1352
1352
|
var tmp2 = searchedKey_0;
|
|
1353
1353
|
var tmp3 = searchedOverrideLevel_0;
|
|
1354
1354
|
$this_0 = tmp0;
|
|
@@ -1365,23 +1365,23 @@
|
|
|
1365
1365
|
}
|
|
1366
1366
|
function DI$Key$_get_bindFullDescription_$ref_x9pxcc_0(p0) {
|
|
1367
1367
|
return function () {
|
|
1368
|
-
return p0.
|
|
1368
|
+
return p0.a5x();
|
|
1369
1369
|
};
|
|
1370
1370
|
}
|
|
1371
1371
|
function DI$Key$_get_bindDescription_$ref_ua6e71_0(p0) {
|
|
1372
1372
|
return function () {
|
|
1373
|
-
return p0.
|
|
1373
|
+
return p0.y5w();
|
|
1374
1374
|
};
|
|
1375
1375
|
}
|
|
1376
1376
|
function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
|
|
1377
|
-
DIContainerImpl.call($this, new DITreeImpl(builder.
|
|
1377
|
+
DIContainerImpl.call($this, new DITreeImpl(builder.k61_1, externalSources, builder.m61_1), null, fullDescriptionOnError, fullContainerTreeOnError);
|
|
1378
1378
|
var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
|
|
1379
1379
|
if (runCallbacks)
|
|
1380
1380
|
init();
|
|
1381
1381
|
else {
|
|
1382
1382
|
var lock = new Object();
|
|
1383
1383
|
var tmp = $this;
|
|
1384
|
-
tmp.
|
|
1384
|
+
tmp.j62_1 = DIContainerImpl$_init_$lambda_r6ib3j_0(lock, $this, init);
|
|
1385
1385
|
}
|
|
1386
1386
|
return $this;
|
|
1387
1387
|
}
|
|
@@ -1389,14 +1389,14 @@
|
|
|
1389
1389
|
return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, objectCreate(protoOf(DIContainerImpl)));
|
|
1390
1390
|
}
|
|
1391
1391
|
function Node(key, overrideLevel, parent, fullDescriptionOnError) {
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1394
|
-
this.
|
|
1395
|
-
this.
|
|
1392
|
+
this.b62_1 = key;
|
|
1393
|
+
this.c62_1 = overrideLevel;
|
|
1394
|
+
this.d62_1 = parent;
|
|
1395
|
+
this.e62_1 = fullDescriptionOnError;
|
|
1396
1396
|
}
|
|
1397
|
-
protoOf(Node).
|
|
1397
|
+
protoOf(Node).k62 = function (searchedKey, searchedOverrideLevel) {
|
|
1398
1398
|
if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
|
|
1399
|
-
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.
|
|
1399
|
+
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.c62_1));
|
|
1400
1400
|
var sb = StringBuilder_init_$Create$();
|
|
1401
1401
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
1402
1402
|
var index = 0;
|
|
@@ -1430,14 +1430,14 @@
|
|
|
1430
1430
|
}
|
|
1431
1431
|
};
|
|
1432
1432
|
function bindingDI($this, key, context, tree, overrideLevel) {
|
|
1433
|
-
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.
|
|
1433
|
+
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.g62_1, $this.h62_1), $this.h62_1, $this.i62_1);
|
|
1434
1434
|
return new BindingDIImpl(createDirectDI(container, context), key, overrideLevel);
|
|
1435
1435
|
}
|
|
1436
1436
|
function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
|
|
1437
1437
|
return function () {
|
|
1438
1438
|
var direct = createDirectDI(this$0, get_AnyDIContext());
|
|
1439
1439
|
// Inline function 'kotlin.collections.forEach' call
|
|
1440
|
-
var _iterator__ex2g4s = $builder.
|
|
1440
|
+
var _iterator__ex2g4s = $builder.l61_1.l();
|
|
1441
1441
|
while (_iterator__ex2g4s.m()) {
|
|
1442
1442
|
var element = _iterator__ex2g4s.n();
|
|
1443
1443
|
element(direct);
|
|
@@ -1450,13 +1450,13 @@
|
|
|
1450
1450
|
var tmp0 = $lock;
|
|
1451
1451
|
$l$block_3: {
|
|
1452
1452
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull' call
|
|
1453
|
-
if (this$0.
|
|
1453
|
+
if (this$0.j62_1 == null) {
|
|
1454
1454
|
break $l$block_3;
|
|
1455
1455
|
}
|
|
1456
1456
|
// Inline function 'org.kodein.di.internal.maySynchronized' call
|
|
1457
1457
|
if (tmp0 == null) {
|
|
1458
1458
|
$l$block_0: {
|
|
1459
|
-
var tmp0_elvis_lhs = this$0.
|
|
1459
|
+
var tmp0_elvis_lhs = this$0.j62_1;
|
|
1460
1460
|
var tmp;
|
|
1461
1461
|
if (tmp0_elvis_lhs == null) {
|
|
1462
1462
|
break $l$block_0;
|
|
@@ -1464,14 +1464,14 @@
|
|
|
1464
1464
|
tmp = tmp0_elvis_lhs;
|
|
1465
1465
|
}
|
|
1466
1466
|
var value = tmp;
|
|
1467
|
-
this$0.
|
|
1467
|
+
this$0.j62_1 = null;
|
|
1468
1468
|
$init();
|
|
1469
1469
|
break $l$block_3;
|
|
1470
1470
|
}
|
|
1471
1471
|
} else {
|
|
1472
1472
|
// Inline function 'kotlinx.atomicfu.locks.synchronized' call
|
|
1473
1473
|
$l$block_2: {
|
|
1474
|
-
var tmp0_elvis_lhs_0 = this$0.
|
|
1474
|
+
var tmp0_elvis_lhs_0 = this$0.j62_1;
|
|
1475
1475
|
var tmp_0;
|
|
1476
1476
|
if (tmp0_elvis_lhs_0 == null) {
|
|
1477
1477
|
break $l$block_2;
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
tmp_0 = tmp0_elvis_lhs_0;
|
|
1480
1480
|
}
|
|
1481
1481
|
var value_0 = tmp_0;
|
|
1482
|
-
this$0.
|
|
1482
|
+
this$0.j62_1 = null;
|
|
1483
1483
|
$init();
|
|
1484
1484
|
break $l$block_3;
|
|
1485
1485
|
}
|
|
@@ -1490,12 +1490,12 @@
|
|
|
1490
1490
|
}
|
|
1491
1491
|
function DI$Key$_get_fullDescription_$ref_ncsvgx(p0) {
|
|
1492
1492
|
return function () {
|
|
1493
|
-
return p0.
|
|
1493
|
+
return p0.b5x();
|
|
1494
1494
|
};
|
|
1495
1495
|
}
|
|
1496
1496
|
function DI$Key$_get_description_$ref_pfaykg(p0) {
|
|
1497
1497
|
return function () {
|
|
1498
|
-
return p0.
|
|
1498
|
+
return p0.z5w();
|
|
1499
1499
|
};
|
|
1500
1500
|
}
|
|
1501
1501
|
function DIContainerImpl$factory$lambda(_this__u8e3s4, it) {
|
|
@@ -1505,98 +1505,98 @@
|
|
|
1505
1505
|
return description(_this__u8e3s4, it);
|
|
1506
1506
|
}
|
|
1507
1507
|
function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
|
|
1508
|
-
this.
|
|
1509
|
-
this.
|
|
1510
|
-
this.
|
|
1511
|
-
this.
|
|
1512
|
-
this.
|
|
1508
|
+
this.f62_1 = tree;
|
|
1509
|
+
this.g62_1 = node;
|
|
1510
|
+
this.h62_1 = fullDescriptionOnError;
|
|
1511
|
+
this.i62_1 = fullContainerTreeOnError;
|
|
1512
|
+
this.j62_1 = null;
|
|
1513
1513
|
}
|
|
1514
|
-
protoOf(DIContainerImpl).
|
|
1514
|
+
protoOf(DIContainerImpl).l5y = function (key, context, overrideLevel) {
|
|
1515
1515
|
// Inline function 'kotlin.let' call
|
|
1516
|
-
var it = this.
|
|
1516
|
+
var it = this.f62_1.s5y(key, 0);
|
|
1517
1517
|
if (it.o() === 1) {
|
|
1518
1518
|
var _destruct__k2r9zo = it.p(0);
|
|
1519
1519
|
var definition = _destruct__k2r9zo.pe();
|
|
1520
1520
|
var translator = _destruct__k2r9zo.yl();
|
|
1521
|
-
var tmp0_safe_receiver = this.
|
|
1521
|
+
var tmp0_safe_receiver = this.g62_1;
|
|
1522
1522
|
if (tmp0_safe_receiver == null)
|
|
1523
1523
|
null;
|
|
1524
1524
|
else {
|
|
1525
|
-
tmp0_safe_receiver.
|
|
1525
|
+
tmp0_safe_receiver.k62(key, 0);
|
|
1526
1526
|
}
|
|
1527
|
-
var tmp = Companion_instance_0.
|
|
1527
|
+
var tmp = Companion_instance_0.c5y(key.t5w_1, context);
|
|
1528
1528
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1529
1529
|
var tmp2_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1530
1530
|
var kContext = tmp2_elvis_lhs == null ? originalContext : tmp2_elvis_lhs;
|
|
1531
1531
|
if (!(key instanceof Key))
|
|
1532
1532
|
THROW_CCE();
|
|
1533
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1534
|
-
return definition.
|
|
1533
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.q5w_1, overrideLevel);
|
|
1534
|
+
return definition.r5w_1.l5z(key, bindingDI_0);
|
|
1535
1535
|
}
|
|
1536
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1536
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.c5y(key.t5w_1, context), this.f62_1, overrideLevel);
|
|
1537
1537
|
// Inline function 'kotlin.collections.forEach' call
|
|
1538
|
-
var _iterator__ex2g4s = this.
|
|
1538
|
+
var _iterator__ex2g4s = this.f62_1.q5y().l();
|
|
1539
1539
|
while (_iterator__ex2g4s.m()) {
|
|
1540
1540
|
var element = _iterator__ex2g4s.n();
|
|
1541
|
-
var tmp0_safe_receiver_0 = element.
|
|
1541
|
+
var tmp0_safe_receiver_0 = element.l62(bindingDI_1, key);
|
|
1542
1542
|
if (tmp0_safe_receiver_0 == null)
|
|
1543
1543
|
null;
|
|
1544
1544
|
else {
|
|
1545
1545
|
// Inline function 'kotlin.let' call
|
|
1546
|
-
var tmp0_safe_receiver_1 = this.
|
|
1546
|
+
var tmp0_safe_receiver_1 = this.g62_1;
|
|
1547
1547
|
if (tmp0_safe_receiver_1 == null)
|
|
1548
1548
|
null;
|
|
1549
1549
|
else {
|
|
1550
|
-
tmp0_safe_receiver_1.
|
|
1550
|
+
tmp0_safe_receiver_1.k62(key, 0);
|
|
1551
1551
|
}
|
|
1552
1552
|
return typeof tmp0_safe_receiver_0 === 'function' ? tmp0_safe_receiver_0 : THROW_CCE();
|
|
1553
1553
|
}
|
|
1554
1554
|
}
|
|
1555
1555
|
return null;
|
|
1556
1556
|
};
|
|
1557
|
-
protoOf(DIContainerImpl).
|
|
1558
|
-
var result = this.
|
|
1557
|
+
protoOf(DIContainerImpl).j5y = function (key, context, overrideLevel) {
|
|
1558
|
+
var result = this.f62_1.s5y(key, overrideLevel);
|
|
1559
1559
|
if (result.o() === 1) {
|
|
1560
1560
|
var _destruct__k2r9zo = result.p(0);
|
|
1561
1561
|
var definition = _destruct__k2r9zo.pe();
|
|
1562
1562
|
var translator = _destruct__k2r9zo.yl();
|
|
1563
|
-
var tmp0_safe_receiver = this.
|
|
1563
|
+
var tmp0_safe_receiver = this.g62_1;
|
|
1564
1564
|
if (tmp0_safe_receiver == null)
|
|
1565
1565
|
null;
|
|
1566
1566
|
else {
|
|
1567
|
-
tmp0_safe_receiver.
|
|
1567
|
+
tmp0_safe_receiver.k62(key, overrideLevel);
|
|
1568
1568
|
}
|
|
1569
|
-
var tmp = Companion_instance_0.
|
|
1569
|
+
var tmp = Companion_instance_0.c5y(key.t5w_1, context);
|
|
1570
1570
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1571
1571
|
var tmp2_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1572
1572
|
var kContext = tmp2_elvis_lhs == null ? originalContext : tmp2_elvis_lhs;
|
|
1573
1573
|
if (!(key instanceof Key))
|
|
1574
1574
|
THROW_CCE();
|
|
1575
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1576
|
-
return definition.
|
|
1575
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.q5w_1, overrideLevel);
|
|
1576
|
+
return definition.r5w_1.l5z(key, bindingDI_0);
|
|
1577
1577
|
}
|
|
1578
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1578
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.c5y(key.t5w_1, context), this.f62_1, overrideLevel);
|
|
1579
1579
|
// Inline function 'kotlin.collections.forEach' call
|
|
1580
|
-
var _iterator__ex2g4s = this.
|
|
1580
|
+
var _iterator__ex2g4s = this.f62_1.q5y().l();
|
|
1581
1581
|
while (_iterator__ex2g4s.m()) {
|
|
1582
1582
|
var element = _iterator__ex2g4s.n();
|
|
1583
|
-
var tmp0_safe_receiver_0 = element.
|
|
1583
|
+
var tmp0_safe_receiver_0 = element.l62(bindingDI_1, key);
|
|
1584
1584
|
if (tmp0_safe_receiver_0 == null)
|
|
1585
1585
|
null;
|
|
1586
1586
|
else {
|
|
1587
1587
|
// Inline function 'kotlin.let' call
|
|
1588
|
-
var tmp0_safe_receiver_1 = this.
|
|
1588
|
+
var tmp0_safe_receiver_1 = this.g62_1;
|
|
1589
1589
|
if (tmp0_safe_receiver_1 == null)
|
|
1590
1590
|
null;
|
|
1591
1591
|
else {
|
|
1592
|
-
tmp0_safe_receiver_1.
|
|
1592
|
+
tmp0_safe_receiver_1.k62(key, overrideLevel);
|
|
1593
1593
|
}
|
|
1594
1594
|
return typeof tmp0_safe_receiver_0 === 'function' ? tmp0_safe_receiver_0 : THROW_CCE();
|
|
1595
1595
|
}
|
|
1596
1596
|
}
|
|
1597
1597
|
var withOverrides = !(overrideLevel === 0);
|
|
1598
1598
|
var tmp_0;
|
|
1599
|
-
if (this.
|
|
1599
|
+
if (this.h62_1) {
|
|
1600
1600
|
var tmp_1 = KProperty0;
|
|
1601
1601
|
tmp_0 = getPropertyCallableRef('fullDescription', 0, tmp_1, DI$Key$_get_fullDescription_$ref_ncsvgx(key), null);
|
|
1602
1602
|
} else {
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
}
|
|
1606
1606
|
var descProp = tmp_0;
|
|
1607
1607
|
var tmp_3;
|
|
1608
|
-
if (this.
|
|
1608
|
+
if (this.h62_1) {
|
|
1609
1609
|
tmp_3 = DIContainerImpl$factory$lambda;
|
|
1610
1610
|
} else {
|
|
1611
1611
|
tmp_3 = DIContainerImpl$factory$lambda_0;
|
|
@@ -1616,10 +1616,10 @@
|
|
|
1616
1616
|
// Inline function 'kotlin.apply' call
|
|
1617
1617
|
var this_0 = StringBuilder_init_$Create$();
|
|
1618
1618
|
this_0.d8('No binding found for ' + descProp.get());
|
|
1619
|
-
if (this.
|
|
1619
|
+
if (this.i62_1) {
|
|
1620
1620
|
// Inline function 'kotlin.text.appendLine' call
|
|
1621
1621
|
this_0.e8(_Char___init__impl__6a9atx(10));
|
|
1622
|
-
var forType = this.
|
|
1622
|
+
var forType = this.f62_1.t5y(new SearchSpecs(VOID, VOID, key.v5w_1));
|
|
1623
1623
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1624
1624
|
if (!forType.r()) {
|
|
1625
1625
|
// Inline function 'kotlin.collections.associate' call
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
}
|
|
1636
1636
|
this_0.d8('Available bindings for this type:\n' + descFun(destination, withOverrides));
|
|
1637
1637
|
}
|
|
1638
|
-
this_0.d8('Registered in this DI container:\n' + descFun(this.
|
|
1638
|
+
this_0.d8('Registered in this DI container:\n' + descFun(this.f62_1.p5y(), withOverrides));
|
|
1639
1639
|
}
|
|
1640
1640
|
var description = this_0.toString();
|
|
1641
1641
|
throw new NotFoundException(key, description);
|
|
@@ -1648,12 +1648,12 @@
|
|
|
1648
1648
|
while (_iterator__ex2g4s_1.m()) {
|
|
1649
1649
|
var element_1 = _iterator__ex2g4s_1.n();
|
|
1650
1650
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1651
|
-
var pair_0 = to(element_1.vl_1, ensureNotNull(this.
|
|
1651
|
+
var pair_0 = to(element_1.vl_1, ensureNotNull(this.f62_1.u5y(element_1.vl_1)).wl_1);
|
|
1652
1652
|
destination_0.f2(pair_0.me_1, pair_0.ne_1);
|
|
1653
1653
|
}
|
|
1654
1654
|
var potentials = destination_0;
|
|
1655
1655
|
// Inline function 'kotlin.collections.filter' call
|
|
1656
|
-
var tmp0 = this.
|
|
1656
|
+
var tmp0 = this.f62_1.p5y();
|
|
1657
1657
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1658
1658
|
var destination_1 = LinkedHashMap_init_$Create$();
|
|
1659
1659
|
// Inline function 'kotlin.collections.iterator' call
|
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
return this_0;
|
|
1677
1677
|
}
|
|
1678
1678
|
function DIImpl_init_$Init$(builder, runCallbacks, $this) {
|
|
1679
|
-
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.
|
|
1679
|
+
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.k5x(), builder.q5y(), builder.x60(), builder.y60(), runCallbacks));
|
|
1680
1680
|
return $this;
|
|
1681
1681
|
}
|
|
1682
1682
|
function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
|
|
@@ -1696,80 +1696,80 @@
|
|
|
1696
1696
|
function DIImpl$container$delegate$lambda(this$0) {
|
|
1697
1697
|
return function () {
|
|
1698
1698
|
var tmp;
|
|
1699
|
-
if (!(this$0.
|
|
1699
|
+
if (!(this$0.m62_1.j62_1 == null)) {
|
|
1700
1700
|
throw IllegalStateException_init_$Create$('DI has not been initialized');
|
|
1701
1701
|
}
|
|
1702
|
-
return this$0.
|
|
1702
|
+
return this$0.m62_1;
|
|
1703
1703
|
};
|
|
1704
1704
|
}
|
|
1705
1705
|
function DIImpl$_get_container_$ref_luzrb4() {
|
|
1706
1706
|
return function (p0) {
|
|
1707
|
-
return p0.
|
|
1707
|
+
return p0.w5x();
|
|
1708
1708
|
};
|
|
1709
1709
|
}
|
|
1710
1710
|
function DIImpl(_container) {
|
|
1711
|
-
this.
|
|
1711
|
+
this.m62_1 = _container;
|
|
1712
1712
|
var tmp = this;
|
|
1713
|
-
tmp.
|
|
1713
|
+
tmp.n62_1 = lazy(DIImpl$container$delegate$lambda(this));
|
|
1714
1714
|
}
|
|
1715
|
-
protoOf(DIImpl).
|
|
1716
|
-
var tmp0 = this.
|
|
1715
|
+
protoOf(DIImpl).w5x = function () {
|
|
1716
|
+
var tmp0 = this.n62_1;
|
|
1717
1717
|
var tmp = KProperty1;
|
|
1718
1718
|
// Inline function 'kotlin.getValue' call
|
|
1719
1719
|
getPropertyCallableRef('container', 1, tmp, DIImpl$_get_container_$ref_luzrb4(), null);
|
|
1720
1720
|
return tmp0.x();
|
|
1721
1721
|
};
|
|
1722
1722
|
function BindingDIImpl(directDI, key, overrideLevel) {
|
|
1723
|
-
this.
|
|
1724
|
-
this.
|
|
1725
|
-
this.
|
|
1723
|
+
this.o62_1 = directDI;
|
|
1724
|
+
this.p62_1 = key;
|
|
1725
|
+
this.q62_1 = overrideLevel;
|
|
1726
1726
|
}
|
|
1727
|
-
protoOf(BindingDIImpl).
|
|
1728
|
-
return this.
|
|
1727
|
+
protoOf(BindingDIImpl).y5y = function () {
|
|
1728
|
+
return this.o62_1;
|
|
1729
1729
|
};
|
|
1730
1730
|
protoOf(BindingDIImpl).y8 = function () {
|
|
1731
|
-
var tmp = this.
|
|
1731
|
+
var tmp = this.y5y().v5x().x5x().x();
|
|
1732
1732
|
return !(tmp == null) ? tmp : THROW_CCE();
|
|
1733
1733
|
};
|
|
1734
|
-
protoOf(BindingDIImpl).
|
|
1735
|
-
return new BindingDIImpl(this.
|
|
1734
|
+
protoOf(BindingDIImpl).m60 = function () {
|
|
1735
|
+
return new BindingDIImpl(this.y5y().w5y(ErasedContext_instance), this.p62_1, this.q62_1);
|
|
1736
1736
|
};
|
|
1737
|
-
protoOf(BindingDIImpl).
|
|
1738
|
-
return this.
|
|
1737
|
+
protoOf(BindingDIImpl).v5y = function () {
|
|
1738
|
+
return this.o62_1.v5y();
|
|
1739
1739
|
};
|
|
1740
|
-
protoOf(BindingDIImpl).
|
|
1741
|
-
return this.
|
|
1740
|
+
protoOf(BindingDIImpl).v5x = function () {
|
|
1741
|
+
return this.o62_1.v5x();
|
|
1742
1742
|
};
|
|
1743
|
-
protoOf(BindingDIImpl).
|
|
1744
|
-
return this.
|
|
1743
|
+
protoOf(BindingDIImpl).w5y = function (context) {
|
|
1744
|
+
return this.o62_1.w5y(context);
|
|
1745
1745
|
};
|
|
1746
|
-
protoOf(BindingDIImpl).
|
|
1747
|
-
return this.
|
|
1746
|
+
protoOf(BindingDIImpl).x5y = function (type, tag) {
|
|
1747
|
+
return this.o62_1.x5y(type, tag);
|
|
1748
1748
|
};
|
|
1749
1749
|
function findBySpecs($this, specs) {
|
|
1750
|
-
var bindSeq = asSequence($this.
|
|
1751
|
-
var specsBindType = specs.
|
|
1752
|
-
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().
|
|
1750
|
+
var bindSeq = asSequence($this.u62_1);
|
|
1751
|
+
var specsBindType = specs.b5z_1;
|
|
1752
|
+
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().x5v_1)) {
|
|
1753
1753
|
var tmp = bindSeq;
|
|
1754
1754
|
bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
|
|
1755
1755
|
}
|
|
1756
1756
|
var tmp_0 = bindSeq;
|
|
1757
1757
|
var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
|
|
1758
|
-
var specsContextType = specs.
|
|
1758
|
+
var specsContextType = specs.z5y_1;
|
|
1759
1759
|
if (!(specsContextType == null)) {
|
|
1760
1760
|
var tmp_1 = contextSeq;
|
|
1761
1761
|
contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
|
|
1762
1762
|
}
|
|
1763
1763
|
var tmp_2 = contextSeq;
|
|
1764
1764
|
var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
|
|
1765
|
-
var specsArgType = specs.
|
|
1765
|
+
var specsArgType = specs.a5z_1;
|
|
1766
1766
|
if (!(specsArgType == null)) {
|
|
1767
1767
|
var tmp_3 = argSeq;
|
|
1768
1768
|
argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
|
|
1769
1769
|
}
|
|
1770
1770
|
var tmp_4 = argSeq;
|
|
1771
1771
|
var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
|
|
1772
|
-
var specsTag = specs.
|
|
1772
|
+
var specsTag = specs.c5z_1;
|
|
1773
1773
|
if (!equals(specsTag, NoDefinedTag_instance)) {
|
|
1774
1774
|
var tmp_5 = tagSeq;
|
|
1775
1775
|
tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
|
|
@@ -1779,16 +1779,16 @@
|
|
|
1779
1779
|
return toList(resultSeq);
|
|
1780
1780
|
}
|
|
1781
1781
|
function notInMap($this, result, request) {
|
|
1782
|
-
var tmp = result.
|
|
1783
|
-
var tmp_0 = request.
|
|
1784
|
-
var tmp_1 = $this.
|
|
1782
|
+
var tmp = result.h5x();
|
|
1783
|
+
var tmp_0 = request.h5x();
|
|
1784
|
+
var tmp_1 = $this.t62_1.d2();
|
|
1785
1785
|
return IllegalStateException_init_$Create$('Tree returned key ' + tmp + ' that is not in cache when searching for ' + tmp_0 + '.\nKeys in cache:\n' + joinToString(tmp_1, '\n', VOID, VOID, VOID, VOID, DITreeImpl$notInMap$lambda));
|
|
1786
1786
|
}
|
|
1787
1787
|
function DITreeImpl$findBySpecs$lambda($specsBindType) {
|
|
1788
1788
|
return function (_destruct__k2r9zo) {
|
|
1789
1789
|
// Inline function 'kotlin.collections.component1' call
|
|
1790
1790
|
var bindType = _destruct__k2r9zo.w();
|
|
1791
|
-
return bindType.
|
|
1791
|
+
return bindType.x62($specsBindType);
|
|
1792
1792
|
};
|
|
1793
1793
|
}
|
|
1794
1794
|
function DITreeImpl$findBySpecs$lambda_0(_destruct__k2r9zo) {
|
|
@@ -1804,17 +1804,17 @@
|
|
|
1804
1804
|
return function (triple) {
|
|
1805
1805
|
var contextType = triple.oe();
|
|
1806
1806
|
var tmp;
|
|
1807
|
-
if (contextType.
|
|
1807
|
+
if (contextType.x62($specsContextType)) {
|
|
1808
1808
|
tmp = triple;
|
|
1809
1809
|
} else {
|
|
1810
|
-
var tmp0 = this$0.
|
|
1810
|
+
var tmp0 = this$0.w62_1;
|
|
1811
1811
|
var tmp$ret$1;
|
|
1812
1812
|
$l$block: {
|
|
1813
1813
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
1814
1814
|
var _iterator__ex2g4s = tmp0.l();
|
|
1815
1815
|
while (_iterator__ex2g4s.m()) {
|
|
1816
1816
|
var element = _iterator__ex2g4s.n();
|
|
1817
|
-
if (element.
|
|
1817
|
+
if (element.o5x().g5w($specsContextType) && contextType.x62(element.p5z())) {
|
|
1818
1818
|
tmp$ret$1 = element;
|
|
1819
1819
|
break $l$block;
|
|
1820
1820
|
}
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
|
|
1842
1842
|
return function (_destruct__k2r9zo) {
|
|
1843
1843
|
var argType = _destruct__k2r9zo.oe();
|
|
1844
|
-
return argType.
|
|
1844
|
+
return argType.x62($specsArgType);
|
|
1845
1845
|
};
|
|
1846
1846
|
}
|
|
1847
1847
|
function DITreeImpl$findBySpecs$lambda_4(_destruct__k2r9zo) {
|
|
@@ -1867,14 +1867,14 @@
|
|
|
1867
1867
|
return to(key, translator);
|
|
1868
1868
|
}
|
|
1869
1869
|
function DITreeImpl$notInMap$lambda(it) {
|
|
1870
|
-
return it.
|
|
1870
|
+
return it.h5x();
|
|
1871
1871
|
}
|
|
1872
1872
|
function DITreeImpl(map, externalSources, registeredTranslators) {
|
|
1873
|
-
this.
|
|
1874
|
-
this.
|
|
1875
|
-
this.
|
|
1876
|
-
this.
|
|
1877
|
-
this.
|
|
1873
|
+
this.r62_1 = externalSources;
|
|
1874
|
+
this.s62_1 = registeredTranslators;
|
|
1875
|
+
this.t62_1 = newConcurrentMap();
|
|
1876
|
+
this.u62_1 = HashMap_init_$Create$();
|
|
1877
|
+
this.w62_1 = ArrayList_init_$Create$_1(this.s62_1);
|
|
1878
1878
|
// Inline function 'kotlin.collections.forEach' call
|
|
1879
1879
|
// Inline function 'kotlin.collections.iterator' call
|
|
1880
1880
|
var _iterator__ex2g4s = map.v().l();
|
|
@@ -1894,19 +1894,19 @@
|
|
|
1894
1894
|
if (item instanceof DIDefinition) {
|
|
1895
1895
|
tmp = item;
|
|
1896
1896
|
} else {
|
|
1897
|
-
tmp = new DIDefinition(item.
|
|
1897
|
+
tmp = new DIDefinition(item.r5w_1, item.s5w_1, this);
|
|
1898
1898
|
}
|
|
1899
1899
|
var tmp$ret$3 = tmp;
|
|
1900
1900
|
destination.j(tmp$ret$3);
|
|
1901
1901
|
}
|
|
1902
1902
|
var definitions = destination;
|
|
1903
|
-
var tmp0 = this.
|
|
1903
|
+
var tmp0 = this.t62_1;
|
|
1904
1904
|
// Inline function 'kotlin.collections.set' call
|
|
1905
1905
|
var value = new Triple(key, definitions, null);
|
|
1906
1906
|
tmp0.f2(key, value);
|
|
1907
|
-
var typeChecker = first(bindings).
|
|
1907
|
+
var typeChecker = first(bindings).r5w_1.k5z() ? new Down(key.v5w_1) : new Up(key.v5w_1);
|
|
1908
1908
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1909
|
-
var this_0 = this.
|
|
1909
|
+
var this_0 = this.u62_1;
|
|
1910
1910
|
var value_0 = this_0.c2(typeChecker);
|
|
1911
1911
|
var tmp_0;
|
|
1912
1912
|
if (value_0 == null) {
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
}
|
|
1919
1919
|
var contextTree = tmp_0;
|
|
1920
1920
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1921
|
-
var key_0 = new Down(key.
|
|
1921
|
+
var key_0 = new Down(key.t5w_1);
|
|
1922
1922
|
var value_1 = contextTree.c2(key_0);
|
|
1923
1923
|
var tmp_1;
|
|
1924
1924
|
if (value_1 == null) {
|
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
}
|
|
1931
1931
|
var argumentTree = tmp_1;
|
|
1932
1932
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1933
|
-
var key_1 = new Down(key.
|
|
1933
|
+
var key_1 = new Down(key.u5w_1);
|
|
1934
1934
|
var value_2 = argumentTree.c2(key_1);
|
|
1935
1935
|
var tmp_2;
|
|
1936
1936
|
if (value_2 == null) {
|
|
@@ -1942,12 +1942,12 @@
|
|
|
1942
1942
|
}
|
|
1943
1943
|
var tagTree = tmp_2;
|
|
1944
1944
|
// Inline function 'kotlin.collections.set' call
|
|
1945
|
-
var key_2 = key.
|
|
1945
|
+
var key_2 = key.w5w_1;
|
|
1946
1946
|
tagTree.f2(key_2, key);
|
|
1947
1947
|
}
|
|
1948
1948
|
var tmp_3 = this;
|
|
1949
1949
|
// Inline function 'kotlin.collections.mapValues' call
|
|
1950
|
-
var this_1 = this.
|
|
1950
|
+
var this_1 = this.t62_1;
|
|
1951
1951
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
1952
1952
|
var destination_0 = LinkedHashMap_init_$Create$_0(mapCapacity(this_1.o()));
|
|
1953
1953
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -1958,17 +1958,17 @@
|
|
|
1958
1958
|
var tmp$ret$17 = element_0.x().wl_1;
|
|
1959
1959
|
destination_0.f2(tmp_4, tmp$ret$17);
|
|
1960
1960
|
}
|
|
1961
|
-
tmp_3.
|
|
1961
|
+
tmp_3.v62_1 = HashMap_init_$Create$_0(destination_0);
|
|
1962
1962
|
$l$loop: while (true) {
|
|
1963
1963
|
var added = ArrayList_init_$Create$();
|
|
1964
|
-
var _iterator__ex2g4s_2 = this.
|
|
1964
|
+
var _iterator__ex2g4s_2 = this.w62_1.l();
|
|
1965
1965
|
while (_iterator__ex2g4s_2.m()) {
|
|
1966
1966
|
var src = _iterator__ex2g4s_2.n();
|
|
1967
|
-
var _iterator__ex2g4s_3 = this.
|
|
1967
|
+
var _iterator__ex2g4s_3 = this.w62_1.l();
|
|
1968
1968
|
while (_iterator__ex2g4s_3.m()) {
|
|
1969
1969
|
var dst = _iterator__ex2g4s_3.n();
|
|
1970
|
-
if (dst.
|
|
1971
|
-
var tmp0_0 = this.
|
|
1970
|
+
if (dst.o5x().g5w(src.p5z()) && !equals(src.o5x(), dst.p5z())) {
|
|
1971
|
+
var tmp0_0 = this.w62_1;
|
|
1972
1972
|
var tmp$ret$21;
|
|
1973
1973
|
$l$block_0: {
|
|
1974
1974
|
// Inline function 'kotlin.collections.none' call
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
var _iterator__ex2g4s_4 = tmp0_0.l();
|
|
1986
1986
|
while (_iterator__ex2g4s_4.m()) {
|
|
1987
1987
|
var element_1 = _iterator__ex2g4s_4.n();
|
|
1988
|
-
if (equals(element_1.
|
|
1988
|
+
if (equals(element_1.o5x(), src.o5x()) && equals(element_1.p5z(), dst.p5z())) {
|
|
1989
1989
|
tmp$ret$21 = false;
|
|
1990
1990
|
break $l$block_0;
|
|
1991
1991
|
}
|
|
@@ -2002,21 +2002,21 @@
|
|
|
2002
2002
|
}
|
|
2003
2003
|
}
|
|
2004
2004
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2005
|
-
var this_2 = this.
|
|
2005
|
+
var this_2 = this.w62_1;
|
|
2006
2006
|
addAll(this_2, added);
|
|
2007
2007
|
if (added.r())
|
|
2008
2008
|
break $l$loop;
|
|
2009
2009
|
}
|
|
2010
2010
|
}
|
|
2011
|
-
protoOf(DITreeImpl).
|
|
2012
|
-
return this.n62_1;
|
|
2013
|
-
};
|
|
2014
|
-
protoOf(DITreeImpl).l5y = function () {
|
|
2011
|
+
protoOf(DITreeImpl).q5y = function () {
|
|
2015
2012
|
return this.r62_1;
|
|
2016
2013
|
};
|
|
2017
|
-
protoOf(DITreeImpl).
|
|
2014
|
+
protoOf(DITreeImpl).p5y = function () {
|
|
2015
|
+
return this.v62_1;
|
|
2016
|
+
};
|
|
2017
|
+
protoOf(DITreeImpl).r5y = function (key, overrideLevel, all) {
|
|
2018
2018
|
if (!all) {
|
|
2019
|
-
var tmp0_safe_receiver = this.
|
|
2019
|
+
var tmp0_safe_receiver = this.t62_1.c2(key);
|
|
2020
2020
|
if (tmp0_safe_receiver == null)
|
|
2021
2021
|
null;
|
|
2022
2022
|
else {
|
|
@@ -2036,9 +2036,9 @@
|
|
|
2036
2036
|
var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
|
|
2037
2037
|
return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
|
|
2038
2038
|
}
|
|
2039
|
-
if (!equals(key.
|
|
2040
|
-
var anyContextKey = key.
|
|
2041
|
-
var tmp1_safe_receiver = this.
|
|
2039
|
+
if (!equals(key.t5w_1, Companion_getInstance().x5v_1)) {
|
|
2040
|
+
var anyContextKey = key.j5x(Companion_getInstance().x5v_1);
|
|
2041
|
+
var tmp1_safe_receiver = this.t62_1.c2(anyContextKey);
|
|
2042
2042
|
if (tmp1_safe_receiver == null)
|
|
2043
2043
|
null;
|
|
2044
2044
|
else {
|
|
@@ -2047,11 +2047,11 @@
|
|
|
2047
2047
|
var realKey_0 = tmp1_safe_receiver.oe();
|
|
2048
2048
|
var list_0 = tmp1_safe_receiver.pe();
|
|
2049
2049
|
var translator_0 = tmp1_safe_receiver.yl();
|
|
2050
|
-
if (!(translator_0 == null) && !equals(translator_0.
|
|
2050
|
+
if (!(translator_0 == null) && !equals(translator_0.o5x(), key.t5w_1)) {
|
|
2051
2051
|
break $l$block;
|
|
2052
2052
|
}
|
|
2053
2053
|
// Inline function 'kotlin.collections.set' call
|
|
2054
|
-
this.
|
|
2054
|
+
this.t62_1.f2(key, tmp1_safe_receiver);
|
|
2055
2055
|
var tmp0_elvis_lhs_0 = getOrNull(list_0, overrideLevel);
|
|
2056
2056
|
var tmp_2;
|
|
2057
2057
|
if (tmp0_elvis_lhs_0 == null) {
|
|
@@ -2067,25 +2067,25 @@
|
|
|
2067
2067
|
}
|
|
2068
2068
|
}
|
|
2069
2069
|
// Inline function 'kotlin.collections.filter' call
|
|
2070
|
-
var tmp0 = this.
|
|
2070
|
+
var tmp0 = this.w62_1;
|
|
2071
2071
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2072
2072
|
var destination = ArrayList_init_$Create$();
|
|
2073
2073
|
var _iterator__ex2g4s = tmp0.l();
|
|
2074
2074
|
while (_iterator__ex2g4s.m()) {
|
|
2075
2075
|
var element = _iterator__ex2g4s.n();
|
|
2076
|
-
if (equals(element.
|
|
2076
|
+
if (equals(element.o5x(), key.t5w_1)) {
|
|
2077
2077
|
destination.j(element);
|
|
2078
2078
|
}
|
|
2079
2079
|
}
|
|
2080
2080
|
var tmp_5 = destination;
|
|
2081
2081
|
// Inline function 'kotlin.collections.filter' call
|
|
2082
|
-
var tmp0_0 = this.
|
|
2082
|
+
var tmp0_0 = this.w62_1;
|
|
2083
2083
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2084
2084
|
var destination_0 = ArrayList_init_$Create$();
|
|
2085
2085
|
var _iterator__ex2g4s_0 = tmp0_0.l();
|
|
2086
2086
|
while (_iterator__ex2g4s_0.m()) {
|
|
2087
2087
|
var element_0 = _iterator__ex2g4s_0.n();
|
|
2088
|
-
if (equals(element_0.
|
|
2088
|
+
if (equals(element_0.o5x(), Companion_getInstance().x5v_1)) {
|
|
2089
2089
|
destination_0.j(element_0);
|
|
2090
2090
|
}
|
|
2091
2091
|
}
|
|
@@ -2093,8 +2093,8 @@
|
|
|
2093
2093
|
var _iterator__ex2g4s_1 = applicableTranslators.l();
|
|
2094
2094
|
while (_iterator__ex2g4s_1.m()) {
|
|
2095
2095
|
var translator_1 = _iterator__ex2g4s_1.n();
|
|
2096
|
-
var translatedKey = new Key(translator_1.
|
|
2097
|
-
var tmp2_safe_receiver = this.
|
|
2096
|
+
var translatedKey = new Key(translator_1.p5z(), key.u5w_1, key.v5w_1, key.w5w_1);
|
|
2097
|
+
var tmp2_safe_receiver = this.t62_1.c2(translatedKey);
|
|
2098
2098
|
var tmp_6;
|
|
2099
2099
|
if (tmp2_safe_receiver == null) {
|
|
2100
2100
|
tmp_6 = null;
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
if (!(tmp3_safe_receiver.xl_1 == null)) {
|
|
2118
2118
|
break $l$block_0;
|
|
2119
2119
|
}
|
|
2120
|
-
var tmp0_1 = this.
|
|
2120
|
+
var tmp0_1 = this.t62_1;
|
|
2121
2121
|
// Inline function 'kotlin.collections.set' call
|
|
2122
2122
|
var value = tmp3_safe_receiver.am(VOID, VOID, translator_1);
|
|
2123
2123
|
tmp0_1.f2(key, value);
|
|
@@ -2138,13 +2138,13 @@
|
|
|
2138
2138
|
}
|
|
2139
2139
|
}
|
|
2140
2140
|
}
|
|
2141
|
-
var result = findBySpecs(this, new SearchSpecs(key.
|
|
2141
|
+
var result = findBySpecs(this, new SearchSpecs(key.t5w_1, key.u5w_1, key.v5w_1, key.w5w_1));
|
|
2142
2142
|
if (result.o() === 1) {
|
|
2143
2143
|
var _destruct__k2r9zo = first(result);
|
|
2144
2144
|
var realKey_2 = _destruct__k2r9zo.oe();
|
|
2145
2145
|
var translator_2 = _destruct__k2r9zo.pe();
|
|
2146
|
-
var tmp0_2 = this.
|
|
2147
|
-
var tmp4_safe_receiver = this.
|
|
2146
|
+
var tmp0_2 = this.t62_1;
|
|
2147
|
+
var tmp4_safe_receiver = this.t62_1.c2(realKey_2);
|
|
2148
2148
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.am(VOID, VOID, translator_2);
|
|
2149
2149
|
var tmp_11;
|
|
2150
2150
|
if (tmp5_elvis_lhs == null) {
|
|
@@ -2167,7 +2167,7 @@
|
|
|
2167
2167
|
$l$block_1: {
|
|
2168
2168
|
var realKey_3 = element_1.oe();
|
|
2169
2169
|
var translator_3 = element_1.pe();
|
|
2170
|
-
var tmp0_elvis_lhs_2 = this.
|
|
2170
|
+
var tmp0_elvis_lhs_2 = this.t62_1.c2(realKey_3);
|
|
2171
2171
|
var tmp_12;
|
|
2172
2172
|
if (tmp0_elvis_lhs_2 == null) {
|
|
2173
2173
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
}
|
|
2199
2199
|
return destination_1;
|
|
2200
2200
|
};
|
|
2201
|
-
protoOf(DITreeImpl).
|
|
2201
|
+
protoOf(DITreeImpl).t5y = function (search) {
|
|
2202
2202
|
var result = findBySpecs(this, search);
|
|
2203
2203
|
// Inline function 'kotlin.collections.map' call
|
|
2204
2204
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -2208,28 +2208,28 @@
|
|
|
2208
2208
|
var item = _iterator__ex2g4s.n();
|
|
2209
2209
|
var key = item.oe();
|
|
2210
2210
|
var translator = item.pe();
|
|
2211
|
-
var tmp$ret$0 = new Triple(key, ensureNotNull(this.
|
|
2211
|
+
var tmp$ret$0 = new Triple(key, ensureNotNull(this.t62_1.c2(key)).wl_1, translator);
|
|
2212
2212
|
destination.j(tmp$ret$0);
|
|
2213
2213
|
}
|
|
2214
2214
|
return destination;
|
|
2215
2215
|
};
|
|
2216
|
-
protoOf(DITreeImpl).
|
|
2217
|
-
var tmp = this.
|
|
2216
|
+
protoOf(DITreeImpl).u5y = function (key) {
|
|
2217
|
+
var tmp = this.t62_1.c2(key);
|
|
2218
2218
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2219
2219
|
};
|
|
2220
2220
|
function Down(type) {
|
|
2221
2221
|
TypeChecker.call(this);
|
|
2222
|
-
this.
|
|
2223
|
-
this.
|
|
2222
|
+
this.y62_1 = type;
|
|
2223
|
+
this.z62_1 = equals(this.y62_1, Companion_getInstance().x5v_1);
|
|
2224
2224
|
}
|
|
2225
|
-
protoOf(Down).
|
|
2226
|
-
return this.
|
|
2225
|
+
protoOf(Down).x62 = function (other) {
|
|
2226
|
+
return this.z62_1 || this.y62_1.g5w(other);
|
|
2227
2227
|
};
|
|
2228
2228
|
protoOf(Down).toString = function () {
|
|
2229
|
-
return 'Down(type=' + toString_0(this.
|
|
2229
|
+
return 'Down(type=' + toString_0(this.y62_1) + ')';
|
|
2230
2230
|
};
|
|
2231
2231
|
protoOf(Down).hashCode = function () {
|
|
2232
|
-
return hashCode(this.
|
|
2232
|
+
return hashCode(this.y62_1);
|
|
2233
2233
|
};
|
|
2234
2234
|
protoOf(Down).equals = function (other) {
|
|
2235
2235
|
if (this === other)
|
|
@@ -2237,22 +2237,22 @@
|
|
|
2237
2237
|
if (!(other instanceof Down))
|
|
2238
2238
|
return false;
|
|
2239
2239
|
var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
|
|
2240
|
-
if (!equals(this.
|
|
2240
|
+
if (!equals(this.y62_1, tmp0_other_with_cast.y62_1))
|
|
2241
2241
|
return false;
|
|
2242
2242
|
return true;
|
|
2243
2243
|
};
|
|
2244
2244
|
function Up(type) {
|
|
2245
2245
|
TypeChecker.call(this);
|
|
2246
|
-
this.
|
|
2246
|
+
this.a63_1 = type;
|
|
2247
2247
|
}
|
|
2248
|
-
protoOf(Up).
|
|
2249
|
-
return equals(other, Companion_getInstance().
|
|
2248
|
+
protoOf(Up).x62 = function (other) {
|
|
2249
|
+
return equals(other, Companion_getInstance().x5v_1) || other.g5w(this.a63_1);
|
|
2250
2250
|
};
|
|
2251
2251
|
protoOf(Up).toString = function () {
|
|
2252
|
-
return 'Up(type=' + toString_0(this.
|
|
2252
|
+
return 'Up(type=' + toString_0(this.a63_1) + ')';
|
|
2253
2253
|
};
|
|
2254
2254
|
protoOf(Up).hashCode = function () {
|
|
2255
|
-
return hashCode(this.
|
|
2255
|
+
return hashCode(this.a63_1);
|
|
2256
2256
|
};
|
|
2257
2257
|
protoOf(Up).equals = function (other) {
|
|
2258
2258
|
if (this === other)
|
|
@@ -2260,60 +2260,60 @@
|
|
|
2260
2260
|
if (!(other instanceof Up))
|
|
2261
2261
|
return false;
|
|
2262
2262
|
var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
|
|
2263
|
-
if (!equals(this.
|
|
2263
|
+
if (!equals(this.a63_1, tmp0_other_with_cast.a63_1))
|
|
2264
2264
|
return false;
|
|
2265
2265
|
return true;
|
|
2266
2266
|
};
|
|
2267
2267
|
function TypeChecker() {
|
|
2268
2268
|
}
|
|
2269
2269
|
function DirectDIBaseImpl(container, context) {
|
|
2270
|
-
this.
|
|
2271
|
-
this.
|
|
2270
|
+
this.b63_1 = container;
|
|
2271
|
+
this.c63_1 = context;
|
|
2272
2272
|
}
|
|
2273
|
-
protoOf(DirectDIBaseImpl).
|
|
2274
|
-
return this.
|
|
2273
|
+
protoOf(DirectDIBaseImpl).w5x = function () {
|
|
2274
|
+
return this.b63_1;
|
|
2275
2275
|
};
|
|
2276
|
-
protoOf(DirectDIBaseImpl).
|
|
2276
|
+
protoOf(DirectDIBaseImpl).y5y = function () {
|
|
2277
2277
|
return this;
|
|
2278
2278
|
};
|
|
2279
|
-
protoOf(DirectDIBaseImpl).
|
|
2280
|
-
var tmp = this.
|
|
2281
|
-
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.
|
|
2279
|
+
protoOf(DirectDIBaseImpl).v5y = function () {
|
|
2280
|
+
var tmp = this.w5x();
|
|
2281
|
+
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.c63_1);
|
|
2282
2282
|
};
|
|
2283
|
-
protoOf(DirectDIBaseImpl).
|
|
2284
|
-
return createDirectDI(this.
|
|
2283
|
+
protoOf(DirectDIBaseImpl).w5y = function (context) {
|
|
2284
|
+
return createDirectDI(this.w5x(), context);
|
|
2285
2285
|
};
|
|
2286
|
-
protoOf(DirectDIBaseImpl).
|
|
2287
|
-
var tmp = this.
|
|
2286
|
+
protoOf(DirectDIBaseImpl).x5y = function (type, tag) {
|
|
2287
|
+
var tmp = this.w5x();
|
|
2288
2288
|
// Inline function 'org.kodein.di.internal.anyType' call
|
|
2289
|
-
var tmp_0 = this.
|
|
2289
|
+
var tmp_0 = this.c63_1.b5y();
|
|
2290
2290
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
2291
|
-
return tmp.
|
|
2291
|
+
return tmp.h5y(new Key(tmp$ret$0, Companion_getInstance().w5v_1, type, tag), this.c63_1.x())();
|
|
2292
2292
|
};
|
|
2293
2293
|
function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
|
|
2294
2294
|
return function () {
|
|
2295
2295
|
var tmp;
|
|
2296
|
-
if (!($receiver == null) && this$0.
|
|
2296
|
+
if (!($receiver == null) && this$0.e63_1 === get_AnyDIContext()) {
|
|
2297
2297
|
var tmp_0 = Companion_instance_0;
|
|
2298
2298
|
var tmp_1 = erasedOf($receiver);
|
|
2299
|
-
tmp = tmp_0.
|
|
2299
|
+
tmp = tmp_0.c5y(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
|
|
2300
2300
|
} else {
|
|
2301
|
-
tmp = this$0.
|
|
2301
|
+
tmp = this$0.e63_1;
|
|
2302
2302
|
}
|
|
2303
2303
|
var context = tmp;
|
|
2304
|
-
return this$0.
|
|
2304
|
+
return this$0.f63_1(context, $prop.callableName);
|
|
2305
2305
|
};
|
|
2306
2306
|
}
|
|
2307
2307
|
function DIProperty(trigger, originalContext, get) {
|
|
2308
|
-
this.
|
|
2309
|
-
this.
|
|
2310
|
-
this.
|
|
2308
|
+
this.d63_1 = trigger;
|
|
2309
|
+
this.e63_1 = originalContext;
|
|
2310
|
+
this.f63_1 = get;
|
|
2311
2311
|
}
|
|
2312
|
-
protoOf(DIProperty).
|
|
2312
|
+
protoOf(DIProperty).g63 = function (receiver, prop) {
|
|
2313
2313
|
// Inline function 'kotlin.also' call
|
|
2314
2314
|
var this_0 = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
|
|
2315
|
-
var tmp0_safe_receiver = this.
|
|
2316
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2315
|
+
var tmp0_safe_receiver = this.d63_1;
|
|
2316
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h63_1;
|
|
2317
2317
|
if (tmp1_safe_receiver == null)
|
|
2318
2318
|
null;
|
|
2319
2319
|
else
|
|
@@ -2333,28 +2333,28 @@
|
|
|
2333
2333
|
return ArrayList_init_$Create$();
|
|
2334
2334
|
}
|
|
2335
2335
|
//region block: post-declaration
|
|
2336
|
-
protoOf(Provider).
|
|
2337
|
-
protoOf(Provider).
|
|
2338
|
-
protoOf(Provider).
|
|
2339
|
-
protoOf(Provider).
|
|
2340
|
-
protoOf(Provider).
|
|
2341
|
-
protoOf(Provider).
|
|
2342
|
-
protoOf(Singleton).
|
|
2343
|
-
protoOf(Singleton).
|
|
2344
|
-
protoOf(Singleton).
|
|
2345
|
-
protoOf(Singleton).
|
|
2346
|
-
protoOf(DIBuilderImpl).
|
|
2347
|
-
protoOf(DIContainerImpl).
|
|
2348
|
-
protoOf(DIContainerImpl).
|
|
2349
|
-
protoOf(DIContainerImpl).
|
|
2350
|
-
protoOf(DIContainerImpl).
|
|
2351
|
-
protoOf(DIContainerImpl).
|
|
2352
|
-
protoOf(DIContainerImpl).
|
|
2353
|
-
protoOf(DIImpl).
|
|
2354
|
-
protoOf(DIImpl).
|
|
2355
|
-
protoOf(DIImpl).
|
|
2356
|
-
protoOf(DITreeImpl).
|
|
2357
|
-
protoOf(DirectDIBaseImpl).
|
|
2336
|
+
protoOf(Provider).i5z = get_argType;
|
|
2337
|
+
protoOf(Provider).h5z = factoryFullName;
|
|
2338
|
+
protoOf(Provider).q5x = get_scope;
|
|
2339
|
+
protoOf(Provider).z5w = get_description;
|
|
2340
|
+
protoOf(Provider).b5x = get_fullDescription;
|
|
2341
|
+
protoOf(Provider).k5z = get_supportSubTypes;
|
|
2342
|
+
protoOf(Singleton).i5z = get_argType;
|
|
2343
|
+
protoOf(Singleton).z5w = get_description;
|
|
2344
|
+
protoOf(Singleton).b5x = get_fullDescription;
|
|
2345
|
+
protoOf(Singleton).k5z = get_supportSubTypes;
|
|
2346
|
+
protoOf(DIBuilderImpl).n5x = import$default;
|
|
2347
|
+
protoOf(DIContainerImpl).m5y = factoryOrNull$default;
|
|
2348
|
+
protoOf(DIContainerImpl).k5y = factory$default;
|
|
2349
|
+
protoOf(DIContainerImpl).n5y = provider;
|
|
2350
|
+
protoOf(DIContainerImpl).h5y = provider$default;
|
|
2351
|
+
protoOf(DIContainerImpl).o5y = providerOrNull;
|
|
2352
|
+
protoOf(DIContainerImpl).i5y = providerOrNull$default;
|
|
2353
|
+
protoOf(DIImpl).v5x = get_di;
|
|
2354
|
+
protoOf(DIImpl).x5x = get_diContext;
|
|
2355
|
+
protoOf(DIImpl).y5x = get_diTrigger;
|
|
2356
|
+
protoOf(DITreeImpl).s5y = find$default;
|
|
2357
|
+
protoOf(DirectDIBaseImpl).v5x = get_di_0;
|
|
2358
2358
|
//endregion
|
|
2359
2359
|
//region block: init
|
|
2360
2360
|
Companion_instance = new Companion();
|