raspberry_games_engine_helpers 1.8.434 → 1.8.436
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 +493 -493
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1400 -1400
- package/Logic_Debertz-core.js +660 -660
- package/Logic_Debertz-engine.d.ts +3 -2
- package/Logic_Debertz-engine.js +8304 -8086
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1074 -1074
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +29 -16
- package/raspberry-cardgame-lib-core.js.map +1 -1
package/Kosi-Kodein-kodein-di.js
CHANGED
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
allowOverride = allowOverride === VOID ? false : allowOverride;
|
|
94
94
|
var tmp;
|
|
95
95
|
if ($super === VOID) {
|
|
96
|
-
this.
|
|
96
|
+
this.a1y(module_0, allowOverride);
|
|
97
97
|
tmp = Unit_instance;
|
|
98
98
|
} else {
|
|
99
|
-
tmp = $super.
|
|
99
|
+
tmp = $super.a1y.call(this, module_0, allowOverride);
|
|
100
100
|
}
|
|
101
101
|
return tmp;
|
|
102
102
|
}
|
|
@@ -121,26 +121,26 @@
|
|
|
121
121
|
initMetadataForClass(DIWrapper, 'DIWrapper', VOID, VOID, [DI]);
|
|
122
122
|
function factory$default(key, context, overrideLevel, $super) {
|
|
123
123
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
124
|
-
return $super === VOID ? this.
|
|
124
|
+
return $super === VOID ? this.v1y(key, context, overrideLevel) : $super.v1y.call(this, key, context, overrideLevel);
|
|
125
125
|
}
|
|
126
126
|
function provider(key, context, overrideLevel) {
|
|
127
127
|
// Inline function 'org.kodein.di.toProvider' call
|
|
128
|
-
var this_0 = this.
|
|
128
|
+
var this_0 = this.w1y(key, context);
|
|
129
129
|
return DIContainer$provider$lambda(this_0);
|
|
130
130
|
}
|
|
131
131
|
function provider$default(key, context, overrideLevel, $super) {
|
|
132
132
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
133
|
-
return $super === VOID ? this.
|
|
133
|
+
return $super === VOID ? this.x1y(key, context, overrideLevel) : provider(key, context, overrideLevel);
|
|
134
134
|
}
|
|
135
135
|
initMetadataForInterface(DIContainer, 'DIContainer');
|
|
136
136
|
function find$default(key, overrideLevel, all, $super) {
|
|
137
137
|
overrideLevel = overrideLevel === VOID ? 0 : overrideLevel;
|
|
138
138
|
all = all === VOID ? false : all;
|
|
139
|
-
return $super === VOID ? this.
|
|
139
|
+
return $super === VOID ? this.a1z(key, overrideLevel, all) : $super.a1z.call(this, key, overrideLevel, all);
|
|
140
140
|
}
|
|
141
141
|
initMetadataForInterface(DITree, 'DITree');
|
|
142
142
|
function get_di_0() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.e1z();
|
|
144
144
|
}
|
|
145
145
|
initMetadataForInterface(DirectDIBase, 'DirectDIBase');
|
|
146
146
|
initMetadataForObject(NoDefinedTag, 'NoDefinedTag');
|
|
@@ -150,19 +150,19 @@
|
|
|
150
150
|
initMetadataForClass(DIBinding$Copier$Companion$invoke$1);
|
|
151
151
|
initMetadataForCompanion(Companion_1);
|
|
152
152
|
function factoryFullName() {
|
|
153
|
-
return this.
|
|
153
|
+
return this.p1z();
|
|
154
154
|
}
|
|
155
155
|
function get_scope() {
|
|
156
156
|
return null;
|
|
157
157
|
}
|
|
158
158
|
function get_description() {
|
|
159
|
-
var arg = !equals(this.
|
|
159
|
+
var arg = !equals(this.r1z(), Companion_getInstance().k1w_1) ? this.r1z().m1w() + ' -> ' : '';
|
|
160
160
|
var tmp;
|
|
161
|
-
var tmp_0 = this.
|
|
161
|
+
var tmp_0 = this.e1y();
|
|
162
162
|
if (tmp_0 instanceof NoScope) {
|
|
163
163
|
tmp = null;
|
|
164
164
|
} else {
|
|
165
|
-
tmp = this.
|
|
165
|
+
tmp = this.e1y();
|
|
166
166
|
}
|
|
167
167
|
var scope = tmp;
|
|
168
168
|
var tmp_1;
|
|
@@ -170,20 +170,20 @@
|
|
|
170
170
|
tmp_1 = null;
|
|
171
171
|
} else {
|
|
172
172
|
// Inline function 'kotlin.let' call
|
|
173
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
173
|
+
tmp_1 = 'scoped(' + erasedOf(scope).m1w() + ').';
|
|
174
174
|
}
|
|
175
175
|
var tmp1_elvis_lhs = tmp_1;
|
|
176
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
177
|
-
return context + this.
|
|
176
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.c1y(), Companion_getInstance().l1w_1) ? 'contexted<' + this.c1y().m1w() + '>().' : '' : tmp1_elvis_lhs;
|
|
177
|
+
return context + this.p1z() + ' { ' + arg + this.s1z().m1w() + ' }';
|
|
178
178
|
}
|
|
179
179
|
function get_fullDescription() {
|
|
180
|
-
var arg = !equals(this.
|
|
180
|
+
var arg = !equals(this.r1z(), Companion_getInstance().k1w_1) ? this.r1z().o1w() + ' -> ' : '';
|
|
181
181
|
var tmp;
|
|
182
|
-
var tmp_0 = this.
|
|
182
|
+
var tmp_0 = this.e1y();
|
|
183
183
|
if (tmp_0 instanceof NoScope) {
|
|
184
184
|
tmp = null;
|
|
185
185
|
} else {
|
|
186
|
-
tmp = this.
|
|
186
|
+
tmp = this.e1y();
|
|
187
187
|
}
|
|
188
188
|
var scope = tmp;
|
|
189
189
|
var tmp_1;
|
|
@@ -191,18 +191,18 @@
|
|
|
191
191
|
tmp_1 = null;
|
|
192
192
|
} else {
|
|
193
193
|
// Inline function 'kotlin.let' call
|
|
194
|
-
tmp_1 = 'scoped(' + erasedOf(scope).
|
|
194
|
+
tmp_1 = 'scoped(' + erasedOf(scope).o1w() + ').';
|
|
195
195
|
}
|
|
196
196
|
var tmp1_elvis_lhs = tmp_1;
|
|
197
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
198
|
-
return context + this.
|
|
197
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.c1y(), Companion_getInstance().l1w_1) ? 'contexted<' + this.c1y().o1w() + '>().' : '' : tmp1_elvis_lhs;
|
|
198
|
+
return context + this.q1z() + ' { ' + arg + this.s1z().o1w() + ' }';
|
|
199
199
|
}
|
|
200
200
|
function get_supportSubTypes() {
|
|
201
201
|
return false;
|
|
202
202
|
}
|
|
203
203
|
initMetadataForInterface(DIBinding, 'DIBinding');
|
|
204
204
|
function get_argType() {
|
|
205
|
-
return Companion_getInstance().
|
|
205
|
+
return Companion_getInstance().k1w_1;
|
|
206
206
|
}
|
|
207
207
|
initMetadataForInterface(NoArgDIBinding, 'NoArgDIBinding', VOID, VOID, [DIBinding]);
|
|
208
208
|
initMetadataForObject(SingletonReference, 'SingletonReference');
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
//endregion
|
|
240
240
|
function DIDefinition(binding, fromModule, tree) {
|
|
241
241
|
DIDefining.call(this, binding, fromModule);
|
|
242
|
-
this.
|
|
242
|
+
this.e1x_1 = tree;
|
|
243
243
|
}
|
|
244
244
|
function description(_this__u8e3s4, withOverrides, ident) {
|
|
245
245
|
withOverrides = withOverrides === VOID ? false : withOverrides;
|
|
@@ -250,8 +250,8 @@
|
|
|
250
250
|
return descriptionImpl(_this__u8e3s4, withOverrides, ident, tmp_0, getPropertyCallableRef('description', 1, tmp_1, DIBinding$_get_description_$ref_vam140(), null));
|
|
251
251
|
}
|
|
252
252
|
function DIDefining(binding, fromModule) {
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
253
|
+
this.f1x_1 = binding;
|
|
254
|
+
this.g1x_1 = fromModule;
|
|
255
255
|
}
|
|
256
256
|
function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
|
|
257
257
|
// Inline function 'kotlin.collections.groupBy' call
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
var _iterator__ex2g4s = tmp0.l();
|
|
262
262
|
while (_iterator__ex2g4s.m()) {
|
|
263
263
|
var element = _iterator__ex2g4s.n();
|
|
264
|
-
var key = first(element.v1()).
|
|
264
|
+
var key = first(element.v1()).g1x_1;
|
|
265
265
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
266
266
|
var value = destination.y1(key);
|
|
267
267
|
var tmp;
|
|
@@ -311,14 +311,14 @@
|
|
|
311
311
|
while (_iterator__ex2g4s.m()) {
|
|
312
312
|
var element = _iterator__ex2g4s.n();
|
|
313
313
|
var keyDescription = $keyBindDisp(element.u1());
|
|
314
|
-
_this__u8e3s4.q7(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.v1()).
|
|
314
|
+
_this__u8e3s4.q7(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.v1()).f1x_1) + ' }');
|
|
315
315
|
if ($withOverrides) {
|
|
316
316
|
var subIdent = keyDescription.length - 4 | 0;
|
|
317
317
|
// Inline function 'kotlin.collections.forEach' call
|
|
318
318
|
var _iterator__ex2g4s_0 = element.v1().t1(1, element.v1().o()).l();
|
|
319
319
|
while (_iterator__ex2g4s_0.m()) {
|
|
320
320
|
var element_0 = _iterator__ex2g4s_0.n();
|
|
321
|
-
_this__u8e3s4.q7(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.
|
|
321
|
+
_this__u8e3s4.q7(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.f1x_1));
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
_this__u8e3s4.q7('\n');
|
|
@@ -327,45 +327,45 @@
|
|
|
327
327
|
}
|
|
328
328
|
function DI$Key$_get_bindDescription_$ref_ua6e71() {
|
|
329
329
|
return function (p0) {
|
|
330
|
-
return p0.
|
|
330
|
+
return p0.m1x();
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
function DIBinding$_get_description_$ref_vam140() {
|
|
334
334
|
return function (p0) {
|
|
335
|
-
return p0.
|
|
335
|
+
return p0.n1x();
|
|
336
336
|
};
|
|
337
337
|
}
|
|
338
338
|
function DI$Key$_get_bindFullDescription_$ref_x9pxcc() {
|
|
339
339
|
return function (p0) {
|
|
340
|
-
return p0.
|
|
340
|
+
return p0.o1x();
|
|
341
341
|
};
|
|
342
342
|
}
|
|
343
343
|
function DIBinding$_get_fullDescription_$ref_12omkv() {
|
|
344
344
|
return function (p0) {
|
|
345
|
-
return p0.
|
|
345
|
+
return p0.p1x();
|
|
346
346
|
};
|
|
347
347
|
}
|
|
348
348
|
function appendDescription($this, _this__u8e3s4, displayString) {
|
|
349
|
-
if (!($this.
|
|
350
|
-
_this__u8e3s4.q7(' tagged "' + toString($this.
|
|
349
|
+
if (!($this.k1x_1 == null)) {
|
|
350
|
+
_this__u8e3s4.q7(' tagged "' + toString($this.k1x_1) + '"');
|
|
351
351
|
}
|
|
352
|
-
if (!equals($this.
|
|
353
|
-
_this__u8e3s4.q7(' on context ' + displayString($this.
|
|
352
|
+
if (!equals($this.h1x_1, Companion_getInstance().l1w_1)) {
|
|
353
|
+
_this__u8e3s4.q7(' on context ' + displayString($this.h1x_1));
|
|
354
354
|
}
|
|
355
|
-
if (!equals($this.
|
|
356
|
-
_this__u8e3s4.q7(', with argument ' + displayString($this.
|
|
355
|
+
if (!equals($this.i1x_1, Companion_getInstance().k1w_1)) {
|
|
356
|
+
_this__u8e3s4.q7(', with argument ' + displayString($this.i1x_1));
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
function TypeToken$simpleDispString$ref() {
|
|
360
360
|
var l = function (p0) {
|
|
361
|
-
return p0.
|
|
361
|
+
return p0.m1w();
|
|
362
362
|
};
|
|
363
363
|
l.callableName = 'simpleDispString';
|
|
364
364
|
return l;
|
|
365
365
|
}
|
|
366
366
|
function TypeToken$qualifiedDispString$ref() {
|
|
367
367
|
var l = function (p0) {
|
|
368
|
-
return p0.
|
|
368
|
+
return p0.o1w();
|
|
369
369
|
};
|
|
370
370
|
l.callableName = 'qualifiedDispString';
|
|
371
371
|
return l;
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
375
375
|
prefix = prefix === VOID ? '' : prefix;
|
|
376
376
|
Module.call($this, allowSilentOverride, prefix, init);
|
|
377
|
-
$this.
|
|
377
|
+
$this.t1x_1 = name;
|
|
378
378
|
return $this;
|
|
379
379
|
}
|
|
380
380
|
function Module_init_$Create$(name, allowSilentOverride, prefix, init) {
|
|
@@ -387,83 +387,83 @@
|
|
|
387
387
|
function NotFoundException(key, message) {
|
|
388
388
|
RuntimeException_init_$Init$(message, this);
|
|
389
389
|
captureStack(this, NotFoundException);
|
|
390
|
-
this.
|
|
390
|
+
this.u1x_1 = key;
|
|
391
391
|
}
|
|
392
392
|
function OverridingException(message) {
|
|
393
393
|
RuntimeException_init_$Init$(message, this);
|
|
394
394
|
captureStack(this, OverridingException);
|
|
395
395
|
}
|
|
396
396
|
function Key(contextType, argType, type, tag) {
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
397
|
+
this.h1x_1 = contextType;
|
|
398
|
+
this.i1x_1 = argType;
|
|
399
|
+
this.j1x_1 = type;
|
|
400
|
+
this.k1x_1 = tag;
|
|
401
|
+
this.l1x_1 = 0;
|
|
402
402
|
}
|
|
403
403
|
protoOf(Key).hashCode = function () {
|
|
404
|
-
if (this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
404
|
+
if (this.l1x_1 === 0) {
|
|
405
|
+
this.l1x_1 = hashCode(this.h1x_1);
|
|
406
|
+
this.l1x_1 = imul(31, this.l1x_1) + hashCode(this.i1x_1) | 0;
|
|
407
|
+
this.l1x_1 = imul(29, hashCode(this.j1x_1));
|
|
408
408
|
var tmp = this;
|
|
409
|
-
var tmp_0 = imul(23, this.
|
|
410
|
-
var tmp0_safe_receiver = this.
|
|
409
|
+
var tmp_0 = imul(23, this.l1x_1);
|
|
410
|
+
var tmp0_safe_receiver = this.k1x_1;
|
|
411
411
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
412
|
-
tmp.
|
|
412
|
+
tmp.l1x_1 = tmp_0 + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
413
413
|
}
|
|
414
|
-
return this.
|
|
414
|
+
return this.l1x_1;
|
|
415
415
|
};
|
|
416
416
|
protoOf(Key).toString = function () {
|
|
417
|
-
return this.
|
|
417
|
+
return this.n1x();
|
|
418
418
|
};
|
|
419
|
-
protoOf(Key).
|
|
419
|
+
protoOf(Key).m1x = function () {
|
|
420
420
|
// Inline function 'kotlin.text.buildString' call
|
|
421
421
|
// Inline function 'kotlin.apply' call
|
|
422
422
|
var this_0 = StringBuilder_init_$Create$();
|
|
423
|
-
this_0.q7('bind<' + this.
|
|
424
|
-
if (!(this.
|
|
425
|
-
this_0.q7('(tag = "' + toString(this.
|
|
423
|
+
this_0.q7('bind<' + this.j1x_1.m1w() + '>');
|
|
424
|
+
if (!(this.k1x_1 == null)) {
|
|
425
|
+
this_0.q7('(tag = "' + toString(this.k1x_1) + '")');
|
|
426
426
|
}
|
|
427
427
|
return this_0.toString();
|
|
428
428
|
};
|
|
429
|
-
protoOf(Key).
|
|
429
|
+
protoOf(Key).o1x = function () {
|
|
430
430
|
// Inline function 'kotlin.text.buildString' call
|
|
431
431
|
// Inline function 'kotlin.apply' call
|
|
432
432
|
var this_0 = StringBuilder_init_$Create$();
|
|
433
|
-
this_0.q7('bind<' + this.
|
|
434
|
-
if (!(this.
|
|
435
|
-
this_0.q7('(tag = "' + toString(this.
|
|
433
|
+
this_0.q7('bind<' + this.j1x_1.o1w() + '>');
|
|
434
|
+
if (!(this.k1x_1 == null)) {
|
|
435
|
+
this_0.q7('(tag = "' + toString(this.k1x_1) + '")');
|
|
436
436
|
}
|
|
437
437
|
return this_0.toString();
|
|
438
438
|
};
|
|
439
|
-
protoOf(Key).
|
|
439
|
+
protoOf(Key).n1x = function () {
|
|
440
440
|
// Inline function 'kotlin.text.buildString' call
|
|
441
441
|
// Inline function 'kotlin.apply' call
|
|
442
442
|
var this_0 = StringBuilder_init_$Create$();
|
|
443
|
-
this_0.q7(this.
|
|
443
|
+
this_0.q7(this.j1x_1.m1w());
|
|
444
444
|
appendDescription(this, this_0, TypeToken$simpleDispString$ref());
|
|
445
445
|
return this_0.toString();
|
|
446
446
|
};
|
|
447
|
-
protoOf(Key).
|
|
448
|
-
return '(context: ' + this.
|
|
447
|
+
protoOf(Key).v1x = function () {
|
|
448
|
+
return '(context: ' + this.h1x_1.m1w() + ', arg: ' + this.i1x_1.m1w() + ', type: ' + this.j1x_1.m1w() + ', tag: ' + toString(this.k1x_1) + ')';
|
|
449
449
|
};
|
|
450
|
-
protoOf(Key).
|
|
450
|
+
protoOf(Key).p1x = function () {
|
|
451
451
|
// Inline function 'kotlin.text.buildString' call
|
|
452
452
|
// Inline function 'kotlin.apply' call
|
|
453
453
|
var this_0 = StringBuilder_init_$Create$();
|
|
454
|
-
this_0.q7(this.
|
|
454
|
+
this_0.q7(this.j1x_1.o1w());
|
|
455
455
|
appendDescription(this, this_0, TypeToken$qualifiedDispString$ref());
|
|
456
456
|
return this_0.toString();
|
|
457
457
|
};
|
|
458
|
-
protoOf(Key).
|
|
458
|
+
protoOf(Key).w1x = function (contextType, argType, type, tag) {
|
|
459
459
|
return new Key(contextType, argType, type, tag);
|
|
460
460
|
};
|
|
461
|
-
protoOf(Key).
|
|
462
|
-
contextType = contextType === VOID ? this.
|
|
463
|
-
argType = argType === VOID ? this.
|
|
464
|
-
type = type === VOID ? this.
|
|
465
|
-
tag = tag === VOID ? this.
|
|
466
|
-
return $super === VOID ? this.
|
|
461
|
+
protoOf(Key).x1x = function (contextType, argType, type, tag, $super) {
|
|
462
|
+
contextType = contextType === VOID ? this.h1x_1 : contextType;
|
|
463
|
+
argType = argType === VOID ? this.i1x_1 : argType;
|
|
464
|
+
type = type === VOID ? this.j1x_1 : type;
|
|
465
|
+
tag = tag === VOID ? this.k1x_1 : tag;
|
|
466
|
+
return $super === VOID ? this.w1x(contextType, argType, type, tag) : $super.w1x.call(this, contextType, argType, type, tag);
|
|
467
467
|
};
|
|
468
468
|
protoOf(Key).equals = function (other) {
|
|
469
469
|
if (this === other)
|
|
@@ -471,13 +471,13 @@
|
|
|
471
471
|
if (!(other instanceof Key))
|
|
472
472
|
return false;
|
|
473
473
|
var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
|
|
474
|
-
if (!equals(this.
|
|
474
|
+
if (!equals(this.h1x_1, tmp0_other_with_cast.h1x_1))
|
|
475
475
|
return false;
|
|
476
|
-
if (!equals(this.
|
|
476
|
+
if (!equals(this.i1x_1, tmp0_other_with_cast.i1x_1))
|
|
477
477
|
return false;
|
|
478
|
-
if (!equals(this.
|
|
478
|
+
if (!equals(this.j1x_1, tmp0_other_with_cast.j1x_1))
|
|
479
479
|
return false;
|
|
480
|
-
if (!equals(this.
|
|
480
|
+
if (!equals(this.k1x_1, tmp0_other_with_cast.k1x_1))
|
|
481
481
|
return false;
|
|
482
482
|
return true;
|
|
483
483
|
};
|
|
@@ -486,13 +486,13 @@
|
|
|
486
486
|
function Module(allowSilentOverride, prefix, init) {
|
|
487
487
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
488
488
|
prefix = prefix === VOID ? '' : prefix;
|
|
489
|
-
this.
|
|
490
|
-
this.
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
489
|
+
this.q1x_1 = allowSilentOverride;
|
|
490
|
+
this.r1x_1 = prefix;
|
|
491
|
+
this.s1x_1 = init;
|
|
492
|
+
this.t1x_1 = null;
|
|
493
493
|
}
|
|
494
494
|
protoOf(Module).i2 = function () {
|
|
495
|
-
var tmp0_elvis_lhs = this.
|
|
495
|
+
var tmp0_elvis_lhs = this.t1x_1;
|
|
496
496
|
var tmp;
|
|
497
497
|
if (tmp0_elvis_lhs == null) {
|
|
498
498
|
throw IllegalStateException_init_$Create$('module must have a name.');
|
|
@@ -502,12 +502,12 @@
|
|
|
502
502
|
return tmp;
|
|
503
503
|
};
|
|
504
504
|
protoOf(Module).toString = function () {
|
|
505
|
-
return 'Module(allowSilentOverride=' + this.
|
|
505
|
+
return 'Module(allowSilentOverride=' + this.q1x_1 + ', prefix=' + this.r1x_1 + ', init=' + toString_0(this.s1x_1) + ')';
|
|
506
506
|
};
|
|
507
507
|
protoOf(Module).hashCode = function () {
|
|
508
|
-
var result = getBooleanHashCode(this.
|
|
509
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
510
|
-
result = imul(result, 31) + hashCode(this.
|
|
508
|
+
var result = getBooleanHashCode(this.q1x_1);
|
|
509
|
+
result = imul(result, 31) + getStringHashCode(this.r1x_1) | 0;
|
|
510
|
+
result = imul(result, 31) + hashCode(this.s1x_1) | 0;
|
|
511
511
|
return result;
|
|
512
512
|
};
|
|
513
513
|
protoOf(Module).equals = function (other) {
|
|
@@ -516,24 +516,24 @@
|
|
|
516
516
|
if (!(other instanceof Module))
|
|
517
517
|
return false;
|
|
518
518
|
var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
|
|
519
|
-
if (!(this.
|
|
519
|
+
if (!(this.q1x_1 === tmp0_other_with_cast.q1x_1))
|
|
520
520
|
return false;
|
|
521
|
-
if (!(this.
|
|
521
|
+
if (!(this.r1x_1 === tmp0_other_with_cast.r1x_1))
|
|
522
522
|
return false;
|
|
523
|
-
if (!equals(this.
|
|
523
|
+
if (!equals(this.s1x_1, tmp0_other_with_cast.s1x_1))
|
|
524
524
|
return false;
|
|
525
525
|
return true;
|
|
526
526
|
};
|
|
527
527
|
function Companion() {
|
|
528
|
-
this.
|
|
529
|
-
this.
|
|
528
|
+
this.f1y_1 = false;
|
|
529
|
+
this.g1y_1 = false;
|
|
530
530
|
}
|
|
531
|
-
protoOf(Companion).
|
|
531
|
+
protoOf(Companion).h1y = function (allowSilentOverride, init) {
|
|
532
532
|
return DIImpl_init_$Create$(allowSilentOverride, init);
|
|
533
533
|
};
|
|
534
|
-
protoOf(Companion).
|
|
534
|
+
protoOf(Companion).i1y = function (allowSilentOverride, init, $super) {
|
|
535
535
|
allowSilentOverride = allowSilentOverride === VOID ? false : allowSilentOverride;
|
|
536
|
-
return $super === VOID ? this.
|
|
536
|
+
return $super === VOID ? this.h1y(allowSilentOverride, init) : $super.h1y.call(this, allowSilentOverride, init);
|
|
537
537
|
};
|
|
538
538
|
var Companion_instance;
|
|
539
539
|
function Companion_getInstance_0() {
|
|
@@ -545,26 +545,26 @@
|
|
|
545
545
|
}
|
|
546
546
|
function Instance(_this__u8e3s4, type, tag) {
|
|
547
547
|
tag = tag === VOID ? null : tag;
|
|
548
|
-
var tmp = _this__u8e3s4.
|
|
549
|
-
var tmp_0 = _this__u8e3s4.
|
|
548
|
+
var tmp = _this__u8e3s4.m1y();
|
|
549
|
+
var tmp_0 = _this__u8e3s4.l1y();
|
|
550
550
|
return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
|
|
551
551
|
}
|
|
552
552
|
function Value(type, value) {
|
|
553
|
-
this.
|
|
554
|
-
this.
|
|
553
|
+
this.n1y_1 = type;
|
|
554
|
+
this.o1y_1 = value;
|
|
555
555
|
}
|
|
556
|
-
protoOf(Value).
|
|
557
|
-
return this.
|
|
556
|
+
protoOf(Value).h1w = function () {
|
|
557
|
+
return this.n1y_1;
|
|
558
558
|
};
|
|
559
559
|
protoOf(Value).v1 = function () {
|
|
560
|
-
return this.
|
|
560
|
+
return this.o1y_1;
|
|
561
561
|
};
|
|
562
562
|
protoOf(Value).toString = function () {
|
|
563
|
-
return 'Value(type=' + toString_0(this.
|
|
563
|
+
return 'Value(type=' + toString_0(this.n1y_1) + ', value=' + toString_0(this.o1y_1) + ')';
|
|
564
564
|
};
|
|
565
565
|
protoOf(Value).hashCode = function () {
|
|
566
|
-
var result = hashCode(this.
|
|
567
|
-
result = imul(result, 31) + hashCode(this.
|
|
566
|
+
var result = hashCode(this.n1y_1);
|
|
567
|
+
result = imul(result, 31) + hashCode(this.o1y_1) | 0;
|
|
568
568
|
return result;
|
|
569
569
|
};
|
|
570
570
|
protoOf(Value).equals = function (other) {
|
|
@@ -573,15 +573,15 @@
|
|
|
573
573
|
if (!(other instanceof Value))
|
|
574
574
|
return false;
|
|
575
575
|
var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
|
|
576
|
-
if (!equals(this.
|
|
576
|
+
if (!equals(this.n1y_1, tmp0_other_with_cast.n1y_1))
|
|
577
577
|
return false;
|
|
578
|
-
if (!equals(this.
|
|
578
|
+
if (!equals(this.o1y_1, tmp0_other_with_cast.o1y_1))
|
|
579
579
|
return false;
|
|
580
580
|
return true;
|
|
581
581
|
};
|
|
582
582
|
function Companion_0() {
|
|
583
583
|
}
|
|
584
|
-
protoOf(Companion_0).
|
|
584
|
+
protoOf(Companion_0).p1y = function (type, value) {
|
|
585
585
|
return new Value(type, value);
|
|
586
586
|
};
|
|
587
587
|
var Companion_instance_0;
|
|
@@ -591,11 +591,11 @@
|
|
|
591
591
|
function DIContext() {
|
|
592
592
|
}
|
|
593
593
|
function get_AnyDIContext() {
|
|
594
|
-
return Contexes_getInstance().
|
|
594
|
+
return Contexes_getInstance().q1y_1;
|
|
595
595
|
}
|
|
596
596
|
function Contexes() {
|
|
597
597
|
Contexes_instance = this;
|
|
598
|
-
this.
|
|
598
|
+
this.q1y_1 = Companion_instance_0.p1y(Companion_getInstance().l1w_1, new Object());
|
|
599
599
|
}
|
|
600
600
|
var Contexes_instance;
|
|
601
601
|
function Contexes_getInstance() {
|
|
@@ -604,14 +604,14 @@
|
|
|
604
604
|
return Contexes_instance;
|
|
605
605
|
}
|
|
606
606
|
function On(_this__u8e3s4, context, trigger) {
|
|
607
|
-
context = context === VOID ? _this__u8e3s4.
|
|
608
|
-
trigger = trigger === VOID ? _this__u8e3s4.
|
|
607
|
+
context = context === VOID ? _this__u8e3s4.l1y() : context;
|
|
608
|
+
trigger = trigger === VOID ? _this__u8e3s4.m1y() : trigger;
|
|
609
609
|
return DIWrapper_init_$Create$(_this__u8e3s4, context, trigger);
|
|
610
610
|
}
|
|
611
611
|
function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
|
|
612
|
-
diContext = diContext === VOID ? base.
|
|
613
|
-
trigger = trigger === VOID ? base.
|
|
614
|
-
DIWrapper.call($this, base.
|
|
612
|
+
diContext = diContext === VOID ? base.l1y() : diContext;
|
|
613
|
+
trigger = trigger === VOID ? base.m1y() : trigger;
|
|
614
|
+
DIWrapper.call($this, base.j1y(), diContext, trigger);
|
|
615
615
|
return $this;
|
|
616
616
|
}
|
|
617
617
|
function DIWrapper_init_$Create$(base, diContext, trigger) {
|
|
@@ -619,29 +619,29 @@
|
|
|
619
619
|
}
|
|
620
620
|
function DIWrapper(_base, diContext, diTrigger) {
|
|
621
621
|
diTrigger = diTrigger === VOID ? null : diTrigger;
|
|
622
|
-
this.
|
|
623
|
-
this.
|
|
624
|
-
this.
|
|
622
|
+
this.r1y_1 = _base;
|
|
623
|
+
this.s1y_1 = diContext;
|
|
624
|
+
this.t1y_1 = diTrigger;
|
|
625
625
|
}
|
|
626
|
-
protoOf(DIWrapper).
|
|
627
|
-
return this.
|
|
626
|
+
protoOf(DIWrapper).l1y = function () {
|
|
627
|
+
return this.s1y_1;
|
|
628
628
|
};
|
|
629
|
-
protoOf(DIWrapper).
|
|
630
|
-
return this.
|
|
629
|
+
protoOf(DIWrapper).m1y = function () {
|
|
630
|
+
return this.t1y_1;
|
|
631
631
|
};
|
|
632
|
-
protoOf(DIWrapper).
|
|
632
|
+
protoOf(DIWrapper).j1y = function () {
|
|
633
633
|
return this;
|
|
634
634
|
};
|
|
635
|
-
protoOf(DIWrapper).
|
|
636
|
-
return this.
|
|
635
|
+
protoOf(DIWrapper).k1y = function () {
|
|
636
|
+
return this.r1y_1.k1y();
|
|
637
637
|
};
|
|
638
638
|
function Instance$lambda($this_Instance, $type, $tag) {
|
|
639
639
|
return function (ctx, _unused_var__etf5q3) {
|
|
640
|
-
var tmp = $this_Instance.
|
|
640
|
+
var tmp = $this_Instance.j1y().k1y();
|
|
641
641
|
// Inline function 'org.kodein.di.anyType' call
|
|
642
|
-
var tmp_0 = ctx.
|
|
642
|
+
var tmp_0 = ctx.h1w();
|
|
643
643
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
644
|
-
return tmp.
|
|
644
|
+
return tmp.u1y(new Key(tmp$ret$0, Companion_getInstance().k1w_1, $type, $tag), ctx.v1())();
|
|
645
645
|
};
|
|
646
646
|
}
|
|
647
647
|
function DIContainer$provider$lambda($this) {
|
|
@@ -666,63 +666,63 @@
|
|
|
666
666
|
argType = argType === VOID ? null : argType;
|
|
667
667
|
type = type === VOID ? null : type;
|
|
668
668
|
tag = tag === VOID ? NoDefinedTag_instance : tag;
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
669
|
+
this.i1z_1 = contextType;
|
|
670
|
+
this.j1z_1 = argType;
|
|
671
|
+
this.k1z_1 = type;
|
|
672
|
+
this.l1z_1 = tag;
|
|
673
673
|
}
|
|
674
674
|
protoOf(SearchSpecs).toString = function () {
|
|
675
675
|
var args = ArrayList_init_$Create$();
|
|
676
|
-
if (!(this.
|
|
677
|
-
var tmp0_safe_receiver = this.
|
|
676
|
+
if (!(this.i1z_1 == null)) {
|
|
677
|
+
var tmp0_safe_receiver = this.i1z_1;
|
|
678
678
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
679
|
-
var element = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
679
|
+
var element = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m1w());
|
|
680
680
|
args.j(element);
|
|
681
681
|
}
|
|
682
|
-
if (!(this.
|
|
683
|
-
var tmp1_safe_receiver = this.
|
|
682
|
+
if (!(this.j1z_1 == null)) {
|
|
683
|
+
var tmp1_safe_receiver = this.j1z_1;
|
|
684
684
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
685
|
-
var element_0 = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
685
|
+
var element_0 = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.m1w());
|
|
686
686
|
args.j(element_0);
|
|
687
687
|
}
|
|
688
|
-
if (!(this.
|
|
689
|
-
var tmp2_safe_receiver = this.
|
|
688
|
+
if (!(this.k1z_1 == null)) {
|
|
689
|
+
var tmp2_safe_receiver = this.k1z_1;
|
|
690
690
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
691
|
-
var element_1 = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
691
|
+
var element_1 = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.m1w());
|
|
692
692
|
args.j(element_1);
|
|
693
693
|
}
|
|
694
|
-
if (!equals(this.
|
|
694
|
+
if (!equals(this.l1z_1, NoDefinedTag_instance)) {
|
|
695
695
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
696
|
-
var element_2 = 'tag=' + toString(this.
|
|
696
|
+
var element_2 = 'tag=' + toString(this.l1z_1);
|
|
697
697
|
args.j(element_2);
|
|
698
698
|
}
|
|
699
699
|
return '[' + joinToString(args, ', ') + ']';
|
|
700
700
|
};
|
|
701
701
|
function NoArgBindingDIWrap(_di) {
|
|
702
|
-
this.
|
|
702
|
+
this.m1z_1 = _di;
|
|
703
703
|
}
|
|
704
|
-
protoOf(NoArgBindingDIWrap).
|
|
705
|
-
return this.
|
|
704
|
+
protoOf(NoArgBindingDIWrap).e1z = function () {
|
|
705
|
+
return this.m1z_1.e1z();
|
|
706
706
|
};
|
|
707
|
-
protoOf(NoArgBindingDIWrap).
|
|
708
|
-
return this.
|
|
707
|
+
protoOf(NoArgBindingDIWrap).j1y = function () {
|
|
708
|
+
return this.m1z_1.j1y();
|
|
709
709
|
};
|
|
710
|
-
protoOf(NoArgBindingDIWrap).
|
|
711
|
-
return this.
|
|
710
|
+
protoOf(NoArgBindingDIWrap).f1z = function (context) {
|
|
711
|
+
return this.m1z_1.f1z(context);
|
|
712
712
|
};
|
|
713
|
-
protoOf(NoArgBindingDIWrap).
|
|
714
|
-
return this.
|
|
713
|
+
protoOf(NoArgBindingDIWrap).g1z = function (type, tag) {
|
|
714
|
+
return this.m1z_1.g1z(type, tag);
|
|
715
715
|
};
|
|
716
|
-
protoOf(NoArgBindingDIWrap).
|
|
717
|
-
return this.
|
|
716
|
+
protoOf(NoArgBindingDIWrap).h1z = function () {
|
|
717
|
+
return this.m1z_1.h1z();
|
|
718
718
|
};
|
|
719
719
|
protoOf(NoArgBindingDIWrap).e8 = function () {
|
|
720
|
-
return this.
|
|
720
|
+
return this.m1z_1.e8();
|
|
721
721
|
};
|
|
722
722
|
function ErasedContext() {
|
|
723
723
|
}
|
|
724
|
-
protoOf(ErasedContext).
|
|
725
|
-
return Companion_getInstance().
|
|
724
|
+
protoOf(ErasedContext).h1w = function () {
|
|
725
|
+
return Companion_getInstance().l1w_1;
|
|
726
726
|
};
|
|
727
727
|
protoOf(ErasedContext).v1 = function () {
|
|
728
728
|
return ErasedContext_instance;
|
|
@@ -732,11 +732,11 @@
|
|
|
732
732
|
return ErasedContext_instance;
|
|
733
733
|
}
|
|
734
734
|
function DIBinding$Copier$Companion$invoke$1($f) {
|
|
735
|
-
this.
|
|
735
|
+
this.n1z_1 = $f;
|
|
736
736
|
}
|
|
737
737
|
function Companion_1() {
|
|
738
738
|
}
|
|
739
|
-
protoOf(Companion_1).
|
|
739
|
+
protoOf(Companion_1).o1z = function (f) {
|
|
740
740
|
return new DIBinding$Copier$Companion$invoke$1(f);
|
|
741
741
|
};
|
|
742
742
|
var Companion_instance_1;
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
}
|
|
755
755
|
function SingletonReference() {
|
|
756
756
|
}
|
|
757
|
-
protoOf(SingletonReference).
|
|
757
|
+
protoOf(SingletonReference).v1z = function (creator) {
|
|
758
758
|
var value = creator();
|
|
759
759
|
return new Reference(value, SingletonReference$make$lambda(value));
|
|
760
760
|
};
|
|
@@ -763,21 +763,21 @@
|
|
|
763
763
|
return SingletonReference_instance;
|
|
764
764
|
}
|
|
765
765
|
function Reference(current, next) {
|
|
766
|
-
this.
|
|
767
|
-
this.
|
|
766
|
+
this.w1z_1 = current;
|
|
767
|
+
this.x1z_1 = next;
|
|
768
768
|
}
|
|
769
769
|
protoOf(Reference).sc = function () {
|
|
770
|
-
return this.
|
|
770
|
+
return this.w1z_1;
|
|
771
771
|
};
|
|
772
772
|
protoOf(Reference).tc = function () {
|
|
773
|
-
return this.
|
|
773
|
+
return this.x1z_1;
|
|
774
774
|
};
|
|
775
775
|
protoOf(Reference).toString = function () {
|
|
776
|
-
return 'Reference(current=' + toString_0(this.
|
|
776
|
+
return 'Reference(current=' + toString_0(this.w1z_1) + ', next=' + toString_0(this.x1z_1) + ')';
|
|
777
777
|
};
|
|
778
778
|
protoOf(Reference).hashCode = function () {
|
|
779
|
-
var result = hashCode(this.
|
|
780
|
-
result = imul(result, 31) + hashCode(this.
|
|
779
|
+
var result = hashCode(this.w1z_1);
|
|
780
|
+
result = imul(result, 31) + hashCode(this.x1z_1) | 0;
|
|
781
781
|
return result;
|
|
782
782
|
};
|
|
783
783
|
protoOf(Reference).equals = function (other) {
|
|
@@ -786,9 +786,9 @@
|
|
|
786
786
|
if (!(other instanceof Reference))
|
|
787
787
|
return false;
|
|
788
788
|
var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
|
|
789
|
-
if (!equals(this.
|
|
789
|
+
if (!equals(this.w1z_1, tmp0_other_with_cast.w1z_1))
|
|
790
790
|
return false;
|
|
791
|
-
if (!equals(this.
|
|
791
|
+
if (!equals(this.x1z_1, tmp0_other_with_cast.x1z_1))
|
|
792
792
|
return false;
|
|
793
793
|
return true;
|
|
794
794
|
};
|
|
@@ -797,25 +797,25 @@
|
|
|
797
797
|
function ScopeRegistry() {
|
|
798
798
|
}
|
|
799
799
|
function NoScope() {
|
|
800
|
-
this.
|
|
800
|
+
this.b20_1 = new StandardScopeRegistry();
|
|
801
801
|
}
|
|
802
|
-
protoOf(NoScope).
|
|
803
|
-
return this.
|
|
802
|
+
protoOf(NoScope).c20 = function (context) {
|
|
803
|
+
return this.b20_1;
|
|
804
804
|
};
|
|
805
|
-
protoOf(NoScope).
|
|
806
|
-
return this.
|
|
805
|
+
protoOf(NoScope).d20 = function (context) {
|
|
806
|
+
return this.c20((context == null ? true : !(context == null)) ? context : THROW_CCE());
|
|
807
807
|
};
|
|
808
808
|
function StandardScopeRegistry() {
|
|
809
809
|
ScopeRegistry.call(this);
|
|
810
|
-
this.
|
|
811
|
-
this.
|
|
810
|
+
this.e20_1 = newConcurrentMap();
|
|
811
|
+
this.f20_1 = new Object();
|
|
812
812
|
}
|
|
813
|
-
protoOf(StandardScopeRegistry).
|
|
814
|
-
var tmp0 = sync ? this.
|
|
813
|
+
protoOf(StandardScopeRegistry).a20 = function (key, sync, creator) {
|
|
814
|
+
var tmp0 = sync ? this.f20_1 : null;
|
|
815
815
|
var tmp$ret$2;
|
|
816
816
|
$l$block_3: {
|
|
817
817
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull' call
|
|
818
|
-
var tmp0_safe_receiver = this.
|
|
818
|
+
var tmp0_safe_receiver = this.e20_1.y1(key);
|
|
819
819
|
var tmp0_safe_receiver_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
820
820
|
if (tmp0_safe_receiver_0 == null)
|
|
821
821
|
null;
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
if (tmp0 == null) {
|
|
830
830
|
var tmp$ret$5;
|
|
831
831
|
$l$block_0: {
|
|
832
|
-
var tmp0_safe_receiver_1 = this.
|
|
832
|
+
var tmp0_safe_receiver_1 = this.e20_1.y1(key);
|
|
833
833
|
var tmp0_safe_receiver_2 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1();
|
|
834
834
|
if (tmp0_safe_receiver_2 == null)
|
|
835
835
|
null;
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
var current = _destruct__k2r9zo.sc();
|
|
843
843
|
var next = _destruct__k2r9zo.tc();
|
|
844
844
|
// Inline function 'kotlin.collections.set' call
|
|
845
|
-
this.
|
|
845
|
+
this.e20_1.b2(key, next);
|
|
846
846
|
tmp$ret$2 = current;
|
|
847
847
|
break $l$block_3;
|
|
848
848
|
}
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
// Inline function 'kotlinx.atomicfu.locks.synchronized' call
|
|
852
852
|
var tmp$ret$10;
|
|
853
853
|
$l$block_2: {
|
|
854
|
-
var tmp0_safe_receiver_3 = this.
|
|
854
|
+
var tmp0_safe_receiver_3 = this.e20_1.y1(key);
|
|
855
855
|
var tmp0_safe_receiver_4 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3();
|
|
856
856
|
if (tmp0_safe_receiver_4 == null)
|
|
857
857
|
null;
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
var current_0 = _destruct__k2r9zo_0.sc();
|
|
865
865
|
var next_0 = _destruct__k2r9zo_0.tc();
|
|
866
866
|
// Inline function 'kotlin.collections.set' call
|
|
867
|
-
this.
|
|
867
|
+
this.e20_1.b2(key, next_0);
|
|
868
868
|
tmp$ret$2 = current_0;
|
|
869
869
|
break $l$block_3;
|
|
870
870
|
}
|
|
@@ -876,39 +876,39 @@
|
|
|
876
876
|
return tmp$ret$2;
|
|
877
877
|
};
|
|
878
878
|
function toKContext(_this__u8e3s4, di, ctx) {
|
|
879
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
879
|
+
var tmp0_safe_receiver = _this__u8e3s4.z1z(di, ctx);
|
|
880
880
|
var tmp;
|
|
881
881
|
if (tmp0_safe_receiver == null) {
|
|
882
882
|
tmp = null;
|
|
883
883
|
} else {
|
|
884
884
|
// Inline function 'kotlin.let' call
|
|
885
|
-
tmp = Companion_instance_0.
|
|
885
|
+
tmp = Companion_instance_0.p1y(_this__u8e3s4.y1z(), tmp0_safe_receiver);
|
|
886
886
|
}
|
|
887
887
|
return tmp;
|
|
888
888
|
}
|
|
889
889
|
function CompositeContextTranslator(src, dst) {
|
|
890
|
-
this.
|
|
891
|
-
this.
|
|
890
|
+
this.g20_1 = src;
|
|
891
|
+
this.h20_1 = dst;
|
|
892
892
|
}
|
|
893
|
-
protoOf(CompositeContextTranslator).
|
|
894
|
-
return this.
|
|
893
|
+
protoOf(CompositeContextTranslator).c1y = function () {
|
|
894
|
+
return this.g20_1.c1y();
|
|
895
895
|
};
|
|
896
|
-
protoOf(CompositeContextTranslator).
|
|
897
|
-
return this.
|
|
896
|
+
protoOf(CompositeContextTranslator).y1z = function () {
|
|
897
|
+
return this.h20_1.y1z();
|
|
898
898
|
};
|
|
899
|
-
protoOf(CompositeContextTranslator).
|
|
900
|
-
var tmp0_safe_receiver = this.
|
|
899
|
+
protoOf(CompositeContextTranslator).z1z = function (di, ctx) {
|
|
900
|
+
var tmp0_safe_receiver = this.g20_1.z1z(di, ctx);
|
|
901
901
|
var tmp;
|
|
902
902
|
if (tmp0_safe_receiver == null) {
|
|
903
903
|
tmp = null;
|
|
904
904
|
} else {
|
|
905
905
|
// Inline function 'kotlin.let' call
|
|
906
|
-
tmp = this.
|
|
906
|
+
tmp = this.h20_1.z1z(di, tmp0_safe_receiver);
|
|
907
907
|
}
|
|
908
908
|
return tmp;
|
|
909
909
|
};
|
|
910
910
|
protoOf(CompositeContextTranslator).toString = function () {
|
|
911
|
-
return '(' + toString_0(this.
|
|
911
|
+
return '(' + toString_0(this.g20_1) + ' -> ' + toString_0(this.h20_1) + ')';
|
|
912
912
|
};
|
|
913
913
|
function factoryName($this, params) {
|
|
914
914
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -923,12 +923,12 @@
|
|
|
923
923
|
}
|
|
924
924
|
function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
|
|
925
925
|
return function () {
|
|
926
|
-
return this$0.
|
|
926
|
+
return this$0.n20_1(new NoArgBindingDIWrap($bindingDi));
|
|
927
927
|
};
|
|
928
928
|
}
|
|
929
929
|
function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
|
|
930
930
|
return function () {
|
|
931
|
-
return this$0.
|
|
931
|
+
return this$0.o20_1.v1z(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
|
|
932
932
|
};
|
|
933
933
|
}
|
|
934
934
|
function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
|
|
@@ -937,104 +937,104 @@
|
|
|
937
937
|
var tmp;
|
|
938
938
|
if (tmp0_elvis_lhs == null) {
|
|
939
939
|
// Inline function 'kotlin.also' call
|
|
940
|
-
var this_0 = this$0.
|
|
940
|
+
var this_0 = this$0.i20_1.d20($bindingDi.e8());
|
|
941
941
|
$lateInitRegistry._v = this_0;
|
|
942
942
|
tmp = this_0;
|
|
943
943
|
} else {
|
|
944
944
|
tmp = tmp0_elvis_lhs;
|
|
945
945
|
}
|
|
946
946
|
var registry = tmp;
|
|
947
|
-
var tmp_0 = registry.
|
|
947
|
+
var tmp_0 = registry.a20(this$0.p20_1, this$0.m20_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
|
|
948
948
|
return !(tmp_0 == null) ? tmp_0 : THROW_CCE();
|
|
949
949
|
};
|
|
950
950
|
}
|
|
951
951
|
function Singleton$copier$lambda(this$0) {
|
|
952
952
|
return function (it) {
|
|
953
|
-
return new Singleton(this$0.
|
|
953
|
+
return new Singleton(this$0.i20_1, this$0.j20_1, this$0.k20_1, this$0.l20_1, this$0.o20_1, this$0.m20_1, this$0.n20_1);
|
|
954
954
|
};
|
|
955
955
|
}
|
|
956
956
|
function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
|
|
957
957
|
refMaker = refMaker === VOID ? null : refMaker;
|
|
958
958
|
sync = sync === VOID ? true : sync;
|
|
959
|
-
this.
|
|
960
|
-
this.
|
|
961
|
-
this.
|
|
962
|
-
this.
|
|
963
|
-
this.
|
|
964
|
-
this.
|
|
959
|
+
this.i20_1 = scope;
|
|
960
|
+
this.j20_1 = contextType;
|
|
961
|
+
this.k20_1 = explicitContext;
|
|
962
|
+
this.l20_1 = createdType;
|
|
963
|
+
this.m20_1 = sync;
|
|
964
|
+
this.n20_1 = creator;
|
|
965
965
|
var tmp = this;
|
|
966
|
-
tmp.
|
|
967
|
-
this.
|
|
966
|
+
tmp.o20_1 = refMaker == null ? SingletonReference_instance : refMaker;
|
|
967
|
+
this.p20_1 = new ScopeKey(new Object(), Unit_instance);
|
|
968
968
|
var tmp_0 = this;
|
|
969
969
|
var tmp_1 = Companion_instance_1;
|
|
970
|
-
tmp_0.
|
|
970
|
+
tmp_0.q20_1 = tmp_1.o1z(Singleton$copier$lambda(this));
|
|
971
971
|
}
|
|
972
|
-
protoOf(Singleton).
|
|
973
|
-
return this.
|
|
972
|
+
protoOf(Singleton).e1y = function () {
|
|
973
|
+
return this.i20_1;
|
|
974
974
|
};
|
|
975
|
-
protoOf(Singleton).
|
|
976
|
-
return this.
|
|
975
|
+
protoOf(Singleton).c1y = function () {
|
|
976
|
+
return this.j20_1;
|
|
977
977
|
};
|
|
978
|
-
protoOf(Singleton).
|
|
979
|
-
return this.
|
|
978
|
+
protoOf(Singleton).s1z = function () {
|
|
979
|
+
return this.l20_1;
|
|
980
980
|
};
|
|
981
|
-
protoOf(Singleton).
|
|
981
|
+
protoOf(Singleton).p1z = function () {
|
|
982
982
|
var params = ArrayList_init_$Create$_0(2);
|
|
983
|
-
if (!equals(this.
|
|
984
|
-
params.j('ref = ' + erasedOf(this.
|
|
983
|
+
if (!equals(this.o20_1, SingletonReference_instance)) {
|
|
984
|
+
params.j('ref = ' + erasedOf(this.o20_1).m1w());
|
|
985
985
|
}
|
|
986
986
|
return factoryName(this, params);
|
|
987
987
|
};
|
|
988
|
-
protoOf(Singleton).
|
|
988
|
+
protoOf(Singleton).q1z = function () {
|
|
989
989
|
var params = ArrayList_init_$Create$_0(2);
|
|
990
|
-
if (!equals(this.
|
|
991
|
-
params.j('ref = ' + erasedOf(this.
|
|
990
|
+
if (!equals(this.o20_1, SingletonReference_instance)) {
|
|
991
|
+
params.j('ref = ' + erasedOf(this.o20_1).o1w());
|
|
992
992
|
}
|
|
993
993
|
return factoryName(this, params);
|
|
994
994
|
};
|
|
995
|
-
protoOf(Singleton).
|
|
995
|
+
protoOf(Singleton).r20 = function (key, di) {
|
|
996
996
|
var lateInitRegistry = {_v: null};
|
|
997
|
-
var bindingDi = this.
|
|
997
|
+
var bindingDi = this.k20_1 ? di : di.s20();
|
|
998
998
|
return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
|
|
999
999
|
};
|
|
1000
|
-
protoOf(Singleton).
|
|
1001
|
-
return this.
|
|
1000
|
+
protoOf(Singleton).u1z = function (key, di) {
|
|
1001
|
+
return this.r20(key, di);
|
|
1002
1002
|
};
|
|
1003
1003
|
function Provider$getFactory$lambda(this$0, $di) {
|
|
1004
1004
|
return function (_unused_var__etf5q3) {
|
|
1005
|
-
return this$0.
|
|
1005
|
+
return this$0.v20_1(new NoArgBindingDIWrap($di));
|
|
1006
1006
|
};
|
|
1007
1007
|
}
|
|
1008
1008
|
function Provider(contextType, createdType, creator) {
|
|
1009
|
-
this.
|
|
1010
|
-
this.
|
|
1011
|
-
this.
|
|
1009
|
+
this.t20_1 = contextType;
|
|
1010
|
+
this.u20_1 = createdType;
|
|
1011
|
+
this.v20_1 = creator;
|
|
1012
1012
|
}
|
|
1013
|
-
protoOf(Provider).
|
|
1014
|
-
return this.
|
|
1013
|
+
protoOf(Provider).c1y = function () {
|
|
1014
|
+
return this.t20_1;
|
|
1015
1015
|
};
|
|
1016
|
-
protoOf(Provider).
|
|
1017
|
-
return this.
|
|
1016
|
+
protoOf(Provider).s1z = function () {
|
|
1017
|
+
return this.u20_1;
|
|
1018
1018
|
};
|
|
1019
|
-
protoOf(Provider).
|
|
1019
|
+
protoOf(Provider).p1z = function () {
|
|
1020
1020
|
return 'provider';
|
|
1021
1021
|
};
|
|
1022
|
-
protoOf(Provider).
|
|
1022
|
+
protoOf(Provider).r20 = function (key, di) {
|
|
1023
1023
|
return Provider$getFactory$lambda(this, di);
|
|
1024
1024
|
};
|
|
1025
|
-
protoOf(Provider).
|
|
1026
|
-
return this.
|
|
1025
|
+
protoOf(Provider).u1z = function (key, di) {
|
|
1026
|
+
return this.r20(key, di);
|
|
1027
1027
|
};
|
|
1028
1028
|
function ScopeKey(scopeId, arg) {
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1029
|
+
this.w20_1 = scopeId;
|
|
1030
|
+
this.x20_1 = arg;
|
|
1031
1031
|
}
|
|
1032
1032
|
protoOf(ScopeKey).toString = function () {
|
|
1033
|
-
return 'ScopeKey(scopeId=' + toString_0(this.
|
|
1033
|
+
return 'ScopeKey(scopeId=' + toString_0(this.w20_1) + ', arg=' + toString(this.x20_1) + ')';
|
|
1034
1034
|
};
|
|
1035
1035
|
protoOf(ScopeKey).hashCode = function () {
|
|
1036
|
-
var result = hashCode(this.
|
|
1037
|
-
result = imul(result, 31) + (this.
|
|
1036
|
+
var result = hashCode(this.w20_1);
|
|
1037
|
+
result = imul(result, 31) + (this.x20_1 == null ? 0 : hashCode(this.x20_1)) | 0;
|
|
1038
1038
|
return result;
|
|
1039
1039
|
};
|
|
1040
1040
|
protoOf(ScopeKey).equals = function (other) {
|
|
@@ -1043,67 +1043,67 @@
|
|
|
1043
1043
|
if (!(other instanceof ScopeKey))
|
|
1044
1044
|
return false;
|
|
1045
1045
|
var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
|
|
1046
|
-
if (!equals(this.
|
|
1046
|
+
if (!equals(this.w20_1, tmp0_other_with_cast.w20_1))
|
|
1047
1047
|
return false;
|
|
1048
|
-
if (!equals(this.
|
|
1048
|
+
if (!equals(this.x20_1, tmp0_other_with_cast.x20_1))
|
|
1049
1049
|
return false;
|
|
1050
1050
|
return true;
|
|
1051
1051
|
};
|
|
1052
1052
|
function DIMainBuilderImpl(allowSilentOverride) {
|
|
1053
1053
|
DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1054
|
+
this.d21_1 = ArrayList_init_$Create$();
|
|
1055
|
+
this.e21_1 = Companion_instance.f1y_1;
|
|
1056
|
+
this.f21_1 = Companion_instance.g1y_1;
|
|
1057
1057
|
}
|
|
1058
|
-
protoOf(DIMainBuilderImpl).
|
|
1059
|
-
return this.
|
|
1058
|
+
protoOf(DIMainBuilderImpl).z1y = function () {
|
|
1059
|
+
return this.d21_1;
|
|
1060
1060
|
};
|
|
1061
|
-
protoOf(DIMainBuilderImpl).
|
|
1062
|
-
return this.
|
|
1061
|
+
protoOf(DIMainBuilderImpl).g21 = function () {
|
|
1062
|
+
return this.e21_1;
|
|
1063
1063
|
};
|
|
1064
|
-
protoOf(DIMainBuilderImpl).
|
|
1065
|
-
return this.
|
|
1064
|
+
protoOf(DIMainBuilderImpl).h21 = function () {
|
|
1065
|
+
return this.f21_1;
|
|
1066
1066
|
};
|
|
1067
1067
|
function TypeBinder($outer, type, tag, overrides) {
|
|
1068
|
-
this.
|
|
1069
|
-
this.
|
|
1070
|
-
this.
|
|
1071
|
-
this.
|
|
1068
|
+
this.q21_1 = $outer;
|
|
1069
|
+
this.n21_1 = type;
|
|
1070
|
+
this.o21_1 = tag;
|
|
1071
|
+
this.p21_1 = overrides;
|
|
1072
1072
|
}
|
|
1073
|
-
protoOf(TypeBinder).
|
|
1074
|
-
return this.
|
|
1073
|
+
protoOf(TypeBinder).r21 = function () {
|
|
1074
|
+
return this.q21_1.y1x();
|
|
1075
1075
|
};
|
|
1076
|
-
protoOf(TypeBinder).
|
|
1077
|
-
return this.
|
|
1076
|
+
protoOf(TypeBinder).s21 = function (binding) {
|
|
1077
|
+
return this.r21().x21(new Key(binding.c1y(), binding.r1z(), this.n21_1, this.o21_1), binding, this.q21_1.i21_1, this.p21_1);
|
|
1078
1078
|
};
|
|
1079
1079
|
function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
|
|
1080
|
-
this.
|
|
1081
|
-
this.
|
|
1082
|
-
this.
|
|
1083
|
-
this.
|
|
1084
|
-
this.
|
|
1080
|
+
this.i21_1 = moduleName;
|
|
1081
|
+
this.j21_1 = prefix;
|
|
1082
|
+
this.k21_1 = importedModules;
|
|
1083
|
+
this.l21_1 = containerBuilder;
|
|
1084
|
+
this.m21_1 = Companion_getInstance().l1w_1;
|
|
1085
1085
|
}
|
|
1086
|
-
protoOf(DIBuilderImpl).u1x = function () {
|
|
1087
|
-
return this.h21_1;
|
|
1088
|
-
};
|
|
1089
1086
|
protoOf(DIBuilderImpl).y1x = function () {
|
|
1090
|
-
return this.
|
|
1087
|
+
return this.l21_1;
|
|
1088
|
+
};
|
|
1089
|
+
protoOf(DIBuilderImpl).c1y = function () {
|
|
1090
|
+
return this.m21_1;
|
|
1091
1091
|
};
|
|
1092
|
-
protoOf(DIBuilderImpl).
|
|
1092
|
+
protoOf(DIBuilderImpl).e1y = function () {
|
|
1093
1093
|
return new NoScope();
|
|
1094
1094
|
};
|
|
1095
|
-
protoOf(DIBuilderImpl).
|
|
1095
|
+
protoOf(DIBuilderImpl).d1y = function () {
|
|
1096
1096
|
return false;
|
|
1097
1097
|
};
|
|
1098
|
-
protoOf(DIBuilderImpl).
|
|
1098
|
+
protoOf(DIBuilderImpl).z1x = function (type, tag, overrides) {
|
|
1099
1099
|
return new TypeBinder(this, type, tag, overrides);
|
|
1100
1100
|
};
|
|
1101
|
-
protoOf(DIBuilderImpl).
|
|
1102
|
-
var moduleName = this.
|
|
1101
|
+
protoOf(DIBuilderImpl).a1y = function (module_0, allowOverride) {
|
|
1102
|
+
var moduleName = this.j21_1 + module_0.i2();
|
|
1103
1103
|
var tmp;
|
|
1104
1104
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
1105
1105
|
if (charSequenceLength(moduleName) > 0) {
|
|
1106
|
-
tmp = this.
|
|
1106
|
+
tmp = this.k21_1.o1(moduleName);
|
|
1107
1107
|
} else {
|
|
1108
1108
|
tmp = false;
|
|
1109
1109
|
}
|
|
@@ -1111,19 +1111,19 @@
|
|
|
1111
1111
|
throw IllegalStateException_init_$Create$('Module "' + moduleName + '" has already been imported!');
|
|
1112
1112
|
}
|
|
1113
1113
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1114
|
-
this.
|
|
1115
|
-
var tmp0 = new DIBuilderImpl(moduleName, this.
|
|
1114
|
+
this.k21_1.j(moduleName);
|
|
1115
|
+
var tmp0 = new DIBuilderImpl(moduleName, this.j21_1 + module_0.r1x_1, this.k21_1, this.y1x().y21(allowOverride, module_0.q1x_1));
|
|
1116
1116
|
// Inline function 'kotlin.apply' call
|
|
1117
|
-
module_0.
|
|
1117
|
+
module_0.s1x_1(tmp0);
|
|
1118
1118
|
};
|
|
1119
1119
|
function DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT() {
|
|
1120
1120
|
OverrideMode.call(this, 'ALLOW_SILENT', 0);
|
|
1121
1121
|
OverrideMode_ALLOW_SILENT_instance = this;
|
|
1122
1122
|
}
|
|
1123
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1123
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).b22 = function () {
|
|
1124
1124
|
return true;
|
|
1125
1125
|
};
|
|
1126
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).
|
|
1126
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT).c22 = function (overrides) {
|
|
1127
1127
|
return overrides;
|
|
1128
1128
|
};
|
|
1129
1129
|
var OverrideMode_ALLOW_SILENT_instance;
|
|
@@ -1131,10 +1131,10 @@
|
|
|
1131
1131
|
OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
|
|
1132
1132
|
OverrideMode_ALLOW_EXPLICIT_instance = this;
|
|
1133
1133
|
}
|
|
1134
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1134
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).b22 = function () {
|
|
1135
1135
|
return true;
|
|
1136
1136
|
};
|
|
1137
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).
|
|
1137
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT).c22 = function (overrides) {
|
|
1138
1138
|
return overrides == null ? false : overrides;
|
|
1139
1139
|
};
|
|
1140
1140
|
var OverrideMode_ALLOW_EXPLICIT_instance;
|
|
@@ -1142,10 +1142,10 @@
|
|
|
1142
1142
|
OverrideMode.call(this, 'FORBID', 2);
|
|
1143
1143
|
OverrideMode_FORBID_instance = this;
|
|
1144
1144
|
}
|
|
1145
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1145
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).b22 = function () {
|
|
1146
1146
|
return false;
|
|
1147
1147
|
};
|
|
1148
|
-
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).
|
|
1148
|
+
protoOf(DIContainerBuilderImpl$OverrideMode$FORBID).c22 = function (overrides) {
|
|
1149
1149
|
var tmp;
|
|
1150
1150
|
if (!(overrides == null) && overrides) {
|
|
1151
1151
|
throw new OverridingException('Overriding has been forbidden');
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
var OverrideMode_FORBID_instance;
|
|
1158
1158
|
function Companion_2() {
|
|
1159
1159
|
}
|
|
1160
|
-
protoOf(Companion_2).
|
|
1160
|
+
protoOf(Companion_2).h22 = function (allow, silent) {
|
|
1161
1161
|
if (!allow)
|
|
1162
1162
|
return OverrideMode_FORBID_getInstance();
|
|
1163
1163
|
if (silent)
|
|
@@ -1181,13 +1181,13 @@
|
|
|
1181
1181
|
Enum.call(this, name, ordinal);
|
|
1182
1182
|
}
|
|
1183
1183
|
function checkOverrides($this, key, overrides) {
|
|
1184
|
-
var mustOverride = $this.
|
|
1184
|
+
var mustOverride = $this.w21_1.c22(overrides);
|
|
1185
1185
|
if (!(mustOverride == null)) {
|
|
1186
1186
|
var tmp;
|
|
1187
1187
|
if (mustOverride) {
|
|
1188
1188
|
// Inline function 'kotlin.collections.contains' call
|
|
1189
1189
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1190
|
-
var this_0 = $this.
|
|
1190
|
+
var this_0 = $this.t21_1;
|
|
1191
1191
|
tmp = !(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).w1(key);
|
|
1192
1192
|
} else {
|
|
1193
1193
|
tmp = false;
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
if (!mustOverride) {
|
|
1199
1199
|
// Inline function 'kotlin.collections.contains' call
|
|
1200
1200
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1201
|
-
var this_1 = $this.
|
|
1201
|
+
var this_1 = $this.t21_1;
|
|
1202
1202
|
tmp_0 = (isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).w1(key);
|
|
1203
1203
|
} else {
|
|
1204
1204
|
tmp_0 = false;
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
1210
|
function checkMatch($this, allowOverride) {
|
|
1211
|
-
if (!$this.
|
|
1211
|
+
if (!$this.w21_1.b22() && allowOverride)
|
|
1212
1212
|
throw new OverridingException('Overriding has been forbidden');
|
|
1213
1213
|
}
|
|
1214
1214
|
function OverrideMode_ALLOW_SILENT_getInstance() {
|
|
@@ -1224,15 +1224,15 @@
|
|
|
1224
1224
|
return OverrideMode_FORBID_instance;
|
|
1225
1225
|
}
|
|
1226
1226
|
function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
|
|
1227
|
-
this.
|
|
1228
|
-
this.
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1227
|
+
this.t21_1 = bindingsMap;
|
|
1228
|
+
this.u21_1 = callbacks;
|
|
1229
|
+
this.v21_1 = translators;
|
|
1230
|
+
this.w21_1 = Companion_instance_2.h22(allowOverride, silentOverride);
|
|
1231
1231
|
}
|
|
1232
|
-
protoOf(DIContainerBuilderImpl).
|
|
1232
|
+
protoOf(DIContainerBuilderImpl).x21 = function (key, binding, fromModule, overrides) {
|
|
1233
1233
|
checkOverrides(this, key, overrides);
|
|
1234
1234
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1235
|
-
var this_0 = this.
|
|
1235
|
+
var this_0 = this.t21_1;
|
|
1236
1236
|
var value = this_0.y1(key);
|
|
1237
1237
|
var tmp;
|
|
1238
1238
|
if (value == null) {
|
|
@@ -1245,13 +1245,13 @@
|
|
|
1245
1245
|
var bindings = tmp;
|
|
1246
1246
|
bindings.e2(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
|
|
1247
1247
|
};
|
|
1248
|
-
protoOf(DIContainerBuilderImpl).
|
|
1248
|
+
protoOf(DIContainerBuilderImpl).y21 = function (allowOverride, silentOverride) {
|
|
1249
1249
|
checkMatch(this, allowOverride);
|
|
1250
|
-
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.
|
|
1250
|
+
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.t21_1, this.u21_1, this.v21_1);
|
|
1251
1251
|
};
|
|
1252
1252
|
function displayString($this, key, overrideLevel) {
|
|
1253
1253
|
var tmp;
|
|
1254
|
-
if ($this.
|
|
1254
|
+
if ($this.n22_1) {
|
|
1255
1255
|
var tmp_0 = KProperty0;
|
|
1256
1256
|
tmp = getPropertyCallableRef('bindFullDescription', 0, tmp_0, DI$Key$_get_bindFullDescription_$ref_x9pxcc_0(key), null);
|
|
1257
1257
|
} else {
|
|
@@ -1270,14 +1270,14 @@
|
|
|
1270
1270
|
$l$1: do {
|
|
1271
1271
|
$l$0: do {
|
|
1272
1272
|
var tmp;
|
|
1273
|
-
if (node_0.
|
|
1274
|
-
tmp = plus(listOf(displayString($this_0, node_0.
|
|
1273
|
+
if (node_0.m22_1 == null || (firstKey_0.equals(node_0.k22_1) && firstOverrideLevel_0 === node_0.l22_1)) {
|
|
1274
|
+
tmp = plus(listOf(displayString($this_0, node_0.k22_1, node_0.l22_1)), tail_0);
|
|
1275
1275
|
} else {
|
|
1276
1276
|
var tmp0 = $this_0;
|
|
1277
|
-
var tmp1 = node_0.
|
|
1277
|
+
var tmp1 = node_0.m22_1;
|
|
1278
1278
|
var tmp2 = firstKey_0;
|
|
1279
1279
|
var tmp3 = firstOverrideLevel_0;
|
|
1280
|
-
var tmp4 = plus(listOf(displayString($this_0, node_0.
|
|
1280
|
+
var tmp4 = plus(listOf(displayString($this_0, node_0.k22_1, node_0.l22_1)), tail_0);
|
|
1281
1281
|
$this_0 = tmp0;
|
|
1282
1282
|
node_0 = tmp1;
|
|
1283
1283
|
firstKey_0 = tmp2;
|
|
@@ -1299,13 +1299,13 @@
|
|
|
1299
1299
|
$l$1: do {
|
|
1300
1300
|
$l$0: do {
|
|
1301
1301
|
var tmp;
|
|
1302
|
-
if (node_0.
|
|
1302
|
+
if (node_0.k22_1.equals(searchedKey_0) && node_0.l22_1 === searchedOverrideLevel_0) {
|
|
1303
1303
|
tmp = false;
|
|
1304
|
-
} else if (node_0.
|
|
1304
|
+
} else if (node_0.m22_1 == null) {
|
|
1305
1305
|
tmp = true;
|
|
1306
1306
|
} else {
|
|
1307
1307
|
var tmp0 = $this_0;
|
|
1308
|
-
var tmp1 = node_0.
|
|
1308
|
+
var tmp1 = node_0.m22_1;
|
|
1309
1309
|
var tmp2 = searchedKey_0;
|
|
1310
1310
|
var tmp3 = searchedOverrideLevel_0;
|
|
1311
1311
|
$this_0 = tmp0;
|
|
@@ -1322,23 +1322,23 @@
|
|
|
1322
1322
|
}
|
|
1323
1323
|
function DI$Key$_get_bindFullDescription_$ref_x9pxcc_0(p0) {
|
|
1324
1324
|
return function () {
|
|
1325
|
-
return p0.
|
|
1325
|
+
return p0.o1x();
|
|
1326
1326
|
};
|
|
1327
1327
|
}
|
|
1328
1328
|
function DI$Key$_get_bindDescription_$ref_ua6e71_0(p0) {
|
|
1329
1329
|
return function () {
|
|
1330
|
-
return p0.
|
|
1330
|
+
return p0.m1x();
|
|
1331
1331
|
};
|
|
1332
1332
|
}
|
|
1333
1333
|
function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
|
|
1334
|
-
DIContainerImpl.call($this, new DITreeImpl(builder.
|
|
1334
|
+
DIContainerImpl.call($this, new DITreeImpl(builder.t21_1, externalSources, builder.v21_1), null, fullDescriptionOnError, fullContainerTreeOnError);
|
|
1335
1335
|
var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
|
|
1336
1336
|
if (runCallbacks)
|
|
1337
1337
|
init();
|
|
1338
1338
|
else {
|
|
1339
1339
|
var lock = new Object();
|
|
1340
1340
|
var tmp = $this;
|
|
1341
|
-
tmp.
|
|
1341
|
+
tmp.s22_1 = DIContainerImpl$_init_$lambda_r6ib3j_0(lock, $this, init);
|
|
1342
1342
|
}
|
|
1343
1343
|
return $this;
|
|
1344
1344
|
}
|
|
@@ -1346,14 +1346,14 @@
|
|
|
1346
1346
|
return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, objectCreate(protoOf(DIContainerImpl)));
|
|
1347
1347
|
}
|
|
1348
1348
|
function Node(key, overrideLevel, parent, fullDescriptionOnError) {
|
|
1349
|
-
this.
|
|
1350
|
-
this.
|
|
1351
|
-
this.
|
|
1352
|
-
this.
|
|
1349
|
+
this.k22_1 = key;
|
|
1350
|
+
this.l22_1 = overrideLevel;
|
|
1351
|
+
this.m22_1 = parent;
|
|
1352
|
+
this.n22_1 = fullDescriptionOnError;
|
|
1353
1353
|
}
|
|
1354
|
-
protoOf(Node).
|
|
1354
|
+
protoOf(Node).t22 = function (searchedKey, searchedOverrideLevel) {
|
|
1355
1355
|
if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
|
|
1356
|
-
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.
|
|
1356
|
+
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.l22_1));
|
|
1357
1357
|
var sb = StringBuilder_init_$Create$();
|
|
1358
1358
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
1359
1359
|
var index = 0;
|
|
@@ -1387,14 +1387,14 @@
|
|
|
1387
1387
|
}
|
|
1388
1388
|
};
|
|
1389
1389
|
function bindingDI($this, key, context, tree, overrideLevel) {
|
|
1390
|
-
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.
|
|
1390
|
+
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.p22_1, $this.q22_1), $this.q22_1, $this.r22_1);
|
|
1391
1391
|
return new BindingDIImpl(createDirectDI(container, context), key, overrideLevel);
|
|
1392
1392
|
}
|
|
1393
1393
|
function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
|
|
1394
1394
|
return function () {
|
|
1395
1395
|
var direct = createDirectDI(this$0, get_AnyDIContext());
|
|
1396
1396
|
// Inline function 'kotlin.collections.forEach' call
|
|
1397
|
-
var _iterator__ex2g4s = $builder.
|
|
1397
|
+
var _iterator__ex2g4s = $builder.u21_1.l();
|
|
1398
1398
|
while (_iterator__ex2g4s.m()) {
|
|
1399
1399
|
var element = _iterator__ex2g4s.n();
|
|
1400
1400
|
element(direct);
|
|
@@ -1407,13 +1407,13 @@
|
|
|
1407
1407
|
var tmp0 = $lock;
|
|
1408
1408
|
$l$block_3: {
|
|
1409
1409
|
// Inline function 'org.kodein.di.internal.synchronizedIfNotNull' call
|
|
1410
|
-
if (this$0.
|
|
1410
|
+
if (this$0.s22_1 == null) {
|
|
1411
1411
|
break $l$block_3;
|
|
1412
1412
|
}
|
|
1413
1413
|
// Inline function 'org.kodein.di.internal.maySynchronized' call
|
|
1414
1414
|
if (tmp0 == null) {
|
|
1415
1415
|
$l$block_0: {
|
|
1416
|
-
var tmp0_elvis_lhs = this$0.
|
|
1416
|
+
var tmp0_elvis_lhs = this$0.s22_1;
|
|
1417
1417
|
var tmp;
|
|
1418
1418
|
if (tmp0_elvis_lhs == null) {
|
|
1419
1419
|
break $l$block_0;
|
|
@@ -1421,14 +1421,14 @@
|
|
|
1421
1421
|
tmp = tmp0_elvis_lhs;
|
|
1422
1422
|
}
|
|
1423
1423
|
var value = tmp;
|
|
1424
|
-
this$0.
|
|
1424
|
+
this$0.s22_1 = null;
|
|
1425
1425
|
$init();
|
|
1426
1426
|
break $l$block_3;
|
|
1427
1427
|
}
|
|
1428
1428
|
} else {
|
|
1429
1429
|
// Inline function 'kotlinx.atomicfu.locks.synchronized' call
|
|
1430
1430
|
$l$block_2: {
|
|
1431
|
-
var tmp0_elvis_lhs_0 = this$0.
|
|
1431
|
+
var tmp0_elvis_lhs_0 = this$0.s22_1;
|
|
1432
1432
|
var tmp_0;
|
|
1433
1433
|
if (tmp0_elvis_lhs_0 == null) {
|
|
1434
1434
|
break $l$block_2;
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
tmp_0 = tmp0_elvis_lhs_0;
|
|
1437
1437
|
}
|
|
1438
1438
|
var value_0 = tmp_0;
|
|
1439
|
-
this$0.
|
|
1439
|
+
this$0.s22_1 = null;
|
|
1440
1440
|
$init();
|
|
1441
1441
|
break $l$block_3;
|
|
1442
1442
|
}
|
|
@@ -1447,12 +1447,12 @@
|
|
|
1447
1447
|
}
|
|
1448
1448
|
function DI$Key$_get_fullDescription_$ref_ncsvgx(p0) {
|
|
1449
1449
|
return function () {
|
|
1450
|
-
return p0.
|
|
1450
|
+
return p0.p1x();
|
|
1451
1451
|
};
|
|
1452
1452
|
}
|
|
1453
1453
|
function DI$Key$_get_description_$ref_pfaykg(p0) {
|
|
1454
1454
|
return function () {
|
|
1455
|
-
return p0.
|
|
1455
|
+
return p0.n1x();
|
|
1456
1456
|
};
|
|
1457
1457
|
}
|
|
1458
1458
|
function DIContainerImpl$factory$lambda(_this__u8e3s4, it) {
|
|
@@ -1462,55 +1462,55 @@
|
|
|
1462
1462
|
return description(_this__u8e3s4, it);
|
|
1463
1463
|
}
|
|
1464
1464
|
function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
|
|
1465
|
-
this.
|
|
1466
|
-
this.
|
|
1467
|
-
this.
|
|
1468
|
-
this.
|
|
1469
|
-
this.
|
|
1470
|
-
}
|
|
1471
|
-
protoOf(DIContainerImpl).
|
|
1472
|
-
var result = this.
|
|
1465
|
+
this.o22_1 = tree;
|
|
1466
|
+
this.p22_1 = node;
|
|
1467
|
+
this.q22_1 = fullDescriptionOnError;
|
|
1468
|
+
this.r22_1 = fullContainerTreeOnError;
|
|
1469
|
+
this.s22_1 = null;
|
|
1470
|
+
}
|
|
1471
|
+
protoOf(DIContainerImpl).v1y = function (key, context, overrideLevel) {
|
|
1472
|
+
var result = this.o22_1.b1z(key, overrideLevel);
|
|
1473
1473
|
if (result.o() === 1) {
|
|
1474
1474
|
var _destruct__k2r9zo = result.p(0);
|
|
1475
1475
|
var definition = _destruct__k2r9zo.tc();
|
|
1476
1476
|
var translator = _destruct__k2r9zo.fi();
|
|
1477
|
-
var tmp0_safe_receiver = this.
|
|
1477
|
+
var tmp0_safe_receiver = this.p22_1;
|
|
1478
1478
|
if (tmp0_safe_receiver == null)
|
|
1479
1479
|
null;
|
|
1480
1480
|
else {
|
|
1481
|
-
tmp0_safe_receiver.
|
|
1481
|
+
tmp0_safe_receiver.t22(key, overrideLevel);
|
|
1482
1482
|
}
|
|
1483
|
-
var tmp = Companion_instance_0.
|
|
1483
|
+
var tmp = Companion_instance_0.p1y(key.h1x_1, context);
|
|
1484
1484
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1485
1485
|
var tmp2_elvis_lhs = translator == null ? null : toKContext(translator, createDirectDI(this, originalContext), context);
|
|
1486
1486
|
var kContext = tmp2_elvis_lhs == null ? originalContext : tmp2_elvis_lhs;
|
|
1487
1487
|
if (!(key instanceof Key))
|
|
1488
1488
|
THROW_CCE();
|
|
1489
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1490
|
-
return definition.
|
|
1489
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.e1x_1, overrideLevel);
|
|
1490
|
+
return definition.f1x_1.u1z(key, bindingDI_0);
|
|
1491
1491
|
}
|
|
1492
|
-
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.
|
|
1492
|
+
var bindingDI_1 = bindingDI(this, key, Companion_instance_0.p1y(key.h1x_1, context), this.o22_1, overrideLevel);
|
|
1493
1493
|
// Inline function 'kotlin.collections.forEach' call
|
|
1494
|
-
var _iterator__ex2g4s = this.
|
|
1494
|
+
var _iterator__ex2g4s = this.o22_1.z1y().l();
|
|
1495
1495
|
while (_iterator__ex2g4s.m()) {
|
|
1496
1496
|
var element = _iterator__ex2g4s.n();
|
|
1497
|
-
var tmp0_safe_receiver_0 = element.
|
|
1497
|
+
var tmp0_safe_receiver_0 = element.u22(bindingDI_1, key);
|
|
1498
1498
|
if (tmp0_safe_receiver_0 == null)
|
|
1499
1499
|
null;
|
|
1500
1500
|
else {
|
|
1501
1501
|
// Inline function 'kotlin.let' call
|
|
1502
|
-
var tmp0_safe_receiver_1 = this.
|
|
1502
|
+
var tmp0_safe_receiver_1 = this.p22_1;
|
|
1503
1503
|
if (tmp0_safe_receiver_1 == null)
|
|
1504
1504
|
null;
|
|
1505
1505
|
else {
|
|
1506
|
-
tmp0_safe_receiver_1.
|
|
1506
|
+
tmp0_safe_receiver_1.t22(key, overrideLevel);
|
|
1507
1507
|
}
|
|
1508
1508
|
return typeof tmp0_safe_receiver_0 === 'function' ? tmp0_safe_receiver_0 : THROW_CCE();
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
1511
|
var withOverrides = !(overrideLevel === 0);
|
|
1512
1512
|
var tmp_0;
|
|
1513
|
-
if (this.
|
|
1513
|
+
if (this.q22_1) {
|
|
1514
1514
|
var tmp_1 = KProperty0;
|
|
1515
1515
|
tmp_0 = getPropertyCallableRef('fullDescription', 0, tmp_1, DI$Key$_get_fullDescription_$ref_ncsvgx(key), null);
|
|
1516
1516
|
} else {
|
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
}
|
|
1520
1520
|
var descProp = tmp_0;
|
|
1521
1521
|
var tmp_3;
|
|
1522
|
-
if (this.
|
|
1522
|
+
if (this.q22_1) {
|
|
1523
1523
|
tmp_3 = DIContainerImpl$factory$lambda;
|
|
1524
1524
|
} else {
|
|
1525
1525
|
tmp_3 = DIContainerImpl$factory$lambda_0;
|
|
@@ -1530,10 +1530,10 @@
|
|
|
1530
1530
|
// Inline function 'kotlin.apply' call
|
|
1531
1531
|
var this_0 = StringBuilder_init_$Create$();
|
|
1532
1532
|
this_0.q7('No binding found for ' + descProp.get());
|
|
1533
|
-
if (this.
|
|
1533
|
+
if (this.r22_1) {
|
|
1534
1534
|
// Inline function 'kotlin.text.appendLine' call
|
|
1535
1535
|
this_0.r7(_Char___init__impl__6a9atx(10));
|
|
1536
|
-
var forType = this.
|
|
1536
|
+
var forType = this.o22_1.c1z(new SearchSpecs(VOID, VOID, key.j1x_1));
|
|
1537
1537
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1538
1538
|
if (!forType.r()) {
|
|
1539
1539
|
// Inline function 'kotlin.collections.associate' call
|
|
@@ -1549,7 +1549,7 @@
|
|
|
1549
1549
|
}
|
|
1550
1550
|
this_0.q7('Available bindings for this type:\n' + descFun(destination, withOverrides));
|
|
1551
1551
|
}
|
|
1552
|
-
this_0.q7('Registered in this DI container:\n' + descFun(this.
|
|
1552
|
+
this_0.q7('Registered in this DI container:\n' + descFun(this.o22_1.y1y(), withOverrides));
|
|
1553
1553
|
}
|
|
1554
1554
|
var description = this_0.toString();
|
|
1555
1555
|
throw new NotFoundException(key, description);
|
|
@@ -1562,12 +1562,12 @@
|
|
|
1562
1562
|
while (_iterator__ex2g4s_1.m()) {
|
|
1563
1563
|
var element_1 = _iterator__ex2g4s_1.n();
|
|
1564
1564
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1565
|
-
var pair_0 = to(element_1.ci_1, ensureNotNull(this.
|
|
1565
|
+
var pair_0 = to(element_1.ci_1, ensureNotNull(this.o22_1.d1z(element_1.ci_1)).di_1);
|
|
1566
1566
|
destination_0.b2(pair_0.qc_1, pair_0.rc_1);
|
|
1567
1567
|
}
|
|
1568
1568
|
var potentials = destination_0;
|
|
1569
1569
|
// Inline function 'kotlin.collections.filter' call
|
|
1570
|
-
var tmp0 = this.
|
|
1570
|
+
var tmp0 = this.o22_1.y1y();
|
|
1571
1571
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1572
1572
|
var destination_1 = LinkedHashMap_init_$Create$();
|
|
1573
1573
|
// Inline function 'kotlin.collections.iterator' call
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
return this_0;
|
|
1591
1591
|
}
|
|
1592
1592
|
function DIImpl_init_$Init$(builder, runCallbacks, $this) {
|
|
1593
|
-
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.
|
|
1593
|
+
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.y1x(), builder.z1y(), builder.g21(), builder.h21(), runCallbacks));
|
|
1594
1594
|
return $this;
|
|
1595
1595
|
}
|
|
1596
1596
|
function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
|
|
@@ -1610,80 +1610,80 @@
|
|
|
1610
1610
|
function DIImpl$container$delegate$lambda(this$0) {
|
|
1611
1611
|
return function () {
|
|
1612
1612
|
var tmp;
|
|
1613
|
-
if (!(this$0.
|
|
1613
|
+
if (!(this$0.v22_1.s22_1 == null)) {
|
|
1614
1614
|
throw IllegalStateException_init_$Create$('DI has not been initialized');
|
|
1615
1615
|
}
|
|
1616
|
-
return this$0.
|
|
1616
|
+
return this$0.v22_1;
|
|
1617
1617
|
};
|
|
1618
1618
|
}
|
|
1619
1619
|
function DIImpl$_get_container_$ref_luzrb4() {
|
|
1620
1620
|
return function (p0) {
|
|
1621
|
-
return p0.
|
|
1621
|
+
return p0.k1y();
|
|
1622
1622
|
};
|
|
1623
1623
|
}
|
|
1624
1624
|
function DIImpl(_container) {
|
|
1625
|
-
this.
|
|
1625
|
+
this.v22_1 = _container;
|
|
1626
1626
|
var tmp = this;
|
|
1627
|
-
tmp.
|
|
1627
|
+
tmp.w22_1 = lazy(DIImpl$container$delegate$lambda(this));
|
|
1628
1628
|
}
|
|
1629
|
-
protoOf(DIImpl).
|
|
1630
|
-
var tmp0 = this.
|
|
1629
|
+
protoOf(DIImpl).k1y = function () {
|
|
1630
|
+
var tmp0 = this.w22_1;
|
|
1631
1631
|
var tmp = KProperty1;
|
|
1632
1632
|
// Inline function 'kotlin.getValue' call
|
|
1633
1633
|
getPropertyCallableRef('container', 1, tmp, DIImpl$_get_container_$ref_luzrb4(), null);
|
|
1634
1634
|
return tmp0.v1();
|
|
1635
1635
|
};
|
|
1636
1636
|
function BindingDIImpl(directDI, key, overrideLevel) {
|
|
1637
|
-
this.
|
|
1638
|
-
this.
|
|
1639
|
-
this.
|
|
1637
|
+
this.x22_1 = directDI;
|
|
1638
|
+
this.y22_1 = key;
|
|
1639
|
+
this.z22_1 = overrideLevel;
|
|
1640
1640
|
}
|
|
1641
|
-
protoOf(BindingDIImpl).
|
|
1642
|
-
return this.
|
|
1641
|
+
protoOf(BindingDIImpl).h1z = function () {
|
|
1642
|
+
return this.x22_1;
|
|
1643
1643
|
};
|
|
1644
1644
|
protoOf(BindingDIImpl).e8 = function () {
|
|
1645
|
-
var tmp = this.
|
|
1645
|
+
var tmp = this.h1z().j1y().l1y().v1();
|
|
1646
1646
|
return !(tmp == null) ? tmp : THROW_CCE();
|
|
1647
1647
|
};
|
|
1648
|
-
protoOf(BindingDIImpl).
|
|
1649
|
-
return new BindingDIImpl(this.
|
|
1648
|
+
protoOf(BindingDIImpl).s20 = function () {
|
|
1649
|
+
return new BindingDIImpl(this.h1z().f1z(ErasedContext_instance), this.y22_1, this.z22_1);
|
|
1650
1650
|
};
|
|
1651
|
-
protoOf(BindingDIImpl).
|
|
1652
|
-
return this.
|
|
1651
|
+
protoOf(BindingDIImpl).e1z = function () {
|
|
1652
|
+
return this.x22_1.e1z();
|
|
1653
1653
|
};
|
|
1654
|
-
protoOf(BindingDIImpl).
|
|
1655
|
-
return this.
|
|
1654
|
+
protoOf(BindingDIImpl).j1y = function () {
|
|
1655
|
+
return this.x22_1.j1y();
|
|
1656
1656
|
};
|
|
1657
|
-
protoOf(BindingDIImpl).
|
|
1658
|
-
return this.
|
|
1657
|
+
protoOf(BindingDIImpl).f1z = function (context) {
|
|
1658
|
+
return this.x22_1.f1z(context);
|
|
1659
1659
|
};
|
|
1660
|
-
protoOf(BindingDIImpl).
|
|
1661
|
-
return this.
|
|
1660
|
+
protoOf(BindingDIImpl).g1z = function (type, tag) {
|
|
1661
|
+
return this.x22_1.g1z(type, tag);
|
|
1662
1662
|
};
|
|
1663
1663
|
function findBySpecs($this, specs) {
|
|
1664
|
-
var bindSeq = asSequence($this.
|
|
1665
|
-
var specsBindType = specs.
|
|
1666
|
-
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().
|
|
1664
|
+
var bindSeq = asSequence($this.d23_1);
|
|
1665
|
+
var specsBindType = specs.k1z_1;
|
|
1666
|
+
if (!(specsBindType == null) && !equals(specsBindType, Companion_getInstance().l1w_1)) {
|
|
1667
1667
|
var tmp = bindSeq;
|
|
1668
1668
|
bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
|
|
1669
1669
|
}
|
|
1670
1670
|
var tmp_0 = bindSeq;
|
|
1671
1671
|
var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
|
|
1672
|
-
var specsContextType = specs.
|
|
1672
|
+
var specsContextType = specs.i1z_1;
|
|
1673
1673
|
if (!(specsContextType == null)) {
|
|
1674
1674
|
var tmp_1 = contextSeq;
|
|
1675
1675
|
contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
|
|
1676
1676
|
}
|
|
1677
1677
|
var tmp_2 = contextSeq;
|
|
1678
1678
|
var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
|
|
1679
|
-
var specsArgType = specs.
|
|
1679
|
+
var specsArgType = specs.j1z_1;
|
|
1680
1680
|
if (!(specsArgType == null)) {
|
|
1681
1681
|
var tmp_3 = argSeq;
|
|
1682
1682
|
argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
|
|
1683
1683
|
}
|
|
1684
1684
|
var tmp_4 = argSeq;
|
|
1685
1685
|
var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
|
|
1686
|
-
var specsTag = specs.
|
|
1686
|
+
var specsTag = specs.l1z_1;
|
|
1687
1687
|
if (!equals(specsTag, NoDefinedTag_instance)) {
|
|
1688
1688
|
var tmp_5 = tagSeq;
|
|
1689
1689
|
tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
|
|
@@ -1693,16 +1693,16 @@
|
|
|
1693
1693
|
return toList(resultSeq);
|
|
1694
1694
|
}
|
|
1695
1695
|
function notInMap($this, result, request) {
|
|
1696
|
-
var tmp = result.
|
|
1697
|
-
var tmp_0 = request.
|
|
1698
|
-
var tmp_1 = $this.
|
|
1696
|
+
var tmp = result.v1x();
|
|
1697
|
+
var tmp_0 = request.v1x();
|
|
1698
|
+
var tmp_1 = $this.c23_1.z1();
|
|
1699
1699
|
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));
|
|
1700
1700
|
}
|
|
1701
1701
|
function DITreeImpl$findBySpecs$lambda($specsBindType) {
|
|
1702
1702
|
return function (_destruct__k2r9zo) {
|
|
1703
1703
|
// Inline function 'kotlin.collections.component1' call
|
|
1704
1704
|
var bindType = _destruct__k2r9zo.u1();
|
|
1705
|
-
return bindType.
|
|
1705
|
+
return bindType.g23($specsBindType);
|
|
1706
1706
|
};
|
|
1707
1707
|
}
|
|
1708
1708
|
function DITreeImpl$findBySpecs$lambda_0(_destruct__k2r9zo) {
|
|
@@ -1718,17 +1718,17 @@
|
|
|
1718
1718
|
return function (triple) {
|
|
1719
1719
|
var contextType = triple.sc();
|
|
1720
1720
|
var tmp;
|
|
1721
|
-
if (contextType.
|
|
1721
|
+
if (contextType.g23($specsContextType)) {
|
|
1722
1722
|
tmp = triple;
|
|
1723
1723
|
} else {
|
|
1724
|
-
var tmp0 = this$0.
|
|
1724
|
+
var tmp0 = this$0.f23_1;
|
|
1725
1725
|
var tmp$ret$1;
|
|
1726
1726
|
$l$block: {
|
|
1727
1727
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
1728
1728
|
var _iterator__ex2g4s = tmp0.l();
|
|
1729
1729
|
while (_iterator__ex2g4s.m()) {
|
|
1730
1730
|
var element = _iterator__ex2g4s.n();
|
|
1731
|
-
if (element.
|
|
1731
|
+
if (element.c1y().u1w($specsContextType) && contextType.g23(element.y1z())) {
|
|
1732
1732
|
tmp$ret$1 = element;
|
|
1733
1733
|
break $l$block;
|
|
1734
1734
|
}
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
|
|
1756
1756
|
return function (_destruct__k2r9zo) {
|
|
1757
1757
|
var argType = _destruct__k2r9zo.sc();
|
|
1758
|
-
return argType.
|
|
1758
|
+
return argType.g23($specsArgType);
|
|
1759
1759
|
};
|
|
1760
1760
|
}
|
|
1761
1761
|
function DITreeImpl$findBySpecs$lambda_4(_destruct__k2r9zo) {
|
|
@@ -1781,14 +1781,14 @@
|
|
|
1781
1781
|
return to(key, translator);
|
|
1782
1782
|
}
|
|
1783
1783
|
function DITreeImpl$notInMap$lambda(it) {
|
|
1784
|
-
return it.
|
|
1784
|
+
return it.v1x();
|
|
1785
1785
|
}
|
|
1786
1786
|
function DITreeImpl(map, externalSources, registeredTranslators) {
|
|
1787
|
-
this.
|
|
1788
|
-
this.
|
|
1789
|
-
this.
|
|
1790
|
-
this.
|
|
1791
|
-
this.
|
|
1787
|
+
this.a23_1 = externalSources;
|
|
1788
|
+
this.b23_1 = registeredTranslators;
|
|
1789
|
+
this.c23_1 = newConcurrentMap();
|
|
1790
|
+
this.d23_1 = HashMap_init_$Create$();
|
|
1791
|
+
this.f23_1 = ArrayList_init_$Create$_1(this.b23_1);
|
|
1792
1792
|
// Inline function 'kotlin.collections.forEach' call
|
|
1793
1793
|
// Inline function 'kotlin.collections.iterator' call
|
|
1794
1794
|
var _iterator__ex2g4s = map.u().l();
|
|
@@ -1808,19 +1808,19 @@
|
|
|
1808
1808
|
if (item instanceof DIDefinition) {
|
|
1809
1809
|
tmp = item;
|
|
1810
1810
|
} else {
|
|
1811
|
-
tmp = new DIDefinition(item.
|
|
1811
|
+
tmp = new DIDefinition(item.f1x_1, item.g1x_1, this);
|
|
1812
1812
|
}
|
|
1813
1813
|
var tmp$ret$3 = tmp;
|
|
1814
1814
|
destination.j(tmp$ret$3);
|
|
1815
1815
|
}
|
|
1816
1816
|
var definitions = destination;
|
|
1817
|
-
var tmp0 = this.
|
|
1817
|
+
var tmp0 = this.c23_1;
|
|
1818
1818
|
// Inline function 'kotlin.collections.set' call
|
|
1819
1819
|
var value = new Triple(key, definitions, null);
|
|
1820
1820
|
tmp0.b2(key, value);
|
|
1821
|
-
var typeChecker = first(bindings).
|
|
1821
|
+
var typeChecker = first(bindings).f1x_1.t1z() ? new Down(key.j1x_1) : new Up(key.j1x_1);
|
|
1822
1822
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1823
|
-
var this_0 = this.
|
|
1823
|
+
var this_0 = this.d23_1;
|
|
1824
1824
|
var value_0 = this_0.y1(typeChecker);
|
|
1825
1825
|
var tmp_0;
|
|
1826
1826
|
if (value_0 == null) {
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
}
|
|
1833
1833
|
var contextTree = tmp_0;
|
|
1834
1834
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1835
|
-
var key_0 = new Down(key.
|
|
1835
|
+
var key_0 = new Down(key.h1x_1);
|
|
1836
1836
|
var value_1 = contextTree.y1(key_0);
|
|
1837
1837
|
var tmp_1;
|
|
1838
1838
|
if (value_1 == null) {
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
}
|
|
1845
1845
|
var argumentTree = tmp_1;
|
|
1846
1846
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1847
|
-
var key_1 = new Down(key.
|
|
1847
|
+
var key_1 = new Down(key.i1x_1);
|
|
1848
1848
|
var value_2 = argumentTree.y1(key_1);
|
|
1849
1849
|
var tmp_2;
|
|
1850
1850
|
if (value_2 == null) {
|
|
@@ -1856,12 +1856,12 @@
|
|
|
1856
1856
|
}
|
|
1857
1857
|
var tagTree = tmp_2;
|
|
1858
1858
|
// Inline function 'kotlin.collections.set' call
|
|
1859
|
-
var key_2 = key.
|
|
1859
|
+
var key_2 = key.k1x_1;
|
|
1860
1860
|
tagTree.b2(key_2, key);
|
|
1861
1861
|
}
|
|
1862
1862
|
var tmp_3 = this;
|
|
1863
1863
|
// Inline function 'kotlin.collections.mapValues' call
|
|
1864
|
-
var this_1 = this.
|
|
1864
|
+
var this_1 = this.c23_1;
|
|
1865
1865
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
1866
1866
|
var destination_0 = LinkedHashMap_init_$Create$_0(mapCapacity(this_1.o()));
|
|
1867
1867
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -1872,17 +1872,17 @@
|
|
|
1872
1872
|
var tmp$ret$17 = element_0.v1().di_1;
|
|
1873
1873
|
destination_0.b2(tmp_4, tmp$ret$17);
|
|
1874
1874
|
}
|
|
1875
|
-
tmp_3.
|
|
1875
|
+
tmp_3.e23_1 = HashMap_init_$Create$_0(destination_0);
|
|
1876
1876
|
$l$loop: while (true) {
|
|
1877
1877
|
var added = ArrayList_init_$Create$();
|
|
1878
|
-
var _iterator__ex2g4s_2 = this.
|
|
1878
|
+
var _iterator__ex2g4s_2 = this.f23_1.l();
|
|
1879
1879
|
while (_iterator__ex2g4s_2.m()) {
|
|
1880
1880
|
var src = _iterator__ex2g4s_2.n();
|
|
1881
|
-
var _iterator__ex2g4s_3 = this.
|
|
1881
|
+
var _iterator__ex2g4s_3 = this.f23_1.l();
|
|
1882
1882
|
while (_iterator__ex2g4s_3.m()) {
|
|
1883
1883
|
var dst = _iterator__ex2g4s_3.n();
|
|
1884
|
-
if (dst.
|
|
1885
|
-
var tmp0_0 = this.
|
|
1884
|
+
if (dst.c1y().u1w(src.y1z()) && !equals(src.c1y(), dst.y1z())) {
|
|
1885
|
+
var tmp0_0 = this.f23_1;
|
|
1886
1886
|
var tmp$ret$21;
|
|
1887
1887
|
$l$block_0: {
|
|
1888
1888
|
// Inline function 'kotlin.collections.none' call
|
|
@@ -1899,7 +1899,7 @@
|
|
|
1899
1899
|
var _iterator__ex2g4s_4 = tmp0_0.l();
|
|
1900
1900
|
while (_iterator__ex2g4s_4.m()) {
|
|
1901
1901
|
var element_1 = _iterator__ex2g4s_4.n();
|
|
1902
|
-
if (equals(element_1.
|
|
1902
|
+
if (equals(element_1.c1y(), src.c1y()) && equals(element_1.y1z(), dst.y1z())) {
|
|
1903
1903
|
tmp$ret$21 = false;
|
|
1904
1904
|
break $l$block_0;
|
|
1905
1905
|
}
|
|
@@ -1916,21 +1916,21 @@
|
|
|
1916
1916
|
}
|
|
1917
1917
|
}
|
|
1918
1918
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1919
|
-
var this_2 = this.
|
|
1919
|
+
var this_2 = this.f23_1;
|
|
1920
1920
|
addAll(this_2, added);
|
|
1921
1921
|
if (added.r())
|
|
1922
1922
|
break $l$loop;
|
|
1923
1923
|
}
|
|
1924
1924
|
}
|
|
1925
|
-
protoOf(DITreeImpl).
|
|
1926
|
-
return this.w22_1;
|
|
1927
|
-
};
|
|
1928
|
-
protoOf(DITreeImpl).u1y = function () {
|
|
1925
|
+
protoOf(DITreeImpl).z1y = function () {
|
|
1929
1926
|
return this.a23_1;
|
|
1930
1927
|
};
|
|
1931
|
-
protoOf(DITreeImpl).
|
|
1928
|
+
protoOf(DITreeImpl).y1y = function () {
|
|
1929
|
+
return this.e23_1;
|
|
1930
|
+
};
|
|
1931
|
+
protoOf(DITreeImpl).a1z = function (key, overrideLevel, all) {
|
|
1932
1932
|
if (!all) {
|
|
1933
|
-
var tmp0_safe_receiver = this.
|
|
1933
|
+
var tmp0_safe_receiver = this.c23_1.y1(key);
|
|
1934
1934
|
if (tmp0_safe_receiver == null)
|
|
1935
1935
|
null;
|
|
1936
1936
|
else {
|
|
@@ -1950,9 +1950,9 @@
|
|
|
1950
1950
|
var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
|
|
1951
1951
|
return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
|
|
1952
1952
|
}
|
|
1953
|
-
if (!equals(key.
|
|
1954
|
-
var anyContextKey = key.
|
|
1955
|
-
var tmp1_safe_receiver = this.
|
|
1953
|
+
if (!equals(key.h1x_1, Companion_getInstance().l1w_1)) {
|
|
1954
|
+
var anyContextKey = key.x1x(Companion_getInstance().l1w_1);
|
|
1955
|
+
var tmp1_safe_receiver = this.c23_1.y1(anyContextKey);
|
|
1956
1956
|
if (tmp1_safe_receiver == null)
|
|
1957
1957
|
null;
|
|
1958
1958
|
else {
|
|
@@ -1961,11 +1961,11 @@
|
|
|
1961
1961
|
var realKey_0 = tmp1_safe_receiver.sc();
|
|
1962
1962
|
var list_0 = tmp1_safe_receiver.tc();
|
|
1963
1963
|
var translator_0 = tmp1_safe_receiver.fi();
|
|
1964
|
-
if (!(translator_0 == null) && !equals(translator_0.
|
|
1964
|
+
if (!(translator_0 == null) && !equals(translator_0.c1y(), key.h1x_1)) {
|
|
1965
1965
|
break $l$block;
|
|
1966
1966
|
}
|
|
1967
1967
|
// Inline function 'kotlin.collections.set' call
|
|
1968
|
-
this.
|
|
1968
|
+
this.c23_1.b2(key, tmp1_safe_receiver);
|
|
1969
1969
|
var tmp0_elvis_lhs_0 = getOrNull(list_0, overrideLevel);
|
|
1970
1970
|
var tmp_2;
|
|
1971
1971
|
if (tmp0_elvis_lhs_0 == null) {
|
|
@@ -1981,25 +1981,25 @@
|
|
|
1981
1981
|
}
|
|
1982
1982
|
}
|
|
1983
1983
|
// Inline function 'kotlin.collections.filter' call
|
|
1984
|
-
var tmp0 = this.
|
|
1984
|
+
var tmp0 = this.f23_1;
|
|
1985
1985
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1986
1986
|
var destination = ArrayList_init_$Create$();
|
|
1987
1987
|
var _iterator__ex2g4s = tmp0.l();
|
|
1988
1988
|
while (_iterator__ex2g4s.m()) {
|
|
1989
1989
|
var element = _iterator__ex2g4s.n();
|
|
1990
|
-
if (equals(element.
|
|
1990
|
+
if (equals(element.c1y(), key.h1x_1)) {
|
|
1991
1991
|
destination.j(element);
|
|
1992
1992
|
}
|
|
1993
1993
|
}
|
|
1994
1994
|
var tmp_5 = destination;
|
|
1995
1995
|
// Inline function 'kotlin.collections.filter' call
|
|
1996
|
-
var tmp0_0 = this.
|
|
1996
|
+
var tmp0_0 = this.f23_1;
|
|
1997
1997
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1998
1998
|
var destination_0 = ArrayList_init_$Create$();
|
|
1999
1999
|
var _iterator__ex2g4s_0 = tmp0_0.l();
|
|
2000
2000
|
while (_iterator__ex2g4s_0.m()) {
|
|
2001
2001
|
var element_0 = _iterator__ex2g4s_0.n();
|
|
2002
|
-
if (equals(element_0.
|
|
2002
|
+
if (equals(element_0.c1y(), Companion_getInstance().l1w_1)) {
|
|
2003
2003
|
destination_0.j(element_0);
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
@@ -2007,8 +2007,8 @@
|
|
|
2007
2007
|
var _iterator__ex2g4s_1 = applicableTranslators.l();
|
|
2008
2008
|
while (_iterator__ex2g4s_1.m()) {
|
|
2009
2009
|
var translator_1 = _iterator__ex2g4s_1.n();
|
|
2010
|
-
var translatedKey = new Key(translator_1.
|
|
2011
|
-
var tmp2_safe_receiver = this.
|
|
2010
|
+
var translatedKey = new Key(translator_1.y1z(), key.i1x_1, key.j1x_1, key.k1x_1);
|
|
2011
|
+
var tmp2_safe_receiver = this.c23_1.y1(translatedKey);
|
|
2012
2012
|
var tmp_6;
|
|
2013
2013
|
if (tmp2_safe_receiver == null) {
|
|
2014
2014
|
tmp_6 = null;
|
|
@@ -2031,7 +2031,7 @@
|
|
|
2031
2031
|
if (!(tmp3_safe_receiver.ei_1 == null)) {
|
|
2032
2032
|
break $l$block_0;
|
|
2033
2033
|
}
|
|
2034
|
-
var tmp0_1 = this.
|
|
2034
|
+
var tmp0_1 = this.c23_1;
|
|
2035
2035
|
// Inline function 'kotlin.collections.set' call
|
|
2036
2036
|
var value = tmp3_safe_receiver.hi(VOID, VOID, translator_1);
|
|
2037
2037
|
tmp0_1.b2(key, value);
|
|
@@ -2052,13 +2052,13 @@
|
|
|
2052
2052
|
}
|
|
2053
2053
|
}
|
|
2054
2054
|
}
|
|
2055
|
-
var result = findBySpecs(this, new SearchSpecs(key.
|
|
2055
|
+
var result = findBySpecs(this, new SearchSpecs(key.h1x_1, key.i1x_1, key.j1x_1, key.k1x_1));
|
|
2056
2056
|
if (result.o() === 1) {
|
|
2057
2057
|
var _destruct__k2r9zo = first(result);
|
|
2058
2058
|
var realKey_2 = _destruct__k2r9zo.sc();
|
|
2059
2059
|
var translator_2 = _destruct__k2r9zo.tc();
|
|
2060
|
-
var tmp0_2 = this.
|
|
2061
|
-
var tmp4_safe_receiver = this.
|
|
2060
|
+
var tmp0_2 = this.c23_1;
|
|
2061
|
+
var tmp4_safe_receiver = this.c23_1.y1(realKey_2);
|
|
2062
2062
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.hi(VOID, VOID, translator_2);
|
|
2063
2063
|
var tmp_11;
|
|
2064
2064
|
if (tmp5_elvis_lhs == null) {
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
$l$block_1: {
|
|
2082
2082
|
var realKey_3 = element_1.sc();
|
|
2083
2083
|
var translator_3 = element_1.tc();
|
|
2084
|
-
var tmp0_elvis_lhs_2 = this.
|
|
2084
|
+
var tmp0_elvis_lhs_2 = this.c23_1.y1(realKey_3);
|
|
2085
2085
|
var tmp_12;
|
|
2086
2086
|
if (tmp0_elvis_lhs_2 == null) {
|
|
2087
2087
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
}
|
|
2113
2113
|
return destination_1;
|
|
2114
2114
|
};
|
|
2115
|
-
protoOf(DITreeImpl).
|
|
2115
|
+
protoOf(DITreeImpl).c1z = function (search) {
|
|
2116
2116
|
var result = findBySpecs(this, search);
|
|
2117
2117
|
// Inline function 'kotlin.collections.map' call
|
|
2118
2118
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -2122,28 +2122,28 @@
|
|
|
2122
2122
|
var item = _iterator__ex2g4s.n();
|
|
2123
2123
|
var key = item.sc();
|
|
2124
2124
|
var translator = item.tc();
|
|
2125
|
-
var tmp$ret$0 = new Triple(key, ensureNotNull(this.
|
|
2125
|
+
var tmp$ret$0 = new Triple(key, ensureNotNull(this.c23_1.y1(key)).di_1, translator);
|
|
2126
2126
|
destination.j(tmp$ret$0);
|
|
2127
2127
|
}
|
|
2128
2128
|
return destination;
|
|
2129
2129
|
};
|
|
2130
|
-
protoOf(DITreeImpl).
|
|
2131
|
-
var tmp = this.
|
|
2130
|
+
protoOf(DITreeImpl).d1z = function (key) {
|
|
2131
|
+
var tmp = this.c23_1.y1(key);
|
|
2132
2132
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2133
2133
|
};
|
|
2134
2134
|
function Down(type) {
|
|
2135
2135
|
TypeChecker.call(this);
|
|
2136
|
-
this.
|
|
2137
|
-
this.
|
|
2136
|
+
this.h23_1 = type;
|
|
2137
|
+
this.i23_1 = equals(this.h23_1, Companion_getInstance().l1w_1);
|
|
2138
2138
|
}
|
|
2139
|
-
protoOf(Down).
|
|
2140
|
-
return this.
|
|
2139
|
+
protoOf(Down).g23 = function (other) {
|
|
2140
|
+
return this.i23_1 || this.h23_1.u1w(other);
|
|
2141
2141
|
};
|
|
2142
2142
|
protoOf(Down).toString = function () {
|
|
2143
|
-
return 'Down(type=' + toString_0(this.
|
|
2143
|
+
return 'Down(type=' + toString_0(this.h23_1) + ')';
|
|
2144
2144
|
};
|
|
2145
2145
|
protoOf(Down).hashCode = function () {
|
|
2146
|
-
return hashCode(this.
|
|
2146
|
+
return hashCode(this.h23_1);
|
|
2147
2147
|
};
|
|
2148
2148
|
protoOf(Down).equals = function (other) {
|
|
2149
2149
|
if (this === other)
|
|
@@ -2151,22 +2151,22 @@
|
|
|
2151
2151
|
if (!(other instanceof Down))
|
|
2152
2152
|
return false;
|
|
2153
2153
|
var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
|
|
2154
|
-
if (!equals(this.
|
|
2154
|
+
if (!equals(this.h23_1, tmp0_other_with_cast.h23_1))
|
|
2155
2155
|
return false;
|
|
2156
2156
|
return true;
|
|
2157
2157
|
};
|
|
2158
2158
|
function Up(type) {
|
|
2159
2159
|
TypeChecker.call(this);
|
|
2160
|
-
this.
|
|
2160
|
+
this.j23_1 = type;
|
|
2161
2161
|
}
|
|
2162
|
-
protoOf(Up).
|
|
2163
|
-
return equals(other, Companion_getInstance().
|
|
2162
|
+
protoOf(Up).g23 = function (other) {
|
|
2163
|
+
return equals(other, Companion_getInstance().l1w_1) || other.u1w(this.j23_1);
|
|
2164
2164
|
};
|
|
2165
2165
|
protoOf(Up).toString = function () {
|
|
2166
|
-
return 'Up(type=' + toString_0(this.
|
|
2166
|
+
return 'Up(type=' + toString_0(this.j23_1) + ')';
|
|
2167
2167
|
};
|
|
2168
2168
|
protoOf(Up).hashCode = function () {
|
|
2169
|
-
return hashCode(this.
|
|
2169
|
+
return hashCode(this.j23_1);
|
|
2170
2170
|
};
|
|
2171
2171
|
protoOf(Up).equals = function (other) {
|
|
2172
2172
|
if (this === other)
|
|
@@ -2174,60 +2174,60 @@
|
|
|
2174
2174
|
if (!(other instanceof Up))
|
|
2175
2175
|
return false;
|
|
2176
2176
|
var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
|
|
2177
|
-
if (!equals(this.
|
|
2177
|
+
if (!equals(this.j23_1, tmp0_other_with_cast.j23_1))
|
|
2178
2178
|
return false;
|
|
2179
2179
|
return true;
|
|
2180
2180
|
};
|
|
2181
2181
|
function TypeChecker() {
|
|
2182
2182
|
}
|
|
2183
2183
|
function DirectDIBaseImpl(container, context) {
|
|
2184
|
-
this.
|
|
2185
|
-
this.
|
|
2184
|
+
this.k23_1 = container;
|
|
2185
|
+
this.l23_1 = context;
|
|
2186
2186
|
}
|
|
2187
|
-
protoOf(DirectDIBaseImpl).
|
|
2188
|
-
return this.
|
|
2187
|
+
protoOf(DirectDIBaseImpl).k1y = function () {
|
|
2188
|
+
return this.k23_1;
|
|
2189
2189
|
};
|
|
2190
|
-
protoOf(DirectDIBaseImpl).
|
|
2190
|
+
protoOf(DirectDIBaseImpl).h1z = function () {
|
|
2191
2191
|
return this;
|
|
2192
2192
|
};
|
|
2193
|
-
protoOf(DirectDIBaseImpl).
|
|
2194
|
-
var tmp = this.
|
|
2195
|
-
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.
|
|
2193
|
+
protoOf(DirectDIBaseImpl).e1z = function () {
|
|
2194
|
+
var tmp = this.k1y();
|
|
2195
|
+
return On(new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE()), this.l23_1);
|
|
2196
2196
|
};
|
|
2197
|
-
protoOf(DirectDIBaseImpl).
|
|
2198
|
-
return createDirectDI(this.
|
|
2197
|
+
protoOf(DirectDIBaseImpl).f1z = function (context) {
|
|
2198
|
+
return createDirectDI(this.k1y(), context);
|
|
2199
2199
|
};
|
|
2200
|
-
protoOf(DirectDIBaseImpl).
|
|
2201
|
-
var tmp = this.
|
|
2200
|
+
protoOf(DirectDIBaseImpl).g1z = function (type, tag) {
|
|
2201
|
+
var tmp = this.k1y();
|
|
2202
2202
|
// Inline function 'org.kodein.di.internal.anyType' call
|
|
2203
|
-
var tmp_0 = this.
|
|
2203
|
+
var tmp_0 = this.l23_1.h1w();
|
|
2204
2204
|
var tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
2205
|
-
return tmp.
|
|
2205
|
+
return tmp.u1y(new Key(tmp$ret$0, Companion_getInstance().k1w_1, type, tag), this.l23_1.v1())();
|
|
2206
2206
|
};
|
|
2207
2207
|
function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
|
|
2208
2208
|
return function () {
|
|
2209
2209
|
var tmp;
|
|
2210
|
-
if (!($receiver == null) && this$0.
|
|
2210
|
+
if (!($receiver == null) && this$0.n23_1 === get_AnyDIContext()) {
|
|
2211
2211
|
var tmp_0 = Companion_instance_0;
|
|
2212
2212
|
var tmp_1 = erasedOf($receiver);
|
|
2213
|
-
tmp = tmp_0.
|
|
2213
|
+
tmp = tmp_0.p1y(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
|
|
2214
2214
|
} else {
|
|
2215
|
-
tmp = this$0.
|
|
2215
|
+
tmp = this$0.n23_1;
|
|
2216
2216
|
}
|
|
2217
2217
|
var context = tmp;
|
|
2218
|
-
return this$0.
|
|
2218
|
+
return this$0.o23_1(context, $prop.callableName);
|
|
2219
2219
|
};
|
|
2220
2220
|
}
|
|
2221
2221
|
function DIProperty(trigger, originalContext, get) {
|
|
2222
|
-
this.
|
|
2223
|
-
this.
|
|
2224
|
-
this.
|
|
2222
|
+
this.m23_1 = trigger;
|
|
2223
|
+
this.n23_1 = originalContext;
|
|
2224
|
+
this.o23_1 = get;
|
|
2225
2225
|
}
|
|
2226
|
-
protoOf(DIProperty).
|
|
2226
|
+
protoOf(DIProperty).p23 = function (receiver, prop) {
|
|
2227
2227
|
// Inline function 'kotlin.also' call
|
|
2228
2228
|
var this_0 = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
|
|
2229
|
-
var tmp0_safe_receiver = this.
|
|
2230
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2229
|
+
var tmp0_safe_receiver = this.m23_1;
|
|
2230
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q23_1;
|
|
2231
2231
|
if (tmp1_safe_receiver == null)
|
|
2232
2232
|
null;
|
|
2233
2233
|
else
|
|
@@ -2247,25 +2247,25 @@
|
|
|
2247
2247
|
return ArrayList_init_$Create$();
|
|
2248
2248
|
}
|
|
2249
2249
|
//region block: post-declaration
|
|
2250
|
-
protoOf(Singleton).
|
|
2251
|
-
protoOf(Singleton).
|
|
2252
|
-
protoOf(Singleton).
|
|
2253
|
-
protoOf(Singleton).
|
|
2254
|
-
protoOf(Provider).
|
|
2255
|
-
protoOf(Provider).
|
|
2256
|
-
protoOf(Provider).
|
|
2257
|
-
protoOf(Provider).
|
|
2258
|
-
protoOf(Provider).
|
|
2259
|
-
protoOf(Provider).
|
|
2260
|
-
protoOf(DIBuilderImpl).
|
|
2261
|
-
protoOf(DIContainerImpl).
|
|
2262
|
-
protoOf(DIContainerImpl).
|
|
2263
|
-
protoOf(DIContainerImpl).
|
|
2264
|
-
protoOf(DIImpl).
|
|
2265
|
-
protoOf(DIImpl).
|
|
2266
|
-
protoOf(DIImpl).
|
|
2267
|
-
protoOf(DITreeImpl).
|
|
2268
|
-
protoOf(DirectDIBaseImpl).
|
|
2250
|
+
protoOf(Singleton).r1z = get_argType;
|
|
2251
|
+
protoOf(Singleton).n1x = get_description;
|
|
2252
|
+
protoOf(Singleton).p1x = get_fullDescription;
|
|
2253
|
+
protoOf(Singleton).t1z = get_supportSubTypes;
|
|
2254
|
+
protoOf(Provider).r1z = get_argType;
|
|
2255
|
+
protoOf(Provider).q1z = factoryFullName;
|
|
2256
|
+
protoOf(Provider).e1y = get_scope;
|
|
2257
|
+
protoOf(Provider).n1x = get_description;
|
|
2258
|
+
protoOf(Provider).p1x = get_fullDescription;
|
|
2259
|
+
protoOf(Provider).t1z = get_supportSubTypes;
|
|
2260
|
+
protoOf(DIBuilderImpl).b1y = import$default;
|
|
2261
|
+
protoOf(DIContainerImpl).w1y = factory$default;
|
|
2262
|
+
protoOf(DIContainerImpl).x1y = provider;
|
|
2263
|
+
protoOf(DIContainerImpl).u1y = provider$default;
|
|
2264
|
+
protoOf(DIImpl).j1y = get_di;
|
|
2265
|
+
protoOf(DIImpl).l1y = get_diContext;
|
|
2266
|
+
protoOf(DIImpl).m1y = get_diTrigger;
|
|
2267
|
+
protoOf(DITreeImpl).b1z = find$default;
|
|
2268
|
+
protoOf(DirectDIBaseImpl).j1y = get_di_0;
|
|
2269
2269
|
//endregion
|
|
2270
2270
|
//region block: init
|
|
2271
2271
|
Companion_instance = new Companion();
|