raspberry_games_engine_helpers 1.8.277 → 1.8.303
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 +488 -488
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1376 -1376
- package/Logic_Debertz-core.js +1454 -1562
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +69 -24
- package/Logic_Debertz-engine.js +14085 -16719
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +4 -4
- package/kotlinx-serialization-kotlinx-serialization-core.js +1813 -1813
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1328 -1328
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +44 -43
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +223 -26
- package/raspberry-cardgame-lib-logger.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +42 -42
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.w1z(module_0, allowOverride);
|
|
97
97
|
tmp = Unit_instance;
|
|
98
98
|
} else {
|
|
99
|
-
tmp = $super.
|
|
99
|
+
tmp = $super.w1z.call(this, module_0, allowOverride);
|
|
100
100
|
}
|
|
101
101
|
return tmp;
|
|
102
102
|
}
|
|
@@ -121,26 +121,26 @@
|
|
|
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.s20(key, context, overrideLevel) : $super.s20.call(this, key, context, overrideLevel);
|
|
125
125
|
}
|
|
126
126
|
function provider(key, context, overrideLevel) {
|
|
127
127
|
// Inline function 'org.kodein.di.toProvider' call
|
|
128
|
-
var this_0 = this.
|
|
128
|
+
var this_0 = this.t20(key, context);
|
|
129
129
|
return DIContainer$provider$lambda(this_0);
|
|
130
130
|
}
|
|
131
131
|
function provider$default(key, context, overrideLevel, $super) {
|
|
132
132
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
133
|
-
return $super === VOID ? this.
|
|
133
|
+
return $super === VOID ? this.u20(key, context, overrideLevel) : provider(key, context, overrideLevel);
|
|
134
134
|
}
|
|
135
135
|
initMetadataForInterface(DIContainer, 'DIContainer');
|
|
136
136
|
function find$default(key, overrideLevel, all, $super) {
|
|
137
137
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
138
138
|
all = all === VOID ? false : all;
|
|
139
|
-
return $super === VOID ? this.
|
|
139
|
+
return $super === VOID ? this.x20(key, overrideLevel, all) : $super.x20.call(this, key, overrideLevel, all);
|
|
140
140
|
}
|
|
141
141
|
initMetadataForInterface(DITree, 'DITree');
|
|
142
142
|
function get_di_0() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.b21();
|
|
144
144
|
}
|
|
145
145
|
initMetadataForInterface(DirectDIBase, 'DirectDIBase');
|
|
146
146
|
initMetadataForObject(NoDefinedTag, 'NoDefinedTag');
|
|
@@ -150,19 +150,19 @@
|
|
|
150
150
|
initMetadataForClass(DIBinding$Copier$Companion$invoke$1);
|
|
151
151
|
initMetadataForCompanion(Companion_1);
|
|
152
152
|
function factoryFullName() {
|
|
153
|
-
return this.
|
|
153
|
+
return this.m21();
|
|
154
154
|
}
|
|
155
155
|
function get_scope() {
|
|
156
156
|
return null;
|
|
157
157
|
}
|
|
158
158
|
function get_description() {
|
|
159
|
-
var arg = !equals(this.
|
|
159
|
+
var arg = !equals(this.o21(), Companion_getInstance().g1y_1) ? this.o21().i1y() + ' -> ' : '';
|
|
160
160
|
var tmp;
|
|
161
|
-
var tmp_0 = this.
|
|
161
|
+
var tmp_0 = this.a20();
|
|
162
162
|
if (tmp_0 instanceof NoScope) {
|
|
163
163
|
tmp = null;
|
|
164
164
|
} else {
|
|
165
|
-
tmp = this.
|
|
165
|
+
tmp = this.a20();
|
|
166
166
|
}
|
|
167
167
|
var scope = tmp;
|
|
168
168
|
var tmp_1;
|
|
@@ -172,20 +172,20 @@
|
|
|
172
172
|
// Inline function 'kotlin.let' call
|
|
173
173
|
// Inline function 'kotlin.contracts.contract' call
|
|
174
174
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-description>.<anonymous>' call
|
|
175
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
175
|
+
tmp_1 = 'scoped(' + erasedOf(scope).i1y() + ').';
|
|
176
176
|
}
|
|
177
177
|
var tmp0_elvis_lhs = tmp_1;
|
|
178
|
-
var context = tmp0_elvis_lhs == null ? !equals(this.
|
|
179
|
-
return context + this.
|
|
178
|
+
var context = tmp0_elvis_lhs == null ? !equals(this.y1z(), Companion_getInstance().h1y_1) ? 'contexted<' + this.y1z().i1y() + '>().' : '' : tmp0_elvis_lhs;
|
|
179
|
+
return context + this.m21() + ' { ' + arg + this.p21().i1y() + ' }';
|
|
180
180
|
}
|
|
181
181
|
function get_fullDescription() {
|
|
182
|
-
var arg = !equals(this.
|
|
182
|
+
var arg = !equals(this.o21(), Companion_getInstance().g1y_1) ? this.o21().k1y() + ' -> ' : '';
|
|
183
183
|
var tmp;
|
|
184
|
-
var tmp_0 = this.
|
|
184
|
+
var tmp_0 = this.a20();
|
|
185
185
|
if (tmp_0 instanceof NoScope) {
|
|
186
186
|
tmp = null;
|
|
187
187
|
} else {
|
|
188
|
-
tmp = this.
|
|
188
|
+
tmp = this.a20();
|
|
189
189
|
}
|
|
190
190
|
var scope = tmp;
|
|
191
191
|
var tmp_1;
|
|
@@ -195,18 +195,18 @@
|
|
|
195
195
|
// Inline function 'kotlin.let' call
|
|
196
196
|
// Inline function 'kotlin.contracts.contract' call
|
|
197
197
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-fullDescription>.<anonymous>' call
|
|
198
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
198
|
+
tmp_1 = 'scoped(' + erasedOf(scope).k1y() + ').';
|
|
199
199
|
}
|
|
200
200
|
var tmp0_elvis_lhs = tmp_1;
|
|
201
|
-
var context = tmp0_elvis_lhs == null ? !equals(this.
|
|
202
|
-
return context + this.
|
|
201
|
+
var context = tmp0_elvis_lhs == null ? !equals(this.y1z(), Companion_getInstance().h1y_1) ? 'contexted<' + this.y1z().k1y() + '>().' : '' : tmp0_elvis_lhs;
|
|
202
|
+
return context + this.n21() + ' { ' + arg + this.p21().k1y() + ' }';
|
|
203
203
|
}
|
|
204
204
|
function get_supportSubTypes() {
|
|
205
205
|
return false;
|
|
206
206
|
}
|
|
207
207
|
initMetadataForInterface(DIBinding, 'DIBinding');
|
|
208
208
|
function get_argType() {
|
|
209
|
-
return Companion_getInstance().
|
|
209
|
+
return Companion_getInstance().g1y_1;
|
|
210
210
|
}
|
|
211
211
|
initMetadataForInterface(NoArgDIBinding, 'NoArgDIBinding', VOID, VOID, [DIBinding]);
|
|
212
212
|
initMetadataForObject(SingletonReference, 'SingletonReference');
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
//endregion
|
|
244
244
|
function DIDefinition(binding, fromModule, tree) {
|
|
245
245
|
DIDefining.call(this, binding, fromModule);
|
|
246
|
-
this.
|
|
246
|
+
this.a1z_1 = tree;
|
|
247
247
|
}
|
|
248
248
|
function description(_this__u8e3s4, withOverrides, ident) {
|
|
249
249
|
withOverrides = withOverrides === VOID ? false : withOverrides;
|
|
@@ -251,8 +251,8 @@
|
|
|
251
251
|
return descriptionImpl(_this__u8e3s4, withOverrides, ident, bindDescription$factory(), description$factory());
|
|
252
252
|
}
|
|
253
253
|
function DIDefining(binding, fromModule) {
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
254
|
+
this.b1z_1 = binding;
|
|
255
|
+
this.c1z_1 = fromModule;
|
|
256
256
|
}
|
|
257
257
|
function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
|
|
258
258
|
// Inline function 'kotlin.collections.groupBy' call
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
while (tmp0_iterator.k()) {
|
|
264
264
|
var element = tmp0_iterator.l();
|
|
265
265
|
// Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
|
|
266
|
-
var key = first(element.a2()).
|
|
266
|
+
var key = first(element.a2()).c1z_1;
|
|
267
267
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
268
268
|
var value = destination.d2(key);
|
|
269
269
|
var tmp;
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
var element = tmp0_iterator.l();
|
|
317
317
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>' call
|
|
318
318
|
var keyDescription = $keyBindDisp(element.z1());
|
|
319
|
-
_this__u8e3s4.f8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.a2()).
|
|
319
|
+
_this__u8e3s4.f8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.a2()).b1z_1) + ' }');
|
|
320
320
|
if ($withOverrides) {
|
|
321
321
|
var subIdent = keyDescription.length - 4 | 0;
|
|
322
322
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
while (tmp0_iterator_0.k()) {
|
|
325
325
|
var element_0 = tmp0_iterator_0.l();
|
|
326
326
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>.<anonymous>' call
|
|
327
|
-
_this__u8e3s4.f8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.
|
|
327
|
+
_this__u8e3s4.f8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.b1z_1));
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
_this__u8e3s4.f8('\n');
|
|
@@ -333,45 +333,45 @@
|
|
|
333
333
|
}
|
|
334
334
|
function bindDescription$factory() {
|
|
335
335
|
return getPropertyCallableRef('bindDescription', 1, KProperty1, function (receiver) {
|
|
336
|
-
return receiver.
|
|
336
|
+
return receiver.i1z();
|
|
337
337
|
}, null);
|
|
338
338
|
}
|
|
339
339
|
function description$factory() {
|
|
340
340
|
return getPropertyCallableRef('description', 1, KProperty1, function (receiver) {
|
|
341
|
-
return receiver.
|
|
341
|
+
return receiver.j1z();
|
|
342
342
|
}, null);
|
|
343
343
|
}
|
|
344
344
|
function bindFullDescription$factory() {
|
|
345
345
|
return getPropertyCallableRef('bindFullDescription', 1, KProperty1, function (receiver) {
|
|
346
|
-
return receiver.
|
|
346
|
+
return receiver.k1z();
|
|
347
347
|
}, null);
|
|
348
348
|
}
|
|
349
349
|
function fullDescription$factory() {
|
|
350
350
|
return getPropertyCallableRef('fullDescription', 1, KProperty1, function (receiver) {
|
|
351
|
-
return receiver.
|
|
351
|
+
return receiver.l1z();
|
|
352
352
|
}, null);
|
|
353
353
|
}
|
|
354
354
|
function appendDescription(_this__u8e3s4, $this, displayString) {
|
|
355
|
-
if (!($this.
|
|
356
|
-
_this__u8e3s4.f8(' tagged "' + toString($this.
|
|
355
|
+
if (!($this.g1z_1 == null)) {
|
|
356
|
+
_this__u8e3s4.f8(' tagged "' + toString($this.g1z_1) + '"');
|
|
357
357
|
}
|
|
358
|
-
if (!equals($this.
|
|
359
|
-
_this__u8e3s4.f8(' on context ' + displayString($this.
|
|
358
|
+
if (!equals($this.d1z_1, Companion_getInstance().h1y_1)) {
|
|
359
|
+
_this__u8e3s4.f8(' on context ' + displayString($this.d1z_1));
|
|
360
360
|
}
|
|
361
|
-
if (!equals($this.
|
|
362
|
-
_this__u8e3s4.f8(', with argument ' + displayString($this.
|
|
361
|
+
if (!equals($this.e1z_1, Companion_getInstance().g1y_1)) {
|
|
362
|
+
_this__u8e3s4.f8(', with argument ' + displayString($this.e1z_1));
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
function TypeToken$simpleDispString$ref() {
|
|
366
366
|
var l = function (p0) {
|
|
367
|
-
return p0.
|
|
367
|
+
return p0.i1y();
|
|
368
368
|
};
|
|
369
369
|
l.callableName = 'simpleDispString';
|
|
370
370
|
return l;
|
|
371
371
|
}
|
|
372
372
|
function TypeToken$qualifiedDispString$ref() {
|
|
373
373
|
var l = function (p0) {
|
|
374
|
-
return p0.
|
|
374
|
+
return p0.k1y();
|
|
375
375
|
};
|
|
376
376
|
l.callableName = 'qualifiedDispString';
|
|
377
377
|
return l;
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
381
381
|
prefix = prefix === VOID ? '' : prefix;
|
|
382
382
|
Module.call($this, allowSilentOverride, prefix, init);
|
|
383
|
-
$this.
|
|
383
|
+
$this.p1z_1 = name;
|
|
384
384
|
return $this;
|
|
385
385
|
}
|
|
386
386
|
function Module_init_$Create$(name, allowSilentOverride, prefix, init) {
|
|
@@ -393,95 +393,95 @@
|
|
|
393
393
|
function NotFoundException(key, message) {
|
|
394
394
|
RuntimeException_init_$Init$(message, this);
|
|
395
395
|
captureStack(this, NotFoundException);
|
|
396
|
-
this.
|
|
396
|
+
this.q1z_1 = key;
|
|
397
397
|
}
|
|
398
398
|
function OverridingException(message) {
|
|
399
399
|
RuntimeException_init_$Init$(message, this);
|
|
400
400
|
captureStack(this, OverridingException);
|
|
401
401
|
}
|
|
402
402
|
function Key(contextType, argType, type, tag) {
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
403
|
+
this.d1z_1 = contextType;
|
|
404
|
+
this.e1z_1 = argType;
|
|
405
|
+
this.f1z_1 = type;
|
|
406
|
+
this.g1z_1 = tag;
|
|
407
|
+
this.h1z_1 = 0;
|
|
408
408
|
}
|
|
409
409
|
protoOf(Key).hashCode = function () {
|
|
410
|
-
if (this.
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
410
|
+
if (this.h1z_1 === 0) {
|
|
411
|
+
this.h1z_1 = hashCode(this.d1z_1);
|
|
412
|
+
this.h1z_1 = imul(31, this.h1z_1) + hashCode(this.e1z_1) | 0;
|
|
413
|
+
this.h1z_1 = imul(29, hashCode(this.f1z_1));
|
|
414
414
|
var tmp = this;
|
|
415
|
-
var tmp_0 = imul(23, this.
|
|
416
|
-
var tmp1_safe_receiver = this.
|
|
415
|
+
var tmp_0 = imul(23, this.h1z_1);
|
|
416
|
+
var tmp1_safe_receiver = this.g1z_1;
|
|
417
417
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : hashCode(tmp1_safe_receiver);
|
|
418
|
-
tmp.
|
|
418
|
+
tmp.h1z_1 = tmp_0 + (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) | 0;
|
|
419
419
|
}
|
|
420
|
-
return this.
|
|
420
|
+
return this.h1z_1;
|
|
421
421
|
};
|
|
422
422
|
protoOf(Key).toString = function () {
|
|
423
|
-
return this.
|
|
423
|
+
return this.j1z();
|
|
424
424
|
};
|
|
425
|
-
protoOf(Key).
|
|
425
|
+
protoOf(Key).i1z = function () {
|
|
426
426
|
// Inline function 'kotlin.text.buildString' call
|
|
427
427
|
// Inline function 'kotlin.contracts.contract' call
|
|
428
428
|
// Inline function 'kotlin.apply' call
|
|
429
429
|
var this_0 = StringBuilder_init_$Create$();
|
|
430
430
|
// Inline function 'kotlin.contracts.contract' call
|
|
431
431
|
// Inline function 'org.kodein.di.Key.<get-bindDescription>.<anonymous>' call
|
|
432
|
-
this_0.f8('bind<' + this.
|
|
433
|
-
if (!(this.
|
|
434
|
-
this_0.f8('(tag = "' + toString(this.
|
|
432
|
+
this_0.f8('bind<' + this.f1z_1.i1y() + '>');
|
|
433
|
+
if (!(this.g1z_1 == null)) {
|
|
434
|
+
this_0.f8('(tag = "' + toString(this.g1z_1) + '")');
|
|
435
435
|
}
|
|
436
436
|
return this_0.toString();
|
|
437
437
|
};
|
|
438
|
-
protoOf(Key).
|
|
438
|
+
protoOf(Key).k1z = function () {
|
|
439
439
|
// Inline function 'kotlin.text.buildString' call
|
|
440
440
|
// Inline function 'kotlin.contracts.contract' call
|
|
441
441
|
// Inline function 'kotlin.apply' call
|
|
442
442
|
var this_0 = StringBuilder_init_$Create$();
|
|
443
443
|
// Inline function 'kotlin.contracts.contract' call
|
|
444
444
|
// Inline function 'org.kodein.di.Key.<get-bindFullDescription>.<anonymous>' call
|
|
445
|
-
this_0.f8('bind<' + this.
|
|
446
|
-
if (!(this.
|
|
447
|
-
this_0.f8('(tag = "' + toString(this.
|
|
445
|
+
this_0.f8('bind<' + this.f1z_1.k1y() + '>');
|
|
446
|
+
if (!(this.g1z_1 == null)) {
|
|
447
|
+
this_0.f8('(tag = "' + toString(this.g1z_1) + '")');
|
|
448
448
|
}
|
|
449
449
|
return this_0.toString();
|
|
450
450
|
};
|
|
451
|
-
protoOf(Key).
|
|
451
|
+
protoOf(Key).j1z = function () {
|
|
452
452
|
// Inline function 'kotlin.text.buildString' call
|
|
453
453
|
// Inline function 'kotlin.contracts.contract' call
|
|
454
454
|
// Inline function 'kotlin.apply' call
|
|
455
455
|
var this_0 = StringBuilder_init_$Create$();
|
|
456
456
|
// Inline function 'kotlin.contracts.contract' call
|
|
457
457
|
// Inline function 'org.kodein.di.Key.<get-description>.<anonymous>' call
|
|
458
|
-
this_0.f8(this.
|
|
458
|
+
this_0.f8(this.f1z_1.i1y());
|
|
459
459
|
appendDescription(this_0, this, TypeToken$simpleDispString$ref());
|
|
460
460
|
return this_0.toString();
|
|
461
461
|
};
|
|
462
|
-
protoOf(Key).
|
|
463
|
-
return '(context: ' + this.
|
|
462
|
+
protoOf(Key).r1z = function () {
|
|
463
|
+
return '(context: ' + this.d1z_1.i1y() + ', arg: ' + this.e1z_1.i1y() + ', type: ' + this.f1z_1.i1y() + ', tag: ' + toString(this.g1z_1) + ')';
|
|
464
464
|
};
|
|
465
|
-
protoOf(Key).
|
|
465
|
+
protoOf(Key).l1z = function () {
|
|
466
466
|
// Inline function 'kotlin.text.buildString' call
|
|
467
467
|
// Inline function 'kotlin.contracts.contract' call
|
|
468
468
|
// Inline function 'kotlin.apply' call
|
|
469
469
|
var this_0 = StringBuilder_init_$Create$();
|
|
470
470
|
// Inline function 'kotlin.contracts.contract' call
|
|
471
471
|
// Inline function 'org.kodein.di.Key.<get-fullDescription>.<anonymous>' call
|
|
472
|
-
this_0.f8(this.
|
|
472
|
+
this_0.f8(this.f1z_1.k1y());
|
|
473
473
|
appendDescription(this_0, this, TypeToken$qualifiedDispString$ref());
|
|
474
474
|
return this_0.toString();
|
|
475
475
|
};
|
|
476
|
-
protoOf(Key).
|
|
476
|
+
protoOf(Key).s1z = function (contextType, argType, type, tag) {
|
|
477
477
|
return new Key(contextType, argType, type, tag);
|
|
478
478
|
};
|
|
479
|
-
protoOf(Key).
|
|
480
|
-
contextType = contextType === VOID ? this.
|
|
481
|
-
argType = argType === VOID ? this.
|
|
482
|
-
type = type === VOID ? this.
|
|
483
|
-
tag = tag === VOID ? this.
|
|
484
|
-
return $super === VOID ? this.
|
|
479
|
+
protoOf(Key).t1z = function (contextType, argType, type, tag, $super) {
|
|
480
|
+
contextType = contextType === VOID ? this.d1z_1 : contextType;
|
|
481
|
+
argType = argType === VOID ? this.e1z_1 : argType;
|
|
482
|
+
type = type === VOID ? this.f1z_1 : type;
|
|
483
|
+
tag = tag === VOID ? this.g1z_1 : tag;
|
|
484
|
+
return $super === VOID ? this.s1z(contextType, argType, type, tag) : $super.s1z.call(this, contextType, argType, type, tag);
|
|
485
485
|
};
|
|
486
486
|
protoOf(Key).equals = function (other) {
|
|
487
487
|
if (this === other)
|
|
@@ -489,13 +489,13 @@
|
|
|
489
489
|
if (!(other instanceof Key))
|
|
490
490
|
return false;
|
|
491
491
|
var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
|
|
492
|
-
if (!equals(this.
|
|
492
|
+
if (!equals(this.d1z_1, tmp0_other_with_cast.d1z_1))
|
|
493
493
|
return false;
|
|
494
|
-
if (!equals(this.
|
|
494
|
+
if (!equals(this.e1z_1, tmp0_other_with_cast.e1z_1))
|
|
495
495
|
return false;
|
|
496
|
-
if (!equals(this.
|
|
496
|
+
if (!equals(this.f1z_1, tmp0_other_with_cast.f1z_1))
|
|
497
497
|
return false;
|
|
498
|
-
if (!equals(this.
|
|
498
|
+
if (!equals(this.g1z_1, tmp0_other_with_cast.g1z_1))
|
|
499
499
|
return false;
|
|
500
500
|
return true;
|
|
501
501
|
};
|
|
@@ -504,13 +504,13 @@
|
|
|
504
504
|
function Module(allowSilentOverride, prefix, init) {
|
|
505
505
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
506
506
|
prefix = prefix === VOID ? '' : prefix;
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
510
|
-
this.
|
|
507
|
+
this.m1z_1 = allowSilentOverride;
|
|
508
|
+
this.n1z_1 = prefix;
|
|
509
|
+
this.o1z_1 = init;
|
|
510
|
+
this.p1z_1 = null;
|
|
511
511
|
}
|
|
512
512
|
protoOf(Module).k2 = function () {
|
|
513
|
-
var tmp0_elvis_lhs = this.
|
|
513
|
+
var tmp0_elvis_lhs = this.p1z_1;
|
|
514
514
|
var tmp;
|
|
515
515
|
if (tmp0_elvis_lhs == null) {
|
|
516
516
|
throw IllegalStateException_init_$Create$('module must have a name.');
|
|
@@ -520,12 +520,12 @@
|
|
|
520
520
|
return tmp;
|
|
521
521
|
};
|
|
522
522
|
protoOf(Module).toString = function () {
|
|
523
|
-
return 'Module(allowSilentOverride=' + this.
|
|
523
|
+
return 'Module(allowSilentOverride=' + this.m1z_1 + ', prefix=' + this.n1z_1 + ', init=' + toString_0(this.o1z_1) + ')';
|
|
524
524
|
};
|
|
525
525
|
protoOf(Module).hashCode = function () {
|
|
526
|
-
var result = getBooleanHashCode(this.
|
|
527
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
528
|
-
result = imul(result, 31) + hashCode(this.
|
|
526
|
+
var result = getBooleanHashCode(this.m1z_1);
|
|
527
|
+
result = imul(result, 31) + getStringHashCode(this.n1z_1) | 0;
|
|
528
|
+
result = imul(result, 31) + hashCode(this.o1z_1) | 0;
|
|
529
529
|
return result;
|
|
530
530
|
};
|
|
531
531
|
protoOf(Module).equals = function (other) {
|
|
@@ -534,24 +534,24 @@
|
|
|
534
534
|
if (!(other instanceof Module))
|
|
535
535
|
return false;
|
|
536
536
|
var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
|
|
537
|
-
if (!(this.
|
|
537
|
+
if (!(this.m1z_1 === tmp0_other_with_cast.m1z_1))
|
|
538
538
|
return false;
|
|
539
|
-
if (!(this.
|
|
539
|
+
if (!(this.n1z_1 === tmp0_other_with_cast.n1z_1))
|
|
540
540
|
return false;
|
|
541
|
-
if (!equals(this.
|
|
541
|
+
if (!equals(this.o1z_1, tmp0_other_with_cast.o1z_1))
|
|
542
542
|
return false;
|
|
543
543
|
return true;
|
|
544
544
|
};
|
|
545
545
|
function Companion() {
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
546
|
+
this.b20_1 = false;
|
|
547
|
+
this.c20_1 = false;
|
|
548
548
|
}
|
|
549
|
-
protoOf(Companion).
|
|
549
|
+
protoOf(Companion).d20 = function (allowSilentOverride, init) {
|
|
550
550
|
return DIImpl_init_$Create$(allowSilentOverride, init);
|
|
551
551
|
};
|
|
552
|
-
protoOf(Companion).
|
|
552
|
+
protoOf(Companion).e20 = function (allowSilentOverride, init, $super) {
|
|
553
553
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
554
|
-
return $super === VOID ? this.
|
|
554
|
+
return $super === VOID ? this.d20(allowSilentOverride, init) : $super.d20.call(this, allowSilentOverride, init);
|
|
555
555
|
};
|
|
556
556
|
var Companion_instance;
|
|
557
557
|
function Companion_getInstance_0() {
|
|
@@ -563,26 +563,26 @@
|
|
|
563
563
|
}
|
|
564
564
|
function Instance(_this__u8e3s4, type, tag) {
|
|
565
565
|
tag = tag === VOID ? null : tag;
|
|
566
|
-
var tmp = _this__u8e3s4.
|
|
567
|
-
var tmp_0 = _this__u8e3s4.
|
|
566
|
+
var tmp = _this__u8e3s4.i20();
|
|
567
|
+
var tmp_0 = _this__u8e3s4.h20();
|
|
568
568
|
return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
|
|
569
569
|
}
|
|
570
570
|
function Value(type, value) {
|
|
571
|
-
this.
|
|
572
|
-
this.
|
|
571
|
+
this.j20_1 = type;
|
|
572
|
+
this.k20_1 = value;
|
|
573
573
|
}
|
|
574
|
-
protoOf(Value).
|
|
575
|
-
return this.
|
|
574
|
+
protoOf(Value).l20 = function () {
|
|
575
|
+
return this.j20_1;
|
|
576
576
|
};
|
|
577
577
|
protoOf(Value).a2 = function () {
|
|
578
|
-
return this.
|
|
578
|
+
return this.k20_1;
|
|
579
579
|
};
|
|
580
580
|
protoOf(Value).toString = function () {
|
|
581
|
-
return 'Value(type=' + toString_0(this.
|
|
581
|
+
return 'Value(type=' + toString_0(this.j20_1) + ', value=' + toString_0(this.k20_1) + ')';
|
|
582
582
|
};
|
|
583
583
|
protoOf(Value).hashCode = function () {
|
|
584
|
-
var result = hashCode(this.
|
|
585
|
-
result = imul(result, 31) + hashCode(this.
|
|
584
|
+
var result = hashCode(this.j20_1);
|
|
585
|
+
result = imul(result, 31) + hashCode(this.k20_1) | 0;
|
|
586
586
|
return result;
|
|
587
587
|
};
|
|
588
588
|
protoOf(Value).equals = function (other) {
|
|
@@ -591,15 +591,15 @@
|
|
|
591
591
|
if (!(other instanceof Value))
|
|
592
592
|
return false;
|
|
593
593
|
var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
|
|
594
|
-
if (!equals(this.
|
|
594
|
+
if (!equals(this.j20_1, tmp0_other_with_cast.j20_1))
|
|
595
595
|
return false;
|
|
596
|
-
if (!equals(this.
|
|
596
|
+
if (!equals(this.k20_1, tmp0_other_with_cast.k20_1))
|
|
597
597
|
return false;
|
|
598
598
|
return true;
|
|
599
599
|
};
|
|
600
600
|
function Companion_0() {
|
|
601
601
|
}
|
|
602
|
-
protoOf(Companion_0).
|
|
602
|
+
protoOf(Companion_0).m20 = function (type, value) {
|
|
603
603
|
return new Value(type, value);
|
|
604
604
|
};
|
|
605
605
|
var Companion_instance_0;
|
|
@@ -609,11 +609,11 @@
|
|
|
609
609
|
function DIContext() {
|
|
610
610
|
}
|
|
611
611
|
function get_AnyDIContext() {
|
|
612
|
-
return Contexes_getInstance().
|
|
612
|
+
return Contexes_getInstance().n20_1;
|
|
613
613
|
}
|
|
614
614
|
function Contexes() {
|
|
615
615
|
Contexes_instance = this;
|
|
616
|
-
this.
|
|
616
|
+
this.n20_1 = Companion_instance_0.m20(Companion_getInstance().h1y_1, new Object());
|
|
617
617
|
}
|
|
618
618
|
var Contexes_instance;
|
|
619
619
|
function Contexes_getInstance() {
|
|
@@ -622,14 +622,14 @@
|
|
|
622
622
|
return Contexes_instance;
|
|
623
623
|
}
|
|
624
624
|
function On(_this__u8e3s4, context, trigger) {
|
|
625
|
-
context = context === VOID ? _this__u8e3s4.
|
|
626
|
-
trigger = trigger === VOID ? _this__u8e3s4.
|
|
625
|
+
context = context === VOID ? _this__u8e3s4.h20() : context;
|
|
626
|
+
trigger = trigger === VOID ? _this__u8e3s4.i20() : trigger;
|
|
627
627
|
return DIWrapper_init_$Create$(_this__u8e3s4, context, trigger);
|
|
628
628
|
}
|
|
629
629
|
function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
|
|
630
|
-
diContext = diContext === VOID ? base.
|
|
631
|
-
trigger = trigger === VOID ? base.
|
|
632
|
-
DIWrapper.call($this, base.
|
|
630
|
+
diContext = diContext === VOID ? base.h20() : diContext;
|
|
631
|
+
trigger = trigger === VOID ? base.i20() : trigger;
|
|
632
|
+
DIWrapper.call($this, base.f20(), diContext, trigger);
|
|
633
633
|
return $this;
|
|
634
634
|
}
|
|
635
635
|
function DIWrapper_init_$Create$(base, diContext, trigger) {
|
|
@@ -637,29 +637,29 @@
|
|
|
637
637
|
}
|
|
638
638
|
function DIWrapper(_base, diContext, diTrigger) {
|
|
639
639
|
diTrigger = diTrigger === VOID ? null : diTrigger;
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
642
|
-
this.
|
|
640
|
+
this.o20_1 = _base;
|
|
641
|
+
this.p20_1 = diContext;
|
|
642
|
+
this.q20_1 = diTrigger;
|
|
643
643
|
}
|
|
644
|
-
protoOf(DIWrapper).
|
|
645
|
-
return this.
|
|
644
|
+
protoOf(DIWrapper).h20 = function () {
|
|
645
|
+
return this.p20_1;
|
|
646
646
|
};
|
|
647
|
-
protoOf(DIWrapper).
|
|
648
|
-
return this.
|
|
647
|
+
protoOf(DIWrapper).i20 = function () {
|
|
648
|
+
return this.q20_1;
|
|
649
649
|
};
|
|
650
|
-
protoOf(DIWrapper).
|
|
650
|
+
protoOf(DIWrapper).f20 = function () {
|
|
651
651
|
return this;
|
|
652
652
|
};
|
|
653
|
-
protoOf(DIWrapper).
|
|
654
|
-
return this.
|
|
653
|
+
protoOf(DIWrapper).g20 = function () {
|
|
654
|
+
return this.o20_1.g20();
|
|
655
655
|
};
|
|
656
656
|
function Instance$lambda($this_Instance, $type, $tag) {
|
|
657
657
|
return function (ctx, _unused_var__etf5q3) {
|
|
658
|
-
var tmp = $this_Instance.
|
|
658
|
+
var tmp = $this_Instance.f20().g20();
|
|
659
659
|
// Inline function 'org.kodein.di.anyType' call
|
|
660
|
-
var tmp_0 = ctx.
|
|
660
|
+
var tmp_0 = ctx.l20();
|
|
661
661
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
662
|
-
return tmp.
|
|
662
|
+
return tmp.r20(new Key(tmp$ret$0, Companion_getInstance().g1y_1, $type, $tag), ctx.a2())();
|
|
663
663
|
};
|
|
664
664
|
}
|
|
665
665
|
function DIContainer$provider$lambda($this) {
|
|
@@ -685,60 +685,60 @@
|
|
|
685
685
|
argType = argType === VOID ? null : argType;
|
|
686
686
|
type = type === VOID ? null : type;
|
|
687
687
|
tag = tag === VOID ? NoDefinedTag_instance : tag;
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
688
|
+
this.f21_1 = contextType;
|
|
689
|
+
this.g21_1 = argType;
|
|
690
|
+
this.h21_1 = type;
|
|
691
|
+
this.i21_1 = tag;
|
|
692
692
|
}
|
|
693
693
|
protoOf(SearchSpecs).toString = function () {
|
|
694
694
|
var args = ArrayList_init_$Create$();
|
|
695
|
-
if (!(this.
|
|
695
|
+
if (!(this.f21_1 == null)) {
|
|
696
696
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
697
|
-
var tmp9_safe_receiver = this.
|
|
698
|
-
var element = 'contextType=' + (tmp9_safe_receiver == null ? null : tmp9_safe_receiver.
|
|
697
|
+
var tmp9_safe_receiver = this.f21_1;
|
|
698
|
+
var element = 'contextType=' + (tmp9_safe_receiver == null ? null : tmp9_safe_receiver.i1y());
|
|
699
699
|
args.e(element);
|
|
700
700
|
}
|
|
701
|
-
if (!(this.
|
|
701
|
+
if (!(this.g21_1 == null)) {
|
|
702
702
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
703
|
-
var tmp10_safe_receiver = this.
|
|
704
|
-
var element_0 = 'argType=' + (tmp10_safe_receiver == null ? null : tmp10_safe_receiver.
|
|
703
|
+
var tmp10_safe_receiver = this.g21_1;
|
|
704
|
+
var element_0 = 'argType=' + (tmp10_safe_receiver == null ? null : tmp10_safe_receiver.i1y());
|
|
705
705
|
args.e(element_0);
|
|
706
706
|
}
|
|
707
|
-
if (!(this.
|
|
707
|
+
if (!(this.h21_1 == null)) {
|
|
708
708
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
709
|
-
var tmp11_safe_receiver = this.
|
|
710
|
-
var element_1 = 'type=' + (tmp11_safe_receiver == null ? null : tmp11_safe_receiver.
|
|
709
|
+
var tmp11_safe_receiver = this.h21_1;
|
|
710
|
+
var element_1 = 'type=' + (tmp11_safe_receiver == null ? null : tmp11_safe_receiver.i1y());
|
|
711
711
|
args.e(element_1);
|
|
712
712
|
}
|
|
713
|
-
if (!equals(this.
|
|
713
|
+
if (!equals(this.i21_1, NoDefinedTag_instance)) {
|
|
714
714
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
715
|
-
var element_2 = 'tag=' + toString(this.
|
|
715
|
+
var element_2 = 'tag=' + toString(this.i21_1);
|
|
716
716
|
args.e(element_2);
|
|
717
717
|
}
|
|
718
718
|
return '[' + joinToString(args, ', ') + ']';
|
|
719
719
|
};
|
|
720
720
|
function NoArgBindingDIWrap(_di) {
|
|
721
|
-
this.
|
|
721
|
+
this.j21_1 = _di;
|
|
722
722
|
}
|
|
723
|
-
protoOf(NoArgBindingDIWrap).
|
|
724
|
-
return this.
|
|
723
|
+
protoOf(NoArgBindingDIWrap).c21 = function (context) {
|
|
724
|
+
return this.j21_1.c21(context);
|
|
725
725
|
};
|
|
726
|
-
protoOf(NoArgBindingDIWrap).
|
|
727
|
-
return this.
|
|
726
|
+
protoOf(NoArgBindingDIWrap).d21 = function (type, tag) {
|
|
727
|
+
return this.j21_1.d21(type, tag);
|
|
728
728
|
};
|
|
729
|
-
protoOf(NoArgBindingDIWrap).
|
|
730
|
-
return this.
|
|
729
|
+
protoOf(NoArgBindingDIWrap).b21 = function () {
|
|
730
|
+
return this.j21_1.b21();
|
|
731
731
|
};
|
|
732
|
-
protoOf(NoArgBindingDIWrap).
|
|
733
|
-
return this.
|
|
732
|
+
protoOf(NoArgBindingDIWrap).f20 = function () {
|
|
733
|
+
return this.j21_1.f20();
|
|
734
734
|
};
|
|
735
|
-
protoOf(NoArgBindingDIWrap).
|
|
736
|
-
return this.
|
|
735
|
+
protoOf(NoArgBindingDIWrap).e21 = function () {
|
|
736
|
+
return this.j21_1.e21();
|
|
737
737
|
};
|
|
738
738
|
function ErasedContext() {
|
|
739
739
|
}
|
|
740
|
-
protoOf(ErasedContext).
|
|
741
|
-
return Companion_getInstance().
|
|
740
|
+
protoOf(ErasedContext).l20 = function () {
|
|
741
|
+
return Companion_getInstance().h1y_1;
|
|
742
742
|
};
|
|
743
743
|
protoOf(ErasedContext).a2 = function () {
|
|
744
744
|
return ErasedContext_instance;
|
|
@@ -748,11 +748,11 @@
|
|
|
748
748
|
return ErasedContext_instance;
|
|
749
749
|
}
|
|
750
750
|
function DIBinding$Copier$Companion$invoke$1($f) {
|
|
751
|
-
this.
|
|
751
|
+
this.k21_1 = $f;
|
|
752
752
|
}
|
|
753
753
|
function Companion_1() {
|
|
754
754
|
}
|
|
755
|
-
protoOf(Companion_1).
|
|
755
|
+
protoOf(Companion_1).l21 = function (f) {
|
|
756
756
|
return new DIBinding$Copier$Companion$invoke$1(f);
|
|
757
757
|
};
|
|
758
758
|
var Companion_instance_1;
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
}
|
|
771
771
|
function SingletonReference() {
|
|
772
772
|
}
|
|
773
|
-
protoOf(SingletonReference).
|
|
773
|
+
protoOf(SingletonReference).s21 = function (creator) {
|
|
774
774
|
var value = creator();
|
|
775
775
|
return new Reference(value, SingletonReference$make$lambda(value));
|
|
776
776
|
};
|
|
@@ -779,21 +779,21 @@
|
|
|
779
779
|
return SingletonReference_instance;
|
|
780
780
|
}
|
|
781
781
|
function Reference(current, next) {
|
|
782
|
-
this.
|
|
783
|
-
this.
|
|
782
|
+
this.t21_1 = current;
|
|
783
|
+
this.u21_1 = next;
|
|
784
784
|
}
|
|
785
785
|
protoOf(Reference).zc = function () {
|
|
786
|
-
return this.
|
|
786
|
+
return this.t21_1;
|
|
787
787
|
};
|
|
788
788
|
protoOf(Reference).ad = function () {
|
|
789
|
-
return this.
|
|
789
|
+
return this.u21_1;
|
|
790
790
|
};
|
|
791
791
|
protoOf(Reference).toString = function () {
|
|
792
|
-
return 'Reference(current=' + toString_0(this.
|
|
792
|
+
return 'Reference(current=' + toString_0(this.t21_1) + ', next=' + toString_0(this.u21_1) + ')';
|
|
793
793
|
};
|
|
794
794
|
protoOf(Reference).hashCode = function () {
|
|
795
|
-
var result = hashCode(this.
|
|
796
|
-
result = imul(result, 31) + hashCode(this.
|
|
795
|
+
var result = hashCode(this.t21_1);
|
|
796
|
+
result = imul(result, 31) + hashCode(this.u21_1) | 0;
|
|
797
797
|
return result;
|
|
798
798
|
};
|
|
799
799
|
protoOf(Reference).equals = function (other) {
|
|
@@ -802,9 +802,9 @@
|
|
|
802
802
|
if (!(other instanceof Reference))
|
|
803
803
|
return false;
|
|
804
804
|
var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
|
|
805
|
-
if (!equals(this.
|
|
805
|
+
if (!equals(this.t21_1, tmp0_other_with_cast.t21_1))
|
|
806
806
|
return false;
|
|
807
|
-
if (!equals(this.
|
|
807
|
+
if (!equals(this.u21_1, tmp0_other_with_cast.u21_1))
|
|
808
808
|
return false;
|
|
809
809
|
return true;
|
|
810
810
|
};
|
|
@@ -813,26 +813,26 @@
|
|
|
813
813
|
function ScopeRegistry() {
|
|
814
814
|
}
|
|
815
815
|
function NoScope() {
|
|
816
|
-
this.
|
|
816
|
+
this.y21_1 = new StandardScopeRegistry();
|
|
817
817
|
}
|
|
818
|
-
protoOf(NoScope).
|
|
819
|
-
return this.
|
|
818
|
+
protoOf(NoScope).z21 = function (context) {
|
|
819
|
+
return this.y21_1;
|
|
820
820
|
};
|
|
821
|
-
protoOf(NoScope).
|
|
822
|
-
return this.
|
|
821
|
+
protoOf(NoScope).a22 = function (context) {
|
|
822
|
+
return this.z21((context == null ? true : !(context == null)) ? context : THROW_CCE());
|
|
823
823
|
};
|
|
824
824
|
function StandardScopeRegistry() {
|
|
825
825
|
ScopeRegistry.call(this);
|
|
826
|
-
this.
|
|
827
|
-
this.
|
|
826
|
+
this.b22_1 = newConcurrentMap();
|
|
827
|
+
this.c22_1 = new Object();
|
|
828
828
|
}
|
|
829
|
-
protoOf(StandardScopeRegistry).
|
|
829
|
+
protoOf(StandardScopeRegistry).x21 = function (key, sync, creator) {
|
|
830
830
|
var tmp$ret$2;
|
|
831
831
|
$l$block_1: {
|
|
832
832
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull' call
|
|
833
|
-
sync && this.
|
|
833
|
+
sync && this.c22_1;
|
|
834
834
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
835
|
-
var tmp16_safe_receiver = this.
|
|
835
|
+
var tmp16_safe_receiver = this.b22_1.d2(key);
|
|
836
836
|
var tmp60_safe_receiver = tmp16_safe_receiver == null ? null : tmp16_safe_receiver();
|
|
837
837
|
if (tmp60_safe_receiver == null)
|
|
838
838
|
null;
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
$l$block_0: {
|
|
849
849
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
|
|
850
850
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
851
|
-
var tmp16_safe_receiver_0 = this.
|
|
851
|
+
var tmp16_safe_receiver_0 = this.b22_1.d2(key);
|
|
852
852
|
var tmp61_safe_receiver = tmp16_safe_receiver_0 == null ? null : tmp16_safe_receiver_0();
|
|
853
853
|
if (tmp61_safe_receiver == null)
|
|
854
854
|
null;
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
var current = _destruct__k2r9zo.zc();
|
|
864
864
|
var next = _destruct__k2r9zo.ad();
|
|
865
865
|
// Inline function 'kotlin.collections.set' call
|
|
866
|
-
this.
|
|
866
|
+
this.b22_1.g2(key, next);
|
|
867
867
|
tmp$ret$2 = current;
|
|
868
868
|
break $l$block_1;
|
|
869
869
|
}
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
return tmp$ret$2;
|
|
875
875
|
};
|
|
876
876
|
function toKContext(_this__u8e3s4, di, ctx) {
|
|
877
|
-
var tmp30_safe_receiver = _this__u8e3s4.
|
|
877
|
+
var tmp30_safe_receiver = _this__u8e3s4.w21(di, ctx);
|
|
878
878
|
var tmp;
|
|
879
879
|
if (tmp30_safe_receiver == null) {
|
|
880
880
|
tmp = null;
|
|
@@ -882,22 +882,22 @@
|
|
|
882
882
|
// Inline function 'kotlin.let' call
|
|
883
883
|
// Inline function 'kotlin.contracts.contract' call
|
|
884
884
|
// Inline function 'org.kodein.di.bindings.toKContext.<anonymous>' call
|
|
885
|
-
tmp = Companion_instance_0.
|
|
885
|
+
tmp = Companion_instance_0.m20(_this__u8e3s4.v21(), tmp30_safe_receiver);
|
|
886
886
|
}
|
|
887
887
|
return tmp;
|
|
888
888
|
}
|
|
889
889
|
function CompositeContextTranslator(src, dst) {
|
|
890
|
-
this.
|
|
891
|
-
this.
|
|
890
|
+
this.d22_1 = src;
|
|
891
|
+
this.e22_1 = dst;
|
|
892
892
|
}
|
|
893
|
-
protoOf(CompositeContextTranslator).
|
|
894
|
-
return this.
|
|
893
|
+
protoOf(CompositeContextTranslator).y1z = function () {
|
|
894
|
+
return this.d22_1.y1z();
|
|
895
895
|
};
|
|
896
|
-
protoOf(CompositeContextTranslator).
|
|
897
|
-
return this.
|
|
896
|
+
protoOf(CompositeContextTranslator).v21 = function () {
|
|
897
|
+
return this.e22_1.v21();
|
|
898
898
|
};
|
|
899
|
-
protoOf(CompositeContextTranslator).
|
|
900
|
-
var tmp31_safe_receiver = this.
|
|
899
|
+
protoOf(CompositeContextTranslator).w21 = function (di, ctx) {
|
|
900
|
+
var tmp31_safe_receiver = this.d22_1.w21(di, ctx);
|
|
901
901
|
var tmp;
|
|
902
902
|
if (tmp31_safe_receiver == null) {
|
|
903
903
|
tmp = null;
|
|
@@ -905,12 +905,12 @@
|
|
|
905
905
|
// Inline function 'kotlin.let' call
|
|
906
906
|
// Inline function 'kotlin.contracts.contract' call
|
|
907
907
|
// Inline function 'org.kodein.di.bindings.CompositeContextTranslator.translate.<anonymous>' call
|
|
908
|
-
tmp = this.
|
|
908
|
+
tmp = this.e22_1.w21(di, tmp31_safe_receiver);
|
|
909
909
|
}
|
|
910
910
|
return tmp;
|
|
911
911
|
};
|
|
912
912
|
protoOf(CompositeContextTranslator).toString = function () {
|
|
913
|
-
return '(' + toString_0(this.
|
|
913
|
+
return '(' + toString_0(this.d22_1) + ' -> ' + toString_0(this.e22_1) + ')';
|
|
914
914
|
};
|
|
915
915
|
function factoryName($this, params) {
|
|
916
916
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -928,12 +928,12 @@
|
|
|
928
928
|
}
|
|
929
929
|
function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
|
|
930
930
|
return function () {
|
|
931
|
-
return this$0.
|
|
931
|
+
return this$0.k22_1(new NoArgBindingDIWrap($bindingDi));
|
|
932
932
|
};
|
|
933
933
|
}
|
|
934
934
|
function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
|
|
935
935
|
return function () {
|
|
936
|
-
return this$0.
|
|
936
|
+
return this$0.l22_1.s21(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
|
|
937
937
|
};
|
|
938
938
|
}
|
|
939
939
|
function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
var tmp;
|
|
943
943
|
if (tmp0_elvis_lhs == null) {
|
|
944
944
|
// Inline function 'kotlin.also' call
|
|
945
|
-
var this_0 = this$0.
|
|
945
|
+
var this_0 = this$0.f22_1.a22($bindingDi.v8());
|
|
946
946
|
// Inline function 'kotlin.contracts.contract' call
|
|
947
947
|
// Inline function 'org.kodein.di.bindings.Singleton.getFactory.<anonymous>.<anonymous>' call
|
|
948
948
|
$lateInitRegistry._v = this_0;
|
|
@@ -951,97 +951,97 @@
|
|
|
951
951
|
tmp = tmp0_elvis_lhs;
|
|
952
952
|
}
|
|
953
953
|
var registry = tmp;
|
|
954
|
-
var tmp_0 = registry.
|
|
954
|
+
var tmp_0 = registry.x21(this$0.m22_1, this$0.j22_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
|
|
955
955
|
return !(tmp_0 == null) ? tmp_0 : THROW_CCE();
|
|
956
956
|
};
|
|
957
957
|
}
|
|
958
958
|
function Singleton$copier$lambda(this$0) {
|
|
959
959
|
return function (it) {
|
|
960
|
-
return new Singleton(this$0.
|
|
960
|
+
return new Singleton(this$0.f22_1, this$0.g22_1, this$0.h22_1, this$0.i22_1, this$0.l22_1, this$0.j22_1, this$0.k22_1);
|
|
961
961
|
};
|
|
962
962
|
}
|
|
963
963
|
function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
|
|
964
964
|
refMaker = refMaker === VOID ? null : refMaker;
|
|
965
965
|
sync = sync === VOID ? true : sync;
|
|
966
|
-
this.
|
|
967
|
-
this.
|
|
968
|
-
this.
|
|
969
|
-
this.
|
|
970
|
-
this.
|
|
971
|
-
this.
|
|
966
|
+
this.f22_1 = scope;
|
|
967
|
+
this.g22_1 = contextType;
|
|
968
|
+
this.h22_1 = explicitContext;
|
|
969
|
+
this.i22_1 = createdType;
|
|
970
|
+
this.j22_1 = sync;
|
|
971
|
+
this.k22_1 = creator;
|
|
972
972
|
var tmp = this;
|
|
973
|
-
tmp.
|
|
974
|
-
this.
|
|
973
|
+
tmp.l22_1 = refMaker == null ? SingletonReference_instance : refMaker;
|
|
974
|
+
this.m22_1 = new ScopeKey(new Object(), Unit_instance);
|
|
975
975
|
var tmp_0 = this;
|
|
976
976
|
var tmp_1 = Companion_instance_1;
|
|
977
|
-
tmp_0.
|
|
977
|
+
tmp_0.n22_1 = tmp_1.l21(Singleton$copier$lambda(this));
|
|
978
978
|
}
|
|
979
|
-
protoOf(Singleton).
|
|
980
|
-
return this.
|
|
979
|
+
protoOf(Singleton).a20 = function () {
|
|
980
|
+
return this.f22_1;
|
|
981
981
|
};
|
|
982
|
-
protoOf(Singleton).
|
|
983
|
-
return this.
|
|
982
|
+
protoOf(Singleton).y1z = function () {
|
|
983
|
+
return this.g22_1;
|
|
984
984
|
};
|
|
985
|
-
protoOf(Singleton).
|
|
986
|
-
return this.
|
|
985
|
+
protoOf(Singleton).p21 = function () {
|
|
986
|
+
return this.i22_1;
|
|
987
987
|
};
|
|
988
|
-
protoOf(Singleton).
|
|
988
|
+
protoOf(Singleton).m21 = function () {
|
|
989
989
|
var params = ArrayList_init_$Create$_0(2);
|
|
990
|
-
if (!equals(this.
|
|
991
|
-
params.e('ref = ' + erasedOf(this.
|
|
990
|
+
if (!equals(this.l22_1, SingletonReference_instance)) {
|
|
991
|
+
params.e('ref = ' + erasedOf(this.l22_1).i1y());
|
|
992
992
|
}
|
|
993
993
|
return factoryName(this, params);
|
|
994
994
|
};
|
|
995
|
-
protoOf(Singleton).
|
|
995
|
+
protoOf(Singleton).n21 = function () {
|
|
996
996
|
var params = ArrayList_init_$Create$_0(2);
|
|
997
|
-
if (!equals(this.
|
|
998
|
-
params.e('ref = ' + erasedOf(this.
|
|
997
|
+
if (!equals(this.l22_1, SingletonReference_instance)) {
|
|
998
|
+
params.e('ref = ' + erasedOf(this.l22_1).k1y());
|
|
999
999
|
}
|
|
1000
1000
|
return factoryName(this, params);
|
|
1001
1001
|
};
|
|
1002
|
-
protoOf(Singleton).
|
|
1002
|
+
protoOf(Singleton).o22 = function (key, di) {
|
|
1003
1003
|
var lateInitRegistry = {_v: null};
|
|
1004
|
-
var bindingDi = this.
|
|
1004
|
+
var bindingDi = this.h22_1 ? di : di.p22();
|
|
1005
1005
|
return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
|
|
1006
1006
|
};
|
|
1007
|
-
protoOf(Singleton).
|
|
1008
|
-
return this.
|
|
1007
|
+
protoOf(Singleton).r21 = function (key, di) {
|
|
1008
|
+
return this.o22(key, di);
|
|
1009
1009
|
};
|
|
1010
1010
|
function Provider$getFactory$lambda(this$0, $di) {
|
|
1011
1011
|
return function (_unused_var__etf5q3) {
|
|
1012
|
-
return this$0.
|
|
1012
|
+
return this$0.s22_1(new NoArgBindingDIWrap($di));
|
|
1013
1013
|
};
|
|
1014
1014
|
}
|
|
1015
1015
|
function Provider(contextType, createdType, creator) {
|
|
1016
|
-
this.
|
|
1017
|
-
this.
|
|
1018
|
-
this.
|
|
1016
|
+
this.q22_1 = contextType;
|
|
1017
|
+
this.r22_1 = createdType;
|
|
1018
|
+
this.s22_1 = creator;
|
|
1019
1019
|
}
|
|
1020
|
-
protoOf(Provider).
|
|
1021
|
-
return this.
|
|
1020
|
+
protoOf(Provider).y1z = function () {
|
|
1021
|
+
return this.q22_1;
|
|
1022
1022
|
};
|
|
1023
|
-
protoOf(Provider).
|
|
1024
|
-
return this.
|
|
1023
|
+
protoOf(Provider).p21 = function () {
|
|
1024
|
+
return this.r22_1;
|
|
1025
1025
|
};
|
|
1026
|
-
protoOf(Provider).
|
|
1026
|
+
protoOf(Provider).m21 = function () {
|
|
1027
1027
|
return 'provider';
|
|
1028
1028
|
};
|
|
1029
|
-
protoOf(Provider).
|
|
1029
|
+
protoOf(Provider).o22 = function (key, di) {
|
|
1030
1030
|
return Provider$getFactory$lambda(this, di);
|
|
1031
1031
|
};
|
|
1032
|
-
protoOf(Provider).
|
|
1033
|
-
return this.
|
|
1032
|
+
protoOf(Provider).r21 = function (key, di) {
|
|
1033
|
+
return this.o22(key, di);
|
|
1034
1034
|
};
|
|
1035
1035
|
function ScopeKey(scopeId, arg) {
|
|
1036
|
-
this.
|
|
1037
|
-
this.
|
|
1036
|
+
this.t22_1 = scopeId;
|
|
1037
|
+
this.u22_1 = arg;
|
|
1038
1038
|
}
|
|
1039
1039
|
protoOf(ScopeKey).toString = function () {
|
|
1040
|
-
return 'ScopeKey(scopeId=' + toString_0(this.
|
|
1040
|
+
return 'ScopeKey(scopeId=' + toString_0(this.t22_1) + ', arg=' + toString(this.u22_1) + ')';
|
|
1041
1041
|
};
|
|
1042
1042
|
protoOf(ScopeKey).hashCode = function () {
|
|
1043
|
-
var result = hashCode(this.
|
|
1044
|
-
result = imul(result, 31) + (this.
|
|
1043
|
+
var result = hashCode(this.t22_1);
|
|
1044
|
+
result = imul(result, 31) + (this.u22_1 == null ? 0 : hashCode(this.u22_1)) | 0;
|
|
1045
1045
|
return result;
|
|
1046
1046
|
};
|
|
1047
1047
|
protoOf(ScopeKey).equals = function (other) {
|
|
@@ -1050,67 +1050,67 @@
|
|
|
1050
1050
|
if (!(other instanceof ScopeKey))
|
|
1051
1051
|
return false;
|
|
1052
1052
|
var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
|
|
1053
|
-
if (!equals(this.
|
|
1053
|
+
if (!equals(this.t22_1, tmp0_other_with_cast.t22_1))
|
|
1054
1054
|
return false;
|
|
1055
|
-
if (!equals(this.
|
|
1055
|
+
if (!equals(this.u22_1, tmp0_other_with_cast.u22_1))
|
|
1056
1056
|
return false;
|
|
1057
1057
|
return true;
|
|
1058
1058
|
};
|
|
1059
1059
|
function DIMainBuilderImpl(allowSilentOverride) {
|
|
1060
1060
|
DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
|
|
1061
|
-
this.
|
|
1062
|
-
this.
|
|
1063
|
-
this.
|
|
1061
|
+
this.a23_1 = ArrayList_init_$Create$();
|
|
1062
|
+
this.b23_1 = Companion_instance.b20_1;
|
|
1063
|
+
this.c23_1 = Companion_instance.c20_1;
|
|
1064
1064
|
}
|
|
1065
|
-
protoOf(DIMainBuilderImpl).
|
|
1066
|
-
return this.
|
|
1065
|
+
protoOf(DIMainBuilderImpl).w20 = function () {
|
|
1066
|
+
return this.a23_1;
|
|
1067
1067
|
};
|
|
1068
|
-
protoOf(DIMainBuilderImpl).
|
|
1069
|
-
return this.
|
|
1068
|
+
protoOf(DIMainBuilderImpl).d23 = function () {
|
|
1069
|
+
return this.b23_1;
|
|
1070
1070
|
};
|
|
1071
|
-
protoOf(DIMainBuilderImpl).
|
|
1072
|
-
return this.
|
|
1071
|
+
protoOf(DIMainBuilderImpl).e23 = function () {
|
|
1072
|
+
return this.c23_1;
|
|
1073
1073
|
};
|
|
1074
1074
|
function TypeBinder($outer, type, tag, overrides) {
|
|
1075
|
-
this.
|
|
1076
|
-
this.
|
|
1077
|
-
this.
|
|
1078
|
-
this.
|
|
1075
|
+
this.n23_1 = $outer;
|
|
1076
|
+
this.k23_1 = type;
|
|
1077
|
+
this.l23_1 = tag;
|
|
1078
|
+
this.m23_1 = overrides;
|
|
1079
1079
|
}
|
|
1080
|
-
protoOf(TypeBinder).
|
|
1081
|
-
return this.
|
|
1080
|
+
protoOf(TypeBinder).o23 = function () {
|
|
1081
|
+
return this.n23_1.u1z();
|
|
1082
1082
|
};
|
|
1083
|
-
protoOf(TypeBinder).
|
|
1084
|
-
return this.
|
|
1083
|
+
protoOf(TypeBinder).p23 = function (binding) {
|
|
1084
|
+
return this.o23().u23(new Key(binding.y1z(), binding.o21(), this.k23_1, this.l23_1), binding, this.n23_1.f23_1, this.m23_1);
|
|
1085
1085
|
};
|
|
1086
1086
|
function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
|
|
1087
|
-
this.
|
|
1088
|
-
this.
|
|
1089
|
-
this.
|
|
1090
|
-
this.
|
|
1091
|
-
this.
|
|
1087
|
+
this.f23_1 = moduleName;
|
|
1088
|
+
this.g23_1 = prefix;
|
|
1089
|
+
this.h23_1 = importedModules;
|
|
1090
|
+
this.i23_1 = containerBuilder;
|
|
1091
|
+
this.j23_1 = Companion_getInstance().h1y_1;
|
|
1092
1092
|
}
|
|
1093
|
-
protoOf(DIBuilderImpl).
|
|
1094
|
-
return this.
|
|
1093
|
+
protoOf(DIBuilderImpl).u1z = function () {
|
|
1094
|
+
return this.i23_1;
|
|
1095
1095
|
};
|
|
1096
|
-
protoOf(DIBuilderImpl).
|
|
1097
|
-
return this.
|
|
1096
|
+
protoOf(DIBuilderImpl).y1z = function () {
|
|
1097
|
+
return this.j23_1;
|
|
1098
1098
|
};
|
|
1099
|
-
protoOf(DIBuilderImpl).
|
|
1099
|
+
protoOf(DIBuilderImpl).a20 = function () {
|
|
1100
1100
|
return new NoScope();
|
|
1101
1101
|
};
|
|
1102
|
-
protoOf(DIBuilderImpl).
|
|
1102
|
+
protoOf(DIBuilderImpl).z1z = function () {
|
|
1103
1103
|
return false;
|
|
1104
1104
|
};
|
|
1105
|
-
protoOf(DIBuilderImpl).
|
|
1105
|
+
protoOf(DIBuilderImpl).v1z = function (type, tag, overrides) {
|
|
1106
1106
|
return new TypeBinder(this, type, tag, overrides);
|
|
1107
1107
|
};
|
|
1108
|
-
protoOf(DIBuilderImpl).
|
|
1109
|
-
var moduleName = this.
|
|
1108
|
+
protoOf(DIBuilderImpl).w1z = function (module_0, allowOverride) {
|
|
1109
|
+
var moduleName = this.g23_1 + module_0.k2();
|
|
1110
1110
|
var tmp;
|
|
1111
1111
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
1112
1112
|
if (charSequenceLength(moduleName) > 0) {
|
|
1113
|
-
tmp = this.
|
|
1113
|
+
tmp = this.h23_1.p1(moduleName);
|
|
1114
1114
|
} else {
|
|
1115
1115
|
tmp = false;
|
|
1116
1116
|
}
|
|
@@ -1118,20 +1118,20 @@
|
|
|
1118
1118
|
throw IllegalStateException_init_$Create$('Module "' + moduleName + '" has already been imported!');
|
|
1119
1119
|
}
|
|
1120
1120
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1121
|
-
this.
|
|
1121
|
+
this.h23_1.e(moduleName);
|
|
1122
1122
|
// Inline function 'kotlin.apply' call
|
|
1123
|
-
var this_0 = new DIBuilderImpl(moduleName, this.
|
|
1123
|
+
var this_0 = new DIBuilderImpl(moduleName, this.g23_1 + module_0.n1z_1, this.h23_1, this.u1z().v23(allowOverride, module_0.m1z_1));
|
|
1124
1124
|
// Inline function 'kotlin.contracts.contract' call
|
|
1125
|
-
module_0.
|
|
1125
|
+
module_0.o1z_1(this_0);
|
|
1126
1126
|
};
|
|
1127
1127
|
function DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT() {
|
|
1128
1128
|
OverrideMode.call(this, 'ALLOW_SILENT', 0);
|
|
1129
1129
|
OverrideMode_ALLOW_SILENT_instance = this;
|
|
1130
1130
|
}
|
|
1131
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1131
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).y23 = function () {
|
|
1132
1132
|
return true;
|
|
1133
1133
|
};
|
|
1134
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1134
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).z23 = function (overrides) {
|
|
1135
1135
|
return overrides;
|
|
1136
1136
|
};
|
|
1137
1137
|
var OverrideMode_ALLOW_SILENT_instance;
|
|
@@ -1139,10 +1139,10 @@
|
|
|
1139
1139
|
OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
|
|
1140
1140
|
OverrideMode_ALLOW_EXPLICIT_instance = this;
|
|
1141
1141
|
}
|
|
1142
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1142
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).y23 = function () {
|
|
1143
1143
|
return true;
|
|
1144
1144
|
};
|
|
1145
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1145
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).z23 = function (overrides) {
|
|
1146
1146
|
return overrides == null ? false : overrides;
|
|
1147
1147
|
};
|
|
1148
1148
|
var OverrideMode_ALLOW_EXPLICIT_instance;
|
|
@@ -1150,10 +1150,10 @@
|
|
|
1150
1150
|
OverrideMode.call(this, 'FORBID', 2);
|
|
1151
1151
|
OverrideMode_FORBID_instance = this;
|
|
1152
1152
|
}
|
|
1153
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1153
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).y23 = function () {
|
|
1154
1154
|
return false;
|
|
1155
1155
|
};
|
|
1156
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1156
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).z23 = function (overrides) {
|
|
1157
1157
|
var tmp;
|
|
1158
1158
|
if (!(overrides == null) && overrides) {
|
|
1159
1159
|
throw new OverridingException('Overriding has been forbidden');
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
var OverrideMode_FORBID_instance;
|
|
1166
1166
|
function Companion_2() {
|
|
1167
1167
|
}
|
|
1168
|
-
protoOf(Companion_2).
|
|
1168
|
+
protoOf(Companion_2).e24 = function (allow, silent) {
|
|
1169
1169
|
if (!allow)
|
|
1170
1170
|
return OverrideMode_FORBID_getInstance();
|
|
1171
1171
|
if (silent)
|
|
@@ -1189,13 +1189,13 @@
|
|
|
1189
1189
|
Enum.call(this, name, ordinal);
|
|
1190
1190
|
}
|
|
1191
1191
|
function checkOverrides($this, key, overrides) {
|
|
1192
|
-
var mustOverride = $this.
|
|
1192
|
+
var mustOverride = $this.t23_1.z23(overrides);
|
|
1193
1193
|
if (!(mustOverride == null)) {
|
|
1194
1194
|
var tmp;
|
|
1195
1195
|
if (mustOverride) {
|
|
1196
1196
|
// Inline function 'kotlin.collections.contains' call
|
|
1197
1197
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1198
|
-
var this_0 = $this.
|
|
1198
|
+
var this_0 = $this.q23_1;
|
|
1199
1199
|
tmp = !(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).b2(key);
|
|
1200
1200
|
} else {
|
|
1201
1201
|
tmp = false;
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
if (!mustOverride) {
|
|
1207
1207
|
// Inline function 'kotlin.collections.contains' call
|
|
1208
1208
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1209
|
-
var this_1 = $this.
|
|
1209
|
+
var this_1 = $this.q23_1;
|
|
1210
1210
|
tmp_0 = (isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).b2(key);
|
|
1211
1211
|
} else {
|
|
1212
1212
|
tmp_0 = false;
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
}
|
|
1217
1217
|
}
|
|
1218
1218
|
function checkMatch($this, allowOverride) {
|
|
1219
|
-
if (!$this.
|
|
1219
|
+
if (!$this.t23_1.y23() && allowOverride)
|
|
1220
1220
|
throw new OverridingException('Overriding has been forbidden');
|
|
1221
1221
|
}
|
|
1222
1222
|
function OverrideMode_ALLOW_SILENT_getInstance() {
|
|
@@ -1232,15 +1232,15 @@
|
|
|
1232
1232
|
return OverrideMode_FORBID_instance;
|
|
1233
1233
|
}
|
|
1234
1234
|
function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
|
|
1235
|
-
this.
|
|
1236
|
-
this.
|
|
1237
|
-
this.
|
|
1238
|
-
this.
|
|
1235
|
+
this.q23_1 = bindingsMap;
|
|
1236
|
+
this.r23_1 = callbacks;
|
|
1237
|
+
this.s23_1 = translators;
|
|
1238
|
+
this.t23_1 = Companion_instance_2.e24(allowOverride, silentOverride);
|
|
1239
1239
|
}
|
|
1240
|
-
protoOf(DIContainerBuilderImpl).
|
|
1240
|
+
protoOf(DIContainerBuilderImpl).u23 = function (key, binding, fromModule, overrides) {
|
|
1241
1241
|
checkOverrides(this, key, overrides);
|
|
1242
1242
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1243
|
-
var this_0 = this.
|
|
1243
|
+
var this_0 = this.q23_1;
|
|
1244
1244
|
var value = this_0.d2(key);
|
|
1245
1245
|
var tmp;
|
|
1246
1246
|
if (value == null) {
|
|
@@ -1254,12 +1254,12 @@
|
|
|
1254
1254
|
var bindings = tmp;
|
|
1255
1255
|
bindings.x1(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
|
|
1256
1256
|
};
|
|
1257
|
-
protoOf(DIContainerBuilderImpl).
|
|
1257
|
+
protoOf(DIContainerBuilderImpl).v23 = function (allowOverride, silentOverride) {
|
|
1258
1258
|
checkMatch(this, allowOverride);
|
|
1259
|
-
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.
|
|
1259
|
+
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.q23_1, this.r23_1, this.s23_1);
|
|
1260
1260
|
};
|
|
1261
1261
|
function displayString($this, key, overrideLevel) {
|
|
1262
|
-
var descProp = $this.
|
|
1262
|
+
var descProp = $this.k24_1 ? bindFullDescription$factory_0(key) : bindDescription$factory_0(key);
|
|
1263
1263
|
return !(overrideLevel === 0) ? 'overridden ' + descProp.get() : descProp.get();
|
|
1264
1264
|
}
|
|
1265
1265
|
function recursiveLoop($this, node, firstKey, firstOverrideLevel, tail) {
|
|
@@ -1271,13 +1271,13 @@
|
|
|
1271
1271
|
$l$1: do {
|
|
1272
1272
|
$l$0: do {
|
|
1273
1273
|
var tmp;
|
|
1274
|
-
if (node_0.
|
|
1275
|
-
tmp = plus(listOf(displayString($this_0, node_0.
|
|
1274
|
+
if (node_0.j24_1 == null || (firstKey_0.equals(node_0.h24_1) && firstOverrideLevel_0 === node_0.i24_1)) {
|
|
1275
|
+
tmp = plus(listOf(displayString($this_0, node_0.h24_1, node_0.i24_1)), tail_0);
|
|
1276
1276
|
} else {
|
|
1277
1277
|
var tmp0 = $this_0;
|
|
1278
|
-
var tmp4 = plus(listOf(displayString($this_0, node_0.
|
|
1278
|
+
var tmp4 = plus(listOf(displayString($this_0, node_0.h24_1, node_0.i24_1)), tail_0);
|
|
1279
1279
|
$this_0 = tmp0;
|
|
1280
|
-
node_0 = node_0.
|
|
1280
|
+
node_0 = node_0.j24_1;
|
|
1281
1281
|
firstKey_0 = firstKey_0;
|
|
1282
1282
|
firstOverrideLevel_0 = firstOverrideLevel_0;
|
|
1283
1283
|
tail_0 = tmp4;
|
|
@@ -1297,13 +1297,13 @@
|
|
|
1297
1297
|
$l$1: do {
|
|
1298
1298
|
$l$0: do {
|
|
1299
1299
|
var tmp;
|
|
1300
|
-
if (node_0.
|
|
1300
|
+
if (node_0.h24_1.equals(searchedKey_0) && node_0.i24_1 === searchedOverrideLevel_0) {
|
|
1301
1301
|
tmp = false;
|
|
1302
|
-
} else if (node_0.
|
|
1302
|
+
} else if (node_0.j24_1 == null) {
|
|
1303
1303
|
tmp = true;
|
|
1304
1304
|
} else {
|
|
1305
1305
|
$this_0 = $this_0;
|
|
1306
|
-
node_0 = node_0.
|
|
1306
|
+
node_0 = node_0.j24_1;
|
|
1307
1307
|
searchedKey_0 = searchedKey_0;
|
|
1308
1308
|
searchedOverrideLevel_0 = searchedOverrideLevel_0;
|
|
1309
1309
|
continue $l$0;
|
|
@@ -1315,14 +1315,14 @@
|
|
|
1315
1315
|
while (true);
|
|
1316
1316
|
}
|
|
1317
1317
|
function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
|
|
1318
|
-
DIContainerImpl.call($this, new DITreeImpl(builder.
|
|
1318
|
+
DIContainerImpl.call($this, new DITreeImpl(builder.q23_1, externalSources, builder.s23_1), null, fullDescriptionOnError, fullContainerTreeOnError);
|
|
1319
1319
|
var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
|
|
1320
1320
|
if (runCallbacks)
|
|
1321
1321
|
init();
|
|
1322
1322
|
else {
|
|
1323
1323
|
var lock = new Object();
|
|
1324
1324
|
var tmp = $this;
|
|
1325
|
-
tmp.
|
|
1325
|
+
tmp.p24_1 = DIContainerImpl$_init_$lambda_r6ib3j_0(lock, $this, init);
|
|
1326
1326
|
}
|
|
1327
1327
|
return $this;
|
|
1328
1328
|
}
|
|
@@ -1330,14 +1330,14 @@
|
|
|
1330
1330
|
return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, objectCreate(protoOf(DIContainerImpl)));
|
|
1331
1331
|
}
|
|
1332
1332
|
function Node(key, overrideLevel, parent, fullDescriptionOnError) {
|
|
1333
|
-
this.
|
|
1334
|
-
this.
|
|
1335
|
-
this.
|
|
1336
|
-
this.
|
|
1333
|
+
this.h24_1 = key;
|
|
1334
|
+
this.i24_1 = overrideLevel;
|
|
1335
|
+
this.j24_1 = parent;
|
|
1336
|
+
this.k24_1 = fullDescriptionOnError;
|
|
1337
1337
|
}
|
|
1338
|
-
protoOf(Node).
|
|
1338
|
+
protoOf(Node).q24 = function (searchedKey, searchedOverrideLevel) {
|
|
1339
1339
|
if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
|
|
1340
|
-
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.
|
|
1340
|
+
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.i24_1));
|
|
1341
1341
|
var sb = StringBuilder_init_$Create$();
|
|
1342
1342
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
1343
1343
|
var index = 0;
|
|
@@ -1372,13 +1372,13 @@
|
|
|
1372
1372
|
}
|
|
1373
1373
|
};
|
|
1374
1374
|
function bindingDI($this, key, context, tree, overrideLevel) {
|
|
1375
|
-
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.
|
|
1375
|
+
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.m24_1, $this.n24_1), $this.n24_1, $this.o24_1);
|
|
1376
1376
|
return new BindingDIImpl(createDirectDI(container, context), key, overrideLevel);
|
|
1377
1377
|
}
|
|
1378
1378
|
function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
|
|
1379
1379
|
return function () {
|
|
1380
1380
|
var direct = createDirectDI(this$0, get_AnyDIContext());
|
|
1381
|
-
var tmp0_iterator = $builder.
|
|
1381
|
+
var tmp0_iterator = $builder.r23_1.j();
|
|
1382
1382
|
while (tmp0_iterator.k()) {
|
|
1383
1383
|
var element = tmp0_iterator.l();
|
|
1384
1384
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
|
|
@@ -1391,14 +1391,14 @@
|
|
|
1391
1391
|
return function () {
|
|
1392
1392
|
$l$block_1: {
|
|
1393
1393
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull' call
|
|
1394
|
-
if (this$0.
|
|
1394
|
+
if (this$0.p24_1 == null) {
|
|
1395
1395
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
|
|
1396
1396
|
break $l$block_1;
|
|
1397
1397
|
}
|
|
1398
1398
|
// Inline function 'org.kodein.di.internal.maySynchronized' call
|
|
1399
1399
|
$l$block_0: {
|
|
1400
1400
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull.<anonymous>' call
|
|
1401
|
-
var tmp0_elvis_lhs = this$0.
|
|
1401
|
+
var tmp0_elvis_lhs = this$0.p24_1;
|
|
1402
1402
|
var tmp;
|
|
1403
1403
|
if (tmp0_elvis_lhs == null) {
|
|
1404
1404
|
break $l$block_0;
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
tmp = tmp0_elvis_lhs;
|
|
1407
1407
|
}
|
|
1408
1408
|
var value = tmp;
|
|
1409
|
-
this$0.
|
|
1409
|
+
this$0.p24_1 = null;
|
|
1410
1410
|
$init();
|
|
1411
1411
|
break $l$block_1;
|
|
1412
1412
|
}
|
|
@@ -1422,58 +1422,58 @@
|
|
|
1422
1422
|
return description(_this__u8e3s4, it);
|
|
1423
1423
|
}
|
|
1424
1424
|
function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
|
|
1425
|
-
this.
|
|
1426
|
-
this.
|
|
1427
|
-
this.
|
|
1428
|
-
this.
|
|
1429
|
-
this.
|
|
1430
|
-
}
|
|
1431
|
-
protoOf(DIContainerImpl).
|
|
1432
|
-
var result = this.
|
|
1425
|
+
this.l24_1 = tree;
|
|
1426
|
+
this.m24_1 = node;
|
|
1427
|
+
this.n24_1 = fullDescriptionOnError;
|
|
1428
|
+
this.o24_1 = fullContainerTreeOnError;
|
|
1429
|
+
this.p24_1 = null;
|
|
1430
|
+
}
|
|
1431
|
+
protoOf(DIContainerImpl).s20 = function (key, context, overrideLevel) {
|
|
1432
|
+
var result = this.l24_1.y20(key, overrideLevel);
|
|
1433
1433
|
if (result.m() === 1) {
|
|
1434
1434
|
var _destruct__k2r9zo = result.o(0);
|
|
1435
1435
|
var definition = _destruct__k2r9zo.ad();
|
|
1436
1436
|
var translator = _destruct__k2r9zo.dh();
|
|
1437
|
-
var tmp44_safe_receiver = this.
|
|
1437
|
+
var tmp44_safe_receiver = this.m24_1;
|
|
1438
1438
|
if (tmp44_safe_receiver == null)
|
|
1439
1439
|
null;
|
|
1440
1440
|
else {
|
|
1441
|
-
tmp44_safe_receiver.
|
|
1441
|
+
tmp44_safe_receiver.q24(key, overrideLevel);
|
|
1442
1442
|
}
|
|
1443
|
-
var tmp = Companion_instance_0.
|
|
1443
|
+
var tmp = Companion_instance_0.m20(key.d1z_1, context);
|
|
1444
1444
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1445
1445
|
var tmp0_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1446
1446
|
var kContext = tmp0_elvis_lhs == null ? originalContext : tmp0_elvis_lhs;
|
|
1447
1447
|
if (!(key instanceof Key))
|
|
1448
1448
|
THROW_CCE();
|
|
1449
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1450
|
-
return definition.
|
|
1449
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.a1z_1, overrideLevel);
|
|
1450
|
+
return definition.b1z_1.r21(key, bindingDI_0);
|
|
1451
1451
|
}
|
|
1452
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1452
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.m20(key.d1z_1, context), this.l24_1, overrideLevel);
|
|
1453
1453
|
// Inline function 'kotlin.collections.forEach' call
|
|
1454
|
-
var tmp0_iterator = this.
|
|
1454
|
+
var tmp0_iterator = this.l24_1.w20().j();
|
|
1455
1455
|
while (tmp0_iterator.k()) {
|
|
1456
1456
|
var element = tmp0_iterator.l();
|
|
1457
1457
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1458
|
-
var tmp46_safe_receiver = element.
|
|
1458
|
+
var tmp46_safe_receiver = element.r24(bindingDI_1, key);
|
|
1459
1459
|
if (tmp46_safe_receiver == null)
|
|
1460
1460
|
null;
|
|
1461
1461
|
else {
|
|
1462
1462
|
// Inline function 'kotlin.let' call
|
|
1463
1463
|
// Inline function 'kotlin.contracts.contract' call
|
|
1464
|
-
var tmp47_safe_receiver = this.
|
|
1464
|
+
var tmp47_safe_receiver = this.m24_1;
|
|
1465
1465
|
if (tmp47_safe_receiver == null)
|
|
1466
1466
|
null;
|
|
1467
1467
|
else {
|
|
1468
|
-
tmp47_safe_receiver.
|
|
1468
|
+
tmp47_safe_receiver.q24(key, overrideLevel);
|
|
1469
1469
|
}
|
|
1470
1470
|
return (!(tmp46_safe_receiver == null) ? typeof tmp46_safe_receiver === 'function' : false) ? tmp46_safe_receiver : THROW_CCE();
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
1473
1473
|
var withOverrides = !(overrideLevel === 0);
|
|
1474
|
-
var descProp = this.
|
|
1474
|
+
var descProp = this.n24_1 ? fullDescription$factory_0(key) : description$factory_0(key);
|
|
1475
1475
|
var tmp_0;
|
|
1476
|
-
if (this.
|
|
1476
|
+
if (this.n24_1) {
|
|
1477
1477
|
tmp_0 = DIContainerImpl$factory$lambda;
|
|
1478
1478
|
} else {
|
|
1479
1479
|
tmp_0 = DIContainerImpl$factory$lambda_0;
|
|
@@ -1487,10 +1487,10 @@
|
|
|
1487
1487
|
// Inline function 'kotlin.contracts.contract' call
|
|
1488
1488
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1489
1489
|
this_0.f8('No binding found for ' + descProp.get());
|
|
1490
|
-
if (this.
|
|
1490
|
+
if (this.o24_1) {
|
|
1491
1491
|
// Inline function 'kotlin.text.appendLine' call
|
|
1492
1492
|
this_0.g8(_Char___init__impl__6a9atx(10));
|
|
1493
|
-
var forType = this.
|
|
1493
|
+
var forType = this.l24_1.z20(new SearchSpecs(VOID, VOID, key.f1z_1));
|
|
1494
1494
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1495
1495
|
if (!forType.p()) {
|
|
1496
1496
|
// Inline function 'kotlin.collections.associate' call
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
}
|
|
1508
1508
|
this_0.f8('Available bindings for this type:\n' + descFun(destination, withOverrides));
|
|
1509
1509
|
}
|
|
1510
|
-
this_0.f8('Registered in this DI container:\n' + descFun(this.
|
|
1510
|
+
this_0.f8('Registered in this DI container:\n' + descFun(this.l24_1.v20(), withOverrides));
|
|
1511
1511
|
}
|
|
1512
1512
|
var description = this_0.toString();
|
|
1513
1513
|
throw new NotFoundException(key, description);
|
|
@@ -1521,13 +1521,13 @@
|
|
|
1521
1521
|
var element_1 = tmp0_iterator_1.l();
|
|
1522
1522
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1523
1523
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1524
|
-
var pair_0 = to(element_1.ah_1, ensureNotNull(this.
|
|
1524
|
+
var pair_0 = to(element_1.ah_1, ensureNotNull(this.l24_1.a21(element_1.ah_1)).bh_1);
|
|
1525
1525
|
destination_0.g2(pair_0.xc_1, pair_0.yc_1);
|
|
1526
1526
|
}
|
|
1527
1527
|
var potentials = destination_0;
|
|
1528
1528
|
// Inline function 'kotlin.collections.filter' call
|
|
1529
1529
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1530
|
-
var this_1 = this.
|
|
1530
|
+
var this_1 = this.l24_1.v20();
|
|
1531
1531
|
var destination_1 = LinkedHashMap_init_$Create$();
|
|
1532
1532
|
// Inline function 'kotlin.collections.iterator' call
|
|
1533
1533
|
var tmp0_iterator_2 = this_1.s().j();
|
|
@@ -1545,22 +1545,22 @@
|
|
|
1545
1545
|
};
|
|
1546
1546
|
function bindFullDescription$factory_0($b0) {
|
|
1547
1547
|
return getPropertyCallableRef('bindFullDescription', 0, KProperty0, function () {
|
|
1548
|
-
return $b0.
|
|
1548
|
+
return $b0.k1z();
|
|
1549
1549
|
}, null);
|
|
1550
1550
|
}
|
|
1551
1551
|
function bindDescription$factory_0($b0) {
|
|
1552
1552
|
return getPropertyCallableRef('bindDescription', 0, KProperty0, function () {
|
|
1553
|
-
return $b0.
|
|
1553
|
+
return $b0.i1z();
|
|
1554
1554
|
}, null);
|
|
1555
1555
|
}
|
|
1556
1556
|
function fullDescription$factory_0($b0) {
|
|
1557
1557
|
return getPropertyCallableRef('fullDescription', 0, KProperty0, function () {
|
|
1558
|
-
return $b0.
|
|
1558
|
+
return $b0.l1z();
|
|
1559
1559
|
}, null);
|
|
1560
1560
|
}
|
|
1561
1561
|
function description$factory_0($b0) {
|
|
1562
1562
|
return getPropertyCallableRef('description', 0, KProperty0, function () {
|
|
1563
|
-
return $b0.
|
|
1563
|
+
return $b0.j1z();
|
|
1564
1564
|
}, null);
|
|
1565
1565
|
}
|
|
1566
1566
|
function newBuilder($this, allowSilentOverride, init) {
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
return this_0;
|
|
1572
1572
|
}
|
|
1573
1573
|
function DIImpl_init_$Init$(builder, runCallbacks, $this) {
|
|
1574
|
-
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.
|
|
1574
|
+
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.u1z(), builder.w20(), builder.d23(), builder.e23(), runCallbacks));
|
|
1575
1575
|
return $this;
|
|
1576
1576
|
}
|
|
1577
1577
|
function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
|
|
@@ -1591,79 +1591,79 @@
|
|
|
1591
1591
|
function DIImpl$container$delegate$lambda(this$0) {
|
|
1592
1592
|
return function () {
|
|
1593
1593
|
var tmp;
|
|
1594
|
-
if (!(this$0.
|
|
1594
|
+
if (!(this$0.s24_1.p24_1 == null)) {
|
|
1595
1595
|
throw IllegalStateException_init_$Create$('DI has not been initialized');
|
|
1596
1596
|
}
|
|
1597
|
-
return this$0.
|
|
1597
|
+
return this$0.s24_1;
|
|
1598
1598
|
};
|
|
1599
1599
|
}
|
|
1600
1600
|
function DIImpl(_container) {
|
|
1601
|
-
this.
|
|
1601
|
+
this.s24_1 = _container;
|
|
1602
1602
|
var tmp = this;
|
|
1603
|
-
tmp.
|
|
1603
|
+
tmp.t24_1 = lazy(DIImpl$container$delegate$lambda(this));
|
|
1604
1604
|
}
|
|
1605
|
-
protoOf(DIImpl).
|
|
1605
|
+
protoOf(DIImpl).g20 = function () {
|
|
1606
1606
|
// Inline function 'kotlin.getValue' call
|
|
1607
|
-
var this_0 = this.
|
|
1607
|
+
var this_0 = this.t24_1;
|
|
1608
1608
|
container$factory();
|
|
1609
1609
|
return this_0.a2();
|
|
1610
1610
|
};
|
|
1611
1611
|
function BindingDIImpl(directDI, key, overrideLevel) {
|
|
1612
|
-
this.
|
|
1613
|
-
this.
|
|
1614
|
-
this.
|
|
1612
|
+
this.u24_1 = directDI;
|
|
1613
|
+
this.v24_1 = key;
|
|
1614
|
+
this.w24_1 = overrideLevel;
|
|
1615
1615
|
}
|
|
1616
|
-
protoOf(BindingDIImpl).
|
|
1617
|
-
return this.
|
|
1616
|
+
protoOf(BindingDIImpl).e21 = function () {
|
|
1617
|
+
return this.u24_1;
|
|
1618
1618
|
};
|
|
1619
|
-
protoOf(BindingDIImpl).
|
|
1620
|
-
return this.
|
|
1619
|
+
protoOf(BindingDIImpl).c21 = function (context) {
|
|
1620
|
+
return this.u24_1.c21(context);
|
|
1621
1621
|
};
|
|
1622
|
-
protoOf(BindingDIImpl).
|
|
1623
|
-
return this.
|
|
1622
|
+
protoOf(BindingDIImpl).d21 = function (type, tag) {
|
|
1623
|
+
return this.u24_1.d21(type, tag);
|
|
1624
1624
|
};
|
|
1625
|
-
protoOf(BindingDIImpl).
|
|
1626
|
-
return this.
|
|
1625
|
+
protoOf(BindingDIImpl).b21 = function () {
|
|
1626
|
+
return this.u24_1.b21();
|
|
1627
1627
|
};
|
|
1628
|
-
protoOf(BindingDIImpl).
|
|
1629
|
-
return this.
|
|
1628
|
+
protoOf(BindingDIImpl).f20 = function () {
|
|
1629
|
+
return this.u24_1.f20();
|
|
1630
1630
|
};
|
|
1631
1631
|
protoOf(BindingDIImpl).v8 = function () {
|
|
1632
|
-
var tmp = this.
|
|
1632
|
+
var tmp = this.e21().f20().h20().a2();
|
|
1633
1633
|
return !(tmp == null) ? tmp : THROW_CCE();
|
|
1634
1634
|
};
|
|
1635
|
-
protoOf(BindingDIImpl).
|
|
1636
|
-
return new BindingDIImpl(this.
|
|
1635
|
+
protoOf(BindingDIImpl).p22 = function () {
|
|
1636
|
+
return new BindingDIImpl(this.e21().c21(ErasedContext_instance), this.v24_1, this.w24_1);
|
|
1637
1637
|
};
|
|
1638
1638
|
function container$factory() {
|
|
1639
1639
|
return getPropertyCallableRef('container', 1, KProperty1, function (receiver) {
|
|
1640
|
-
return receiver.
|
|
1640
|
+
return receiver.g20();
|
|
1641
1641
|
}, null);
|
|
1642
1642
|
}
|
|
1643
1643
|
function findBySpecs($this, specs) {
|
|
1644
|
-
var bindSeq = asSequence($this.
|
|
1645
|
-
var specsBindType = specs.
|
|
1646
|
-
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().
|
|
1644
|
+
var bindSeq = asSequence($this.a25_1);
|
|
1645
|
+
var specsBindType = specs.h21_1;
|
|
1646
|
+
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().h1y_1)) {
|
|
1647
1647
|
var tmp = bindSeq;
|
|
1648
1648
|
bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
|
|
1649
1649
|
}
|
|
1650
1650
|
var tmp_0 = bindSeq;
|
|
1651
1651
|
var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
|
|
1652
|
-
var specsContextType = specs.
|
|
1652
|
+
var specsContextType = specs.f21_1;
|
|
1653
1653
|
if (!(specsContextType == null)) {
|
|
1654
1654
|
var tmp_1 = contextSeq;
|
|
1655
1655
|
contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
|
|
1656
1656
|
}
|
|
1657
1657
|
var tmp_2 = contextSeq;
|
|
1658
1658
|
var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
|
|
1659
|
-
var specsArgType = specs.
|
|
1659
|
+
var specsArgType = specs.g21_1;
|
|
1660
1660
|
if (!(specsArgType == null)) {
|
|
1661
1661
|
var tmp_3 = argSeq;
|
|
1662
1662
|
argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
|
|
1663
1663
|
}
|
|
1664
1664
|
var tmp_4 = argSeq;
|
|
1665
1665
|
var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
|
|
1666
|
-
var specsTag = specs.
|
|
1666
|
+
var specsTag = specs.i21_1;
|
|
1667
1667
|
if (!equals(specsTag, NoDefinedTag_instance)) {
|
|
1668
1668
|
var tmp_5 = tagSeq;
|
|
1669
1669
|
tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
|
|
@@ -1673,16 +1673,16 @@
|
|
|
1673
1673
|
return toList(resultSeq);
|
|
1674
1674
|
}
|
|
1675
1675
|
function notInMap($this, result, request) {
|
|
1676
|
-
var tmp = result.
|
|
1677
|
-
var tmp_0 = request.
|
|
1678
|
-
var tmp_1 = $this.
|
|
1676
|
+
var tmp = result.r1z();
|
|
1677
|
+
var tmp_0 = request.r1z();
|
|
1678
|
+
var tmp_1 = $this.z24_1.e2();
|
|
1679
1679
|
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));
|
|
1680
1680
|
}
|
|
1681
1681
|
function DITreeImpl$findBySpecs$lambda($specsBindType) {
|
|
1682
1682
|
return function (_destruct__k2r9zo) {
|
|
1683
1683
|
// Inline function 'kotlin.collections.component1' call
|
|
1684
1684
|
var bindType = _destruct__k2r9zo.z1();
|
|
1685
|
-
return bindType.
|
|
1685
|
+
return bindType.d25($specsBindType);
|
|
1686
1686
|
};
|
|
1687
1687
|
}
|
|
1688
1688
|
function DITreeImpl$findBySpecs$lambda_0(_destruct__k2r9zo) {
|
|
@@ -1698,17 +1698,17 @@
|
|
|
1698
1698
|
return function (triple) {
|
|
1699
1699
|
var contextType = triple.zc();
|
|
1700
1700
|
var tmp;
|
|
1701
|
-
if (contextType.
|
|
1701
|
+
if (contextType.d25($specsContextType)) {
|
|
1702
1702
|
tmp = triple;
|
|
1703
1703
|
} else {
|
|
1704
1704
|
var tmp$ret$1;
|
|
1705
1705
|
$l$block: {
|
|
1706
1706
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
1707
|
-
var tmp0_iterator = this$0.
|
|
1707
|
+
var tmp0_iterator = this$0.c25_1.j();
|
|
1708
1708
|
while (tmp0_iterator.k()) {
|
|
1709
1709
|
var element = tmp0_iterator.l();
|
|
1710
1710
|
// Inline function 'org.kodein.di.internal.DITreeImpl.findBySpecs.<anonymous>.<anonymous>' call
|
|
1711
|
-
if (element.
|
|
1711
|
+
if (element.y1z().q1y($specsContextType) && contextType.d25(element.v21())) {
|
|
1712
1712
|
tmp$ret$1 = element;
|
|
1713
1713
|
break $l$block;
|
|
1714
1714
|
}
|
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
|
|
1736
1736
|
return function (_destruct__k2r9zo) {
|
|
1737
1737
|
var argType = _destruct__k2r9zo.zc();
|
|
1738
|
-
return argType.
|
|
1738
|
+
return argType.d25($specsArgType);
|
|
1739
1739
|
};
|
|
1740
1740
|
}
|
|
1741
1741
|
function DITreeImpl$findBySpecs$lambda_4(_destruct__k2r9zo) {
|
|
@@ -1761,14 +1761,14 @@
|
|
|
1761
1761
|
return to(key, translator);
|
|
1762
1762
|
}
|
|
1763
1763
|
function DITreeImpl$notInMap$lambda(it) {
|
|
1764
|
-
return it.
|
|
1764
|
+
return it.r1z();
|
|
1765
1765
|
}
|
|
1766
1766
|
function DITreeImpl(map, externalSources, registeredTranslators) {
|
|
1767
|
-
this.
|
|
1768
|
-
this.
|
|
1769
|
-
this.
|
|
1770
|
-
this.
|
|
1771
|
-
this.
|
|
1767
|
+
this.x24_1 = externalSources;
|
|
1768
|
+
this.y24_1 = registeredTranslators;
|
|
1769
|
+
this.z24_1 = newConcurrentMap();
|
|
1770
|
+
this.a25_1 = HashMap_init_$Create$();
|
|
1771
|
+
this.c25_1 = ArrayList_init_$Create$_1(this.y24_1);
|
|
1772
1772
|
// Inline function 'kotlin.collections.forEach' call
|
|
1773
1773
|
// Inline function 'kotlin.collections.iterator' call
|
|
1774
1774
|
var tmp0_iterator = map.s().j();
|
|
@@ -1790,19 +1790,19 @@
|
|
|
1790
1790
|
if (item instanceof DIDefinition) {
|
|
1791
1791
|
tmp = item;
|
|
1792
1792
|
} else {
|
|
1793
|
-
tmp = new DIDefinition(item.
|
|
1793
|
+
tmp = new DIDefinition(item.b1z_1, item.c1z_1, this);
|
|
1794
1794
|
}
|
|
1795
1795
|
var tmp$ret$3 = tmp;
|
|
1796
1796
|
destination.e(tmp$ret$3);
|
|
1797
1797
|
}
|
|
1798
1798
|
var definitions = destination;
|
|
1799
1799
|
// Inline function 'kotlin.collections.set' call
|
|
1800
|
-
var this_0 = this.
|
|
1800
|
+
var this_0 = this.z24_1;
|
|
1801
1801
|
var value = new Triple(key, definitions, null);
|
|
1802
1802
|
this_0.g2(key, value);
|
|
1803
|
-
var typeChecker = first(bindings).
|
|
1803
|
+
var typeChecker = first(bindings).b1z_1.q21() ? new Down(key.f1z_1) : new Up(key.f1z_1);
|
|
1804
1804
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1805
|
-
var this_1 = this.
|
|
1805
|
+
var this_1 = this.a25_1;
|
|
1806
1806
|
var value_0 = this_1.d2(typeChecker);
|
|
1807
1807
|
var tmp_0;
|
|
1808
1808
|
if (value_0 == null) {
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
}
|
|
1816
1816
|
var contextTree = tmp_0;
|
|
1817
1817
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1818
|
-
var key_0 = new Down(key.
|
|
1818
|
+
var key_0 = new Down(key.d1z_1);
|
|
1819
1819
|
var value_1 = contextTree.d2(key_0);
|
|
1820
1820
|
var tmp_1;
|
|
1821
1821
|
if (value_1 == null) {
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
}
|
|
1829
1829
|
var argumentTree = tmp_1;
|
|
1830
1830
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1831
|
-
var key_1 = new Down(key.
|
|
1831
|
+
var key_1 = new Down(key.e1z_1);
|
|
1832
1832
|
var value_2 = argumentTree.d2(key_1);
|
|
1833
1833
|
var tmp_2;
|
|
1834
1834
|
if (value_2 == null) {
|
|
@@ -1841,12 +1841,12 @@
|
|
|
1841
1841
|
}
|
|
1842
1842
|
var tagTree = tmp_2;
|
|
1843
1843
|
// Inline function 'kotlin.collections.set' call
|
|
1844
|
-
var key_2 = key.
|
|
1844
|
+
var key_2 = key.g1z_1;
|
|
1845
1845
|
tagTree.g2(key_2, key);
|
|
1846
1846
|
}
|
|
1847
1847
|
var tmp_3 = this;
|
|
1848
1848
|
// Inline function 'kotlin.collections.mapValues' call
|
|
1849
|
-
var this_2 = this.
|
|
1849
|
+
var this_2 = this.z24_1;
|
|
1850
1850
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
1851
1851
|
var destination_0 = LinkedHashMap_init_$Create$_0(mapCapacity(this_2.m()));
|
|
1852
1852
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -1859,20 +1859,20 @@
|
|
|
1859
1859
|
var tmp$ret$13 = element_0.a2().bh_1;
|
|
1860
1860
|
destination_0.g2(tmp_4, tmp$ret$13);
|
|
1861
1861
|
}
|
|
1862
|
-
tmp_3.
|
|
1862
|
+
tmp_3.b25_1 = HashMap_init_$Create$_0(destination_0);
|
|
1863
1863
|
$l$loop: while (true) {
|
|
1864
1864
|
var added = ArrayList_init_$Create$();
|
|
1865
|
-
var _iterator__ex2g4s = this.
|
|
1865
|
+
var _iterator__ex2g4s = this.c25_1.j();
|
|
1866
1866
|
while (_iterator__ex2g4s.k()) {
|
|
1867
1867
|
var src = _iterator__ex2g4s.l();
|
|
1868
|
-
var _iterator__ex2g4s_0 = this.
|
|
1868
|
+
var _iterator__ex2g4s_0 = this.c25_1.j();
|
|
1869
1869
|
while (_iterator__ex2g4s_0.k()) {
|
|
1870
1870
|
var dst = _iterator__ex2g4s_0.l();
|
|
1871
|
-
if (dst.
|
|
1871
|
+
if (dst.y1z().q1y(src.v21()) && !equals(src.y1z(), dst.v21())) {
|
|
1872
1872
|
var tmp$ret$17;
|
|
1873
1873
|
$l$block_0: {
|
|
1874
1874
|
// Inline function 'kotlin.collections.none' call
|
|
1875
|
-
var this_3 = this.
|
|
1875
|
+
var this_3 = this.c25_1;
|
|
1876
1876
|
var tmp_5;
|
|
1877
1877
|
if (isInterface(this_3, Collection)) {
|
|
1878
1878
|
tmp_5 = this_3.p();
|
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
while (tmp0_iterator_2.k()) {
|
|
1888
1888
|
var element_1 = tmp0_iterator_2.l();
|
|
1889
1889
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
|
|
1890
|
-
if (equals(element_1.
|
|
1890
|
+
if (equals(element_1.y1z(), src.y1z()) && equals(element_1.v21(), dst.v21())) {
|
|
1891
1891
|
tmp$ret$17 = false;
|
|
1892
1892
|
break $l$block_0;
|
|
1893
1893
|
}
|
|
@@ -1904,21 +1904,21 @@
|
|
|
1904
1904
|
}
|
|
1905
1905
|
}
|
|
1906
1906
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1907
|
-
var this_4 = this.
|
|
1907
|
+
var this_4 = this.c25_1;
|
|
1908
1908
|
addAll(this_4, added);
|
|
1909
1909
|
if (added.p())
|
|
1910
1910
|
break $l$loop;
|
|
1911
1911
|
}
|
|
1912
1912
|
}
|
|
1913
|
-
protoOf(DITreeImpl).
|
|
1914
|
-
return this.
|
|
1913
|
+
protoOf(DITreeImpl).w20 = function () {
|
|
1914
|
+
return this.x24_1;
|
|
1915
1915
|
};
|
|
1916
|
-
protoOf(DITreeImpl).
|
|
1917
|
-
return this.
|
|
1916
|
+
protoOf(DITreeImpl).v20 = function () {
|
|
1917
|
+
return this.b25_1;
|
|
1918
1918
|
};
|
|
1919
|
-
protoOf(DITreeImpl).
|
|
1919
|
+
protoOf(DITreeImpl).x20 = function (key, overrideLevel, all) {
|
|
1920
1920
|
if (!all) {
|
|
1921
|
-
var tmp52_safe_receiver = this.
|
|
1921
|
+
var tmp52_safe_receiver = this.z24_1.d2(key);
|
|
1922
1922
|
if (tmp52_safe_receiver == null)
|
|
1923
1923
|
null;
|
|
1924
1924
|
else {
|
|
@@ -1939,9 +1939,9 @@
|
|
|
1939
1939
|
var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
|
|
1940
1940
|
return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
|
|
1941
1941
|
}
|
|
1942
|
-
if (!equals(key.
|
|
1943
|
-
var anyContextKey = key.
|
|
1944
|
-
var tmp53_safe_receiver = this.
|
|
1942
|
+
if (!equals(key.d1z_1, Companion_getInstance().h1y_1)) {
|
|
1943
|
+
var anyContextKey = key.t1z(Companion_getInstance().h1y_1);
|
|
1944
|
+
var tmp53_safe_receiver = this.z24_1.d2(anyContextKey);
|
|
1945
1945
|
if (tmp53_safe_receiver == null)
|
|
1946
1946
|
null;
|
|
1947
1947
|
else {
|
|
@@ -1952,11 +1952,11 @@
|
|
|
1952
1952
|
var realKey_0 = tmp53_safe_receiver.zc();
|
|
1953
1953
|
var list_0 = tmp53_safe_receiver.ad();
|
|
1954
1954
|
var translator_0 = tmp53_safe_receiver.dh();
|
|
1955
|
-
if (!(translator_0 == null) && !equals(translator_0.
|
|
1955
|
+
if (!(translator_0 == null) && !equals(translator_0.y1z(), key.d1z_1)) {
|
|
1956
1956
|
break $l$block;
|
|
1957
1957
|
}
|
|
1958
1958
|
// Inline function 'kotlin.collections.set' call
|
|
1959
|
-
this.
|
|
1959
|
+
this.z24_1.g2(key, tmp53_safe_receiver);
|
|
1960
1960
|
var tmp0_elvis_lhs_0 = getOrNull(list_0, overrideLevel);
|
|
1961
1961
|
var tmp_2;
|
|
1962
1962
|
if (tmp0_elvis_lhs_0 == null) {
|
|
@@ -1973,26 +1973,26 @@
|
|
|
1973
1973
|
}
|
|
1974
1974
|
// Inline function 'kotlin.collections.filter' call
|
|
1975
1975
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1976
|
-
var this_0 = this.
|
|
1976
|
+
var this_0 = this.c25_1;
|
|
1977
1977
|
var destination = ArrayList_init_$Create$();
|
|
1978
1978
|
var tmp0_iterator = this_0.j();
|
|
1979
1979
|
while (tmp0_iterator.k()) {
|
|
1980
1980
|
var element = tmp0_iterator.l();
|
|
1981
1981
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
1982
|
-
if (equals(element.
|
|
1982
|
+
if (equals(element.y1z(), key.d1z_1)) {
|
|
1983
1983
|
destination.e(element);
|
|
1984
1984
|
}
|
|
1985
1985
|
}
|
|
1986
1986
|
var tmp_5 = destination;
|
|
1987
1987
|
// Inline function 'kotlin.collections.filter' call
|
|
1988
1988
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1989
|
-
var this_1 = this.
|
|
1989
|
+
var this_1 = this.c25_1;
|
|
1990
1990
|
var destination_0 = ArrayList_init_$Create$();
|
|
1991
1991
|
var tmp0_iterator_0 = this_1.j();
|
|
1992
1992
|
while (tmp0_iterator_0.k()) {
|
|
1993
1993
|
var element_0 = tmp0_iterator_0.l();
|
|
1994
1994
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
1995
|
-
if (equals(element_0.
|
|
1995
|
+
if (equals(element_0.y1z(), Companion_getInstance().h1y_1)) {
|
|
1996
1996
|
destination_0.e(element_0);
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
@@ -2000,8 +2000,8 @@
|
|
|
2000
2000
|
var _iterator__ex2g4s = applicableTranslators.j();
|
|
2001
2001
|
while (_iterator__ex2g4s.k()) {
|
|
2002
2002
|
var translator_1 = _iterator__ex2g4s.l();
|
|
2003
|
-
var translatedKey = new Key(translator_1.
|
|
2004
|
-
var tmp54_safe_receiver = this.
|
|
2003
|
+
var translatedKey = new Key(translator_1.v21(), key.e1z_1, key.f1z_1, key.g1z_1);
|
|
2004
|
+
var tmp54_safe_receiver = this.z24_1.d2(translatedKey);
|
|
2005
2005
|
var tmp_6;
|
|
2006
2006
|
if (tmp54_safe_receiver == null) {
|
|
2007
2007
|
tmp_6 = null;
|
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
break $l$block_0;
|
|
2030
2030
|
}
|
|
2031
2031
|
// Inline function 'kotlin.collections.set' call
|
|
2032
|
-
var this_2 = this.
|
|
2032
|
+
var this_2 = this.z24_1;
|
|
2033
2033
|
var value = tmp55_safe_receiver.fh(VOID, VOID, translator_1);
|
|
2034
2034
|
this_2.g2(key, value);
|
|
2035
2035
|
var realKey_1 = tmp55_safe_receiver.zc();
|
|
@@ -2049,14 +2049,14 @@
|
|
|
2049
2049
|
}
|
|
2050
2050
|
}
|
|
2051
2051
|
}
|
|
2052
|
-
var result = findBySpecs(this, new SearchSpecs(key.
|
|
2052
|
+
var result = findBySpecs(this, new SearchSpecs(key.d1z_1, key.e1z_1, key.f1z_1, key.g1z_1));
|
|
2053
2053
|
if (result.m() === 1) {
|
|
2054
2054
|
var _destruct__k2r9zo = first(result);
|
|
2055
2055
|
var realKey_2 = _destruct__k2r9zo.zc();
|
|
2056
2056
|
var translator_2 = _destruct__k2r9zo.ad();
|
|
2057
2057
|
// Inline function 'kotlin.collections.set' call
|
|
2058
|
-
var this_3 = this.
|
|
2059
|
-
var tmp56_safe_receiver = this.
|
|
2058
|
+
var this_3 = this.z24_1;
|
|
2059
|
+
var tmp56_safe_receiver = this.z24_1.d2(realKey_2);
|
|
2060
2060
|
var tmp0_elvis_lhs_2 = tmp56_safe_receiver == null ? null : tmp56_safe_receiver.fh(VOID, VOID, translator_2);
|
|
2061
2061
|
var tmp_11;
|
|
2062
2062
|
if (tmp0_elvis_lhs_2 == null) {
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2081
2081
|
var realKey_3 = element_1.zc();
|
|
2082
2082
|
var translator_3 = element_1.ad();
|
|
2083
|
-
var tmp0_elvis_lhs_3 = this.
|
|
2083
|
+
var tmp0_elvis_lhs_3 = this.z24_1.d2(realKey_3);
|
|
2084
2084
|
var tmp_12;
|
|
2085
2085
|
if (tmp0_elvis_lhs_3 == null) {
|
|
2086
2086
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
}
|
|
2113
2113
|
return destination_1;
|
|
2114
2114
|
};
|
|
2115
|
-
protoOf(DITreeImpl).
|
|
2115
|
+
protoOf(DITreeImpl).z20 = function (search) {
|
|
2116
2116
|
var result = findBySpecs(this, search);
|
|
2117
2117
|
// Inline function 'kotlin.collections.map' call
|
|
2118
2118
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -2123,28 +2123,28 @@
|
|
|
2123
2123
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2124
2124
|
var key = item.zc();
|
|
2125
2125
|
var translator = item.ad();
|
|
2126
|
-
var tmp$ret$0 = new Triple(key, ensureNotNull(this.
|
|
2126
|
+
var tmp$ret$0 = new Triple(key, ensureNotNull(this.z24_1.d2(key)).bh_1, translator);
|
|
2127
2127
|
destination.e(tmp$ret$0);
|
|
2128
2128
|
}
|
|
2129
2129
|
return destination;
|
|
2130
2130
|
};
|
|
2131
|
-
protoOf(DITreeImpl).
|
|
2132
|
-
var tmp = this.
|
|
2131
|
+
protoOf(DITreeImpl).a21 = function (key) {
|
|
2132
|
+
var tmp = this.z24_1.d2(key);
|
|
2133
2133
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2134
2134
|
};
|
|
2135
2135
|
function Down(type) {
|
|
2136
2136
|
TypeChecker.call(this);
|
|
2137
|
-
this.
|
|
2138
|
-
this.
|
|
2137
|
+
this.e25_1 = type;
|
|
2138
|
+
this.f25_1 = equals(this.e25_1, Companion_getInstance().h1y_1);
|
|
2139
2139
|
}
|
|
2140
|
-
protoOf(Down).
|
|
2141
|
-
return this.
|
|
2140
|
+
protoOf(Down).d25 = function (other) {
|
|
2141
|
+
return this.f25_1 || this.e25_1.q1y(other);
|
|
2142
2142
|
};
|
|
2143
2143
|
protoOf(Down).toString = function () {
|
|
2144
|
-
return 'Down(type=' + toString_0(this.
|
|
2144
|
+
return 'Down(type=' + toString_0(this.e25_1) + ')';
|
|
2145
2145
|
};
|
|
2146
2146
|
protoOf(Down).hashCode = function () {
|
|
2147
|
-
return hashCode(this.
|
|
2147
|
+
return hashCode(this.e25_1);
|
|
2148
2148
|
};
|
|
2149
2149
|
protoOf(Down).equals = function (other) {
|
|
2150
2150
|
if (this === other)
|
|
@@ -2152,22 +2152,22 @@
|
|
|
2152
2152
|
if (!(other instanceof Down))
|
|
2153
2153
|
return false;
|
|
2154
2154
|
var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
|
|
2155
|
-
if (!equals(this.
|
|
2155
|
+
if (!equals(this.e25_1, tmp0_other_with_cast.e25_1))
|
|
2156
2156
|
return false;
|
|
2157
2157
|
return true;
|
|
2158
2158
|
};
|
|
2159
2159
|
function Up(type) {
|
|
2160
2160
|
TypeChecker.call(this);
|
|
2161
|
-
this.
|
|
2161
|
+
this.g25_1 = type;
|
|
2162
2162
|
}
|
|
2163
|
-
protoOf(Up).
|
|
2164
|
-
return equals(other, Companion_getInstance().
|
|
2163
|
+
protoOf(Up).d25 = function (other) {
|
|
2164
|
+
return equals(other, Companion_getInstance().h1y_1) || other.q1y(this.g25_1);
|
|
2165
2165
|
};
|
|
2166
2166
|
protoOf(Up).toString = function () {
|
|
2167
|
-
return 'Up(type=' + toString_0(this.
|
|
2167
|
+
return 'Up(type=' + toString_0(this.g25_1) + ')';
|
|
2168
2168
|
};
|
|
2169
2169
|
protoOf(Up).hashCode = function () {
|
|
2170
|
-
return hashCode(this.
|
|
2170
|
+
return hashCode(this.g25_1);
|
|
2171
2171
|
};
|
|
2172
2172
|
protoOf(Up).equals = function (other) {
|
|
2173
2173
|
if (this === other)
|
|
@@ -2175,62 +2175,62 @@
|
|
|
2175
2175
|
if (!(other instanceof Up))
|
|
2176
2176
|
return false;
|
|
2177
2177
|
var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
|
|
2178
|
-
if (!equals(this.
|
|
2178
|
+
if (!equals(this.g25_1, tmp0_other_with_cast.g25_1))
|
|
2179
2179
|
return false;
|
|
2180
2180
|
return true;
|
|
2181
2181
|
};
|
|
2182
2182
|
function TypeChecker() {
|
|
2183
2183
|
}
|
|
2184
2184
|
function DirectDIBaseImpl(container, context) {
|
|
2185
|
-
this.
|
|
2186
|
-
this.
|
|
2185
|
+
this.h25_1 = container;
|
|
2186
|
+
this.i25_1 = context;
|
|
2187
2187
|
}
|
|
2188
|
-
protoOf(DirectDIBaseImpl).
|
|
2189
|
-
return this.
|
|
2188
|
+
protoOf(DirectDIBaseImpl).g20 = function () {
|
|
2189
|
+
return this.h25_1;
|
|
2190
2190
|
};
|
|
2191
|
-
protoOf(DirectDIBaseImpl).
|
|
2191
|
+
protoOf(DirectDIBaseImpl).e21 = function () {
|
|
2192
2192
|
return this;
|
|
2193
2193
|
};
|
|
2194
|
-
protoOf(DirectDIBaseImpl).
|
|
2195
|
-
var tmp = this.
|
|
2196
|
-
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.
|
|
2194
|
+
protoOf(DirectDIBaseImpl).b21 = function () {
|
|
2195
|
+
var tmp = this.g20();
|
|
2196
|
+
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.i25_1);
|
|
2197
2197
|
};
|
|
2198
|
-
protoOf(DirectDIBaseImpl).
|
|
2199
|
-
return createDirectDI(this.
|
|
2198
|
+
protoOf(DirectDIBaseImpl).c21 = function (context) {
|
|
2199
|
+
return createDirectDI(this.g20(), context);
|
|
2200
2200
|
};
|
|
2201
|
-
protoOf(DirectDIBaseImpl).
|
|
2202
|
-
var tmp = this.
|
|
2201
|
+
protoOf(DirectDIBaseImpl).d21 = function (type, tag) {
|
|
2202
|
+
var tmp = this.g20();
|
|
2203
2203
|
// Inline function 'org.kodein.di.internal.anyType' call
|
|
2204
|
-
var tmp_0 = this.
|
|
2204
|
+
var tmp_0 = this.i25_1.l20();
|
|
2205
2205
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
2206
|
-
return tmp.
|
|
2206
|
+
return tmp.r20(new Key(tmp$ret$0, Companion_getInstance().g1y_1, type, tag), this.i25_1.a2())();
|
|
2207
2207
|
};
|
|
2208
2208
|
function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
|
|
2209
2209
|
return function () {
|
|
2210
2210
|
var tmp;
|
|
2211
|
-
if (!($receiver == null) && this$0.
|
|
2211
|
+
if (!($receiver == null) && this$0.k25_1 === get_AnyDIContext()) {
|
|
2212
2212
|
var tmp_0 = Companion_instance_0;
|
|
2213
2213
|
var tmp_1 = erasedOf($receiver);
|
|
2214
|
-
tmp = tmp_0.
|
|
2214
|
+
tmp = tmp_0.m20(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
|
|
2215
2215
|
} else {
|
|
2216
|
-
tmp = this$0.
|
|
2216
|
+
tmp = this$0.k25_1;
|
|
2217
2217
|
}
|
|
2218
2218
|
var context = tmp;
|
|
2219
|
-
return this$0.
|
|
2219
|
+
return this$0.l25_1(context, $prop.callableName);
|
|
2220
2220
|
};
|
|
2221
2221
|
}
|
|
2222
2222
|
function DIProperty(trigger, originalContext, get) {
|
|
2223
|
-
this.
|
|
2224
|
-
this.
|
|
2225
|
-
this.
|
|
2223
|
+
this.j25_1 = trigger;
|
|
2224
|
+
this.k25_1 = originalContext;
|
|
2225
|
+
this.l25_1 = get;
|
|
2226
2226
|
}
|
|
2227
|
-
protoOf(DIProperty).
|
|
2227
|
+
protoOf(DIProperty).m25 = function (receiver, prop) {
|
|
2228
2228
|
// Inline function 'kotlin.also' call
|
|
2229
2229
|
var this_0 = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
|
|
2230
2230
|
// Inline function 'kotlin.contracts.contract' call
|
|
2231
2231
|
// Inline function 'org.kodein.di.DIProperty.provideDelegate.<anonymous>' call
|
|
2232
|
-
var tmp62_safe_receiver = this.
|
|
2233
|
-
var tmp63_safe_receiver = tmp62_safe_receiver == null ? null : tmp62_safe_receiver.
|
|
2232
|
+
var tmp62_safe_receiver = this.j25_1;
|
|
2233
|
+
var tmp63_safe_receiver = tmp62_safe_receiver == null ? null : tmp62_safe_receiver.n25_1;
|
|
2234
2234
|
if (tmp63_safe_receiver == null)
|
|
2235
2235
|
null;
|
|
2236
2236
|
else
|
|
@@ -2250,25 +2250,25 @@
|
|
|
2250
2250
|
return ArrayList_init_$Create$();
|
|
2251
2251
|
}
|
|
2252
2252
|
//region block: post-declaration
|
|
2253
|
-
protoOf(Singleton).
|
|
2254
|
-
protoOf(Singleton).
|
|
2255
|
-
protoOf(Singleton).
|
|
2256
|
-
protoOf(Singleton).
|
|
2257
|
-
protoOf(Provider).
|
|
2258
|
-
protoOf(Provider).
|
|
2259
|
-
protoOf(Provider).
|
|
2260
|
-
protoOf(Provider).
|
|
2261
|
-
protoOf(Provider).
|
|
2262
|
-
protoOf(Provider).
|
|
2263
|
-
protoOf(DIBuilderImpl).
|
|
2264
|
-
protoOf(DIContainerImpl).
|
|
2265
|
-
protoOf(DIContainerImpl).
|
|
2266
|
-
protoOf(DIContainerImpl).
|
|
2267
|
-
protoOf(DIImpl).
|
|
2268
|
-
protoOf(DIImpl).
|
|
2269
|
-
protoOf(DIImpl).
|
|
2270
|
-
protoOf(DITreeImpl).
|
|
2271
|
-
protoOf(DirectDIBaseImpl).
|
|
2253
|
+
protoOf(Singleton).o21 = get_argType;
|
|
2254
|
+
protoOf(Singleton).j1z = get_description;
|
|
2255
|
+
protoOf(Singleton).l1z = get_fullDescription;
|
|
2256
|
+
protoOf(Singleton).q21 = get_supportSubTypes;
|
|
2257
|
+
protoOf(Provider).o21 = get_argType;
|
|
2258
|
+
protoOf(Provider).n21 = factoryFullName;
|
|
2259
|
+
protoOf(Provider).a20 = get_scope;
|
|
2260
|
+
protoOf(Provider).j1z = get_description;
|
|
2261
|
+
protoOf(Provider).l1z = get_fullDescription;
|
|
2262
|
+
protoOf(Provider).q21 = get_supportSubTypes;
|
|
2263
|
+
protoOf(DIBuilderImpl).x1z = import$default;
|
|
2264
|
+
protoOf(DIContainerImpl).t20 = factory$default;
|
|
2265
|
+
protoOf(DIContainerImpl).u20 = provider;
|
|
2266
|
+
protoOf(DIContainerImpl).r20 = provider$default;
|
|
2267
|
+
protoOf(DIImpl).f20 = get_di;
|
|
2268
|
+
protoOf(DIImpl).h20 = get_diContext;
|
|
2269
|
+
protoOf(DIImpl).i20 = get_diTrigger;
|
|
2270
|
+
protoOf(DITreeImpl).y20 = find$default;
|
|
2271
|
+
protoOf(DirectDIBaseImpl).f20 = get_di_0;
|
|
2272
2272
|
//endregion
|
|
2273
2273
|
//region block: init
|
|
2274
2274
|
Companion_instance = new Companion();
|