game_client_logic_deb 1.8.305 → 1.8.310
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 +511 -511
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +1004 -1004
- package/Logic_Debertz-engine.js +10664 -10673
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +2742 -2750
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +310 -310
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +166 -166
- package/raspberry-cardgame-lib-random.js +194 -184
- package/raspberry-cardgame-lib-random.js.map +1 -1
package/Kosi-Kodein-kodein-di.js
CHANGED
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
allowOverride = allowOverride === VOID ? false : allowOverride;
|
|
94
94
|
var tmp;
|
|
95
95
|
if ($super === VOID) {
|
|
96
|
-
this.
|
|
96
|
+
this.v5v(module_0, allowOverride);
|
|
97
97
|
tmp = Unit_instance;
|
|
98
98
|
} else {
|
|
99
|
-
tmp = $super.
|
|
99
|
+
tmp = $super.v5v.call(this, module_0, allowOverride);
|
|
100
100
|
}
|
|
101
101
|
return tmp;
|
|
102
102
|
}
|
|
@@ -121,23 +121,23 @@
|
|
|
121
121
|
initMetadataForClass(DIWrapper, 'DIWrapper', VOID, VOID, [DI]);
|
|
122
122
|
function factory$default(key, context, overrideLevel, $super) {
|
|
123
123
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
124
|
-
return $super === VOID ? this.
|
|
124
|
+
return $super === VOID ? this.s5w(key, context, overrideLevel) : $super.s5w.call(this, key, context, overrideLevel);
|
|
125
125
|
}
|
|
126
126
|
function factoryOrNull$default(key, context, overrideLevel, $super) {
|
|
127
127
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
128
|
-
return $super === VOID ? this.
|
|
128
|
+
return $super === VOID ? this.u5w(key, context, overrideLevel) : $super.u5w.call(this, key, context, overrideLevel);
|
|
129
129
|
}
|
|
130
130
|
function provider(key, context, overrideLevel) {
|
|
131
131
|
// Inline function 'org.kodein.di.toProvider' call
|
|
132
|
-
var this_0 = this.
|
|
132
|
+
var this_0 = this.t5w(key, context);
|
|
133
133
|
return DIContainer$provider$lambda(this_0);
|
|
134
134
|
}
|
|
135
135
|
function provider$default(key, context, overrideLevel, $super) {
|
|
136
136
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
137
|
-
return $super === VOID ? this.
|
|
137
|
+
return $super === VOID ? this.w5w(key, context, overrideLevel) : provider(key, context, overrideLevel);
|
|
138
138
|
}
|
|
139
139
|
function providerOrNull(key, context, overrideLevel) {
|
|
140
|
-
var tmp5_safe_receiver = this.
|
|
140
|
+
var tmp5_safe_receiver = this.v5w(key, context);
|
|
141
141
|
var tmp;
|
|
142
142
|
if (tmp5_safe_receiver == null) {
|
|
143
143
|
tmp = null;
|
|
@@ -149,17 +149,17 @@
|
|
|
149
149
|
}
|
|
150
150
|
function providerOrNull$default(key, context, overrideLevel, $super) {
|
|
151
151
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
152
|
-
return $super === VOID ? this.
|
|
152
|
+
return $super === VOID ? this.x5w(key, context, overrideLevel) : providerOrNull(key, context, overrideLevel);
|
|
153
153
|
}
|
|
154
154
|
initMetadataForInterface(DIContainer, 'DIContainer');
|
|
155
155
|
function find$default(key, overrideLevel, all, $super) {
|
|
156
156
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
157
157
|
all = all === VOID ? false : all;
|
|
158
|
-
return $super === VOID ? this.
|
|
158
|
+
return $super === VOID ? this.a5x(key, overrideLevel, all) : $super.a5x.call(this, key, overrideLevel, all);
|
|
159
159
|
}
|
|
160
160
|
initMetadataForInterface(DITree, 'DITree');
|
|
161
161
|
function get_di_0() {
|
|
162
|
-
return this.
|
|
162
|
+
return this.e5x();
|
|
163
163
|
}
|
|
164
164
|
initMetadataForInterface(DirectDIBase, 'DirectDIBase');
|
|
165
165
|
initMetadataForObject(NoDefinedTag, 'NoDefinedTag');
|
|
@@ -169,19 +169,19 @@
|
|
|
169
169
|
initMetadataForClass(DIBinding$Copier$Companion$invoke$1);
|
|
170
170
|
initMetadataForCompanion(Companion_1);
|
|
171
171
|
function factoryFullName() {
|
|
172
|
-
return this.
|
|
172
|
+
return this.p5x();
|
|
173
173
|
}
|
|
174
174
|
function get_scope() {
|
|
175
175
|
return null;
|
|
176
176
|
}
|
|
177
177
|
function get_description() {
|
|
178
|
-
var arg = !equals(this.
|
|
178
|
+
var arg = !equals(this.r5x(), Companion_getInstance().f5u_1) ? this.r5x().h5u() + ' -> ' : '';
|
|
179
179
|
var tmp;
|
|
180
|
-
var tmp_0 = this.
|
|
180
|
+
var tmp_0 = this.z5v();
|
|
181
181
|
if (tmp_0 instanceof NoScope) {
|
|
182
182
|
tmp = null;
|
|
183
183
|
} else {
|
|
184
|
-
tmp = this.
|
|
184
|
+
tmp = this.z5v();
|
|
185
185
|
}
|
|
186
186
|
var scope = tmp;
|
|
187
187
|
var tmp_1;
|
|
@@ -191,20 +191,20 @@
|
|
|
191
191
|
// Inline function 'kotlin.let' call
|
|
192
192
|
// Inline function 'kotlin.contracts.contract' call
|
|
193
193
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-description>.<anonymous>' call
|
|
194
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
194
|
+
tmp_1 = 'scoped(' + erasedOf(scope).h5u() + ').';
|
|
195
195
|
}
|
|
196
196
|
var tmp0_elvis_lhs = tmp_1;
|
|
197
|
-
var context = tmp0_elvis_lhs == null ? !equals(this.
|
|
198
|
-
return context + this.
|
|
197
|
+
var context = tmp0_elvis_lhs == null ? !equals(this.x5v(), Companion_getInstance().g5u_1) ? 'contexted<' + this.x5v().h5u() + '>().' : '' : tmp0_elvis_lhs;
|
|
198
|
+
return context + this.p5x() + ' { ' + arg + this.s5x().h5u() + ' }';
|
|
199
199
|
}
|
|
200
200
|
function get_fullDescription() {
|
|
201
|
-
var arg = !equals(this.
|
|
201
|
+
var arg = !equals(this.r5x(), Companion_getInstance().f5u_1) ? this.r5x().j5u() + ' -> ' : '';
|
|
202
202
|
var tmp;
|
|
203
|
-
var tmp_0 = this.
|
|
203
|
+
var tmp_0 = this.z5v();
|
|
204
204
|
if (tmp_0 instanceof NoScope) {
|
|
205
205
|
tmp = null;
|
|
206
206
|
} else {
|
|
207
|
-
tmp = this.
|
|
207
|
+
tmp = this.z5v();
|
|
208
208
|
}
|
|
209
209
|
var scope = tmp;
|
|
210
210
|
var tmp_1;
|
|
@@ -214,18 +214,18 @@
|
|
|
214
214
|
// Inline function 'kotlin.let' call
|
|
215
215
|
// Inline function 'kotlin.contracts.contract' call
|
|
216
216
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-fullDescription>.<anonymous>' call
|
|
217
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
217
|
+
tmp_1 = 'scoped(' + erasedOf(scope).j5u() + ').';
|
|
218
218
|
}
|
|
219
219
|
var tmp0_elvis_lhs = tmp_1;
|
|
220
|
-
var context = tmp0_elvis_lhs == null ? !equals(this.
|
|
221
|
-
return context + this.
|
|
220
|
+
var context = tmp0_elvis_lhs == null ? !equals(this.x5v(), Companion_getInstance().g5u_1) ? 'contexted<' + this.x5v().j5u() + '>().' : '' : tmp0_elvis_lhs;
|
|
221
|
+
return context + this.q5x() + ' { ' + arg + this.s5x().j5u() + ' }';
|
|
222
222
|
}
|
|
223
223
|
function get_supportSubTypes() {
|
|
224
224
|
return false;
|
|
225
225
|
}
|
|
226
226
|
initMetadataForInterface(DIBinding, 'DIBinding');
|
|
227
227
|
function get_argType() {
|
|
228
|
-
return Companion_getInstance().
|
|
228
|
+
return Companion_getInstance().f5u_1;
|
|
229
229
|
}
|
|
230
230
|
initMetadataForInterface(NoArgDIBinding, 'NoArgDIBinding', VOID, VOID, [DIBinding]);
|
|
231
231
|
initMetadataForObject(SingletonReference, 'SingletonReference');
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
//endregion
|
|
263
263
|
function DIDefinition(binding, fromModule, tree) {
|
|
264
264
|
DIDefining.call(this, binding, fromModule);
|
|
265
|
-
this.
|
|
265
|
+
this.z5u_1 = tree;
|
|
266
266
|
}
|
|
267
267
|
function description(_this__u8e3s4, withOverrides, ident) {
|
|
268
268
|
withOverrides = withOverrides === VOID ? false : withOverrides;
|
|
@@ -270,8 +270,8 @@
|
|
|
270
270
|
return descriptionImpl(_this__u8e3s4, withOverrides, ident, bindDescription$factory(), description$factory());
|
|
271
271
|
}
|
|
272
272
|
function DIDefining(binding, fromModule) {
|
|
273
|
-
this.
|
|
274
|
-
this.
|
|
273
|
+
this.a5v_1 = binding;
|
|
274
|
+
this.b5v_1 = fromModule;
|
|
275
275
|
}
|
|
276
276
|
function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
|
|
277
277
|
// Inline function 'kotlin.collections.groupBy' call
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
while (tmp0_iterator.k()) {
|
|
283
283
|
var element = tmp0_iterator.l();
|
|
284
284
|
// Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
|
|
285
|
-
var key = first(element.u()).
|
|
285
|
+
var key = first(element.u()).b5v_1;
|
|
286
286
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
287
287
|
var value = destination.h2(key);
|
|
288
288
|
var tmp;
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
var element = tmp0_iterator.l();
|
|
336
336
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>' call
|
|
337
337
|
var keyDescription = $keyBindDisp(element.t());
|
|
338
|
-
_this__u8e3s4.o8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.u()).
|
|
338
|
+
_this__u8e3s4.o8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.u()).a5v_1) + ' }');
|
|
339
339
|
if ($withOverrides) {
|
|
340
340
|
var subIdent = keyDescription.length - 4 | 0;
|
|
341
341
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
while (tmp0_iterator_0.k()) {
|
|
344
344
|
var element_0 = tmp0_iterator_0.l();
|
|
345
345
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>.<anonymous>' call
|
|
346
|
-
_this__u8e3s4.o8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.
|
|
346
|
+
_this__u8e3s4.o8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.a5v_1));
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
_this__u8e3s4.o8('\n');
|
|
@@ -352,45 +352,45 @@
|
|
|
352
352
|
}
|
|
353
353
|
function bindDescription$factory() {
|
|
354
354
|
return getPropertyCallableRef('bindDescription', 1, KProperty1, function (receiver) {
|
|
355
|
-
return receiver.
|
|
355
|
+
return receiver.h5v();
|
|
356
356
|
}, null);
|
|
357
357
|
}
|
|
358
358
|
function description$factory() {
|
|
359
359
|
return getPropertyCallableRef('description', 1, KProperty1, function (receiver) {
|
|
360
|
-
return receiver.
|
|
360
|
+
return receiver.i5v();
|
|
361
361
|
}, null);
|
|
362
362
|
}
|
|
363
363
|
function bindFullDescription$factory() {
|
|
364
364
|
return getPropertyCallableRef('bindFullDescription', 1, KProperty1, function (receiver) {
|
|
365
|
-
return receiver.
|
|
365
|
+
return receiver.j5v();
|
|
366
366
|
}, null);
|
|
367
367
|
}
|
|
368
368
|
function fullDescription$factory() {
|
|
369
369
|
return getPropertyCallableRef('fullDescription', 1, KProperty1, function (receiver) {
|
|
370
|
-
return receiver.
|
|
370
|
+
return receiver.k5v();
|
|
371
371
|
}, null);
|
|
372
372
|
}
|
|
373
373
|
function appendDescription(_this__u8e3s4, $this, displayString) {
|
|
374
|
-
if (!($this.
|
|
375
|
-
_this__u8e3s4.o8(' tagged "' + toString($this.
|
|
374
|
+
if (!($this.f5v_1 == null)) {
|
|
375
|
+
_this__u8e3s4.o8(' tagged "' + toString($this.f5v_1) + '"');
|
|
376
376
|
}
|
|
377
|
-
if (!equals($this.
|
|
378
|
-
_this__u8e3s4.o8(' on context ' + displayString($this.
|
|
377
|
+
if (!equals($this.c5v_1, Companion_getInstance().g5u_1)) {
|
|
378
|
+
_this__u8e3s4.o8(' on context ' + displayString($this.c5v_1));
|
|
379
379
|
}
|
|
380
|
-
if (!equals($this.
|
|
381
|
-
_this__u8e3s4.o8(', with argument ' + displayString($this.
|
|
380
|
+
if (!equals($this.d5v_1, Companion_getInstance().f5u_1)) {
|
|
381
|
+
_this__u8e3s4.o8(', with argument ' + displayString($this.d5v_1));
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
function TypeToken$simpleDispString$ref() {
|
|
385
385
|
var l = function (p0) {
|
|
386
|
-
return p0.
|
|
386
|
+
return p0.h5u();
|
|
387
387
|
};
|
|
388
388
|
l.callableName = 'simpleDispString';
|
|
389
389
|
return l;
|
|
390
390
|
}
|
|
391
391
|
function TypeToken$qualifiedDispString$ref() {
|
|
392
392
|
var l = function (p0) {
|
|
393
|
-
return p0.
|
|
393
|
+
return p0.j5u();
|
|
394
394
|
};
|
|
395
395
|
l.callableName = 'qualifiedDispString';
|
|
396
396
|
return l;
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
400
400
|
prefix = prefix === VOID ? '' : prefix;
|
|
401
401
|
Module.call($this, allowSilentOverride, prefix, init);
|
|
402
|
-
$this.
|
|
402
|
+
$this.o5v_1 = name;
|
|
403
403
|
return $this;
|
|
404
404
|
}
|
|
405
405
|
function Module_init_$Create$(name, allowSilentOverride, prefix, init) {
|
|
@@ -412,95 +412,95 @@
|
|
|
412
412
|
function NotFoundException(key, message) {
|
|
413
413
|
RuntimeException_init_$Init$(message, this);
|
|
414
414
|
captureStack(this, NotFoundException);
|
|
415
|
-
this.
|
|
415
|
+
this.p5v_1 = key;
|
|
416
416
|
}
|
|
417
417
|
function OverridingException(message) {
|
|
418
418
|
RuntimeException_init_$Init$(message, this);
|
|
419
419
|
captureStack(this, OverridingException);
|
|
420
420
|
}
|
|
421
421
|
function Key(contextType, argType, type, tag) {
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
422
|
+
this.c5v_1 = contextType;
|
|
423
|
+
this.d5v_1 = argType;
|
|
424
|
+
this.e5v_1 = type;
|
|
425
|
+
this.f5v_1 = tag;
|
|
426
|
+
this.g5v_1 = 0;
|
|
427
427
|
}
|
|
428
428
|
protoOf(Key).hashCode = function () {
|
|
429
|
-
if (this.
|
|
430
|
-
this.
|
|
431
|
-
this.
|
|
432
|
-
this.
|
|
429
|
+
if (this.g5v_1 === 0) {
|
|
430
|
+
this.g5v_1 = hashCode(this.c5v_1);
|
|
431
|
+
this.g5v_1 = imul(31, this.g5v_1) + hashCode(this.d5v_1) | 0;
|
|
432
|
+
this.g5v_1 = imul(29, hashCode(this.e5v_1));
|
|
433
433
|
var tmp = this;
|
|
434
|
-
var tmp_0 = imul(23, this.
|
|
435
|
-
var tmp1_safe_receiver = this.
|
|
434
|
+
var tmp_0 = imul(23, this.g5v_1);
|
|
435
|
+
var tmp1_safe_receiver = this.f5v_1;
|
|
436
436
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : hashCode(tmp1_safe_receiver);
|
|
437
|
-
tmp.
|
|
437
|
+
tmp.g5v_1 = tmp_0 + (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) | 0;
|
|
438
438
|
}
|
|
439
|
-
return this.
|
|
439
|
+
return this.g5v_1;
|
|
440
440
|
};
|
|
441
441
|
protoOf(Key).toString = function () {
|
|
442
|
-
return this.
|
|
442
|
+
return this.i5v();
|
|
443
443
|
};
|
|
444
|
-
protoOf(Key).
|
|
444
|
+
protoOf(Key).h5v = function () {
|
|
445
445
|
// Inline function 'kotlin.text.buildString' call
|
|
446
446
|
// Inline function 'kotlin.contracts.contract' call
|
|
447
447
|
// Inline function 'kotlin.apply' call
|
|
448
448
|
var this_0 = StringBuilder_init_$Create$();
|
|
449
449
|
// Inline function 'kotlin.contracts.contract' call
|
|
450
450
|
// Inline function 'org.kodein.di.Key.<get-bindDescription>.<anonymous>' call
|
|
451
|
-
this_0.o8('bind<' + this.
|
|
452
|
-
if (!(this.
|
|
453
|
-
this_0.o8('(tag = "' + toString(this.
|
|
451
|
+
this_0.o8('bind<' + this.e5v_1.h5u() + '>');
|
|
452
|
+
if (!(this.f5v_1 == null)) {
|
|
453
|
+
this_0.o8('(tag = "' + toString(this.f5v_1) + '")');
|
|
454
454
|
}
|
|
455
455
|
return this_0.toString();
|
|
456
456
|
};
|
|
457
|
-
protoOf(Key).
|
|
457
|
+
protoOf(Key).j5v = function () {
|
|
458
458
|
// Inline function 'kotlin.text.buildString' call
|
|
459
459
|
// Inline function 'kotlin.contracts.contract' call
|
|
460
460
|
// Inline function 'kotlin.apply' call
|
|
461
461
|
var this_0 = StringBuilder_init_$Create$();
|
|
462
462
|
// Inline function 'kotlin.contracts.contract' call
|
|
463
463
|
// Inline function 'org.kodein.di.Key.<get-bindFullDescription>.<anonymous>' call
|
|
464
|
-
this_0.o8('bind<' + this.
|
|
465
|
-
if (!(this.
|
|
466
|
-
this_0.o8('(tag = "' + toString(this.
|
|
464
|
+
this_0.o8('bind<' + this.e5v_1.j5u() + '>');
|
|
465
|
+
if (!(this.f5v_1 == null)) {
|
|
466
|
+
this_0.o8('(tag = "' + toString(this.f5v_1) + '")');
|
|
467
467
|
}
|
|
468
468
|
return this_0.toString();
|
|
469
469
|
};
|
|
470
|
-
protoOf(Key).
|
|
470
|
+
protoOf(Key).i5v = function () {
|
|
471
471
|
// Inline function 'kotlin.text.buildString' call
|
|
472
472
|
// Inline function 'kotlin.contracts.contract' call
|
|
473
473
|
// Inline function 'kotlin.apply' call
|
|
474
474
|
var this_0 = StringBuilder_init_$Create$();
|
|
475
475
|
// Inline function 'kotlin.contracts.contract' call
|
|
476
476
|
// Inline function 'org.kodein.di.Key.<get-description>.<anonymous>' call
|
|
477
|
-
this_0.o8(this.
|
|
477
|
+
this_0.o8(this.e5v_1.h5u());
|
|
478
478
|
appendDescription(this_0, this, TypeToken$simpleDispString$ref());
|
|
479
479
|
return this_0.toString();
|
|
480
480
|
};
|
|
481
|
-
protoOf(Key).
|
|
482
|
-
return '(context: ' + this.
|
|
481
|
+
protoOf(Key).q5v = function () {
|
|
482
|
+
return '(context: ' + this.c5v_1.h5u() + ', arg: ' + this.d5v_1.h5u() + ', type: ' + this.e5v_1.h5u() + ', tag: ' + toString(this.f5v_1) + ')';
|
|
483
483
|
};
|
|
484
|
-
protoOf(Key).
|
|
484
|
+
protoOf(Key).k5v = function () {
|
|
485
485
|
// Inline function 'kotlin.text.buildString' call
|
|
486
486
|
// Inline function 'kotlin.contracts.contract' call
|
|
487
487
|
// Inline function 'kotlin.apply' call
|
|
488
488
|
var this_0 = StringBuilder_init_$Create$();
|
|
489
489
|
// Inline function 'kotlin.contracts.contract' call
|
|
490
490
|
// Inline function 'org.kodein.di.Key.<get-fullDescription>.<anonymous>' call
|
|
491
|
-
this_0.o8(this.
|
|
491
|
+
this_0.o8(this.e5v_1.j5u());
|
|
492
492
|
appendDescription(this_0, this, TypeToken$qualifiedDispString$ref());
|
|
493
493
|
return this_0.toString();
|
|
494
494
|
};
|
|
495
|
-
protoOf(Key).
|
|
495
|
+
protoOf(Key).r5v = function (contextType, argType, type, tag) {
|
|
496
496
|
return new Key(contextType, argType, type, tag);
|
|
497
497
|
};
|
|
498
|
-
protoOf(Key).
|
|
499
|
-
contextType = contextType === VOID ? this.
|
|
500
|
-
argType = argType === VOID ? this.
|
|
501
|
-
type = type === VOID ? this.
|
|
502
|
-
tag = tag === VOID ? this.
|
|
503
|
-
return $super === VOID ? this.
|
|
498
|
+
protoOf(Key).s5v = function (contextType, argType, type, tag, $super) {
|
|
499
|
+
contextType = contextType === VOID ? this.c5v_1 : contextType;
|
|
500
|
+
argType = argType === VOID ? this.d5v_1 : argType;
|
|
501
|
+
type = type === VOID ? this.e5v_1 : type;
|
|
502
|
+
tag = tag === VOID ? this.f5v_1 : tag;
|
|
503
|
+
return $super === VOID ? this.r5v(contextType, argType, type, tag) : $super.r5v.call(this, contextType, argType, type, tag);
|
|
504
504
|
};
|
|
505
505
|
protoOf(Key).equals = function (other) {
|
|
506
506
|
if (this === other)
|
|
@@ -508,13 +508,13 @@
|
|
|
508
508
|
if (!(other instanceof Key))
|
|
509
509
|
return false;
|
|
510
510
|
var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
|
|
511
|
-
if (!equals(this.
|
|
511
|
+
if (!equals(this.c5v_1, tmp0_other_with_cast.c5v_1))
|
|
512
512
|
return false;
|
|
513
|
-
if (!equals(this.
|
|
513
|
+
if (!equals(this.d5v_1, tmp0_other_with_cast.d5v_1))
|
|
514
514
|
return false;
|
|
515
|
-
if (!equals(this.
|
|
515
|
+
if (!equals(this.e5v_1, tmp0_other_with_cast.e5v_1))
|
|
516
516
|
return false;
|
|
517
|
-
if (!equals(this.
|
|
517
|
+
if (!equals(this.f5v_1, tmp0_other_with_cast.f5v_1))
|
|
518
518
|
return false;
|
|
519
519
|
return true;
|
|
520
520
|
};
|
|
@@ -523,13 +523,13 @@
|
|
|
523
523
|
function Module(allowSilentOverride, prefix, init) {
|
|
524
524
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
525
525
|
prefix = prefix === VOID ? '' : prefix;
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
528
|
-
this.
|
|
529
|
-
this.
|
|
526
|
+
this.l5v_1 = allowSilentOverride;
|
|
527
|
+
this.m5v_1 = prefix;
|
|
528
|
+
this.n5v_1 = init;
|
|
529
|
+
this.o5v_1 = null;
|
|
530
530
|
}
|
|
531
531
|
protoOf(Module).p2 = function () {
|
|
532
|
-
var tmp0_elvis_lhs = this.
|
|
532
|
+
var tmp0_elvis_lhs = this.o5v_1;
|
|
533
533
|
var tmp;
|
|
534
534
|
if (tmp0_elvis_lhs == null) {
|
|
535
535
|
throw IllegalStateException_init_$Create$('module must have a name.');
|
|
@@ -539,12 +539,12 @@
|
|
|
539
539
|
return tmp;
|
|
540
540
|
};
|
|
541
541
|
protoOf(Module).toString = function () {
|
|
542
|
-
return 'Module(allowSilentOverride=' + this.
|
|
542
|
+
return 'Module(allowSilentOverride=' + this.l5v_1 + ', prefix=' + this.m5v_1 + ', init=' + toString_0(this.n5v_1) + ')';
|
|
543
543
|
};
|
|
544
544
|
protoOf(Module).hashCode = function () {
|
|
545
|
-
var result = getBooleanHashCode(this.
|
|
546
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
547
|
-
result = imul(result, 31) + hashCode(this.
|
|
545
|
+
var result = getBooleanHashCode(this.l5v_1);
|
|
546
|
+
result = imul(result, 31) + getStringHashCode(this.m5v_1) | 0;
|
|
547
|
+
result = imul(result, 31) + hashCode(this.n5v_1) | 0;
|
|
548
548
|
return result;
|
|
549
549
|
};
|
|
550
550
|
protoOf(Module).equals = function (other) {
|
|
@@ -553,24 +553,24 @@
|
|
|
553
553
|
if (!(other instanceof Module))
|
|
554
554
|
return false;
|
|
555
555
|
var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
|
|
556
|
-
if (!(this.
|
|
556
|
+
if (!(this.l5v_1 === tmp0_other_with_cast.l5v_1))
|
|
557
557
|
return false;
|
|
558
|
-
if (!(this.
|
|
558
|
+
if (!(this.m5v_1 === tmp0_other_with_cast.m5v_1))
|
|
559
559
|
return false;
|
|
560
|
-
if (!equals(this.
|
|
560
|
+
if (!equals(this.n5v_1, tmp0_other_with_cast.n5v_1))
|
|
561
561
|
return false;
|
|
562
562
|
return true;
|
|
563
563
|
};
|
|
564
564
|
function Companion() {
|
|
565
|
-
this.
|
|
566
|
-
this.
|
|
565
|
+
this.a5w_1 = false;
|
|
566
|
+
this.b5w_1 = false;
|
|
567
567
|
}
|
|
568
|
-
protoOf(Companion).
|
|
568
|
+
protoOf(Companion).c5w = function (allowSilentOverride, init) {
|
|
569
569
|
return DIImpl_init_$Create$(allowSilentOverride, init);
|
|
570
570
|
};
|
|
571
|
-
protoOf(Companion).
|
|
571
|
+
protoOf(Companion).d5w = function (allowSilentOverride, init, $super) {
|
|
572
572
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
573
|
-
return $super === VOID ? this.
|
|
573
|
+
return $super === VOID ? this.c5w(allowSilentOverride, init) : $super.c5w.call(this, allowSilentOverride, init);
|
|
574
574
|
};
|
|
575
575
|
var Companion_instance;
|
|
576
576
|
function Companion_getInstance_0() {
|
|
@@ -579,26 +579,26 @@
|
|
|
579
579
|
function DI() {
|
|
580
580
|
}
|
|
581
581
|
function get_direct(_this__u8e3s4) {
|
|
582
|
-
return createDirectDI(_this__u8e3s4.
|
|
582
|
+
return createDirectDI(_this__u8e3s4.e5w().f5w(), _this__u8e3s4.g5w());
|
|
583
583
|
}
|
|
584
584
|
function DIAware() {
|
|
585
585
|
}
|
|
586
586
|
function Value(type, value) {
|
|
587
|
-
this.
|
|
588
|
-
this.
|
|
587
|
+
this.i5w_1 = type;
|
|
588
|
+
this.j5w_1 = value;
|
|
589
589
|
}
|
|
590
|
-
protoOf(Value).
|
|
591
|
-
return this.
|
|
590
|
+
protoOf(Value).k5w = function () {
|
|
591
|
+
return this.i5w_1;
|
|
592
592
|
};
|
|
593
593
|
protoOf(Value).u = function () {
|
|
594
|
-
return this.
|
|
594
|
+
return this.j5w_1;
|
|
595
595
|
};
|
|
596
596
|
protoOf(Value).toString = function () {
|
|
597
|
-
return 'Value(type=' + toString_0(this.
|
|
597
|
+
return 'Value(type=' + toString_0(this.i5w_1) + ', value=' + toString_0(this.j5w_1) + ')';
|
|
598
598
|
};
|
|
599
599
|
protoOf(Value).hashCode = function () {
|
|
600
|
-
var result = hashCode(this.
|
|
601
|
-
result = imul(result, 31) + hashCode(this.
|
|
600
|
+
var result = hashCode(this.i5w_1);
|
|
601
|
+
result = imul(result, 31) + hashCode(this.j5w_1) | 0;
|
|
602
602
|
return result;
|
|
603
603
|
};
|
|
604
604
|
protoOf(Value).equals = function (other) {
|
|
@@ -607,15 +607,15 @@
|
|
|
607
607
|
if (!(other instanceof Value))
|
|
608
608
|
return false;
|
|
609
609
|
var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
|
|
610
|
-
if (!equals(this.
|
|
610
|
+
if (!equals(this.i5w_1, tmp0_other_with_cast.i5w_1))
|
|
611
611
|
return false;
|
|
612
|
-
if (!equals(this.
|
|
612
|
+
if (!equals(this.j5w_1, tmp0_other_with_cast.j5w_1))
|
|
613
613
|
return false;
|
|
614
614
|
return true;
|
|
615
615
|
};
|
|
616
616
|
function Companion_0() {
|
|
617
617
|
}
|
|
618
|
-
protoOf(Companion_0).
|
|
618
|
+
protoOf(Companion_0).l5w = function (type, value) {
|
|
619
619
|
return new Value(type, value);
|
|
620
620
|
};
|
|
621
621
|
var Companion_instance_0;
|
|
@@ -626,22 +626,22 @@
|
|
|
626
626
|
}
|
|
627
627
|
function Instance(_this__u8e3s4, type, tag) {
|
|
628
628
|
tag = tag === VOID ? null : tag;
|
|
629
|
-
var tmp = _this__u8e3s4.
|
|
630
|
-
var tmp_0 = _this__u8e3s4.
|
|
629
|
+
var tmp = _this__u8e3s4.h5w();
|
|
630
|
+
var tmp_0 = _this__u8e3s4.g5w();
|
|
631
631
|
return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
|
|
632
632
|
}
|
|
633
633
|
function InstanceOrNull(_this__u8e3s4, type, tag) {
|
|
634
634
|
tag = tag === VOID ? null : tag;
|
|
635
|
-
var tmp = _this__u8e3s4.
|
|
636
|
-
var tmp_0 = _this__u8e3s4.
|
|
635
|
+
var tmp = _this__u8e3s4.h5w();
|
|
636
|
+
var tmp_0 = _this__u8e3s4.g5w();
|
|
637
637
|
return new DIProperty(tmp, tmp_0, InstanceOrNull$lambda(_this__u8e3s4, type, tag));
|
|
638
638
|
}
|
|
639
639
|
function get_AnyDIContext() {
|
|
640
|
-
return Contexes_getInstance().
|
|
640
|
+
return Contexes_getInstance().m5w_1;
|
|
641
641
|
}
|
|
642
642
|
function Contexes() {
|
|
643
643
|
Contexes_instance = this;
|
|
644
|
-
this.
|
|
644
|
+
this.m5w_1 = Companion_instance_0.l5w(Companion_getInstance().g5u_1, new Object());
|
|
645
645
|
}
|
|
646
646
|
var Contexes_instance;
|
|
647
647
|
function Contexes_getInstance() {
|
|
@@ -650,14 +650,14 @@
|
|
|
650
650
|
return Contexes_instance;
|
|
651
651
|
}
|
|
652
652
|
function On(_this__u8e3s4, context, trigger) {
|
|
653
|
-
context = context === VOID ? _this__u8e3s4.
|
|
654
|
-
trigger = trigger === VOID ? _this__u8e3s4.
|
|
653
|
+
context = context === VOID ? _this__u8e3s4.g5w() : context;
|
|
654
|
+
trigger = trigger === VOID ? _this__u8e3s4.h5w() : trigger;
|
|
655
655
|
return DIWrapper_init_$Create$(_this__u8e3s4, context, trigger);
|
|
656
656
|
}
|
|
657
657
|
function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
|
|
658
|
-
diContext = diContext === VOID ? base.
|
|
659
|
-
trigger = trigger === VOID ? base.
|
|
660
|
-
DIWrapper.call($this, base.
|
|
658
|
+
diContext = diContext === VOID ? base.g5w() : diContext;
|
|
659
|
+
trigger = trigger === VOID ? base.h5w() : trigger;
|
|
660
|
+
DIWrapper.call($this, base.e5w(), diContext, trigger);
|
|
661
661
|
return $this;
|
|
662
662
|
}
|
|
663
663
|
function DIWrapper_init_$Create$(base, diContext, trigger) {
|
|
@@ -665,38 +665,38 @@
|
|
|
665
665
|
}
|
|
666
666
|
function DIWrapper(_base, diContext, diTrigger) {
|
|
667
667
|
diTrigger = diTrigger === VOID ? null : diTrigger;
|
|
668
|
-
this.
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
668
|
+
this.n5w_1 = _base;
|
|
669
|
+
this.o5w_1 = diContext;
|
|
670
|
+
this.p5w_1 = diTrigger;
|
|
671
671
|
}
|
|
672
|
-
protoOf(DIWrapper).
|
|
673
|
-
return this.
|
|
674
|
-
};
|
|
675
|
-
protoOf(DIWrapper).k5w = function () {
|
|
676
|
-
return this.s5w_1;
|
|
672
|
+
protoOf(DIWrapper).g5w = function () {
|
|
673
|
+
return this.o5w_1;
|
|
677
674
|
};
|
|
678
675
|
protoOf(DIWrapper).h5w = function () {
|
|
676
|
+
return this.p5w_1;
|
|
677
|
+
};
|
|
678
|
+
protoOf(DIWrapper).e5w = function () {
|
|
679
679
|
return this;
|
|
680
680
|
};
|
|
681
|
-
protoOf(DIWrapper).
|
|
682
|
-
return this.
|
|
681
|
+
protoOf(DIWrapper).f5w = function () {
|
|
682
|
+
return this.n5w_1.f5w();
|
|
683
683
|
};
|
|
684
684
|
function Instance$lambda($this_Instance, $type, $tag) {
|
|
685
685
|
return function (ctx, _unused_var__etf5q3) {
|
|
686
|
-
var tmp = $this_Instance.
|
|
686
|
+
var tmp = $this_Instance.e5w().f5w();
|
|
687
687
|
// Inline function 'org.kodein.di.anyType' call
|
|
688
|
-
var tmp_0 = ctx.
|
|
688
|
+
var tmp_0 = ctx.k5w();
|
|
689
689
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
690
|
-
return tmp.
|
|
690
|
+
return tmp.q5w(new Key(tmp$ret$0, Companion_getInstance().f5u_1, $type, $tag), ctx.u())();
|
|
691
691
|
};
|
|
692
692
|
}
|
|
693
693
|
function InstanceOrNull$lambda($this_InstanceOrNull, $type, $tag) {
|
|
694
694
|
return function (ctx, _unused_var__etf5q3) {
|
|
695
|
-
var tmp = $this_InstanceOrNull.
|
|
695
|
+
var tmp = $this_InstanceOrNull.e5w().f5w();
|
|
696
696
|
// Inline function 'org.kodein.di.anyType' call
|
|
697
|
-
var tmp_0 = ctx.
|
|
697
|
+
var tmp_0 = ctx.k5w();
|
|
698
698
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
699
|
-
var tmp3_safe_receiver = tmp.
|
|
699
|
+
var tmp3_safe_receiver = tmp.r5w(new Key(tmp$ret$0, Companion_getInstance().f5u_1, $type, $tag), ctx.u());
|
|
700
700
|
return tmp3_safe_receiver == null ? null : tmp3_safe_receiver();
|
|
701
701
|
};
|
|
702
702
|
}
|
|
@@ -729,60 +729,60 @@
|
|
|
729
729
|
argType = argType === VOID ? null : argType;
|
|
730
730
|
type = type === VOID ? null : type;
|
|
731
731
|
tag = tag === VOID ? NoDefinedTag_instance : tag;
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
732
|
+
this.i5x_1 = contextType;
|
|
733
|
+
this.j5x_1 = argType;
|
|
734
|
+
this.k5x_1 = type;
|
|
735
|
+
this.l5x_1 = tag;
|
|
736
736
|
}
|
|
737
737
|
protoOf(SearchSpecs).toString = function () {
|
|
738
738
|
var args = ArrayList_init_$Create$();
|
|
739
|
-
if (!(this.
|
|
739
|
+
if (!(this.i5x_1 == null)) {
|
|
740
740
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
741
|
-
var tmp9_safe_receiver = this.
|
|
742
|
-
var element = 'contextType=' + (tmp9_safe_receiver == null ? null : tmp9_safe_receiver.
|
|
741
|
+
var tmp9_safe_receiver = this.i5x_1;
|
|
742
|
+
var element = 'contextType=' + (tmp9_safe_receiver == null ? null : tmp9_safe_receiver.h5u());
|
|
743
743
|
args.e(element);
|
|
744
744
|
}
|
|
745
|
-
if (!(this.
|
|
745
|
+
if (!(this.j5x_1 == null)) {
|
|
746
746
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
747
|
-
var tmp10_safe_receiver = this.
|
|
748
|
-
var element_0 = 'argType=' + (tmp10_safe_receiver == null ? null : tmp10_safe_receiver.
|
|
747
|
+
var tmp10_safe_receiver = this.j5x_1;
|
|
748
|
+
var element_0 = 'argType=' + (tmp10_safe_receiver == null ? null : tmp10_safe_receiver.h5u());
|
|
749
749
|
args.e(element_0);
|
|
750
750
|
}
|
|
751
|
-
if (!(this.
|
|
751
|
+
if (!(this.k5x_1 == null)) {
|
|
752
752
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
753
|
-
var tmp11_safe_receiver = this.
|
|
754
|
-
var element_1 = 'type=' + (tmp11_safe_receiver == null ? null : tmp11_safe_receiver.
|
|
753
|
+
var tmp11_safe_receiver = this.k5x_1;
|
|
754
|
+
var element_1 = 'type=' + (tmp11_safe_receiver == null ? null : tmp11_safe_receiver.h5u());
|
|
755
755
|
args.e(element_1);
|
|
756
756
|
}
|
|
757
|
-
if (!equals(this.
|
|
757
|
+
if (!equals(this.l5x_1, NoDefinedTag_instance)) {
|
|
758
758
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
759
|
-
var element_2 = 'tag=' + toString(this.
|
|
759
|
+
var element_2 = 'tag=' + toString(this.l5x_1);
|
|
760
760
|
args.e(element_2);
|
|
761
761
|
}
|
|
762
762
|
return '[' + joinToString(args, ', ') + ']';
|
|
763
763
|
};
|
|
764
764
|
function NoArgBindingDIWrap(_di) {
|
|
765
|
-
this.
|
|
765
|
+
this.m5x_1 = _di;
|
|
766
766
|
}
|
|
767
|
-
protoOf(NoArgBindingDIWrap).
|
|
768
|
-
return this.
|
|
767
|
+
protoOf(NoArgBindingDIWrap).f5x = function (context) {
|
|
768
|
+
return this.m5x_1.f5x(context);
|
|
769
769
|
};
|
|
770
|
-
protoOf(NoArgBindingDIWrap).
|
|
771
|
-
return this.
|
|
770
|
+
protoOf(NoArgBindingDIWrap).g5x = function (type, tag) {
|
|
771
|
+
return this.m5x_1.g5x(type, tag);
|
|
772
772
|
};
|
|
773
|
-
protoOf(NoArgBindingDIWrap).
|
|
774
|
-
return this.
|
|
773
|
+
protoOf(NoArgBindingDIWrap).e5x = function () {
|
|
774
|
+
return this.m5x_1.e5x();
|
|
775
775
|
};
|
|
776
|
-
protoOf(NoArgBindingDIWrap).
|
|
777
|
-
return this.
|
|
776
|
+
protoOf(NoArgBindingDIWrap).e5w = function () {
|
|
777
|
+
return this.m5x_1.e5w();
|
|
778
778
|
};
|
|
779
|
-
protoOf(NoArgBindingDIWrap).
|
|
780
|
-
return this.
|
|
779
|
+
protoOf(NoArgBindingDIWrap).h5x = function () {
|
|
780
|
+
return this.m5x_1.h5x();
|
|
781
781
|
};
|
|
782
782
|
function ErasedContext() {
|
|
783
783
|
}
|
|
784
|
-
protoOf(ErasedContext).
|
|
785
|
-
return Companion_getInstance().
|
|
784
|
+
protoOf(ErasedContext).k5w = function () {
|
|
785
|
+
return Companion_getInstance().g5u_1;
|
|
786
786
|
};
|
|
787
787
|
protoOf(ErasedContext).u = function () {
|
|
788
788
|
return ErasedContext_instance;
|
|
@@ -792,11 +792,11 @@
|
|
|
792
792
|
return ErasedContext_instance;
|
|
793
793
|
}
|
|
794
794
|
function DIBinding$Copier$Companion$invoke$1($f) {
|
|
795
|
-
this.
|
|
795
|
+
this.n5x_1 = $f;
|
|
796
796
|
}
|
|
797
797
|
function Companion_1() {
|
|
798
798
|
}
|
|
799
|
-
protoOf(Companion_1).
|
|
799
|
+
protoOf(Companion_1).o5x = function (f) {
|
|
800
800
|
return new DIBinding$Copier$Companion$invoke$1(f);
|
|
801
801
|
};
|
|
802
802
|
var Companion_instance_1;
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
}
|
|
815
815
|
function SingletonReference() {
|
|
816
816
|
}
|
|
817
|
-
protoOf(SingletonReference).
|
|
817
|
+
protoOf(SingletonReference).v5x = function (creator) {
|
|
818
818
|
var value = creator();
|
|
819
819
|
return new Reference(value, SingletonReference$make$lambda(value));
|
|
820
820
|
};
|
|
@@ -823,21 +823,21 @@
|
|
|
823
823
|
return SingletonReference_instance;
|
|
824
824
|
}
|
|
825
825
|
function Reference(current, next) {
|
|
826
|
-
this.
|
|
827
|
-
this.
|
|
826
|
+
this.w5x_1 = current;
|
|
827
|
+
this.x5x_1 = next;
|
|
828
828
|
}
|
|
829
829
|
protoOf(Reference).qe = function () {
|
|
830
|
-
return this.
|
|
830
|
+
return this.w5x_1;
|
|
831
831
|
};
|
|
832
832
|
protoOf(Reference).re = function () {
|
|
833
|
-
return this.
|
|
833
|
+
return this.x5x_1;
|
|
834
834
|
};
|
|
835
835
|
protoOf(Reference).toString = function () {
|
|
836
|
-
return 'Reference(current=' + toString_0(this.
|
|
836
|
+
return 'Reference(current=' + toString_0(this.w5x_1) + ', next=' + toString_0(this.x5x_1) + ')';
|
|
837
837
|
};
|
|
838
838
|
protoOf(Reference).hashCode = function () {
|
|
839
|
-
var result = hashCode(this.
|
|
840
|
-
result = imul(result, 31) + hashCode(this.
|
|
839
|
+
var result = hashCode(this.w5x_1);
|
|
840
|
+
result = imul(result, 31) + hashCode(this.x5x_1) | 0;
|
|
841
841
|
return result;
|
|
842
842
|
};
|
|
843
843
|
protoOf(Reference).equals = function (other) {
|
|
@@ -846,9 +846,9 @@
|
|
|
846
846
|
if (!(other instanceof Reference))
|
|
847
847
|
return false;
|
|
848
848
|
var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
|
|
849
|
-
if (!equals(this.
|
|
849
|
+
if (!equals(this.w5x_1, tmp0_other_with_cast.w5x_1))
|
|
850
850
|
return false;
|
|
851
|
-
if (!equals(this.
|
|
851
|
+
if (!equals(this.x5x_1, tmp0_other_with_cast.x5x_1))
|
|
852
852
|
return false;
|
|
853
853
|
return true;
|
|
854
854
|
};
|
|
@@ -857,26 +857,26 @@
|
|
|
857
857
|
function ScopeRegistry() {
|
|
858
858
|
}
|
|
859
859
|
function NoScope() {
|
|
860
|
-
this.
|
|
860
|
+
this.b5y_1 = new StandardScopeRegistry();
|
|
861
861
|
}
|
|
862
|
-
protoOf(NoScope).
|
|
863
|
-
return this.
|
|
862
|
+
protoOf(NoScope).c5y = function (context) {
|
|
863
|
+
return this.b5y_1;
|
|
864
864
|
};
|
|
865
|
-
protoOf(NoScope).
|
|
866
|
-
return this.
|
|
865
|
+
protoOf(NoScope).d5y = function (context) {
|
|
866
|
+
return this.c5y((context == null ? true : !(context == null)) ? context : THROW_CCE());
|
|
867
867
|
};
|
|
868
868
|
function StandardScopeRegistry() {
|
|
869
869
|
ScopeRegistry.call(this);
|
|
870
|
-
this.
|
|
871
|
-
this.
|
|
870
|
+
this.e5y_1 = newConcurrentMap();
|
|
871
|
+
this.f5y_1 = new Object();
|
|
872
872
|
}
|
|
873
|
-
protoOf(StandardScopeRegistry).
|
|
873
|
+
protoOf(StandardScopeRegistry).a5y = function (key, sync, creator) {
|
|
874
874
|
var tmp$ret$2;
|
|
875
875
|
$l$block_1: {
|
|
876
876
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull' call
|
|
877
|
-
sync && this.
|
|
877
|
+
sync && this.f5y_1;
|
|
878
878
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
879
|
-
var tmp16_safe_receiver = this.
|
|
879
|
+
var tmp16_safe_receiver = this.e5y_1.h2(key);
|
|
880
880
|
var tmp60_safe_receiver = tmp16_safe_receiver == null ? null : tmp16_safe_receiver();
|
|
881
881
|
if (tmp60_safe_receiver == null)
|
|
882
882
|
null;
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
$l$block_0: {
|
|
893
893
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
|
|
894
894
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
895
|
-
var tmp16_safe_receiver_0 = this.
|
|
895
|
+
var tmp16_safe_receiver_0 = this.e5y_1.h2(key);
|
|
896
896
|
var tmp61_safe_receiver = tmp16_safe_receiver_0 == null ? null : tmp16_safe_receiver_0();
|
|
897
897
|
if (tmp61_safe_receiver == null)
|
|
898
898
|
null;
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
var current = _destruct__k2r9zo.qe();
|
|
908
908
|
var next = _destruct__k2r9zo.re();
|
|
909
909
|
// Inline function 'kotlin.collections.set' call
|
|
910
|
-
this.
|
|
910
|
+
this.e5y_1.k2(key, next);
|
|
911
911
|
tmp$ret$2 = current;
|
|
912
912
|
break $l$block_1;
|
|
913
913
|
}
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
return tmp$ret$2;
|
|
919
919
|
};
|
|
920
920
|
function toKContext(_this__u8e3s4, di, ctx) {
|
|
921
|
-
var tmp30_safe_receiver = _this__u8e3s4.
|
|
921
|
+
var tmp30_safe_receiver = _this__u8e3s4.z5x(di, ctx);
|
|
922
922
|
var tmp;
|
|
923
923
|
if (tmp30_safe_receiver == null) {
|
|
924
924
|
tmp = null;
|
|
@@ -926,22 +926,22 @@
|
|
|
926
926
|
// Inline function 'kotlin.let' call
|
|
927
927
|
// Inline function 'kotlin.contracts.contract' call
|
|
928
928
|
// Inline function 'org.kodein.di.bindings.toKContext.<anonymous>' call
|
|
929
|
-
tmp = Companion_instance_0.
|
|
929
|
+
tmp = Companion_instance_0.l5w(_this__u8e3s4.y5x(), tmp30_safe_receiver);
|
|
930
930
|
}
|
|
931
931
|
return tmp;
|
|
932
932
|
}
|
|
933
933
|
function CompositeContextTranslator(src, dst) {
|
|
934
|
-
this.
|
|
935
|
-
this.
|
|
934
|
+
this.g5y_1 = src;
|
|
935
|
+
this.h5y_1 = dst;
|
|
936
936
|
}
|
|
937
|
-
protoOf(CompositeContextTranslator).
|
|
938
|
-
return this.
|
|
937
|
+
protoOf(CompositeContextTranslator).x5v = function () {
|
|
938
|
+
return this.g5y_1.x5v();
|
|
939
939
|
};
|
|
940
|
-
protoOf(CompositeContextTranslator).
|
|
941
|
-
return this.
|
|
940
|
+
protoOf(CompositeContextTranslator).y5x = function () {
|
|
941
|
+
return this.h5y_1.y5x();
|
|
942
942
|
};
|
|
943
|
-
protoOf(CompositeContextTranslator).
|
|
944
|
-
var tmp31_safe_receiver = this.
|
|
943
|
+
protoOf(CompositeContextTranslator).z5x = function (di, ctx) {
|
|
944
|
+
var tmp31_safe_receiver = this.g5y_1.z5x(di, ctx);
|
|
945
945
|
var tmp;
|
|
946
946
|
if (tmp31_safe_receiver == null) {
|
|
947
947
|
tmp = null;
|
|
@@ -949,37 +949,37 @@
|
|
|
949
949
|
// Inline function 'kotlin.let' call
|
|
950
950
|
// Inline function 'kotlin.contracts.contract' call
|
|
951
951
|
// Inline function 'org.kodein.di.bindings.CompositeContextTranslator.translate.<anonymous>' call
|
|
952
|
-
tmp = this.
|
|
952
|
+
tmp = this.h5y_1.z5x(di, tmp31_safe_receiver);
|
|
953
953
|
}
|
|
954
954
|
return tmp;
|
|
955
955
|
};
|
|
956
956
|
protoOf(CompositeContextTranslator).toString = function () {
|
|
957
|
-
return '(' + toString_0(this.
|
|
957
|
+
return '(' + toString_0(this.g5y_1) + ' -> ' + toString_0(this.h5y_1) + ')';
|
|
958
958
|
};
|
|
959
959
|
function Provider$getFactory$lambda(this$0, $di) {
|
|
960
960
|
return function (_unused_var__etf5q3) {
|
|
961
|
-
return this$0.
|
|
961
|
+
return this$0.k5y_1(new NoArgBindingDIWrap($di));
|
|
962
962
|
};
|
|
963
963
|
}
|
|
964
964
|
function Provider(contextType, createdType, creator) {
|
|
965
|
-
this.
|
|
966
|
-
this.
|
|
967
|
-
this.
|
|
965
|
+
this.i5y_1 = contextType;
|
|
966
|
+
this.j5y_1 = createdType;
|
|
967
|
+
this.k5y_1 = creator;
|
|
968
968
|
}
|
|
969
|
-
protoOf(Provider).
|
|
970
|
-
return this.
|
|
971
|
-
};
|
|
972
|
-
protoOf(Provider).v5x = function () {
|
|
973
|
-
return this.m5y_1;
|
|
969
|
+
protoOf(Provider).x5v = function () {
|
|
970
|
+
return this.i5y_1;
|
|
974
971
|
};
|
|
975
972
|
protoOf(Provider).s5x = function () {
|
|
973
|
+
return this.j5y_1;
|
|
974
|
+
};
|
|
975
|
+
protoOf(Provider).p5x = function () {
|
|
976
976
|
return 'provider';
|
|
977
977
|
};
|
|
978
|
-
protoOf(Provider).
|
|
978
|
+
protoOf(Provider).l5y = function (key, di) {
|
|
979
979
|
return Provider$getFactory$lambda(this, di);
|
|
980
980
|
};
|
|
981
|
-
protoOf(Provider).
|
|
982
|
-
return this.
|
|
981
|
+
protoOf(Provider).u5x = function (key, di) {
|
|
982
|
+
return this.l5y(key, di);
|
|
983
983
|
};
|
|
984
984
|
function factoryName($this, params) {
|
|
985
985
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -997,12 +997,12 @@
|
|
|
997
997
|
}
|
|
998
998
|
function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
|
|
999
999
|
return function () {
|
|
1000
|
-
return this$0.
|
|
1000
|
+
return this$0.r5y_1(new NoArgBindingDIWrap($bindingDi));
|
|
1001
1001
|
};
|
|
1002
1002
|
}
|
|
1003
1003
|
function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
|
|
1004
1004
|
return function () {
|
|
1005
|
-
return this$0.
|
|
1005
|
+
return this$0.s5y_1.v5x(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
|
|
1006
1006
|
};
|
|
1007
1007
|
}
|
|
1008
1008
|
function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
var tmp;
|
|
1012
1012
|
if (tmp0_elvis_lhs == null) {
|
|
1013
1013
|
// Inline function 'kotlin.also' call
|
|
1014
|
-
var this_0 = this$0.
|
|
1014
|
+
var this_0 = this$0.m5y_1.d5y($bindingDi.l9());
|
|
1015
1015
|
// Inline function 'kotlin.contracts.contract' call
|
|
1016
1016
|
// Inline function 'org.kodein.di.bindings.Singleton.getFactory.<anonymous>.<anonymous>' call
|
|
1017
1017
|
$lateInitRegistry._v = this_0;
|
|
@@ -1020,72 +1020,72 @@
|
|
|
1020
1020
|
tmp = tmp0_elvis_lhs;
|
|
1021
1021
|
}
|
|
1022
1022
|
var registry = tmp;
|
|
1023
|
-
var tmp_0 = registry.
|
|
1023
|
+
var tmp_0 = registry.a5y(this$0.t5y_1, this$0.q5y_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
|
|
1024
1024
|
return !(tmp_0 == null) ? tmp_0 : THROW_CCE();
|
|
1025
1025
|
};
|
|
1026
1026
|
}
|
|
1027
1027
|
function Singleton$copier$lambda(this$0) {
|
|
1028
1028
|
return function (it) {
|
|
1029
|
-
return new Singleton(this$0.
|
|
1029
|
+
return new Singleton(this$0.m5y_1, this$0.n5y_1, this$0.o5y_1, this$0.p5y_1, this$0.s5y_1, this$0.q5y_1, this$0.r5y_1);
|
|
1030
1030
|
};
|
|
1031
1031
|
}
|
|
1032
1032
|
function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
|
|
1033
1033
|
refMaker = refMaker === VOID ? null : refMaker;
|
|
1034
1034
|
sync = sync === VOID ? true : sync;
|
|
1035
|
-
this.
|
|
1036
|
-
this.
|
|
1037
|
-
this.
|
|
1038
|
-
this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1035
|
+
this.m5y_1 = scope;
|
|
1036
|
+
this.n5y_1 = contextType;
|
|
1037
|
+
this.o5y_1 = explicitContext;
|
|
1038
|
+
this.p5y_1 = createdType;
|
|
1039
|
+
this.q5y_1 = sync;
|
|
1040
|
+
this.r5y_1 = creator;
|
|
1041
1041
|
var tmp = this;
|
|
1042
|
-
tmp.
|
|
1043
|
-
this.
|
|
1042
|
+
tmp.s5y_1 = refMaker == null ? SingletonReference_instance : refMaker;
|
|
1043
|
+
this.t5y_1 = new ScopeKey(new Object(), Unit_instance);
|
|
1044
1044
|
var tmp_0 = this;
|
|
1045
1045
|
var tmp_1 = Companion_instance_1;
|
|
1046
|
-
tmp_0.
|
|
1046
|
+
tmp_0.u5y_1 = tmp_1.o5x(Singleton$copier$lambda(this));
|
|
1047
1047
|
}
|
|
1048
|
-
protoOf(Singleton).
|
|
1049
|
-
return this.
|
|
1050
|
-
};
|
|
1051
|
-
protoOf(Singleton).a5w = function () {
|
|
1052
|
-
return this.q5y_1;
|
|
1048
|
+
protoOf(Singleton).z5v = function () {
|
|
1049
|
+
return this.m5y_1;
|
|
1053
1050
|
};
|
|
1054
|
-
protoOf(Singleton).
|
|
1055
|
-
return this.
|
|
1051
|
+
protoOf(Singleton).x5v = function () {
|
|
1052
|
+
return this.n5y_1;
|
|
1056
1053
|
};
|
|
1057
1054
|
protoOf(Singleton).s5x = function () {
|
|
1055
|
+
return this.p5y_1;
|
|
1056
|
+
};
|
|
1057
|
+
protoOf(Singleton).p5x = function () {
|
|
1058
1058
|
var params = ArrayList_init_$Create$_0(2);
|
|
1059
|
-
if (!equals(this.
|
|
1060
|
-
params.e('ref = ' + erasedOf(this.
|
|
1059
|
+
if (!equals(this.s5y_1, SingletonReference_instance)) {
|
|
1060
|
+
params.e('ref = ' + erasedOf(this.s5y_1).h5u());
|
|
1061
1061
|
}
|
|
1062
1062
|
return factoryName(this, params);
|
|
1063
1063
|
};
|
|
1064
|
-
protoOf(Singleton).
|
|
1064
|
+
protoOf(Singleton).q5x = function () {
|
|
1065
1065
|
var params = ArrayList_init_$Create$_0(2);
|
|
1066
|
-
if (!equals(this.
|
|
1067
|
-
params.e('ref = ' + erasedOf(this.
|
|
1066
|
+
if (!equals(this.s5y_1, SingletonReference_instance)) {
|
|
1067
|
+
params.e('ref = ' + erasedOf(this.s5y_1).j5u());
|
|
1068
1068
|
}
|
|
1069
1069
|
return factoryName(this, params);
|
|
1070
1070
|
};
|
|
1071
|
-
protoOf(Singleton).
|
|
1071
|
+
protoOf(Singleton).l5y = function (key, di) {
|
|
1072
1072
|
var lateInitRegistry = {_v: null};
|
|
1073
|
-
var bindingDi = this.
|
|
1073
|
+
var bindingDi = this.o5y_1 ? di : di.v5y();
|
|
1074
1074
|
return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
|
|
1075
1075
|
};
|
|
1076
|
-
protoOf(Singleton).
|
|
1077
|
-
return this.
|
|
1076
|
+
protoOf(Singleton).u5x = function (key, di) {
|
|
1077
|
+
return this.l5y(key, di);
|
|
1078
1078
|
};
|
|
1079
1079
|
function ScopeKey(scopeId, arg) {
|
|
1080
|
-
this.
|
|
1081
|
-
this.
|
|
1080
|
+
this.w5y_1 = scopeId;
|
|
1081
|
+
this.x5y_1 = arg;
|
|
1082
1082
|
}
|
|
1083
1083
|
protoOf(ScopeKey).toString = function () {
|
|
1084
|
-
return 'ScopeKey(scopeId=' + toString_0(this.
|
|
1084
|
+
return 'ScopeKey(scopeId=' + toString_0(this.w5y_1) + ', arg=' + toString(this.x5y_1) + ')';
|
|
1085
1085
|
};
|
|
1086
1086
|
protoOf(ScopeKey).hashCode = function () {
|
|
1087
|
-
var result = hashCode(this.
|
|
1088
|
-
result = imul(result, 31) + (this.
|
|
1087
|
+
var result = hashCode(this.w5y_1);
|
|
1088
|
+
result = imul(result, 31) + (this.x5y_1 == null ? 0 : hashCode(this.x5y_1)) | 0;
|
|
1089
1089
|
return result;
|
|
1090
1090
|
};
|
|
1091
1091
|
protoOf(ScopeKey).equals = function (other) {
|
|
@@ -1094,67 +1094,67 @@
|
|
|
1094
1094
|
if (!(other instanceof ScopeKey))
|
|
1095
1095
|
return false;
|
|
1096
1096
|
var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
|
|
1097
|
-
if (!equals(this.
|
|
1097
|
+
if (!equals(this.w5y_1, tmp0_other_with_cast.w5y_1))
|
|
1098
1098
|
return false;
|
|
1099
|
-
if (!equals(this.
|
|
1099
|
+
if (!equals(this.x5y_1, tmp0_other_with_cast.x5y_1))
|
|
1100
1100
|
return false;
|
|
1101
1101
|
return true;
|
|
1102
1102
|
};
|
|
1103
1103
|
function DIMainBuilderImpl(allowSilentOverride) {
|
|
1104
1104
|
DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
|
|
1105
|
-
this.
|
|
1106
|
-
this.
|
|
1107
|
-
this.
|
|
1105
|
+
this.d5z_1 = ArrayList_init_$Create$();
|
|
1106
|
+
this.e5z_1 = Companion_instance.a5w_1;
|
|
1107
|
+
this.f5z_1 = Companion_instance.b5w_1;
|
|
1108
1108
|
}
|
|
1109
|
-
protoOf(DIMainBuilderImpl).
|
|
1110
|
-
return this.
|
|
1109
|
+
protoOf(DIMainBuilderImpl).z5w = function () {
|
|
1110
|
+
return this.d5z_1;
|
|
1111
1111
|
};
|
|
1112
|
-
protoOf(DIMainBuilderImpl).
|
|
1113
|
-
return this.
|
|
1112
|
+
protoOf(DIMainBuilderImpl).g5z = function () {
|
|
1113
|
+
return this.e5z_1;
|
|
1114
1114
|
};
|
|
1115
|
-
protoOf(DIMainBuilderImpl).
|
|
1116
|
-
return this.
|
|
1115
|
+
protoOf(DIMainBuilderImpl).h5z = function () {
|
|
1116
|
+
return this.f5z_1;
|
|
1117
1117
|
};
|
|
1118
1118
|
function TypeBinder($outer, type, tag, overrides) {
|
|
1119
|
-
this.
|
|
1120
|
-
this.
|
|
1121
|
-
this.
|
|
1122
|
-
this.
|
|
1119
|
+
this.q5z_1 = $outer;
|
|
1120
|
+
this.n5z_1 = type;
|
|
1121
|
+
this.o5z_1 = tag;
|
|
1122
|
+
this.p5z_1 = overrides;
|
|
1123
1123
|
}
|
|
1124
|
-
protoOf(TypeBinder).
|
|
1125
|
-
return this.
|
|
1124
|
+
protoOf(TypeBinder).r5z = function () {
|
|
1125
|
+
return this.q5z_1.t5v();
|
|
1126
1126
|
};
|
|
1127
|
-
protoOf(TypeBinder).
|
|
1128
|
-
return this.
|
|
1127
|
+
protoOf(TypeBinder).s5z = function (binding) {
|
|
1128
|
+
return this.r5z().x5z(new Key(binding.x5v(), binding.r5x(), this.n5z_1, this.o5z_1), binding, this.q5z_1.i5z_1, this.p5z_1);
|
|
1129
1129
|
};
|
|
1130
1130
|
function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
|
|
1131
|
-
this.
|
|
1132
|
-
this.
|
|
1133
|
-
this.
|
|
1134
|
-
this.
|
|
1135
|
-
this.
|
|
1131
|
+
this.i5z_1 = moduleName;
|
|
1132
|
+
this.j5z_1 = prefix;
|
|
1133
|
+
this.k5z_1 = importedModules;
|
|
1134
|
+
this.l5z_1 = containerBuilder;
|
|
1135
|
+
this.m5z_1 = Companion_getInstance().g5u_1;
|
|
1136
1136
|
}
|
|
1137
|
-
protoOf(DIBuilderImpl).
|
|
1138
|
-
return this.
|
|
1137
|
+
protoOf(DIBuilderImpl).t5v = function () {
|
|
1138
|
+
return this.l5z_1;
|
|
1139
1139
|
};
|
|
1140
|
-
protoOf(DIBuilderImpl).
|
|
1141
|
-
return this.
|
|
1140
|
+
protoOf(DIBuilderImpl).x5v = function () {
|
|
1141
|
+
return this.m5z_1;
|
|
1142
1142
|
};
|
|
1143
|
-
protoOf(DIBuilderImpl).
|
|
1143
|
+
protoOf(DIBuilderImpl).z5v = function () {
|
|
1144
1144
|
return new NoScope();
|
|
1145
1145
|
};
|
|
1146
|
-
protoOf(DIBuilderImpl).
|
|
1146
|
+
protoOf(DIBuilderImpl).y5v = function () {
|
|
1147
1147
|
return false;
|
|
1148
1148
|
};
|
|
1149
|
-
protoOf(DIBuilderImpl).
|
|
1149
|
+
protoOf(DIBuilderImpl).u5v = function (type, tag, overrides) {
|
|
1150
1150
|
return new TypeBinder(this, type, tag, overrides);
|
|
1151
1151
|
};
|
|
1152
|
-
protoOf(DIBuilderImpl).
|
|
1153
|
-
var moduleName = this.
|
|
1152
|
+
protoOf(DIBuilderImpl).v5v = function (module_0, allowOverride) {
|
|
1153
|
+
var moduleName = this.j5z_1 + module_0.p2();
|
|
1154
1154
|
var tmp;
|
|
1155
1155
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
1156
1156
|
if (charSequenceLength(moduleName) > 0) {
|
|
1157
|
-
tmp = this.
|
|
1157
|
+
tmp = this.k5z_1.s1(moduleName);
|
|
1158
1158
|
} else {
|
|
1159
1159
|
tmp = false;
|
|
1160
1160
|
}
|
|
@@ -1162,20 +1162,20 @@
|
|
|
1162
1162
|
throw IllegalStateException_init_$Create$('Module "' + moduleName + '" has already been imported!');
|
|
1163
1163
|
}
|
|
1164
1164
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1165
|
-
this.
|
|
1165
|
+
this.k5z_1.e(moduleName);
|
|
1166
1166
|
// Inline function 'kotlin.apply' call
|
|
1167
|
-
var this_0 = new DIBuilderImpl(moduleName, this.
|
|
1167
|
+
var this_0 = new DIBuilderImpl(moduleName, this.j5z_1 + module_0.m5v_1, this.k5z_1, this.t5v().y5z(allowOverride, module_0.l5v_1));
|
|
1168
1168
|
// Inline function 'kotlin.contracts.contract' call
|
|
1169
|
-
module_0.
|
|
1169
|
+
module_0.n5v_1(this_0);
|
|
1170
1170
|
};
|
|
1171
1171
|
function DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT() {
|
|
1172
1172
|
OverrideMode.call(this, 'ALLOW_SILENT', 0);
|
|
1173
1173
|
OverrideMode_ALLOW_SILENT_instance = this;
|
|
1174
1174
|
}
|
|
1175
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1175
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).b60 = function () {
|
|
1176
1176
|
return true;
|
|
1177
1177
|
};
|
|
1178
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1178
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).c60 = function (overrides) {
|
|
1179
1179
|
return overrides;
|
|
1180
1180
|
};
|
|
1181
1181
|
var OverrideMode_ALLOW_SILENT_instance;
|
|
@@ -1183,10 +1183,10 @@
|
|
|
1183
1183
|
OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
|
|
1184
1184
|
OverrideMode_ALLOW_EXPLICIT_instance = this;
|
|
1185
1185
|
}
|
|
1186
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1186
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).b60 = function () {
|
|
1187
1187
|
return true;
|
|
1188
1188
|
};
|
|
1189
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1189
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).c60 = function (overrides) {
|
|
1190
1190
|
return overrides == null ? false : overrides;
|
|
1191
1191
|
};
|
|
1192
1192
|
var OverrideMode_ALLOW_EXPLICIT_instance;
|
|
@@ -1194,10 +1194,10 @@
|
|
|
1194
1194
|
OverrideMode.call(this, 'FORBID', 2);
|
|
1195
1195
|
OverrideMode_FORBID_instance = this;
|
|
1196
1196
|
}
|
|
1197
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1197
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).b60 = function () {
|
|
1198
1198
|
return false;
|
|
1199
1199
|
};
|
|
1200
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1200
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).c60 = function (overrides) {
|
|
1201
1201
|
var tmp;
|
|
1202
1202
|
if (!(overrides == null) && overrides) {
|
|
1203
1203
|
throw new OverridingException('Overriding has been forbidden');
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
var OverrideMode_FORBID_instance;
|
|
1210
1210
|
function Companion_2() {
|
|
1211
1211
|
}
|
|
1212
|
-
protoOf(Companion_2).
|
|
1212
|
+
protoOf(Companion_2).h60 = function (allow, silent) {
|
|
1213
1213
|
if (!allow)
|
|
1214
1214
|
return OverrideMode_FORBID_getInstance();
|
|
1215
1215
|
if (silent)
|
|
@@ -1233,13 +1233,13 @@
|
|
|
1233
1233
|
Enum.call(this, name, ordinal);
|
|
1234
1234
|
}
|
|
1235
1235
|
function checkOverrides($this, key, overrides) {
|
|
1236
|
-
var mustOverride = $this.
|
|
1236
|
+
var mustOverride = $this.w5z_1.c60(overrides);
|
|
1237
1237
|
if (!(mustOverride == null)) {
|
|
1238
1238
|
var tmp;
|
|
1239
1239
|
if (mustOverride) {
|
|
1240
1240
|
// Inline function 'kotlin.collections.contains' call
|
|
1241
1241
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1242
|
-
var this_0 = $this.
|
|
1242
|
+
var this_0 = $this.t5z_1;
|
|
1243
1243
|
tmp = !(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).f2(key);
|
|
1244
1244
|
} else {
|
|
1245
1245
|
tmp = false;
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
if (!mustOverride) {
|
|
1251
1251
|
// Inline function 'kotlin.collections.contains' call
|
|
1252
1252
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1253
|
-
var this_1 = $this.
|
|
1253
|
+
var this_1 = $this.t5z_1;
|
|
1254
1254
|
tmp_0 = (isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).f2(key);
|
|
1255
1255
|
} else {
|
|
1256
1256
|
tmp_0 = false;
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
function checkMatch($this, allowOverride) {
|
|
1263
|
-
if (!$this.
|
|
1263
|
+
if (!$this.w5z_1.b60() && allowOverride)
|
|
1264
1264
|
throw new OverridingException('Overriding has been forbidden');
|
|
1265
1265
|
}
|
|
1266
1266
|
function OverrideMode_ALLOW_SILENT_getInstance() {
|
|
@@ -1276,15 +1276,15 @@
|
|
|
1276
1276
|
return OverrideMode_FORBID_instance;
|
|
1277
1277
|
}
|
|
1278
1278
|
function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
|
|
1279
|
-
this.
|
|
1280
|
-
this.
|
|
1281
|
-
this.
|
|
1282
|
-
this.
|
|
1279
|
+
this.t5z_1 = bindingsMap;
|
|
1280
|
+
this.u5z_1 = callbacks;
|
|
1281
|
+
this.v5z_1 = translators;
|
|
1282
|
+
this.w5z_1 = Companion_instance_2.h60(allowOverride, silentOverride);
|
|
1283
1283
|
}
|
|
1284
|
-
protoOf(DIContainerBuilderImpl).
|
|
1284
|
+
protoOf(DIContainerBuilderImpl).x5z = function (key, binding, fromModule, overrides) {
|
|
1285
1285
|
checkOverrides(this, key, overrides);
|
|
1286
1286
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1287
|
-
var this_0 = this.
|
|
1287
|
+
var this_0 = this.t5z_1;
|
|
1288
1288
|
var value = this_0.h2(key);
|
|
1289
1289
|
var tmp;
|
|
1290
1290
|
if (value == null) {
|
|
@@ -1298,12 +1298,12 @@
|
|
|
1298
1298
|
var bindings = tmp;
|
|
1299
1299
|
bindings.d2(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
|
|
1300
1300
|
};
|
|
1301
|
-
protoOf(DIContainerBuilderImpl).
|
|
1301
|
+
protoOf(DIContainerBuilderImpl).y5z = function (allowOverride, silentOverride) {
|
|
1302
1302
|
checkMatch(this, allowOverride);
|
|
1303
|
-
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.
|
|
1303
|
+
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.t5z_1, this.u5z_1, this.v5z_1);
|
|
1304
1304
|
};
|
|
1305
1305
|
function displayString($this, key, overrideLevel) {
|
|
1306
|
-
var descProp = $this.
|
|
1306
|
+
var descProp = $this.n60_1 ? bindFullDescription$factory_0(key) : bindDescription$factory_0(key);
|
|
1307
1307
|
return !(overrideLevel === 0) ? 'overridden ' + descProp.get() : descProp.get();
|
|
1308
1308
|
}
|
|
1309
1309
|
function recursiveLoop($this, node, firstKey, firstOverrideLevel, tail) {
|
|
@@ -1315,13 +1315,13 @@
|
|
|
1315
1315
|
$l$1: do {
|
|
1316
1316
|
$l$0: do {
|
|
1317
1317
|
var tmp;
|
|
1318
|
-
if (node_0.
|
|
1319
|
-
tmp = plus(listOf(displayString($this_0, node_0.
|
|
1318
|
+
if (node_0.m60_1 == null || (firstKey_0.equals(node_0.k60_1) && firstOverrideLevel_0 === node_0.l60_1)) {
|
|
1319
|
+
tmp = plus(listOf(displayString($this_0, node_0.k60_1, node_0.l60_1)), tail_0);
|
|
1320
1320
|
} else {
|
|
1321
1321
|
var tmp0 = $this_0;
|
|
1322
|
-
var tmp4 = plus(listOf(displayString($this_0, node_0.
|
|
1322
|
+
var tmp4 = plus(listOf(displayString($this_0, node_0.k60_1, node_0.l60_1)), tail_0);
|
|
1323
1323
|
$this_0 = tmp0;
|
|
1324
|
-
node_0 = node_0.
|
|
1324
|
+
node_0 = node_0.m60_1;
|
|
1325
1325
|
firstKey_0 = firstKey_0;
|
|
1326
1326
|
firstOverrideLevel_0 = firstOverrideLevel_0;
|
|
1327
1327
|
tail_0 = tmp4;
|
|
@@ -1341,13 +1341,13 @@
|
|
|
1341
1341
|
$l$1: do {
|
|
1342
1342
|
$l$0: do {
|
|
1343
1343
|
var tmp;
|
|
1344
|
-
if (node_0.
|
|
1344
|
+
if (node_0.k60_1.equals(searchedKey_0) && node_0.l60_1 === searchedOverrideLevel_0) {
|
|
1345
1345
|
tmp = false;
|
|
1346
|
-
} else if (node_0.
|
|
1346
|
+
} else if (node_0.m60_1 == null) {
|
|
1347
1347
|
tmp = true;
|
|
1348
1348
|
} else {
|
|
1349
1349
|
$this_0 = $this_0;
|
|
1350
|
-
node_0 = node_0.
|
|
1350
|
+
node_0 = node_0.m60_1;
|
|
1351
1351
|
searchedKey_0 = searchedKey_0;
|
|
1352
1352
|
searchedOverrideLevel_0 = searchedOverrideLevel_0;
|
|
1353
1353
|
continue $l$0;
|
|
@@ -1359,14 +1359,14 @@
|
|
|
1359
1359
|
while (true);
|
|
1360
1360
|
}
|
|
1361
1361
|
function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
|
|
1362
|
-
DIContainerImpl.call($this, new DITreeImpl(builder.
|
|
1362
|
+
DIContainerImpl.call($this, new DITreeImpl(builder.t5z_1, externalSources, builder.v5z_1), null, fullDescriptionOnError, fullContainerTreeOnError);
|
|
1363
1363
|
var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
|
|
1364
1364
|
if (runCallbacks)
|
|
1365
1365
|
init();
|
|
1366
1366
|
else {
|
|
1367
1367
|
var lock = new Object();
|
|
1368
1368
|
var tmp = $this;
|
|
1369
|
-
tmp.
|
|
1369
|
+
tmp.s60_1 = DIContainerImpl$_init_$lambda_r6ib3j_0(lock, $this, init);
|
|
1370
1370
|
}
|
|
1371
1371
|
return $this;
|
|
1372
1372
|
}
|
|
@@ -1374,14 +1374,14 @@
|
|
|
1374
1374
|
return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, objectCreate(protoOf(DIContainerImpl)));
|
|
1375
1375
|
}
|
|
1376
1376
|
function Node(key, overrideLevel, parent, fullDescriptionOnError) {
|
|
1377
|
-
this.
|
|
1378
|
-
this.
|
|
1379
|
-
this.
|
|
1380
|
-
this.
|
|
1377
|
+
this.k60_1 = key;
|
|
1378
|
+
this.l60_1 = overrideLevel;
|
|
1379
|
+
this.m60_1 = parent;
|
|
1380
|
+
this.n60_1 = fullDescriptionOnError;
|
|
1381
1381
|
}
|
|
1382
|
-
protoOf(Node).
|
|
1382
|
+
protoOf(Node).t60 = function (searchedKey, searchedOverrideLevel) {
|
|
1383
1383
|
if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
|
|
1384
|
-
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.
|
|
1384
|
+
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.l60_1));
|
|
1385
1385
|
var sb = StringBuilder_init_$Create$();
|
|
1386
1386
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
1387
1387
|
var index = 0;
|
|
@@ -1416,13 +1416,13 @@
|
|
|
1416
1416
|
}
|
|
1417
1417
|
};
|
|
1418
1418
|
function bindingDI($this, key, context, tree, overrideLevel) {
|
|
1419
|
-
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.
|
|
1419
|
+
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.p60_1, $this.q60_1), $this.q60_1, $this.r60_1);
|
|
1420
1420
|
return new BindingDIImpl(createDirectDI(container, context), key, overrideLevel);
|
|
1421
1421
|
}
|
|
1422
1422
|
function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
|
|
1423
1423
|
return function () {
|
|
1424
1424
|
var direct = createDirectDI(this$0, get_AnyDIContext());
|
|
1425
|
-
var tmp0_iterator = $builder.
|
|
1425
|
+
var tmp0_iterator = $builder.u5z_1.j();
|
|
1426
1426
|
while (tmp0_iterator.k()) {
|
|
1427
1427
|
var element = tmp0_iterator.l();
|
|
1428
1428
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
|
|
@@ -1435,14 +1435,14 @@
|
|
|
1435
1435
|
return function () {
|
|
1436
1436
|
$l$block_1: {
|
|
1437
1437
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull' call
|
|
1438
|
-
if (this$0.
|
|
1438
|
+
if (this$0.s60_1 == null) {
|
|
1439
1439
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
|
|
1440
1440
|
break $l$block_1;
|
|
1441
1441
|
}
|
|
1442
1442
|
// Inline function 'org.kodein.di.internal.maySynchronized' call
|
|
1443
1443
|
$l$block_0: {
|
|
1444
1444
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull.<anonymous>' call
|
|
1445
|
-
var tmp0_elvis_lhs = this$0.
|
|
1445
|
+
var tmp0_elvis_lhs = this$0.s60_1;
|
|
1446
1446
|
var tmp;
|
|
1447
1447
|
if (tmp0_elvis_lhs == null) {
|
|
1448
1448
|
break $l$block_0;
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
tmp = tmp0_elvis_lhs;
|
|
1451
1451
|
}
|
|
1452
1452
|
var value = tmp;
|
|
1453
|
-
this$0.
|
|
1453
|
+
this$0.s60_1 = null;
|
|
1454
1454
|
$init();
|
|
1455
1455
|
break $l$block_1;
|
|
1456
1456
|
}
|
|
@@ -1466,104 +1466,104 @@
|
|
|
1466
1466
|
return description(_this__u8e3s4, it);
|
|
1467
1467
|
}
|
|
1468
1468
|
function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
|
|
1469
|
-
this.
|
|
1470
|
-
this.
|
|
1471
|
-
this.
|
|
1472
|
-
this.
|
|
1473
|
-
this.
|
|
1469
|
+
this.o60_1 = tree;
|
|
1470
|
+
this.p60_1 = node;
|
|
1471
|
+
this.q60_1 = fullDescriptionOnError;
|
|
1472
|
+
this.r60_1 = fullContainerTreeOnError;
|
|
1473
|
+
this.s60_1 = null;
|
|
1474
1474
|
}
|
|
1475
|
-
protoOf(DIContainerImpl).
|
|
1475
|
+
protoOf(DIContainerImpl).u5w = function (key, context, overrideLevel) {
|
|
1476
1476
|
// Inline function 'kotlin.let' call
|
|
1477
1477
|
// Inline function 'kotlin.contracts.contract' call
|
|
1478
|
-
var it = this.
|
|
1478
|
+
var it = this.o60_1.b5x(key, 0);
|
|
1479
1479
|
if (it.m() === 1) {
|
|
1480
1480
|
var _destruct__k2r9zo = it.o(0);
|
|
1481
1481
|
var definition = _destruct__k2r9zo.re();
|
|
1482
1482
|
var translator = _destruct__k2r9zo.ik();
|
|
1483
|
-
var tmp40_safe_receiver = this.
|
|
1483
|
+
var tmp40_safe_receiver = this.p60_1;
|
|
1484
1484
|
if (tmp40_safe_receiver == null)
|
|
1485
1485
|
null;
|
|
1486
1486
|
else {
|
|
1487
|
-
tmp40_safe_receiver.
|
|
1487
|
+
tmp40_safe_receiver.t60(key, 0);
|
|
1488
1488
|
}
|
|
1489
|
-
var tmp = Companion_instance_0.
|
|
1489
|
+
var tmp = Companion_instance_0.l5w(key.c5v_1, context);
|
|
1490
1490
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1491
1491
|
var tmp0_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1492
1492
|
var kContext = tmp0_elvis_lhs == null ? originalContext : tmp0_elvis_lhs;
|
|
1493
1493
|
if (!(key instanceof Key))
|
|
1494
1494
|
THROW_CCE();
|
|
1495
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1496
|
-
return definition.
|
|
1495
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.z5u_1, overrideLevel);
|
|
1496
|
+
return definition.a5v_1.u5x(key, bindingDI_0);
|
|
1497
1497
|
}
|
|
1498
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1498
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.l5w(key.c5v_1, context), this.o60_1, overrideLevel);
|
|
1499
1499
|
// Inline function 'kotlin.collections.forEach' call
|
|
1500
|
-
var tmp0_iterator = this.
|
|
1500
|
+
var tmp0_iterator = this.o60_1.z5w().j();
|
|
1501
1501
|
while (tmp0_iterator.k()) {
|
|
1502
1502
|
var element = tmp0_iterator.l();
|
|
1503
1503
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factoryOrNull.<anonymous>' call
|
|
1504
|
-
var tmp42_safe_receiver = element.
|
|
1504
|
+
var tmp42_safe_receiver = element.u60(bindingDI_1, key);
|
|
1505
1505
|
if (tmp42_safe_receiver == null)
|
|
1506
1506
|
null;
|
|
1507
1507
|
else {
|
|
1508
1508
|
// Inline function 'kotlin.let' call
|
|
1509
1509
|
// Inline function 'kotlin.contracts.contract' call
|
|
1510
|
-
var tmp43_safe_receiver = this.
|
|
1510
|
+
var tmp43_safe_receiver = this.p60_1;
|
|
1511
1511
|
if (tmp43_safe_receiver == null)
|
|
1512
1512
|
null;
|
|
1513
1513
|
else {
|
|
1514
|
-
tmp43_safe_receiver.
|
|
1514
|
+
tmp43_safe_receiver.t60(key, 0);
|
|
1515
1515
|
}
|
|
1516
1516
|
return (!(tmp42_safe_receiver == null) ? typeof tmp42_safe_receiver === 'function' : false) ? tmp42_safe_receiver : THROW_CCE();
|
|
1517
1517
|
}
|
|
1518
1518
|
}
|
|
1519
1519
|
return null;
|
|
1520
1520
|
};
|
|
1521
|
-
protoOf(DIContainerImpl).
|
|
1522
|
-
var result = this.
|
|
1521
|
+
protoOf(DIContainerImpl).s5w = function (key, context, overrideLevel) {
|
|
1522
|
+
var result = this.o60_1.b5x(key, overrideLevel);
|
|
1523
1523
|
if (result.m() === 1) {
|
|
1524
1524
|
var _destruct__k2r9zo = result.o(0);
|
|
1525
1525
|
var definition = _destruct__k2r9zo.re();
|
|
1526
1526
|
var translator = _destruct__k2r9zo.ik();
|
|
1527
|
-
var tmp44_safe_receiver = this.
|
|
1527
|
+
var tmp44_safe_receiver = this.p60_1;
|
|
1528
1528
|
if (tmp44_safe_receiver == null)
|
|
1529
1529
|
null;
|
|
1530
1530
|
else {
|
|
1531
|
-
tmp44_safe_receiver.
|
|
1531
|
+
tmp44_safe_receiver.t60(key, overrideLevel);
|
|
1532
1532
|
}
|
|
1533
|
-
var tmp = Companion_instance_0.
|
|
1533
|
+
var tmp = Companion_instance_0.l5w(key.c5v_1, context);
|
|
1534
1534
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1535
1535
|
var tmp0_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1536
1536
|
var kContext = tmp0_elvis_lhs == null ? originalContext : tmp0_elvis_lhs;
|
|
1537
1537
|
if (!(key instanceof Key))
|
|
1538
1538
|
THROW_CCE();
|
|
1539
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1540
|
-
return definition.
|
|
1539
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.z5u_1, overrideLevel);
|
|
1540
|
+
return definition.a5v_1.u5x(key, bindingDI_0);
|
|
1541
1541
|
}
|
|
1542
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1542
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.l5w(key.c5v_1, context), this.o60_1, overrideLevel);
|
|
1543
1543
|
// Inline function 'kotlin.collections.forEach' call
|
|
1544
|
-
var tmp0_iterator = this.
|
|
1544
|
+
var tmp0_iterator = this.o60_1.z5w().j();
|
|
1545
1545
|
while (tmp0_iterator.k()) {
|
|
1546
1546
|
var element = tmp0_iterator.l();
|
|
1547
1547
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1548
|
-
var tmp46_safe_receiver = element.
|
|
1548
|
+
var tmp46_safe_receiver = element.u60(bindingDI_1, key);
|
|
1549
1549
|
if (tmp46_safe_receiver == null)
|
|
1550
1550
|
null;
|
|
1551
1551
|
else {
|
|
1552
1552
|
// Inline function 'kotlin.let' call
|
|
1553
1553
|
// Inline function 'kotlin.contracts.contract' call
|
|
1554
|
-
var tmp47_safe_receiver = this.
|
|
1554
|
+
var tmp47_safe_receiver = this.p60_1;
|
|
1555
1555
|
if (tmp47_safe_receiver == null)
|
|
1556
1556
|
null;
|
|
1557
1557
|
else {
|
|
1558
|
-
tmp47_safe_receiver.
|
|
1558
|
+
tmp47_safe_receiver.t60(key, overrideLevel);
|
|
1559
1559
|
}
|
|
1560
1560
|
return (!(tmp46_safe_receiver == null) ? typeof tmp46_safe_receiver === 'function' : false) ? tmp46_safe_receiver : THROW_CCE();
|
|
1561
1561
|
}
|
|
1562
1562
|
}
|
|
1563
1563
|
var withOverrides = !(overrideLevel === 0);
|
|
1564
|
-
var descProp = this.
|
|
1564
|
+
var descProp = this.q60_1 ? fullDescription$factory_0(key) : description$factory_0(key);
|
|
1565
1565
|
var tmp_0;
|
|
1566
|
-
if (this.
|
|
1566
|
+
if (this.q60_1) {
|
|
1567
1567
|
tmp_0 = DIContainerImpl$factory$lambda;
|
|
1568
1568
|
} else {
|
|
1569
1569
|
tmp_0 = DIContainerImpl$factory$lambda_0;
|
|
@@ -1577,10 +1577,10 @@
|
|
|
1577
1577
|
// Inline function 'kotlin.contracts.contract' call
|
|
1578
1578
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1579
1579
|
this_0.o8('No binding found for ' + descProp.get());
|
|
1580
|
-
if (this.
|
|
1580
|
+
if (this.r60_1) {
|
|
1581
1581
|
// Inline function 'kotlin.text.appendLine' call
|
|
1582
1582
|
this_0.p8(_Char___init__impl__6a9atx(10));
|
|
1583
|
-
var forType = this.
|
|
1583
|
+
var forType = this.o60_1.c5x(new SearchSpecs(VOID, VOID, key.e5v_1));
|
|
1584
1584
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1585
1585
|
if (!forType.p()) {
|
|
1586
1586
|
// Inline function 'kotlin.collections.associate' call
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
}
|
|
1598
1598
|
this_0.o8('Available bindings for this type:\n' + descFun(destination, withOverrides));
|
|
1599
1599
|
}
|
|
1600
|
-
this_0.o8('Registered in this DI container:\n' + descFun(this.
|
|
1600
|
+
this_0.o8('Registered in this DI container:\n' + descFun(this.o60_1.y5w(), withOverrides));
|
|
1601
1601
|
}
|
|
1602
1602
|
var description = this_0.toString();
|
|
1603
1603
|
throw new NotFoundException(key, description);
|
|
@@ -1611,13 +1611,13 @@
|
|
|
1611
1611
|
var element_1 = tmp0_iterator_1.l();
|
|
1612
1612
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1613
1613
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1614
|
-
var pair_0 = to(element_1.fk_1, ensureNotNull(this.
|
|
1614
|
+
var pair_0 = to(element_1.fk_1, ensureNotNull(this.o60_1.d5x(element_1.fk_1)).gk_1);
|
|
1615
1615
|
destination_0.k2(pair_0.oe_1, pair_0.pe_1);
|
|
1616
1616
|
}
|
|
1617
1617
|
var potentials = destination_0;
|
|
1618
1618
|
// Inline function 'kotlin.collections.filter' call
|
|
1619
1619
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1620
|
-
var this_1 = this.
|
|
1620
|
+
var this_1 = this.o60_1.y5w();
|
|
1621
1621
|
var destination_1 = LinkedHashMap_init_$Create$();
|
|
1622
1622
|
// Inline function 'kotlin.collections.iterator' call
|
|
1623
1623
|
var tmp0_iterator_2 = this_1.s().j();
|
|
@@ -1635,22 +1635,22 @@
|
|
|
1635
1635
|
};
|
|
1636
1636
|
function bindFullDescription$factory_0($b0) {
|
|
1637
1637
|
return getPropertyCallableRef('bindFullDescription', 0, KProperty0, function () {
|
|
1638
|
-
return $b0.
|
|
1638
|
+
return $b0.j5v();
|
|
1639
1639
|
}, null);
|
|
1640
1640
|
}
|
|
1641
1641
|
function bindDescription$factory_0($b0) {
|
|
1642
1642
|
return getPropertyCallableRef('bindDescription', 0, KProperty0, function () {
|
|
1643
|
-
return $b0.
|
|
1643
|
+
return $b0.h5v();
|
|
1644
1644
|
}, null);
|
|
1645
1645
|
}
|
|
1646
1646
|
function fullDescription$factory_0($b0) {
|
|
1647
1647
|
return getPropertyCallableRef('fullDescription', 0, KProperty0, function () {
|
|
1648
|
-
return $b0.
|
|
1648
|
+
return $b0.k5v();
|
|
1649
1649
|
}, null);
|
|
1650
1650
|
}
|
|
1651
1651
|
function description$factory_0($b0) {
|
|
1652
1652
|
return getPropertyCallableRef('description', 0, KProperty0, function () {
|
|
1653
|
-
return $b0.
|
|
1653
|
+
return $b0.i5v();
|
|
1654
1654
|
}, null);
|
|
1655
1655
|
}
|
|
1656
1656
|
function newBuilder($this, allowSilentOverride, init) {
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
return this_0;
|
|
1662
1662
|
}
|
|
1663
1663
|
function DIImpl_init_$Init$(builder, runCallbacks, $this) {
|
|
1664
|
-
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.
|
|
1664
|
+
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.t5v(), builder.z5w(), builder.g5z(), builder.h5z(), runCallbacks));
|
|
1665
1665
|
return $this;
|
|
1666
1666
|
}
|
|
1667
1667
|
function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
|
|
@@ -1681,79 +1681,79 @@
|
|
|
1681
1681
|
function DIImpl$container$delegate$lambda(this$0) {
|
|
1682
1682
|
return function () {
|
|
1683
1683
|
var tmp;
|
|
1684
|
-
if (!(this$0.
|
|
1684
|
+
if (!(this$0.v60_1.s60_1 == null)) {
|
|
1685
1685
|
throw IllegalStateException_init_$Create$('DI has not been initialized');
|
|
1686
1686
|
}
|
|
1687
|
-
return this$0.
|
|
1687
|
+
return this$0.v60_1;
|
|
1688
1688
|
};
|
|
1689
1689
|
}
|
|
1690
1690
|
function DIImpl(_container) {
|
|
1691
|
-
this.
|
|
1691
|
+
this.v60_1 = _container;
|
|
1692
1692
|
var tmp = this;
|
|
1693
|
-
tmp.
|
|
1693
|
+
tmp.w60_1 = lazy(DIImpl$container$delegate$lambda(this));
|
|
1694
1694
|
}
|
|
1695
|
-
protoOf(DIImpl).
|
|
1695
|
+
protoOf(DIImpl).f5w = function () {
|
|
1696
1696
|
// Inline function 'kotlin.getValue' call
|
|
1697
|
-
var this_0 = this.
|
|
1697
|
+
var this_0 = this.w60_1;
|
|
1698
1698
|
container$factory();
|
|
1699
1699
|
return this_0.u();
|
|
1700
1700
|
};
|
|
1701
1701
|
function BindingDIImpl(directDI, key, overrideLevel) {
|
|
1702
|
-
this.
|
|
1703
|
-
this.
|
|
1704
|
-
this.
|
|
1702
|
+
this.x60_1 = directDI;
|
|
1703
|
+
this.y60_1 = key;
|
|
1704
|
+
this.z60_1 = overrideLevel;
|
|
1705
1705
|
}
|
|
1706
|
-
protoOf(BindingDIImpl).
|
|
1707
|
-
return this.
|
|
1706
|
+
protoOf(BindingDIImpl).h5x = function () {
|
|
1707
|
+
return this.x60_1;
|
|
1708
1708
|
};
|
|
1709
|
-
protoOf(BindingDIImpl).
|
|
1710
|
-
return this.
|
|
1709
|
+
protoOf(BindingDIImpl).f5x = function (context) {
|
|
1710
|
+
return this.x60_1.f5x(context);
|
|
1711
1711
|
};
|
|
1712
|
-
protoOf(BindingDIImpl).
|
|
1713
|
-
return this.
|
|
1712
|
+
protoOf(BindingDIImpl).g5x = function (type, tag) {
|
|
1713
|
+
return this.x60_1.g5x(type, tag);
|
|
1714
1714
|
};
|
|
1715
|
-
protoOf(BindingDIImpl).
|
|
1716
|
-
return this.
|
|
1715
|
+
protoOf(BindingDIImpl).e5x = function () {
|
|
1716
|
+
return this.x60_1.e5x();
|
|
1717
1717
|
};
|
|
1718
|
-
protoOf(BindingDIImpl).
|
|
1719
|
-
return this.
|
|
1718
|
+
protoOf(BindingDIImpl).e5w = function () {
|
|
1719
|
+
return this.x60_1.e5w();
|
|
1720
1720
|
};
|
|
1721
1721
|
protoOf(BindingDIImpl).l9 = function () {
|
|
1722
|
-
var tmp = this.
|
|
1722
|
+
var tmp = this.h5x().e5w().g5w().u();
|
|
1723
1723
|
return !(tmp == null) ? tmp : THROW_CCE();
|
|
1724
1724
|
};
|
|
1725
|
-
protoOf(BindingDIImpl).
|
|
1726
|
-
return new BindingDIImpl(this.
|
|
1725
|
+
protoOf(BindingDIImpl).v5y = function () {
|
|
1726
|
+
return new BindingDIImpl(this.h5x().f5x(ErasedContext_instance), this.y60_1, this.z60_1);
|
|
1727
1727
|
};
|
|
1728
1728
|
function container$factory() {
|
|
1729
1729
|
return getPropertyCallableRef('container', 1, KProperty1, function (receiver) {
|
|
1730
|
-
return receiver.
|
|
1730
|
+
return receiver.f5w();
|
|
1731
1731
|
}, null);
|
|
1732
1732
|
}
|
|
1733
1733
|
function findBySpecs($this, specs) {
|
|
1734
|
-
var bindSeq = asSequence($this.
|
|
1735
|
-
var specsBindType = specs.
|
|
1736
|
-
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().
|
|
1734
|
+
var bindSeq = asSequence($this.d61_1);
|
|
1735
|
+
var specsBindType = specs.k5x_1;
|
|
1736
|
+
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().g5u_1)) {
|
|
1737
1737
|
var tmp = bindSeq;
|
|
1738
1738
|
bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
|
|
1739
1739
|
}
|
|
1740
1740
|
var tmp_0 = bindSeq;
|
|
1741
1741
|
var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
|
|
1742
|
-
var specsContextType = specs.
|
|
1742
|
+
var specsContextType = specs.i5x_1;
|
|
1743
1743
|
if (!(specsContextType == null)) {
|
|
1744
1744
|
var tmp_1 = contextSeq;
|
|
1745
1745
|
contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
|
|
1746
1746
|
}
|
|
1747
1747
|
var tmp_2 = contextSeq;
|
|
1748
1748
|
var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
|
|
1749
|
-
var specsArgType = specs.
|
|
1749
|
+
var specsArgType = specs.j5x_1;
|
|
1750
1750
|
if (!(specsArgType == null)) {
|
|
1751
1751
|
var tmp_3 = argSeq;
|
|
1752
1752
|
argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
|
|
1753
1753
|
}
|
|
1754
1754
|
var tmp_4 = argSeq;
|
|
1755
1755
|
var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
|
|
1756
|
-
var specsTag = specs.
|
|
1756
|
+
var specsTag = specs.l5x_1;
|
|
1757
1757
|
if (!equals(specsTag, NoDefinedTag_instance)) {
|
|
1758
1758
|
var tmp_5 = tagSeq;
|
|
1759
1759
|
tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
|
|
@@ -1763,16 +1763,16 @@
|
|
|
1763
1763
|
return toList(resultSeq);
|
|
1764
1764
|
}
|
|
1765
1765
|
function notInMap($this, result, request) {
|
|
1766
|
-
var tmp = result.
|
|
1767
|
-
var tmp_0 = request.
|
|
1768
|
-
var tmp_1 = $this.
|
|
1766
|
+
var tmp = result.q5v();
|
|
1767
|
+
var tmp_0 = request.q5v();
|
|
1768
|
+
var tmp_1 = $this.c61_1.i2();
|
|
1769
1769
|
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));
|
|
1770
1770
|
}
|
|
1771
1771
|
function DITreeImpl$findBySpecs$lambda($specsBindType) {
|
|
1772
1772
|
return function (_destruct__k2r9zo) {
|
|
1773
1773
|
// Inline function 'kotlin.collections.component1' call
|
|
1774
1774
|
var bindType = _destruct__k2r9zo.t();
|
|
1775
|
-
return bindType.
|
|
1775
|
+
return bindType.g61($specsBindType);
|
|
1776
1776
|
};
|
|
1777
1777
|
}
|
|
1778
1778
|
function DITreeImpl$findBySpecs$lambda_0(_destruct__k2r9zo) {
|
|
@@ -1788,17 +1788,17 @@
|
|
|
1788
1788
|
return function (triple) {
|
|
1789
1789
|
var contextType = triple.qe();
|
|
1790
1790
|
var tmp;
|
|
1791
|
-
if (contextType.
|
|
1791
|
+
if (contextType.g61($specsContextType)) {
|
|
1792
1792
|
tmp = triple;
|
|
1793
1793
|
} else {
|
|
1794
1794
|
var tmp$ret$1;
|
|
1795
1795
|
$l$block: {
|
|
1796
1796
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
1797
|
-
var tmp0_iterator = this$0.
|
|
1797
|
+
var tmp0_iterator = this$0.f61_1.j();
|
|
1798
1798
|
while (tmp0_iterator.k()) {
|
|
1799
1799
|
var element = tmp0_iterator.l();
|
|
1800
1800
|
// Inline function 'org.kodein.di.internal.DITreeImpl.findBySpecs.<anonymous>.<anonymous>' call
|
|
1801
|
-
if (element.
|
|
1801
|
+
if (element.x5v().p5u($specsContextType) && contextType.g61(element.y5x())) {
|
|
1802
1802
|
tmp$ret$1 = element;
|
|
1803
1803
|
break $l$block;
|
|
1804
1804
|
}
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
|
|
1826
1826
|
return function (_destruct__k2r9zo) {
|
|
1827
1827
|
var argType = _destruct__k2r9zo.qe();
|
|
1828
|
-
return argType.
|
|
1828
|
+
return argType.g61($specsArgType);
|
|
1829
1829
|
};
|
|
1830
1830
|
}
|
|
1831
1831
|
function DITreeImpl$findBySpecs$lambda_4(_destruct__k2r9zo) {
|
|
@@ -1851,14 +1851,14 @@
|
|
|
1851
1851
|
return to(key, translator);
|
|
1852
1852
|
}
|
|
1853
1853
|
function DITreeImpl$notInMap$lambda(it) {
|
|
1854
|
-
return it.
|
|
1854
|
+
return it.q5v();
|
|
1855
1855
|
}
|
|
1856
1856
|
function DITreeImpl(map, externalSources, registeredTranslators) {
|
|
1857
|
-
this.
|
|
1858
|
-
this.
|
|
1859
|
-
this.
|
|
1860
|
-
this.
|
|
1861
|
-
this.
|
|
1857
|
+
this.a61_1 = externalSources;
|
|
1858
|
+
this.b61_1 = registeredTranslators;
|
|
1859
|
+
this.c61_1 = newConcurrentMap();
|
|
1860
|
+
this.d61_1 = HashMap_init_$Create$();
|
|
1861
|
+
this.f61_1 = ArrayList_init_$Create$_1(this.b61_1);
|
|
1862
1862
|
// Inline function 'kotlin.collections.forEach' call
|
|
1863
1863
|
// Inline function 'kotlin.collections.iterator' call
|
|
1864
1864
|
var tmp0_iterator = map.s().j();
|
|
@@ -1880,19 +1880,19 @@
|
|
|
1880
1880
|
if (item instanceof DIDefinition) {
|
|
1881
1881
|
tmp = item;
|
|
1882
1882
|
} else {
|
|
1883
|
-
tmp = new DIDefinition(item.
|
|
1883
|
+
tmp = new DIDefinition(item.a5v_1, item.b5v_1, this);
|
|
1884
1884
|
}
|
|
1885
1885
|
var tmp$ret$3 = tmp;
|
|
1886
1886
|
destination.e(tmp$ret$3);
|
|
1887
1887
|
}
|
|
1888
1888
|
var definitions = destination;
|
|
1889
1889
|
// Inline function 'kotlin.collections.set' call
|
|
1890
|
-
var this_0 = this.
|
|
1890
|
+
var this_0 = this.c61_1;
|
|
1891
1891
|
var value = new Triple(key, definitions, null);
|
|
1892
1892
|
this_0.k2(key, value);
|
|
1893
|
-
var typeChecker = first(bindings).
|
|
1893
|
+
var typeChecker = first(bindings).a5v_1.t5x() ? new Down(key.e5v_1) : new Up(key.e5v_1);
|
|
1894
1894
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1895
|
-
var this_1 = this.
|
|
1895
|
+
var this_1 = this.d61_1;
|
|
1896
1896
|
var value_0 = this_1.h2(typeChecker);
|
|
1897
1897
|
var tmp_0;
|
|
1898
1898
|
if (value_0 == null) {
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
}
|
|
1906
1906
|
var contextTree = tmp_0;
|
|
1907
1907
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1908
|
-
var key_0 = new Down(key.
|
|
1908
|
+
var key_0 = new Down(key.c5v_1);
|
|
1909
1909
|
var value_1 = contextTree.h2(key_0);
|
|
1910
1910
|
var tmp_1;
|
|
1911
1911
|
if (value_1 == null) {
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
}
|
|
1919
1919
|
var argumentTree = tmp_1;
|
|
1920
1920
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1921
|
-
var key_1 = new Down(key.
|
|
1921
|
+
var key_1 = new Down(key.d5v_1);
|
|
1922
1922
|
var value_2 = argumentTree.h2(key_1);
|
|
1923
1923
|
var tmp_2;
|
|
1924
1924
|
if (value_2 == null) {
|
|
@@ -1931,12 +1931,12 @@
|
|
|
1931
1931
|
}
|
|
1932
1932
|
var tagTree = tmp_2;
|
|
1933
1933
|
// Inline function 'kotlin.collections.set' call
|
|
1934
|
-
var key_2 = key.
|
|
1934
|
+
var key_2 = key.f5v_1;
|
|
1935
1935
|
tagTree.k2(key_2, key);
|
|
1936
1936
|
}
|
|
1937
1937
|
var tmp_3 = this;
|
|
1938
1938
|
// Inline function 'kotlin.collections.mapValues' call
|
|
1939
|
-
var this_2 = this.
|
|
1939
|
+
var this_2 = this.c61_1;
|
|
1940
1940
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
1941
1941
|
var destination_0 = LinkedHashMap_init_$Create$_0(mapCapacity(this_2.m()));
|
|
1942
1942
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -1949,20 +1949,20 @@
|
|
|
1949
1949
|
var tmp$ret$13 = element_0.u().gk_1;
|
|
1950
1950
|
destination_0.k2(tmp_4, tmp$ret$13);
|
|
1951
1951
|
}
|
|
1952
|
-
tmp_3.
|
|
1952
|
+
tmp_3.e61_1 = HashMap_init_$Create$_0(destination_0);
|
|
1953
1953
|
$l$loop: while (true) {
|
|
1954
1954
|
var added = ArrayList_init_$Create$();
|
|
1955
|
-
var _iterator__ex2g4s = this.
|
|
1955
|
+
var _iterator__ex2g4s = this.f61_1.j();
|
|
1956
1956
|
while (_iterator__ex2g4s.k()) {
|
|
1957
1957
|
var src = _iterator__ex2g4s.l();
|
|
1958
|
-
var _iterator__ex2g4s_0 = this.
|
|
1958
|
+
var _iterator__ex2g4s_0 = this.f61_1.j();
|
|
1959
1959
|
while (_iterator__ex2g4s_0.k()) {
|
|
1960
1960
|
var dst = _iterator__ex2g4s_0.l();
|
|
1961
|
-
if (dst.
|
|
1961
|
+
if (dst.x5v().p5u(src.y5x()) && !equals(src.x5v(), dst.y5x())) {
|
|
1962
1962
|
var tmp$ret$17;
|
|
1963
1963
|
$l$block_0: {
|
|
1964
1964
|
// Inline function 'kotlin.collections.none' call
|
|
1965
|
-
var this_3 = this.
|
|
1965
|
+
var this_3 = this.f61_1;
|
|
1966
1966
|
var tmp_5;
|
|
1967
1967
|
if (isInterface(this_3, Collection)) {
|
|
1968
1968
|
tmp_5 = this_3.p();
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
while (tmp0_iterator_2.k()) {
|
|
1978
1978
|
var element_1 = tmp0_iterator_2.l();
|
|
1979
1979
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
|
|
1980
|
-
if (equals(element_1.
|
|
1980
|
+
if (equals(element_1.x5v(), src.x5v()) && equals(element_1.y5x(), dst.y5x())) {
|
|
1981
1981
|
tmp$ret$17 = false;
|
|
1982
1982
|
break $l$block_0;
|
|
1983
1983
|
}
|
|
@@ -1994,21 +1994,21 @@
|
|
|
1994
1994
|
}
|
|
1995
1995
|
}
|
|
1996
1996
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1997
|
-
var this_4 = this.
|
|
1997
|
+
var this_4 = this.f61_1;
|
|
1998
1998
|
addAll(this_4, added);
|
|
1999
1999
|
if (added.p())
|
|
2000
2000
|
break $l$loop;
|
|
2001
2001
|
}
|
|
2002
2002
|
}
|
|
2003
|
-
protoOf(DITreeImpl).
|
|
2004
|
-
return this.
|
|
2003
|
+
protoOf(DITreeImpl).z5w = function () {
|
|
2004
|
+
return this.a61_1;
|
|
2005
2005
|
};
|
|
2006
|
-
protoOf(DITreeImpl).
|
|
2007
|
-
return this.
|
|
2006
|
+
protoOf(DITreeImpl).y5w = function () {
|
|
2007
|
+
return this.e61_1;
|
|
2008
2008
|
};
|
|
2009
|
-
protoOf(DITreeImpl).
|
|
2009
|
+
protoOf(DITreeImpl).a5x = function (key, overrideLevel, all) {
|
|
2010
2010
|
if (!all) {
|
|
2011
|
-
var tmp52_safe_receiver = this.
|
|
2011
|
+
var tmp52_safe_receiver = this.c61_1.h2(key);
|
|
2012
2012
|
if (tmp52_safe_receiver == null)
|
|
2013
2013
|
null;
|
|
2014
2014
|
else {
|
|
@@ -2029,9 +2029,9 @@
|
|
|
2029
2029
|
var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
|
|
2030
2030
|
return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
|
|
2031
2031
|
}
|
|
2032
|
-
if (!equals(key.
|
|
2033
|
-
var anyContextKey = key.
|
|
2034
|
-
var tmp53_safe_receiver = this.
|
|
2032
|
+
if (!equals(key.c5v_1, Companion_getInstance().g5u_1)) {
|
|
2033
|
+
var anyContextKey = key.s5v(Companion_getInstance().g5u_1);
|
|
2034
|
+
var tmp53_safe_receiver = this.c61_1.h2(anyContextKey);
|
|
2035
2035
|
if (tmp53_safe_receiver == null)
|
|
2036
2036
|
null;
|
|
2037
2037
|
else {
|
|
@@ -2042,11 +2042,11 @@
|
|
|
2042
2042
|
var realKey_0 = tmp53_safe_receiver.qe();
|
|
2043
2043
|
var list_0 = tmp53_safe_receiver.re();
|
|
2044
2044
|
var translator_0 = tmp53_safe_receiver.ik();
|
|
2045
|
-
if (!(translator_0 == null) && !equals(translator_0.
|
|
2045
|
+
if (!(translator_0 == null) && !equals(translator_0.x5v(), key.c5v_1)) {
|
|
2046
2046
|
break $l$block;
|
|
2047
2047
|
}
|
|
2048
2048
|
// Inline function 'kotlin.collections.set' call
|
|
2049
|
-
this.
|
|
2049
|
+
this.c61_1.k2(key, tmp53_safe_receiver);
|
|
2050
2050
|
var tmp0_elvis_lhs_0 = getOrNull(list_0, overrideLevel);
|
|
2051
2051
|
var tmp_2;
|
|
2052
2052
|
if (tmp0_elvis_lhs_0 == null) {
|
|
@@ -2063,26 +2063,26 @@
|
|
|
2063
2063
|
}
|
|
2064
2064
|
// Inline function 'kotlin.collections.filter' call
|
|
2065
2065
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2066
|
-
var this_0 = this.
|
|
2066
|
+
var this_0 = this.f61_1;
|
|
2067
2067
|
var destination = ArrayList_init_$Create$();
|
|
2068
2068
|
var tmp0_iterator = this_0.j();
|
|
2069
2069
|
while (tmp0_iterator.k()) {
|
|
2070
2070
|
var element = tmp0_iterator.l();
|
|
2071
2071
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2072
|
-
if (equals(element.
|
|
2072
|
+
if (equals(element.x5v(), key.c5v_1)) {
|
|
2073
2073
|
destination.e(element);
|
|
2074
2074
|
}
|
|
2075
2075
|
}
|
|
2076
2076
|
var tmp_5 = destination;
|
|
2077
2077
|
// Inline function 'kotlin.collections.filter' call
|
|
2078
2078
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2079
|
-
var this_1 = this.
|
|
2079
|
+
var this_1 = this.f61_1;
|
|
2080
2080
|
var destination_0 = ArrayList_init_$Create$();
|
|
2081
2081
|
var tmp0_iterator_0 = this_1.j();
|
|
2082
2082
|
while (tmp0_iterator_0.k()) {
|
|
2083
2083
|
var element_0 = tmp0_iterator_0.l();
|
|
2084
2084
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2085
|
-
if (equals(element_0.
|
|
2085
|
+
if (equals(element_0.x5v(), Companion_getInstance().g5u_1)) {
|
|
2086
2086
|
destination_0.e(element_0);
|
|
2087
2087
|
}
|
|
2088
2088
|
}
|
|
@@ -2090,8 +2090,8 @@
|
|
|
2090
2090
|
var _iterator__ex2g4s = applicableTranslators.j();
|
|
2091
2091
|
while (_iterator__ex2g4s.k()) {
|
|
2092
2092
|
var translator_1 = _iterator__ex2g4s.l();
|
|
2093
|
-
var translatedKey = new Key(translator_1.
|
|
2094
|
-
var tmp54_safe_receiver = this.
|
|
2093
|
+
var translatedKey = new Key(translator_1.y5x(), key.d5v_1, key.e5v_1, key.f5v_1);
|
|
2094
|
+
var tmp54_safe_receiver = this.c61_1.h2(translatedKey);
|
|
2095
2095
|
var tmp_6;
|
|
2096
2096
|
if (tmp54_safe_receiver == null) {
|
|
2097
2097
|
tmp_6 = null;
|
|
@@ -2119,7 +2119,7 @@
|
|
|
2119
2119
|
break $l$block_0;
|
|
2120
2120
|
}
|
|
2121
2121
|
// Inline function 'kotlin.collections.set' call
|
|
2122
|
-
var this_2 = this.
|
|
2122
|
+
var this_2 = this.c61_1;
|
|
2123
2123
|
var value = tmp55_safe_receiver.kk(VOID, VOID, translator_1);
|
|
2124
2124
|
this_2.k2(key, value);
|
|
2125
2125
|
var realKey_1 = tmp55_safe_receiver.qe();
|
|
@@ -2139,14 +2139,14 @@
|
|
|
2139
2139
|
}
|
|
2140
2140
|
}
|
|
2141
2141
|
}
|
|
2142
|
-
var result = findBySpecs(this, new SearchSpecs(key.
|
|
2142
|
+
var result = findBySpecs(this, new SearchSpecs(key.c5v_1, key.d5v_1, key.e5v_1, key.f5v_1));
|
|
2143
2143
|
if (result.m() === 1) {
|
|
2144
2144
|
var _destruct__k2r9zo = first(result);
|
|
2145
2145
|
var realKey_2 = _destruct__k2r9zo.qe();
|
|
2146
2146
|
var translator_2 = _destruct__k2r9zo.re();
|
|
2147
2147
|
// Inline function 'kotlin.collections.set' call
|
|
2148
|
-
var this_3 = this.
|
|
2149
|
-
var tmp56_safe_receiver = this.
|
|
2148
|
+
var this_3 = this.c61_1;
|
|
2149
|
+
var tmp56_safe_receiver = this.c61_1.h2(realKey_2);
|
|
2150
2150
|
var tmp0_elvis_lhs_2 = tmp56_safe_receiver == null ? null : tmp56_safe_receiver.kk(VOID, VOID, translator_2);
|
|
2151
2151
|
var tmp_11;
|
|
2152
2152
|
if (tmp0_elvis_lhs_2 == null) {
|
|
@@ -2170,7 +2170,7 @@
|
|
|
2170
2170
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2171
2171
|
var realKey_3 = element_1.qe();
|
|
2172
2172
|
var translator_3 = element_1.re();
|
|
2173
|
-
var tmp0_elvis_lhs_3 = this.
|
|
2173
|
+
var tmp0_elvis_lhs_3 = this.c61_1.h2(realKey_3);
|
|
2174
2174
|
var tmp_12;
|
|
2175
2175
|
if (tmp0_elvis_lhs_3 == null) {
|
|
2176
2176
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
}
|
|
2203
2203
|
return destination_1;
|
|
2204
2204
|
};
|
|
2205
|
-
protoOf(DITreeImpl).
|
|
2205
|
+
protoOf(DITreeImpl).c5x = function (search) {
|
|
2206
2206
|
var result = findBySpecs(this, search);
|
|
2207
2207
|
// Inline function 'kotlin.collections.map' call
|
|
2208
2208
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -2213,28 +2213,28 @@
|
|
|
2213
2213
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2214
2214
|
var key = item.qe();
|
|
2215
2215
|
var translator = item.re();
|
|
2216
|
-
var tmp$ret$0 = new Triple(key, ensureNotNull(this.
|
|
2216
|
+
var tmp$ret$0 = new Triple(key, ensureNotNull(this.c61_1.h2(key)).gk_1, translator);
|
|
2217
2217
|
destination.e(tmp$ret$0);
|
|
2218
2218
|
}
|
|
2219
2219
|
return destination;
|
|
2220
2220
|
};
|
|
2221
|
-
protoOf(DITreeImpl).
|
|
2222
|
-
var tmp = this.
|
|
2221
|
+
protoOf(DITreeImpl).d5x = function (key) {
|
|
2222
|
+
var tmp = this.c61_1.h2(key);
|
|
2223
2223
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2224
2224
|
};
|
|
2225
2225
|
function Down(type) {
|
|
2226
2226
|
TypeChecker.call(this);
|
|
2227
|
-
this.
|
|
2228
|
-
this.
|
|
2227
|
+
this.h61_1 = type;
|
|
2228
|
+
this.i61_1 = equals(this.h61_1, Companion_getInstance().g5u_1);
|
|
2229
2229
|
}
|
|
2230
|
-
protoOf(Down).
|
|
2231
|
-
return this.
|
|
2230
|
+
protoOf(Down).g61 = function (other) {
|
|
2231
|
+
return this.i61_1 || this.h61_1.p5u(other);
|
|
2232
2232
|
};
|
|
2233
2233
|
protoOf(Down).toString = function () {
|
|
2234
|
-
return 'Down(type=' + toString_0(this.
|
|
2234
|
+
return 'Down(type=' + toString_0(this.h61_1) + ')';
|
|
2235
2235
|
};
|
|
2236
2236
|
protoOf(Down).hashCode = function () {
|
|
2237
|
-
return hashCode(this.
|
|
2237
|
+
return hashCode(this.h61_1);
|
|
2238
2238
|
};
|
|
2239
2239
|
protoOf(Down).equals = function (other) {
|
|
2240
2240
|
if (this === other)
|
|
@@ -2242,22 +2242,22 @@
|
|
|
2242
2242
|
if (!(other instanceof Down))
|
|
2243
2243
|
return false;
|
|
2244
2244
|
var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
|
|
2245
|
-
if (!equals(this.
|
|
2245
|
+
if (!equals(this.h61_1, tmp0_other_with_cast.h61_1))
|
|
2246
2246
|
return false;
|
|
2247
2247
|
return true;
|
|
2248
2248
|
};
|
|
2249
2249
|
function Up(type) {
|
|
2250
2250
|
TypeChecker.call(this);
|
|
2251
|
-
this.
|
|
2251
|
+
this.j61_1 = type;
|
|
2252
2252
|
}
|
|
2253
|
-
protoOf(Up).
|
|
2254
|
-
return equals(other, Companion_getInstance().
|
|
2253
|
+
protoOf(Up).g61 = function (other) {
|
|
2254
|
+
return equals(other, Companion_getInstance().g5u_1) || other.p5u(this.j61_1);
|
|
2255
2255
|
};
|
|
2256
2256
|
protoOf(Up).toString = function () {
|
|
2257
|
-
return 'Up(type=' + toString_0(this.
|
|
2257
|
+
return 'Up(type=' + toString_0(this.j61_1) + ')';
|
|
2258
2258
|
};
|
|
2259
2259
|
protoOf(Up).hashCode = function () {
|
|
2260
|
-
return hashCode(this.
|
|
2260
|
+
return hashCode(this.j61_1);
|
|
2261
2261
|
};
|
|
2262
2262
|
protoOf(Up).equals = function (other) {
|
|
2263
2263
|
if (this === other)
|
|
@@ -2265,62 +2265,62 @@
|
|
|
2265
2265
|
if (!(other instanceof Up))
|
|
2266
2266
|
return false;
|
|
2267
2267
|
var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
|
|
2268
|
-
if (!equals(this.
|
|
2268
|
+
if (!equals(this.j61_1, tmp0_other_with_cast.j61_1))
|
|
2269
2269
|
return false;
|
|
2270
2270
|
return true;
|
|
2271
2271
|
};
|
|
2272
2272
|
function TypeChecker() {
|
|
2273
2273
|
}
|
|
2274
2274
|
function DirectDIBaseImpl(container, context) {
|
|
2275
|
-
this.
|
|
2276
|
-
this.
|
|
2275
|
+
this.k61_1 = container;
|
|
2276
|
+
this.l61_1 = context;
|
|
2277
2277
|
}
|
|
2278
|
-
protoOf(DirectDIBaseImpl).
|
|
2279
|
-
return this.
|
|
2278
|
+
protoOf(DirectDIBaseImpl).f5w = function () {
|
|
2279
|
+
return this.k61_1;
|
|
2280
2280
|
};
|
|
2281
|
-
protoOf(DirectDIBaseImpl).
|
|
2281
|
+
protoOf(DirectDIBaseImpl).h5x = function () {
|
|
2282
2282
|
return this;
|
|
2283
2283
|
};
|
|
2284
|
-
protoOf(DirectDIBaseImpl).
|
|
2285
|
-
var tmp = this.
|
|
2286
|
-
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.
|
|
2284
|
+
protoOf(DirectDIBaseImpl).e5x = function () {
|
|
2285
|
+
var tmp = this.f5w();
|
|
2286
|
+
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.l61_1);
|
|
2287
2287
|
};
|
|
2288
|
-
protoOf(DirectDIBaseImpl).
|
|
2289
|
-
return createDirectDI(this.
|
|
2288
|
+
protoOf(DirectDIBaseImpl).f5x = function (context) {
|
|
2289
|
+
return createDirectDI(this.f5w(), context);
|
|
2290
2290
|
};
|
|
2291
|
-
protoOf(DirectDIBaseImpl).
|
|
2292
|
-
var tmp = this.
|
|
2291
|
+
protoOf(DirectDIBaseImpl).g5x = function (type, tag) {
|
|
2292
|
+
var tmp = this.f5w();
|
|
2293
2293
|
// Inline function 'org.kodein.di.internal.anyType' call
|
|
2294
|
-
var tmp_0 = this.
|
|
2294
|
+
var tmp_0 = this.l61_1.k5w();
|
|
2295
2295
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
2296
|
-
return tmp.
|
|
2296
|
+
return tmp.q5w(new Key(tmp$ret$0, Companion_getInstance().f5u_1, type, tag), this.l61_1.u())();
|
|
2297
2297
|
};
|
|
2298
2298
|
function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
|
|
2299
2299
|
return function () {
|
|
2300
2300
|
var tmp;
|
|
2301
|
-
if (!($receiver == null) && this$0.
|
|
2301
|
+
if (!($receiver == null) && this$0.n61_1 === get_AnyDIContext()) {
|
|
2302
2302
|
var tmp_0 = Companion_instance_0;
|
|
2303
2303
|
var tmp_1 = erasedOf($receiver);
|
|
2304
|
-
tmp = tmp_0.
|
|
2304
|
+
tmp = tmp_0.l5w(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
|
|
2305
2305
|
} else {
|
|
2306
|
-
tmp = this$0.
|
|
2306
|
+
tmp = this$0.n61_1;
|
|
2307
2307
|
}
|
|
2308
2308
|
var context = tmp;
|
|
2309
|
-
return this$0.
|
|
2309
|
+
return this$0.o61_1(context, $prop.callableName);
|
|
2310
2310
|
};
|
|
2311
2311
|
}
|
|
2312
2312
|
function DIProperty(trigger, originalContext, get) {
|
|
2313
|
-
this.
|
|
2314
|
-
this.
|
|
2315
|
-
this.
|
|
2313
|
+
this.m61_1 = trigger;
|
|
2314
|
+
this.n61_1 = originalContext;
|
|
2315
|
+
this.o61_1 = get;
|
|
2316
2316
|
}
|
|
2317
|
-
protoOf(DIProperty).
|
|
2317
|
+
protoOf(DIProperty).p61 = function (receiver, prop) {
|
|
2318
2318
|
// Inline function 'kotlin.also' call
|
|
2319
2319
|
var this_0 = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
|
|
2320
2320
|
// Inline function 'kotlin.contracts.contract' call
|
|
2321
2321
|
// Inline function 'org.kodein.di.DIProperty.provideDelegate.<anonymous>' call
|
|
2322
|
-
var tmp62_safe_receiver = this.
|
|
2323
|
-
var tmp63_safe_receiver = tmp62_safe_receiver == null ? null : tmp62_safe_receiver.
|
|
2322
|
+
var tmp62_safe_receiver = this.m61_1;
|
|
2323
|
+
var tmp63_safe_receiver = tmp62_safe_receiver == null ? null : tmp62_safe_receiver.q61_1;
|
|
2324
2324
|
if (tmp63_safe_receiver == null)
|
|
2325
2325
|
null;
|
|
2326
2326
|
else
|
|
@@ -2340,28 +2340,28 @@
|
|
|
2340
2340
|
return ArrayList_init_$Create$();
|
|
2341
2341
|
}
|
|
2342
2342
|
//region block: post-declaration
|
|
2343
|
-
protoOf(Provider).
|
|
2344
|
-
protoOf(Provider).
|
|
2345
|
-
protoOf(Provider).
|
|
2346
|
-
protoOf(Provider).
|
|
2347
|
-
protoOf(Provider).
|
|
2348
|
-
protoOf(Provider).
|
|
2349
|
-
protoOf(Singleton).
|
|
2350
|
-
protoOf(Singleton).
|
|
2351
|
-
protoOf(Singleton).
|
|
2352
|
-
protoOf(Singleton).
|
|
2353
|
-
protoOf(DIBuilderImpl).
|
|
2354
|
-
protoOf(DIContainerImpl).
|
|
2355
|
-
protoOf(DIContainerImpl).
|
|
2356
|
-
protoOf(DIContainerImpl).
|
|
2357
|
-
protoOf(DIContainerImpl).
|
|
2358
|
-
protoOf(DIContainerImpl).
|
|
2359
|
-
protoOf(DIContainerImpl).
|
|
2360
|
-
protoOf(DIImpl).
|
|
2361
|
-
protoOf(DIImpl).
|
|
2362
|
-
protoOf(DIImpl).
|
|
2363
|
-
protoOf(DITreeImpl).
|
|
2364
|
-
protoOf(DirectDIBaseImpl).
|
|
2343
|
+
protoOf(Provider).r5x = get_argType;
|
|
2344
|
+
protoOf(Provider).q5x = factoryFullName;
|
|
2345
|
+
protoOf(Provider).z5v = get_scope;
|
|
2346
|
+
protoOf(Provider).i5v = get_description;
|
|
2347
|
+
protoOf(Provider).k5v = get_fullDescription;
|
|
2348
|
+
protoOf(Provider).t5x = get_supportSubTypes;
|
|
2349
|
+
protoOf(Singleton).r5x = get_argType;
|
|
2350
|
+
protoOf(Singleton).i5v = get_description;
|
|
2351
|
+
protoOf(Singleton).k5v = get_fullDescription;
|
|
2352
|
+
protoOf(Singleton).t5x = get_supportSubTypes;
|
|
2353
|
+
protoOf(DIBuilderImpl).w5v = import$default;
|
|
2354
|
+
protoOf(DIContainerImpl).v5w = factoryOrNull$default;
|
|
2355
|
+
protoOf(DIContainerImpl).t5w = factory$default;
|
|
2356
|
+
protoOf(DIContainerImpl).w5w = provider;
|
|
2357
|
+
protoOf(DIContainerImpl).q5w = provider$default;
|
|
2358
|
+
protoOf(DIContainerImpl).x5w = providerOrNull;
|
|
2359
|
+
protoOf(DIContainerImpl).r5w = providerOrNull$default;
|
|
2360
|
+
protoOf(DIImpl).e5w = get_di;
|
|
2361
|
+
protoOf(DIImpl).g5w = get_diContext;
|
|
2362
|
+
protoOf(DIImpl).h5w = get_diTrigger;
|
|
2363
|
+
protoOf(DITreeImpl).b5x = find$default;
|
|
2364
|
+
protoOf(DirectDIBaseImpl).e5w = get_di_0;
|
|
2365
2365
|
//endregion
|
|
2366
2366
|
//region block: init
|
|
2367
2367
|
Companion_instance = new Companion();
|