game_client_logic_deb 1.3.47

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.
Files changed (28) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js +202 -0
  2. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -0
  3. package/Kaverit-kaverit-js-ir.js +383 -0
  4. package/Kaverit-kaverit-js-ir.js.map +1 -0
  5. package/Kodein-kodein-di-js-ir.js +2793 -0
  6. package/Kodein-kodein-di-js-ir.js.map +1 -0
  7. package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +167 -0
  8. package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js.map +1 -0
  9. package/Logic_Debertz-core.js +3214 -0
  10. package/Logic_Debertz-core.js.map +1 -0
  11. package/Logic_Debertz-engine.js +21765 -0
  12. package/Logic_Debertz-engine.js.map +1 -0
  13. package/Logic_Debertz-game_client_logic_deb.d.ts +592 -0
  14. package/Logic_Debertz-game_client_logic_deb.js +13899 -0
  15. package/Logic_Debertz-game_client_logic_deb.js.map +1 -0
  16. package/kotlin-kotlin-stdlib-js-ir.js +13032 -0
  17. package/kotlin-kotlin-stdlib-js-ir.js.map +1 -0
  18. package/kotlin-kotlinx-atomicfu-runtime-js-ir.js +15 -0
  19. package/kotlin-kotlinx-atomicfu-runtime-js-ir.js.map +1 -0
  20. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +3622 -0
  21. package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.map +1 -0
  22. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +293 -0
  23. package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.map +1 -0
  24. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +10834 -0
  25. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -0
  26. package/package.json +6 -0
  27. package/uuid-js-ir.js +202 -0
  28. package/uuid-js-ir.js.map +1 -0
@@ -0,0 +1,2793 @@
1
+ (function (root, factory) {
2
+ if (typeof define === 'function' && define.amd)
3
+ define(['exports', './kotlin-kotlin-stdlib-js-ir.js', './Kaverit-kaverit-js-ir.js'], factory);
4
+ else if (typeof exports === 'object')
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js'), require('./Kaverit-kaverit-js-ir.js'));
6
+ else {
7
+ if (typeof this['kotlin-kotlin-stdlib-js-ir'] === 'undefined') {
8
+ throw new Error("Error loading module 'Kodein-kodein-di-js-ir'. Its dependency 'kotlin-kotlin-stdlib-js-ir' was not found. Please, check whether 'kotlin-kotlin-stdlib-js-ir' is loaded prior to 'Kodein-kodein-di-js-ir'.");
9
+ }
10
+ if (typeof this['Kaverit-kaverit-js-ir'] === 'undefined') {
11
+ throw new Error("Error loading module 'Kodein-kodein-di-js-ir'. Its dependency 'Kaverit-kaverit-js-ir' was not found. Please, check whether 'Kaverit-kaverit-js-ir' is loaded prior to 'Kodein-kodein-di-js-ir'.");
12
+ }
13
+ root['Kodein-kodein-di-js-ir'] = factory(typeof this['Kodein-kodein-di-js-ir'] === 'undefined' ? {} : this['Kodein-kodein-di-js-ir'], this['kotlin-kotlin-stdlib-js-ir'], this['Kaverit-kaverit-js-ir']);
14
+ }
15
+ }(this, function (_, kotlin_kotlin, kotlin_org_kodein_type_kaverit) {
16
+ 'use strict';
17
+ //region block: imports
18
+ var imul = Math.imul;
19
+ var classMeta = kotlin_kotlin.$_$.j6;
20
+ var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.t;
21
+ var first = kotlin_kotlin.$_$.a4;
22
+ var Unit_getInstance = kotlin_kotlin.$_$.p2;
23
+ var ArrayList_init_$Create$ = kotlin_kotlin.$_$.l;
24
+ var filterNotNull = kotlin_kotlin.$_$.y3;
25
+ var sorted = kotlin_kotlin.$_$.v4;
26
+ var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.y;
27
+ var repeat = kotlin_kotlin.$_$.r7;
28
+ var ensureNotNull = kotlin_kotlin.$_$.a9;
29
+ var KProperty1 = kotlin_kotlin.$_$.g7;
30
+ var getPropertyCallableRef = kotlin_kotlin.$_$.n6;
31
+ var toString = kotlin_kotlin.$_$.h9;
32
+ var Companion_getInstance = kotlin_org_kodein_type_kaverit.$_$.a;
33
+ var equals = kotlin_kotlin.$_$.l6;
34
+ var interfaceMeta = kotlin_kotlin.$_$.q6;
35
+ var RuntimeException = kotlin_kotlin.$_$.j8;
36
+ var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.j1;
37
+ var captureStack = kotlin_kotlin.$_$.f6;
38
+ var hashCode = kotlin_kotlin.$_$.p6;
39
+ var THROW_CCE = kotlin_kotlin.$_$.k8;
40
+ var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.e1;
41
+ var getStringHashCode = kotlin_kotlin.$_$.o6;
42
+ var objectMeta = kotlin_kotlin.$_$.w6;
43
+ var TypeToken = kotlin_org_kodein_type_kaverit.$_$.b;
44
+ var isInterface = kotlin_kotlin.$_$.r6;
45
+ var joinToString$default = kotlin_kotlin.$_$.h;
46
+ var erasedOf = kotlin_org_kodein_type_kaverit.$_$.c;
47
+ var isObject = kotlin_kotlin.$_$.s6;
48
+ var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.k;
49
+ var toString_0 = kotlin_kotlin.$_$.z6;
50
+ var HashSet_init_$Create$ = kotlin_kotlin.$_$.r;
51
+ var HashMap_init_$Create$ = kotlin_kotlin.$_$.o;
52
+ var charSequenceLength = kotlin_kotlin.$_$.i6;
53
+ var Enum = kotlin_kotlin.$_$.a8;
54
+ var Map = kotlin_kotlin.$_$.b3;
55
+ var listOf = kotlin_kotlin.$_$.j4;
56
+ var plus = kotlin_kotlin.$_$.q4;
57
+ var emptyList = kotlin_kotlin.$_$.v3;
58
+ var plus_0 = kotlin_kotlin.$_$.r4;
59
+ var checkIndexOverflow = kotlin_kotlin.$_$.k3;
60
+ var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.o1;
61
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.l3;
62
+ var mapCapacity = kotlin_kotlin.$_$.l4;
63
+ var coerceAtLeast = kotlin_kotlin.$_$.a7;
64
+ var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.s;
65
+ var to = kotlin_kotlin.$_$.i9;
66
+ var KProperty0 = kotlin_kotlin.$_$.f7;
67
+ var KMutableProperty0 = kotlin_kotlin.$_$.e7;
68
+ var lazy = kotlin_kotlin.$_$.c9;
69
+ var asSequence = kotlin_kotlin.$_$.j3;
70
+ var filter = kotlin_kotlin.$_$.i7;
71
+ var flatMap = kotlin_kotlin.$_$.j7;
72
+ var mapNotNull = kotlin_kotlin.$_$.k7;
73
+ var map = kotlin_kotlin.$_$.l7;
74
+ var toList = kotlin_kotlin.$_$.m7;
75
+ var Triple = kotlin_kotlin.$_$.m8;
76
+ var ArrayList_init_$Create$_1 = kotlin_kotlin.$_$.m;
77
+ var HashMap_init_$Create$_0 = kotlin_kotlin.$_$.p;
78
+ var Collection = kotlin_kotlin.$_$.r2;
79
+ var addAll = kotlin_kotlin.$_$.g3;
80
+ var getOrNull = kotlin_kotlin.$_$.c4;
81
+ //endregion
82
+ //region block: pre-declaration
83
+ DIDefinition.prototype = Object.create(DIDefining.prototype);
84
+ DIDefinition.prototype.constructor = DIDefinition;
85
+ DependencyLoopException.prototype = Object.create(RuntimeException.prototype);
86
+ DependencyLoopException.prototype.constructor = DependencyLoopException;
87
+ NotFoundException.prototype = Object.create(RuntimeException.prototype);
88
+ NotFoundException.prototype.constructor = NotFoundException;
89
+ OverridingException.prototype = Object.create(RuntimeException.prototype);
90
+ OverridingException.prototype.constructor = OverridingException;
91
+ function import$default(module_0, allowOverride, $mask0, $handler) {
92
+ if (!(($mask0 & 2) === 0))
93
+ allowOverride = false;
94
+ var tmp;
95
+ if ($handler == null) {
96
+ this.k1t(module_0, allowOverride);
97
+ tmp = Unit_getInstance();
98
+ } else {
99
+ tmp = $handler(module_0, allowOverride);
100
+ }
101
+ return tmp;
102
+ }
103
+ function get_diContext() {
104
+ return get_AnyDIContext();
105
+ }
106
+ function get_diTrigger() {
107
+ return null;
108
+ }
109
+ function get_di() {
110
+ return this;
111
+ }
112
+ function factory$default(key, context, overrideLevel, $mask0, $handler) {
113
+ if (!(($mask0 & 4) === 0))
114
+ overrideLevel = 0;
115
+ return $handler == null ? this.c1u(key, context, overrideLevel) : $handler(key, context, overrideLevel);
116
+ }
117
+ function provider(key, context, overrideLevel) {
118
+ var tmp$ret$0;
119
+ // Inline function 'org.kodein.di.toProvider' call
120
+ var tmp0_toProvider = this.d1u(key, context, 0, 4, null);
121
+ tmp$ret$0 = DIContainer$provider$lambda(tmp0_toProvider);
122
+ return tmp$ret$0;
123
+ }
124
+ function provider$default(key, context, overrideLevel, $mask0, $handler) {
125
+ if (!(($mask0 & 4) === 0))
126
+ overrideLevel = 0;
127
+ return $handler == null ? this.e1u(key, context, overrideLevel) : $handler(key, context, overrideLevel);
128
+ }
129
+ function find$default(key, overrideLevel, all, $mask0, $handler) {
130
+ if (!(($mask0 & 2) === 0))
131
+ overrideLevel = 0;
132
+ if (!(($mask0 & 4) === 0))
133
+ all = false;
134
+ return $handler == null ? this.h1u(key, overrideLevel, all) : $handler(key, overrideLevel, all);
135
+ }
136
+ function get_di_0() {
137
+ return this.m1u();
138
+ }
139
+ function factoryFullName() {
140
+ return this.x1u();
141
+ }
142
+ function get_scope() {
143
+ return null;
144
+ }
145
+ function get_description() {
146
+ var arg = !equals(this.e1t(), Companion_getInstance().y1r_1) ? this.e1t().n1r() + ' -> ' : '';
147
+ var tmp;
148
+ var tmp_0 = this.v1s();
149
+ if (tmp_0 instanceof NoScope) {
150
+ tmp = null;
151
+ } else {
152
+ tmp = this.v1s();
153
+ }
154
+ var scope = tmp;
155
+ var tmp0_safe_receiver = scope;
156
+ var tmp_1;
157
+ if (tmp0_safe_receiver == null) {
158
+ tmp_1 = null;
159
+ } else {
160
+ var tmp$ret$1;
161
+ // Inline function 'kotlin.let' call
162
+ // Inline function 'kotlin.contracts.contract' call
163
+ var tmp$ret$0;
164
+ // Inline function 'org.kodein.di.bindings.DIBinding.<get-description>.<anonymous>' call
165
+ tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).n1r() + ').';
166
+ tmp$ret$1 = tmp$ret$0;
167
+ tmp_1 = tmp$ret$1;
168
+ }
169
+ var tmp1_elvis_lhs = tmp_1;
170
+ var context = tmp1_elvis_lhs == null ? !equals(this.w1s(), Companion_getInstance().z1r_1) ? 'contexted<' + this.w1s().n1r() + '>().' : '' : tmp1_elvis_lhs;
171
+ return context + this.x1u() + ' { ' + arg + this.z1u().n1r() + ' }';
172
+ }
173
+ function get_fullDescription() {
174
+ var arg = !equals(this.e1t(), Companion_getInstance().y1r_1) ? this.e1t().p1r() + ' -> ' : '';
175
+ var tmp;
176
+ var tmp_0 = this.v1s();
177
+ if (tmp_0 instanceof NoScope) {
178
+ tmp = null;
179
+ } else {
180
+ tmp = this.v1s();
181
+ }
182
+ var scope = tmp;
183
+ var tmp0_safe_receiver = scope;
184
+ var tmp_1;
185
+ if (tmp0_safe_receiver == null) {
186
+ tmp_1 = null;
187
+ } else {
188
+ var tmp$ret$1;
189
+ // Inline function 'kotlin.let' call
190
+ // Inline function 'kotlin.contracts.contract' call
191
+ var tmp$ret$0;
192
+ // Inline function 'org.kodein.di.bindings.DIBinding.<get-fullDescription>.<anonymous>' call
193
+ tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).p1r() + ').';
194
+ tmp$ret$1 = tmp$ret$0;
195
+ tmp_1 = tmp$ret$1;
196
+ }
197
+ var tmp1_elvis_lhs = tmp_1;
198
+ var context = tmp1_elvis_lhs == null ? !equals(this.w1s(), Companion_getInstance().z1r_1) ? 'contexted<' + this.w1s().p1r() + '>().' : '' : tmp1_elvis_lhs;
199
+ return context + this.y1u() + ' { ' + arg + this.z1u().p1r() + ' }';
200
+ }
201
+ function get_supportSubTypes() {
202
+ return false;
203
+ }
204
+ function get_argType() {
205
+ return Companion_getInstance().y1r_1;
206
+ }
207
+ StandardScopeRegistry.prototype = Object.create(ScopeRegistry.prototype);
208
+ StandardScopeRegistry.prototype.constructor = StandardScopeRegistry;
209
+ DIMainBuilderImpl.prototype = Object.create(DIBuilderImpl.prototype);
210
+ DIMainBuilderImpl.prototype.constructor = DIMainBuilderImpl;
211
+ OverrideMode.prototype = Object.create(Enum.prototype);
212
+ OverrideMode.prototype.constructor = OverrideMode;
213
+ DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype = Object.create(OverrideMode.prototype);
214
+ DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.constructor = DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT;
215
+ DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype = Object.create(OverrideMode.prototype);
216
+ DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.constructor = DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT;
217
+ DIContainerBuilderImpl$OverrideMode$FORBID.prototype = Object.create(OverrideMode.prototype);
218
+ DIContainerBuilderImpl$OverrideMode$FORBID.prototype.constructor = DIContainerBuilderImpl$OverrideMode$FORBID;
219
+ Down.prototype = Object.create(TypeChecker.prototype);
220
+ Down.prototype.constructor = Down;
221
+ Up.prototype = Object.create(TypeChecker.prototype);
222
+ Up.prototype.constructor = Up;
223
+ DirectDIImpl.prototype = Object.create(DirectDIBaseImpl.prototype);
224
+ DirectDIImpl.prototype.constructor = DirectDIImpl;
225
+ //endregion
226
+ function DIDefinition(binding, fromModule, tree) {
227
+ DIDefining.call(this, binding, fromModule);
228
+ this.h1s_1 = tree;
229
+ }
230
+ DIDefinition.$metadata$ = classMeta('DIDefinition', undefined, undefined, undefined, undefined, DIDefining.prototype);
231
+ function description(_this__u8e3s4, withOverrides, ident) {
232
+ return descriptionImpl(_this__u8e3s4, withOverrides, ident, bindDescription$factory(), description$factory());
233
+ }
234
+ function description$default(_this__u8e3s4, withOverrides, ident, $mask0, $handler) {
235
+ if (!(($mask0 & 1) === 0))
236
+ withOverrides = false;
237
+ if (!(($mask0 & 2) === 0))
238
+ ident = 8;
239
+ return description(_this__u8e3s4, withOverrides, ident);
240
+ }
241
+ function DIDefining(binding, fromModule) {
242
+ this.i1s_1 = binding;
243
+ this.j1s_1 = fromModule;
244
+ }
245
+ DIDefining.prototype.k1s = function () {
246
+ return this.i1s_1;
247
+ };
248
+ DIDefining.prototype.l1s = function () {
249
+ return this.j1s_1;
250
+ };
251
+ DIDefining.$metadata$ = classMeta('DIDefining');
252
+ function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
253
+ var tmp$ret$4;
254
+ // Inline function 'kotlin.collections.groupBy' call
255
+ var tmp0_groupBy = _this__u8e3s4.a1();
256
+ var tmp$ret$3;
257
+ // Inline function 'kotlin.collections.groupByTo' call
258
+ var tmp0_groupByTo = LinkedHashMap_init_$Create$();
259
+ var tmp0_iterator = tmp0_groupBy.f();
260
+ while (tmp0_iterator.g()) {
261
+ var element = tmp0_iterator.h();
262
+ var tmp$ret$0;
263
+ // Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
264
+ tmp$ret$0 = first(element.z1()).j1s_1;
265
+ var key = tmp$ret$0;
266
+ var tmp$ret$2;
267
+ // Inline function 'kotlin.collections.getOrPut' call
268
+ var value = tmp0_groupByTo.n(key);
269
+ var tmp;
270
+ if (value == null) {
271
+ var tmp$ret$1;
272
+ // Inline function 'kotlin.collections.groupByTo.<anonymous>' call
273
+ tmp$ret$1 = ArrayList_init_$Create$();
274
+ var answer = tmp$ret$1;
275
+ tmp0_groupByTo.o(key, answer);
276
+ tmp = answer;
277
+ } else {
278
+ tmp = value;
279
+ }
280
+ tmp$ret$2 = tmp;
281
+ var list = tmp$ret$2;
282
+ list.a(element);
283
+ }
284
+ tmp$ret$3 = tmp0_groupByTo;
285
+ tmp$ret$4 = tmp$ret$3;
286
+ var byModule = tmp$ret$4;
287
+ var modules = sorted(filterNotNull(byModule.j2()));
288
+ var tmp$ret$7;
289
+ // Inline function 'kotlin.text.buildString' call
290
+ // Inline function 'kotlin.contracts.contract' call
291
+ var tmp$ret$6;
292
+ // Inline function 'kotlin.apply' call
293
+ var tmp0_apply = StringBuilder_init_$Create$();
294
+ // Inline function 'kotlin.contracts.contract' call
295
+ // Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
296
+ var tmp0_safe_receiver = byModule.n(null);
297
+ if (tmp0_safe_receiver == null)
298
+ null;
299
+ else {
300
+ var tmp$ret$5;
301
+ // Inline function 'kotlin.let' call
302
+ // Inline function 'kotlin.contracts.contract' call
303
+ descriptionImpl$appendBindings(tmp0_apply, keyBindDisp, bindingDisp, withOverrides, ident, tmp0_safe_receiver);
304
+ tmp$ret$5 = Unit_getInstance();
305
+ }
306
+ // Inline function 'kotlin.collections.forEach' call
307
+ var tmp0_iterator_0 = modules.f();
308
+ while (tmp0_iterator_0.g()) {
309
+ var element_0 = tmp0_iterator_0.h();
310
+ // Inline function 'org.kodein.di.descriptionImpl.<anonymous>.<anonymous>' call
311
+ tmp0_apply.z7(repeat(' ', ident) + 'module ' + element_0 + ' {\n');
312
+ descriptionImpl$appendBindings(tmp0_apply, keyBindDisp, bindingDisp, withOverrides, ident + 4 | 0, ensureNotNull(byModule.n(element_0)));
313
+ tmp0_apply.z7(repeat(' ', ident) + '}\n');
314
+ }
315
+ tmp$ret$6 = tmp0_apply;
316
+ tmp$ret$7 = tmp$ret$6.toString();
317
+ return tmp$ret$7;
318
+ }
319
+ function fullDescription(_this__u8e3s4, withOverrides, ident) {
320
+ return descriptionImpl(_this__u8e3s4, withOverrides, ident, bindFullDescription$factory(), fullDescription$factory());
321
+ }
322
+ function fullDescription$default(_this__u8e3s4, withOverrides, ident, $mask0, $handler) {
323
+ if (!(($mask0 & 1) === 0))
324
+ withOverrides = false;
325
+ if (!(($mask0 & 2) === 0))
326
+ ident = 8;
327
+ return fullDescription(_this__u8e3s4, withOverrides, ident);
328
+ }
329
+ function descriptionImpl$appendBindings(_this__u8e3s4, $keyBindDisp, $bindingDisp, $withOverrides, ident, entries) {
330
+ var tmp0_iterator = entries.f();
331
+ while (tmp0_iterator.g()) {
332
+ var element = tmp0_iterator.h();
333
+ // Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>' call
334
+ var keyDescription = $keyBindDisp(element.x1());
335
+ _this__u8e3s4.z7(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.z1()).i1s_1) + ' }');
336
+ if ($withOverrides) {
337
+ var subIdent = keyDescription.length - 4 | 0;
338
+ // Inline function 'kotlin.collections.forEach' call
339
+ var tmp0_forEach = element.z1().r2(1, element.z1().i());
340
+ var tmp0_iterator_0 = tmp0_forEach.f();
341
+ while (tmp0_iterator_0.g()) {
342
+ var element_0 = tmp0_iterator_0.h();
343
+ // Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>.<anonymous>' call
344
+ _this__u8e3s4.z7(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.i1s_1));
345
+ }
346
+ }
347
+ _this__u8e3s4.z7('\n');
348
+ }
349
+ return Unit_getInstance();
350
+ }
351
+ function bindDescription$factory() {
352
+ return getPropertyCallableRef('bindDescription', 1, KProperty1, function (receiver) {
353
+ return receiver.r1s();
354
+ }, null);
355
+ }
356
+ function description$factory() {
357
+ return getPropertyCallableRef('description', 1, KProperty1, function (receiver) {
358
+ return receiver.s1s();
359
+ }, null);
360
+ }
361
+ function bindFullDescription$factory() {
362
+ return getPropertyCallableRef('bindFullDescription', 1, KProperty1, function (receiver) {
363
+ return receiver.t1s();
364
+ }, null);
365
+ }
366
+ function fullDescription$factory() {
367
+ return getPropertyCallableRef('fullDescription', 1, KProperty1, function (receiver) {
368
+ return receiver.u1s();
369
+ }, null);
370
+ }
371
+ function appendDescription(_this__u8e3s4, $this, displayString) {
372
+ if (!($this.p1s_1 == null)) {
373
+ _this__u8e3s4.z7(' tagged "' + toString($this.p1s_1) + '"');
374
+ }
375
+ if (!equals($this.m1s_1, Companion_getInstance().z1r_1)) {
376
+ _this__u8e3s4.z7(' on context ' + displayString($this.m1s_1));
377
+ }
378
+ if (!equals($this.n1s_1, Companion_getInstance().y1r_1)) {
379
+ _this__u8e3s4.z7(', with argument ' + displayString($this.n1s_1));
380
+ }
381
+ }
382
+ function TypeToken$simpleDispString$ref() {
383
+ var l = function (p0) {
384
+ return p0.n1r();
385
+ };
386
+ l.callableName = 'simpleDispString';
387
+ return l;
388
+ }
389
+ function TypeToken$qualifiedDispString$ref() {
390
+ var l = function (p0) {
391
+ return p0.p1r();
392
+ };
393
+ l.callableName = 'qualifiedDispString';
394
+ return l;
395
+ }
396
+ function WithScope() {
397
+ }
398
+ WithScope.$metadata$ = interfaceMeta('WithScope', [BindBuilder]);
399
+ function TypeBinder() {
400
+ }
401
+ TypeBinder.$metadata$ = interfaceMeta('TypeBinder');
402
+ function Module_init_$Init$(name, allowSilentOverride, prefix, init, $this) {
403
+ Module.call($this, allowSilentOverride, prefix, init);
404
+ $this.c1t_1 = name;
405
+ return $this;
406
+ }
407
+ function Module_init_$Init$_0(name, allowSilentOverride, prefix, init, $mask0, $marker, $this) {
408
+ if (!(($mask0 & 2) === 0))
409
+ allowSilentOverride = false;
410
+ if (!(($mask0 & 4) === 0))
411
+ prefix = '';
412
+ Module_init_$Init$(name, allowSilentOverride, prefix, init, $this);
413
+ return $this;
414
+ }
415
+ function Module_init_$Create$(name, allowSilentOverride, prefix, init, $mask0, $marker) {
416
+ return Module_init_$Init$_0(name, allowSilentOverride, prefix, init, $mask0, $marker, Object.create(Module.prototype));
417
+ }
418
+ function DependencyLoopException(message) {
419
+ RuntimeException_init_$Init$(message, this);
420
+ captureStack(this, DependencyLoopException);
421
+ }
422
+ DependencyLoopException.$metadata$ = classMeta('DependencyLoopException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
423
+ function NotFoundException(key, message) {
424
+ RuntimeException_init_$Init$(message, this);
425
+ this.d1t_1 = key;
426
+ captureStack(this, NotFoundException);
427
+ }
428
+ NotFoundException.$metadata$ = classMeta('NotFoundException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
429
+ function OverridingException(message) {
430
+ RuntimeException_init_$Init$(message, this);
431
+ captureStack(this, OverridingException);
432
+ }
433
+ OverridingException.$metadata$ = classMeta('OverridingException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
434
+ function Key(contextType, argType, type, tag) {
435
+ this.m1s_1 = contextType;
436
+ this.n1s_1 = argType;
437
+ this.o1s_1 = type;
438
+ this.p1s_1 = tag;
439
+ this.q1s_1 = 0;
440
+ }
441
+ Key.prototype.w1s = function () {
442
+ return this.m1s_1;
443
+ };
444
+ Key.prototype.e1t = function () {
445
+ return this.n1s_1;
446
+ };
447
+ Key.prototype.d7 = function () {
448
+ return this.o1s_1;
449
+ };
450
+ Key.prototype.f1t = function () {
451
+ return this.p1s_1;
452
+ };
453
+ Key.prototype.hashCode = function () {
454
+ if (this.q1s_1 === 0) {
455
+ this.q1s_1 = hashCode(this.m1s_1);
456
+ this.q1s_1 = imul(31, this.q1s_1) + hashCode(this.n1s_1) | 0;
457
+ this.q1s_1 = imul(29, hashCode(this.o1s_1));
458
+ var tmp = this;
459
+ var tmp_0 = imul(23, this.q1s_1);
460
+ var tmp0_safe_receiver = this.p1s_1;
461
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
462
+ tmp.q1s_1 = tmp_0 + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
463
+ }
464
+ return this.q1s_1;
465
+ };
466
+ Key.prototype.toString = function () {
467
+ return this.s1s();
468
+ };
469
+ Key.prototype.r1s = function () {
470
+ var tmp$ret$1;
471
+ // Inline function 'kotlin.text.buildString' call
472
+ // Inline function 'kotlin.contracts.contract' call
473
+ var tmp$ret$0;
474
+ // Inline function 'kotlin.apply' call
475
+ var tmp0_apply = StringBuilder_init_$Create$();
476
+ // Inline function 'kotlin.contracts.contract' call
477
+ // Inline function 'org.kodein.di.Key.<get-bindDescription>.<anonymous>' call
478
+ tmp0_apply.z7('bind<' + this.o1s_1.n1r() + '>');
479
+ if (!(this.p1s_1 == null)) {
480
+ tmp0_apply.z7('(tag = "' + toString(this.p1s_1) + '")');
481
+ }
482
+ tmp$ret$0 = tmp0_apply;
483
+ tmp$ret$1 = tmp$ret$0.toString();
484
+ return tmp$ret$1;
485
+ };
486
+ Key.prototype.t1s = function () {
487
+ var tmp$ret$1;
488
+ // Inline function 'kotlin.text.buildString' call
489
+ // Inline function 'kotlin.contracts.contract' call
490
+ var tmp$ret$0;
491
+ // Inline function 'kotlin.apply' call
492
+ var tmp0_apply = StringBuilder_init_$Create$();
493
+ // Inline function 'kotlin.contracts.contract' call
494
+ // Inline function 'org.kodein.di.Key.<get-bindFullDescription>.<anonymous>' call
495
+ tmp0_apply.z7('bind<' + this.o1s_1.p1r() + '>');
496
+ if (!(this.p1s_1 == null)) {
497
+ tmp0_apply.z7('(tag = "' + toString(this.p1s_1) + '")');
498
+ }
499
+ tmp$ret$0 = tmp0_apply;
500
+ tmp$ret$1 = tmp$ret$0.toString();
501
+ return tmp$ret$1;
502
+ };
503
+ Key.prototype.s1s = function () {
504
+ var tmp$ret$1;
505
+ // Inline function 'kotlin.text.buildString' call
506
+ // Inline function 'kotlin.contracts.contract' call
507
+ var tmp$ret$0;
508
+ // Inline function 'kotlin.apply' call
509
+ var tmp0_apply = StringBuilder_init_$Create$();
510
+ // Inline function 'kotlin.contracts.contract' call
511
+ // Inline function 'org.kodein.di.Key.<get-description>.<anonymous>' call
512
+ tmp0_apply.z7(this.o1s_1.n1r());
513
+ appendDescription(tmp0_apply, this, TypeToken$simpleDispString$ref());
514
+ tmp$ret$0 = tmp0_apply;
515
+ tmp$ret$1 = tmp$ret$0.toString();
516
+ return tmp$ret$1;
517
+ };
518
+ Key.prototype.g1t = function () {
519
+ return '(context: ' + this.m1s_1.n1r() + ', arg: ' + this.n1s_1.n1r() + ', type: ' + this.o1s_1.n1r() + ', tag: ' + toString(this.p1s_1) + ')';
520
+ };
521
+ Key.prototype.u1s = function () {
522
+ var tmp$ret$1;
523
+ // Inline function 'kotlin.text.buildString' call
524
+ // Inline function 'kotlin.contracts.contract' call
525
+ var tmp$ret$0;
526
+ // Inline function 'kotlin.apply' call
527
+ var tmp0_apply = StringBuilder_init_$Create$();
528
+ // Inline function 'kotlin.contracts.contract' call
529
+ // Inline function 'org.kodein.di.Key.<get-fullDescription>.<anonymous>' call
530
+ tmp0_apply.z7(this.o1s_1.p1r());
531
+ appendDescription(tmp0_apply, this, TypeToken$qualifiedDispString$ref());
532
+ tmp$ret$0 = tmp0_apply;
533
+ tmp$ret$1 = tmp$ret$0.toString();
534
+ return tmp$ret$1;
535
+ };
536
+ Key.prototype.h1t = function (contextType, argType, type, tag) {
537
+ return new Key(contextType, argType, type, tag);
538
+ };
539
+ Key.prototype.i1t = function (contextType, argType, type, tag, $mask0, $handler) {
540
+ if (!(($mask0 & 1) === 0))
541
+ contextType = this.m1s_1;
542
+ if (!(($mask0 & 2) === 0))
543
+ argType = this.n1s_1;
544
+ if (!(($mask0 & 4) === 0))
545
+ type = this.o1s_1;
546
+ if (!(($mask0 & 8) === 0))
547
+ tag = this.p1s_1;
548
+ return this.h1t(contextType, argType, type, tag);
549
+ };
550
+ Key.prototype.equals = function (other) {
551
+ if (this === other)
552
+ return true;
553
+ if (!(other instanceof Key))
554
+ return false;
555
+ var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
556
+ if (!equals(this.m1s_1, tmp0_other_with_cast.m1s_1))
557
+ return false;
558
+ if (!equals(this.n1s_1, tmp0_other_with_cast.n1s_1))
559
+ return false;
560
+ if (!equals(this.o1s_1, tmp0_other_with_cast.o1s_1))
561
+ return false;
562
+ if (!equals(this.p1s_1, tmp0_other_with_cast.p1s_1))
563
+ return false;
564
+ return true;
565
+ };
566
+ Key.$metadata$ = classMeta('Key');
567
+ function BindBuilder() {
568
+ }
569
+ BindBuilder.$metadata$ = interfaceMeta('BindBuilder');
570
+ function Builder() {
571
+ }
572
+ Builder.$metadata$ = interfaceMeta('Builder', [BindBuilder, WithScope]);
573
+ function MainBuilder() {
574
+ }
575
+ MainBuilder.$metadata$ = interfaceMeta('MainBuilder', [Builder]);
576
+ function Module(allowSilentOverride, prefix, init) {
577
+ this.z1s_1 = allowSilentOverride;
578
+ this.a1t_1 = prefix;
579
+ this.b1t_1 = init;
580
+ this.c1t_1 = null;
581
+ }
582
+ Module.prototype.c5 = function () {
583
+ var tmp0_elvis_lhs = this.c1t_1;
584
+ var tmp;
585
+ if (tmp0_elvis_lhs == null) {
586
+ throw IllegalStateException_init_$Create$('module must have a name.');
587
+ } else {
588
+ tmp = tmp0_elvis_lhs;
589
+ }
590
+ return tmp;
591
+ };
592
+ Module.prototype.toString = function () {
593
+ return 'Module(allowSilentOverride=' + this.z1s_1 + ', prefix=' + this.a1t_1 + ', init=' + this.b1t_1 + ')';
594
+ };
595
+ Module.prototype.hashCode = function () {
596
+ var result = this.z1s_1 | 0;
597
+ result = imul(result, 31) + getStringHashCode(this.a1t_1) | 0;
598
+ result = imul(result, 31) + hashCode(this.b1t_1) | 0;
599
+ return result;
600
+ };
601
+ Module.prototype.equals = function (other) {
602
+ if (this === other)
603
+ return true;
604
+ if (!(other instanceof Module))
605
+ return false;
606
+ var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
607
+ if (!(this.z1s_1 === tmp0_other_with_cast.z1s_1))
608
+ return false;
609
+ if (!(this.a1t_1 === tmp0_other_with_cast.a1t_1))
610
+ return false;
611
+ if (!equals(this.b1t_1, tmp0_other_with_cast.b1t_1))
612
+ return false;
613
+ return true;
614
+ };
615
+ Module.$metadata$ = classMeta('Module');
616
+ function Companion() {
617
+ Companion_instance = this;
618
+ this.m1t_1 = false;
619
+ this.n1t_1 = false;
620
+ }
621
+ Companion.prototype.o1t = function (allowSilentOverride, init) {
622
+ return DIImpl_init_$Create$(allowSilentOverride, init);
623
+ };
624
+ Companion.prototype.p1t = function (allowSilentOverride, init, $mask0, $handler) {
625
+ if (!(($mask0 & 1) === 0))
626
+ allowSilentOverride = false;
627
+ return this.o1t(allowSilentOverride, init);
628
+ };
629
+ Companion.$metadata$ = objectMeta('Companion');
630
+ var Companion_instance;
631
+ function Companion_getInstance_0() {
632
+ if (Companion_instance == null)
633
+ new Companion();
634
+ return Companion_instance;
635
+ }
636
+ function DI() {
637
+ }
638
+ DI.$metadata$ = interfaceMeta('DI', [DIAware]);
639
+ function get_direct(_this__u8e3s4) {
640
+ return new DirectDIImpl(_this__u8e3s4.q1t().r1t(), _this__u8e3s4.s1t());
641
+ }
642
+ function DIAware() {
643
+ }
644
+ DIAware.$metadata$ = interfaceMeta('DIAware');
645
+ function Value(type, value) {
646
+ this.u1t_1 = type;
647
+ this.v1t_1 = value;
648
+ }
649
+ Value.prototype.d7 = function () {
650
+ return this.u1t_1;
651
+ };
652
+ Value.prototype.z1 = function () {
653
+ return this.v1t_1;
654
+ };
655
+ Value.prototype.toString = function () {
656
+ return 'Value(type=' + this.u1t_1 + ', value=' + this.v1t_1 + ')';
657
+ };
658
+ Value.prototype.hashCode = function () {
659
+ var result = hashCode(this.u1t_1);
660
+ result = imul(result, 31) + hashCode(this.v1t_1) | 0;
661
+ return result;
662
+ };
663
+ Value.prototype.equals = function (other) {
664
+ if (this === other)
665
+ return true;
666
+ if (!(other instanceof Value))
667
+ return false;
668
+ var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
669
+ if (!equals(this.u1t_1, tmp0_other_with_cast.u1t_1))
670
+ return false;
671
+ if (!equals(this.v1t_1, tmp0_other_with_cast.v1t_1))
672
+ return false;
673
+ return true;
674
+ };
675
+ Value.$metadata$ = classMeta('Value', [DIContext]);
676
+ function Companion_0() {
677
+ Companion_instance_0 = this;
678
+ }
679
+ Companion_0.prototype.w1t = function (type, value) {
680
+ return new Value(type, value);
681
+ };
682
+ Companion_0.$metadata$ = objectMeta('Companion');
683
+ var Companion_instance_0;
684
+ function Companion_getInstance_1() {
685
+ if (Companion_instance_0 == null)
686
+ new Companion_0();
687
+ return Companion_instance_0;
688
+ }
689
+ function DIContext() {
690
+ }
691
+ DIContext.$metadata$ = interfaceMeta('DIContext');
692
+ function Instance(_this__u8e3s4, type, tag) {
693
+ var tmp = _this__u8e3s4.t1t();
694
+ var tmp_0 = _this__u8e3s4.s1t();
695
+ return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
696
+ }
697
+ function get_AnyDIContext() {
698
+ return Contexes_getInstance().x1t_1;
699
+ }
700
+ function get_anyType(_this__u8e3s4) {
701
+ var tmp = _this__u8e3s4.d7();
702
+ return isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
703
+ }
704
+ function Contexes() {
705
+ Contexes_instance = this;
706
+ this.x1t_1 = Companion_getInstance_1().w1t(Companion_getInstance().z1r_1, new Object());
707
+ }
708
+ Contexes.$metadata$ = objectMeta('Contexes');
709
+ var Contexes_instance;
710
+ function Contexes_getInstance() {
711
+ if (Contexes_instance == null)
712
+ new Contexes();
713
+ return Contexes_instance;
714
+ }
715
+ function On(_this__u8e3s4, context, trigger) {
716
+ return DIWrapper_init_$Create$(_this__u8e3s4, context, trigger);
717
+ }
718
+ function On$default(_this__u8e3s4, context, trigger, $mask0, $handler) {
719
+ if (!(($mask0 & 1) === 0))
720
+ context = _this__u8e3s4.s1t();
721
+ if (!(($mask0 & 2) === 0))
722
+ trigger = _this__u8e3s4.t1t();
723
+ return On(_this__u8e3s4, context, trigger);
724
+ }
725
+ function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
726
+ DIWrapper.call($this, base.q1t(), diContext, trigger);
727
+ return $this;
728
+ }
729
+ function DIWrapper_init_$Create$(base, diContext, trigger) {
730
+ return DIWrapper_init_$Init$(base, diContext, trigger, Object.create(DIWrapper.prototype));
731
+ }
732
+ function DIWrapper(_base, diContext, diTrigger) {
733
+ this.y1t_1 = _base;
734
+ this.z1t_1 = diContext;
735
+ this.a1u_1 = diTrigger;
736
+ }
737
+ DIWrapper.prototype.s1t = function () {
738
+ return this.z1t_1;
739
+ };
740
+ DIWrapper.prototype.t1t = function () {
741
+ return this.a1u_1;
742
+ };
743
+ DIWrapper.prototype.q1t = function () {
744
+ return this;
745
+ };
746
+ DIWrapper.prototype.r1t = function () {
747
+ return this.y1t_1.r1t();
748
+ };
749
+ DIWrapper.$metadata$ = classMeta('DIWrapper', [DI]);
750
+ function Instance$lambda($this_Instance, $type, $tag) {
751
+ return function (ctx, _anonymous_parameter_1__qggqgd) {
752
+ var tmp = $this_Instance.q1t().r1t();
753
+ var tmp$ret$0;
754
+ // Inline function 'org.kodein.di.anyType' call
755
+ var tmp_0 = ctx.d7();
756
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
757
+ var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().y1r_1, $type, $tag);
758
+ var tmp_2 = ctx.z1();
759
+ return tmp.b1u(tmp_1, tmp_2, 0, 4, null)();
760
+ };
761
+ }
762
+ function Builder_0() {
763
+ }
764
+ Builder_0.$metadata$ = interfaceMeta('Builder');
765
+ function DIContainer$provider$lambda($tmp0_toProvider) {
766
+ return function () {
767
+ return $tmp0_toProvider(Unit_getInstance());
768
+ };
769
+ }
770
+ function DIContainer() {
771
+ }
772
+ DIContainer.$metadata$ = interfaceMeta('DIContainer');
773
+ function DITree() {
774
+ }
775
+ DITree.$metadata$ = interfaceMeta('DITree');
776
+ function DirectDIAware() {
777
+ }
778
+ DirectDIAware.$metadata$ = interfaceMeta('DirectDIAware');
779
+ function DirectDIBase() {
780
+ }
781
+ DirectDIBase.$metadata$ = interfaceMeta('DirectDIBase', [DirectDIAware]);
782
+ function SearchSpecs_init_$Init$(contextType, argType, type, tag, $mask0, $marker, $this) {
783
+ if (!(($mask0 & 1) === 0))
784
+ contextType = null;
785
+ if (!(($mask0 & 2) === 0))
786
+ argType = null;
787
+ if (!(($mask0 & 4) === 0))
788
+ type = null;
789
+ if (!(($mask0 & 8) === 0))
790
+ tag = NoDefinedTag_getInstance();
791
+ SearchSpecs.call($this, contextType, argType, type, tag);
792
+ return $this;
793
+ }
794
+ function SearchSpecs_init_$Create$(contextType, argType, type, tag, $mask0, $marker) {
795
+ return SearchSpecs_init_$Init$(contextType, argType, type, tag, $mask0, $marker, Object.create(SearchSpecs.prototype));
796
+ }
797
+ function NoDefinedTag() {
798
+ NoDefinedTag_instance = this;
799
+ }
800
+ NoDefinedTag.$metadata$ = objectMeta('NoDefinedTag');
801
+ var NoDefinedTag_instance;
802
+ function NoDefinedTag_getInstance() {
803
+ if (NoDefinedTag_instance == null)
804
+ new NoDefinedTag();
805
+ return NoDefinedTag_instance;
806
+ }
807
+ function SearchSpecs(contextType, argType, type, tag) {
808
+ this.n1u_1 = contextType;
809
+ this.o1u_1 = argType;
810
+ this.p1u_1 = type;
811
+ this.q1u_1 = tag;
812
+ }
813
+ SearchSpecs.prototype.toString = function () {
814
+ var args = ArrayList_init_$Create$();
815
+ if (!(this.n1u_1 == null)) {
816
+ // Inline function 'kotlin.collections.plusAssign' call
817
+ var tmp0_safe_receiver = this.n1u_1;
818
+ var tmp0_plusAssign = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n1r());
819
+ args.a(tmp0_plusAssign);
820
+ }
821
+ if (!(this.o1u_1 == null)) {
822
+ // Inline function 'kotlin.collections.plusAssign' call
823
+ var tmp1_safe_receiver = this.o1u_1;
824
+ var tmp1_plusAssign = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.n1r());
825
+ args.a(tmp1_plusAssign);
826
+ }
827
+ if (!(this.p1u_1 == null)) {
828
+ // Inline function 'kotlin.collections.plusAssign' call
829
+ var tmp2_safe_receiver = this.p1u_1;
830
+ var tmp2_plusAssign = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.n1r());
831
+ args.a(tmp2_plusAssign);
832
+ }
833
+ if (!equals(this.q1u_1, NoDefinedTag_getInstance())) {
834
+ // Inline function 'kotlin.collections.plusAssign' call
835
+ var tmp3_plusAssign = 'tag=' + toString(this.q1u_1);
836
+ args.a(tmp3_plusAssign);
837
+ }
838
+ return '[' + joinToString$default(args, ', ', null, null, 0, null, null, 62, null) + ']';
839
+ };
840
+ SearchSpecs.$metadata$ = classMeta('SearchSpecs');
841
+ function NoArgBindingDI() {
842
+ }
843
+ NoArgBindingDI.$metadata$ = interfaceMeta('NoArgBindingDI', [DirectDI, WithContext]);
844
+ function BindingDI() {
845
+ }
846
+ BindingDI.$metadata$ = interfaceMeta('BindingDI', [DirectDI, WithContext]);
847
+ function NoArgBindingDIWrap(_di) {
848
+ this.u1u_1 = _di;
849
+ }
850
+ NoArgBindingDIWrap.prototype.q1t = function () {
851
+ return this.u1u_1.q1t();
852
+ };
853
+ NoArgBindingDIWrap.prototype.l1u = function () {
854
+ return this.u1u_1.l1u();
855
+ };
856
+ NoArgBindingDIWrap.prototype.m1u = function () {
857
+ return this.u1u_1.m1u();
858
+ };
859
+ NoArgBindingDIWrap.prototype.t1u = function (type, tag) {
860
+ return this.u1u_1.t1u(type, tag);
861
+ };
862
+ NoArgBindingDIWrap.prototype.s1u = function (context) {
863
+ return this.u1u_1.s1u(context);
864
+ };
865
+ NoArgBindingDIWrap.$metadata$ = classMeta('NoArgBindingDIWrap', [NoArgBindingDI, DirectDI, WithContext]);
866
+ function WithContext() {
867
+ }
868
+ WithContext.$metadata$ = interfaceMeta('WithContext');
869
+ function ErasedContext() {
870
+ ErasedContext_instance = this;
871
+ }
872
+ ErasedContext.prototype.d7 = function () {
873
+ return Companion_getInstance().z1r_1;
874
+ };
875
+ ErasedContext.prototype.z1 = function () {
876
+ return ErasedContext_getInstance();
877
+ };
878
+ ErasedContext.$metadata$ = objectMeta('ErasedContext', [DIContext]);
879
+ var ErasedContext_instance;
880
+ function ErasedContext_getInstance() {
881
+ if (ErasedContext_instance == null)
882
+ new ErasedContext();
883
+ return ErasedContext_instance;
884
+ }
885
+ function DIBinding$Copier$Companion$invoke$1($f) {
886
+ this.v1u_1 = $f;
887
+ }
888
+ DIBinding$Copier$Companion$invoke$1.$metadata$ = classMeta(undefined, [Copier]);
889
+ function Companion_1() {
890
+ Companion_instance_1 = this;
891
+ }
892
+ Companion_1.prototype.w1u = function (f) {
893
+ return new DIBinding$Copier$Companion$invoke$1(f);
894
+ };
895
+ Companion_1.$metadata$ = objectMeta('Companion');
896
+ var Companion_instance_1;
897
+ function Companion_getInstance_2() {
898
+ if (Companion_instance_1 == null)
899
+ new Companion_1();
900
+ return Companion_instance_1;
901
+ }
902
+ function Copier() {
903
+ }
904
+ Copier.$metadata$ = interfaceMeta('Copier');
905
+ function DIBinding() {
906
+ }
907
+ DIBinding.$metadata$ = interfaceMeta('DIBinding', [Binding]);
908
+ function NoArgDIBinding() {
909
+ }
910
+ NoArgDIBinding.$metadata$ = interfaceMeta('NoArgDIBinding', [DIBinding]);
911
+ function Binding() {
912
+ }
913
+ Binding.$metadata$ = interfaceMeta('Binding');
914
+ function RefMaker() {
915
+ }
916
+ RefMaker.$metadata$ = interfaceMeta('RefMaker');
917
+ function SingletonReference$make$lambda($value) {
918
+ return function () {
919
+ return $value;
920
+ };
921
+ }
922
+ function SingletonReference() {
923
+ SingletonReference_instance = this;
924
+ }
925
+ SingletonReference.prototype.c1v = function (creator) {
926
+ var value = creator();
927
+ return new Reference(value, SingletonReference$make$lambda(value));
928
+ };
929
+ SingletonReference.$metadata$ = objectMeta('SingletonReference', [RefMaker]);
930
+ var SingletonReference_instance;
931
+ function SingletonReference_getInstance() {
932
+ if (SingletonReference_instance == null)
933
+ new SingletonReference();
934
+ return SingletonReference_instance;
935
+ }
936
+ function Reference(current, next) {
937
+ this.d1v_1 = current;
938
+ this.e1v_1 = next;
939
+ }
940
+ Reference.prototype.h3 = function () {
941
+ return this.d1v_1;
942
+ };
943
+ Reference.prototype.i3 = function () {
944
+ return this.e1v_1;
945
+ };
946
+ Reference.prototype.toString = function () {
947
+ return 'Reference(current=' + this.d1v_1 + ', next=' + this.e1v_1 + ')';
948
+ };
949
+ Reference.prototype.hashCode = function () {
950
+ var result = hashCode(this.d1v_1);
951
+ result = imul(result, 31) + hashCode(this.e1v_1) | 0;
952
+ return result;
953
+ };
954
+ Reference.prototype.equals = function (other) {
955
+ if (this === other)
956
+ return true;
957
+ if (!(other instanceof Reference))
958
+ return false;
959
+ var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
960
+ if (!equals(this.d1v_1, tmp0_other_with_cast.d1v_1))
961
+ return false;
962
+ if (!equals(this.e1v_1, tmp0_other_with_cast.e1v_1))
963
+ return false;
964
+ return true;
965
+ };
966
+ Reference.$metadata$ = classMeta('Reference');
967
+ function Scope() {
968
+ }
969
+ Scope.$metadata$ = interfaceMeta('Scope');
970
+ function ContextTranslator() {
971
+ }
972
+ ContextTranslator.$metadata$ = interfaceMeta('ContextTranslator');
973
+ function ScopeRegistry() {
974
+ }
975
+ ScopeRegistry.$metadata$ = classMeta('ScopeRegistry', [ScopeCloseable]);
976
+ function ScopeCloseable() {
977
+ }
978
+ ScopeCloseable.$metadata$ = interfaceMeta('ScopeCloseable');
979
+ function StandardScopeRegistry() {
980
+ ScopeRegistry.call(this);
981
+ this.j1v_1 = newConcurrentMap();
982
+ this.k1v_1 = new Object();
983
+ }
984
+ StandardScopeRegistry.prototype.i1v = function (key, sync, creator) {
985
+ var tmp$ret$2;
986
+ $l$block_1: {
987
+ // Inline function 'org.kodein.di.internal.synchronizedIfNull' call
988
+ var tmp0_synchronizedIfNull = sync ? this.k1v_1 : null;
989
+ var tmp$ret$0;
990
+ // Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
991
+ var tmp0_safe_receiver = this.j1v_1.n(key);
992
+ tmp$ret$0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
993
+ var tmp0_safe_receiver_0 = tmp$ret$0;
994
+ if (tmp0_safe_receiver_0 == null)
995
+ null;
996
+ else {
997
+ var tmp$ret$3;
998
+ // Inline function 'kotlin.let' call
999
+ // Inline function 'kotlin.contracts.contract' call
1000
+ var tmp$ret$1;
1001
+ // Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
1002
+ tmp$ret$1 = tmp0_safe_receiver_0;
1003
+ tmp$ret$2 = tmp$ret$1;
1004
+ break $l$block_1;
1005
+ }
1006
+ var tmp$ret$8;
1007
+ // Inline function 'org.kodein.di.internal.maySynchronized' call
1008
+ var tmp$ret$5;
1009
+ $l$block_0: {
1010
+ // Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
1011
+ var tmp$ret$4;
1012
+ // Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
1013
+ var tmp0_safe_receiver_1 = this.j1v_1.n(key);
1014
+ tmp$ret$4 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1();
1015
+ var tmp0_safe_receiver_2 = tmp$ret$4;
1016
+ if (tmp0_safe_receiver_2 == null)
1017
+ null;
1018
+ else {
1019
+ var tmp$ret$6;
1020
+ // Inline function 'kotlin.let' call
1021
+ // Inline function 'kotlin.contracts.contract' call
1022
+ tmp$ret$5 = tmp0_safe_receiver_2;
1023
+ break $l$block_0;
1024
+ }
1025
+ var tmp$ret$7;
1026
+ // Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
1027
+ var tmp0_container = creator();
1028
+ var current = tmp0_container.h3();
1029
+ var next = tmp0_container.i3();
1030
+ // Inline function 'kotlin.collections.set' call
1031
+ var tmp0_set = this.j1v_1;
1032
+ tmp0_set.o(key, next);
1033
+ tmp$ret$7 = current;
1034
+ tmp$ret$2 = tmp$ret$7;
1035
+ break $l$block_1;
1036
+ }
1037
+ tmp$ret$8 = tmp$ret$5;
1038
+ var value = tmp$ret$8;
1039
+ var tmp$ret$9;
1040
+ // Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
1041
+ tmp$ret$9 = value;
1042
+ tmp$ret$2 = tmp$ret$9;
1043
+ }
1044
+ return tmp$ret$2;
1045
+ };
1046
+ StandardScopeRegistry.$metadata$ = classMeta('StandardScopeRegistry', undefined, undefined, undefined, undefined, ScopeRegistry.prototype);
1047
+ function NoScope() {
1048
+ this.l1v_1 = new StandardScopeRegistry();
1049
+ }
1050
+ NoScope.prototype.m1v = function (context) {
1051
+ return this.l1v_1;
1052
+ };
1053
+ NoScope.prototype.f1v = function (context) {
1054
+ return this.m1v((context == null ? true : isObject(context)) ? context : THROW_CCE());
1055
+ };
1056
+ NoScope.$metadata$ = classMeta('NoScope', [Scope]);
1057
+ function toKContext(_this__u8e3s4, di, ctx) {
1058
+ var tmp0_safe_receiver = _this__u8e3s4.h1v(di, ctx);
1059
+ var tmp;
1060
+ if (tmp0_safe_receiver == null) {
1061
+ tmp = null;
1062
+ } else {
1063
+ var tmp$ret$1;
1064
+ // Inline function 'kotlin.let' call
1065
+ // Inline function 'kotlin.contracts.contract' call
1066
+ var tmp$ret$0;
1067
+ // Inline function 'org.kodein.di.bindings.toKContext.<anonymous>' call
1068
+ tmp$ret$0 = Companion_getInstance_1().w1t(_this__u8e3s4.g1v(), tmp0_safe_receiver);
1069
+ tmp$ret$1 = tmp$ret$0;
1070
+ tmp = tmp$ret$1;
1071
+ }
1072
+ return tmp;
1073
+ }
1074
+ function CompositeContextTranslator(src, dst) {
1075
+ this.n1v_1 = src;
1076
+ this.o1v_1 = dst;
1077
+ }
1078
+ CompositeContextTranslator.prototype.p1v = function () {
1079
+ return this.o1v_1;
1080
+ };
1081
+ CompositeContextTranslator.prototype.w1s = function () {
1082
+ return this.n1v_1.w1s();
1083
+ };
1084
+ CompositeContextTranslator.prototype.g1v = function () {
1085
+ return this.o1v_1.g1v();
1086
+ };
1087
+ CompositeContextTranslator.prototype.h1v = function (di, ctx) {
1088
+ var tmp0_safe_receiver = this.n1v_1.h1v(di, ctx);
1089
+ var tmp;
1090
+ if (tmp0_safe_receiver == null) {
1091
+ tmp = null;
1092
+ } else {
1093
+ var tmp$ret$1;
1094
+ // Inline function 'kotlin.let' call
1095
+ // Inline function 'kotlin.contracts.contract' call
1096
+ var tmp$ret$0;
1097
+ // Inline function 'org.kodein.di.bindings.CompositeContextTranslator.translate.<anonymous>' call
1098
+ tmp$ret$0 = this.o1v_1.h1v(di, tmp0_safe_receiver);
1099
+ tmp$ret$1 = tmp$ret$0;
1100
+ tmp = tmp$ret$1;
1101
+ }
1102
+ return tmp;
1103
+ };
1104
+ CompositeContextTranslator.prototype.toString = function () {
1105
+ return '(' + this.n1v_1 + ' -> ' + this.o1v_1 + ')';
1106
+ };
1107
+ CompositeContextTranslator.$metadata$ = classMeta('CompositeContextTranslator', [ContextTranslator]);
1108
+ function factoryName($this, params) {
1109
+ var tmp$ret$2;
1110
+ // Inline function 'kotlin.text.buildString' call
1111
+ // Inline function 'kotlin.contracts.contract' call
1112
+ var tmp$ret$1;
1113
+ // Inline function 'kotlin.apply' call
1114
+ var tmp0_apply = StringBuilder_init_$Create$();
1115
+ // Inline function 'kotlin.contracts.contract' call
1116
+ // Inline function 'org.kodein.di.bindings.Singleton.factoryName.<anonymous>' call
1117
+ tmp0_apply.z7('singleton');
1118
+ var tmp$ret$0;
1119
+ // Inline function 'kotlin.collections.isNotEmpty' call
1120
+ tmp$ret$0 = !params.k();
1121
+ if (tmp$ret$0) {
1122
+ tmp0_apply.z7(joinToString$default(params, ', ', '(', ')', 0, null, null, 56, null));
1123
+ }
1124
+ tmp$ret$1 = tmp0_apply;
1125
+ tmp$ret$2 = tmp$ret$1.toString();
1126
+ return tmp$ret$2;
1127
+ }
1128
+ function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
1129
+ return function () {
1130
+ return this$0.v1v_1(new NoArgBindingDIWrap($bindingDi));
1131
+ };
1132
+ }
1133
+ function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
1134
+ return function () {
1135
+ return this$0.w1v_1.c1v(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
1136
+ };
1137
+ }
1138
+ function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
1139
+ return function (_anonymous_parameter_0__qggqh8) {
1140
+ var tmp0_elvis_lhs = $lateInitRegistry._v;
1141
+ var tmp;
1142
+ if (tmp0_elvis_lhs == null) {
1143
+ var tmp$ret$0;
1144
+ // Inline function 'kotlin.also' call
1145
+ var tmp0_also = this$0.q1v_1.f1v($bindingDi.k4());
1146
+ // Inline function 'kotlin.contracts.contract' call
1147
+ // Inline function 'org.kodein.di.bindings.Singleton.getFactory.<anonymous>.<anonymous>' call
1148
+ $lateInitRegistry._v = tmp0_also;
1149
+ tmp$ret$0 = tmp0_also;
1150
+ tmp = tmp$ret$0;
1151
+ } else {
1152
+ tmp = tmp0_elvis_lhs;
1153
+ }
1154
+ var registry = tmp;
1155
+ var tmp_0 = registry.i1v(this$0.x1v_1, this$0.u1v_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
1156
+ return isObject(tmp_0) ? tmp_0 : THROW_CCE();
1157
+ };
1158
+ }
1159
+ function Singleton$copier$lambda(this$0) {
1160
+ return function (it) {
1161
+ return new Singleton(this$0.q1v_1, this$0.r1v_1, this$0.s1v_1, this$0.t1v_1, this$0.w1v_1, this$0.u1v_1, this$0.v1v_1);
1162
+ };
1163
+ }
1164
+ function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
1165
+ this.q1v_1 = scope;
1166
+ this.r1v_1 = contextType;
1167
+ this.s1v_1 = explicitContext;
1168
+ this.t1v_1 = createdType;
1169
+ this.u1v_1 = sync;
1170
+ this.v1v_1 = creator;
1171
+ var tmp = this;
1172
+ var tmp0_elvis_lhs = refMaker;
1173
+ tmp.w1v_1 = tmp0_elvis_lhs == null ? SingletonReference_getInstance() : tmp0_elvis_lhs;
1174
+ this.x1v_1 = new ScopeKey(new Object(), Unit_getInstance());
1175
+ var tmp_0 = this;
1176
+ var tmp_1 = Companion_getInstance_2();
1177
+ tmp_0.y1v_1 = tmp_1.w1u(Singleton$copier$lambda(this));
1178
+ }
1179
+ Singleton.prototype.v1s = function () {
1180
+ return this.q1v_1;
1181
+ };
1182
+ Singleton.prototype.w1s = function () {
1183
+ return this.r1v_1;
1184
+ };
1185
+ Singleton.prototype.z1u = function () {
1186
+ return this.t1v_1;
1187
+ };
1188
+ Singleton.prototype.x1u = function () {
1189
+ var params = ArrayList_init_$Create$_0(2);
1190
+ if (!equals(this.w1v_1, SingletonReference_getInstance())) {
1191
+ params.a('ref = ' + erasedOf(this.w1v_1).n1r());
1192
+ }
1193
+ return factoryName(this, params);
1194
+ };
1195
+ Singleton.prototype.y1u = function () {
1196
+ var params = ArrayList_init_$Create$_0(2);
1197
+ if (!equals(this.w1v_1, SingletonReference_getInstance())) {
1198
+ params.a('ref = ' + erasedOf(this.w1v_1).p1r());
1199
+ }
1200
+ return factoryName(this, params);
1201
+ };
1202
+ Singleton.prototype.z1v = function (key, di) {
1203
+ var lateInitRegistry = {_v: null};
1204
+ var bindingDi = this.s1v_1 ? di : di.r1u();
1205
+ return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
1206
+ };
1207
+ Singleton.prototype.b1v = function (key, di) {
1208
+ return this.z1v(key, di);
1209
+ };
1210
+ Singleton.$metadata$ = classMeta('Singleton', [NoArgDIBinding]);
1211
+ function Provider$getFactory$lambda(this$0, $di) {
1212
+ return function (_anonymous_parameter_0__qggqh8) {
1213
+ return this$0.c1w_1(new NoArgBindingDIWrap($di));
1214
+ };
1215
+ }
1216
+ function Provider(contextType, createdType, creator) {
1217
+ this.a1w_1 = contextType;
1218
+ this.b1w_1 = createdType;
1219
+ this.c1w_1 = creator;
1220
+ }
1221
+ Provider.prototype.w1s = function () {
1222
+ return this.a1w_1;
1223
+ };
1224
+ Provider.prototype.z1u = function () {
1225
+ return this.b1w_1;
1226
+ };
1227
+ Provider.prototype.x1u = function () {
1228
+ return 'provider';
1229
+ };
1230
+ Provider.prototype.z1v = function (key, di) {
1231
+ return Provider$getFactory$lambda(this, di);
1232
+ };
1233
+ Provider.prototype.b1v = function (key, di) {
1234
+ return this.z1v(key, di);
1235
+ };
1236
+ Provider.$metadata$ = classMeta('Provider', [NoArgDIBinding]);
1237
+ function ScopeKey(scopeId, arg) {
1238
+ this.d1w_1 = scopeId;
1239
+ this.e1w_1 = arg;
1240
+ }
1241
+ ScopeKey.prototype.toString = function () {
1242
+ return 'ScopeKey(scopeId=' + toString_0(this.d1w_1) + ', arg=' + this.e1w_1 + ')';
1243
+ };
1244
+ ScopeKey.prototype.hashCode = function () {
1245
+ var result = hashCode(this.d1w_1);
1246
+ result = imul(result, 31) + (this.e1w_1 == null ? 0 : hashCode(this.e1w_1)) | 0;
1247
+ return result;
1248
+ };
1249
+ ScopeKey.prototype.equals = function (other) {
1250
+ if (this === other)
1251
+ return true;
1252
+ if (!(other instanceof ScopeKey))
1253
+ return false;
1254
+ var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
1255
+ if (!equals(this.d1w_1, tmp0_other_with_cast.d1w_1))
1256
+ return false;
1257
+ if (!equals(this.e1w_1, tmp0_other_with_cast.e1w_1))
1258
+ return false;
1259
+ return true;
1260
+ };
1261
+ ScopeKey.$metadata$ = classMeta('ScopeKey');
1262
+ function toProvider(_this__u8e3s4, arg) {
1263
+ return toProvider$lambda(_this__u8e3s4, arg);
1264
+ }
1265
+ function toProvider$lambda($this_toProvider, $arg) {
1266
+ return function () {
1267
+ return $this_toProvider($arg());
1268
+ };
1269
+ }
1270
+ function DIMainBuilderImpl(allowSilentOverride) {
1271
+ DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
1272
+ this.k1w_1 = ArrayList_init_$Create$();
1273
+ this.l1w_1 = Companion_getInstance_0().m1t_1;
1274
+ this.m1w_1 = Companion_getInstance_0().n1t_1;
1275
+ }
1276
+ DIMainBuilderImpl.prototype.g1u = function () {
1277
+ return this.k1w_1;
1278
+ };
1279
+ DIMainBuilderImpl.prototype.n1w = function () {
1280
+ return this.l1w_1;
1281
+ };
1282
+ DIMainBuilderImpl.prototype.o1w = function () {
1283
+ return this.m1w_1;
1284
+ };
1285
+ DIMainBuilderImpl.$metadata$ = classMeta('DIMainBuilderImpl', [MainBuilder], undefined, undefined, undefined, DIBuilderImpl.prototype);
1286
+ function TypeBinder_0($outer, type, tag, overrides) {
1287
+ this.y1w_1 = $outer;
1288
+ this.v1w_1 = type;
1289
+ this.w1w_1 = tag;
1290
+ this.x1w_1 = overrides;
1291
+ }
1292
+ TypeBinder_0.prototype.u1w = function () {
1293
+ return this.y1w_1.u1w();
1294
+ };
1295
+ TypeBinder_0.prototype.y1s = function (binding) {
1296
+ return this.u1w().d1x(new Key(binding.w1s(), binding.e1t(), this.v1w_1, this.w1w_1), binding, this.y1w_1.p1w_1, this.x1w_1);
1297
+ };
1298
+ TypeBinder_0.$metadata$ = classMeta('TypeBinder', [TypeBinder]);
1299
+ function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
1300
+ this.p1w_1 = moduleName;
1301
+ this.q1w_1 = prefix;
1302
+ this.r1w_1 = importedModules;
1303
+ this.s1w_1 = containerBuilder;
1304
+ this.t1w_1 = Companion_getInstance().z1r_1;
1305
+ }
1306
+ DIBuilderImpl.prototype.u1w = function () {
1307
+ return this.s1w_1;
1308
+ };
1309
+ DIBuilderImpl.prototype.w1s = function () {
1310
+ return this.t1w_1;
1311
+ };
1312
+ DIBuilderImpl.prototype.v1s = function () {
1313
+ return new NoScope();
1314
+ };
1315
+ DIBuilderImpl.prototype.x1s = function () {
1316
+ return false;
1317
+ };
1318
+ DIBuilderImpl.prototype.j1t = function (type, tag, overrides) {
1319
+ return new TypeBinder_0(this, type, tag, overrides);
1320
+ };
1321
+ DIBuilderImpl.prototype.k1t = function (module_0, allowOverride) {
1322
+ var moduleName = this.q1w_1 + module_0.c5();
1323
+ var tmp;
1324
+ var tmp$ret$0;
1325
+ // Inline function 'kotlin.text.isNotEmpty' call
1326
+ tmp$ret$0 = charSequenceLength(moduleName) > 0;
1327
+ if (tmp$ret$0) {
1328
+ tmp = this.r1w_1.o1(moduleName);
1329
+ } else {
1330
+ tmp = false;
1331
+ }
1332
+ if (tmp) {
1333
+ throw IllegalStateException_init_$Create$('Module "' + moduleName + '" has already been imported!');
1334
+ }
1335
+ var tmp0_this = this;
1336
+ // Inline function 'kotlin.collections.plusAssign' call
1337
+ var tmp0_plusAssign = tmp0_this.r1w_1;
1338
+ tmp0_plusAssign.a(moduleName);
1339
+ var tmp$ret$1;
1340
+ // Inline function 'kotlin.apply' call
1341
+ var tmp1_apply = new DIBuilderImpl(moduleName, this.q1w_1 + module_0.a1t_1, this.r1w_1, this.u1w().e1x(allowOverride, module_0.z1s_1));
1342
+ var tmp2_apply = module_0.b1t_1;
1343
+ // Inline function 'kotlin.contracts.contract' call
1344
+ tmp2_apply(tmp1_apply);
1345
+ tmp$ret$1 = tmp1_apply;
1346
+ };
1347
+ DIBuilderImpl.$metadata$ = classMeta('DIBuilderImpl', [Builder]);
1348
+ function DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT() {
1349
+ OverrideMode.call(this, 'ALLOW_SILENT', 0);
1350
+ OverrideMode_ALLOW_SILENT_instance = this;
1351
+ }
1352
+ DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.h1x = function () {
1353
+ return true;
1354
+ };
1355
+ DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.i1x = function (overrides) {
1356
+ return overrides;
1357
+ };
1358
+ DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.$metadata$ = classMeta('ALLOW_SILENT', undefined, undefined, undefined, undefined, OverrideMode.prototype);
1359
+ var OverrideMode_ALLOW_SILENT_instance;
1360
+ function DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT() {
1361
+ OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
1362
+ OverrideMode_ALLOW_EXPLICIT_instance = this;
1363
+ }
1364
+ DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.h1x = function () {
1365
+ return true;
1366
+ };
1367
+ DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.i1x = function (overrides) {
1368
+ var tmp0_elvis_lhs = overrides;
1369
+ return tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs;
1370
+ };
1371
+ DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.$metadata$ = classMeta('ALLOW_EXPLICIT', undefined, undefined, undefined, undefined, OverrideMode.prototype);
1372
+ var OverrideMode_ALLOW_EXPLICIT_instance;
1373
+ function DIContainerBuilderImpl$OverrideMode$FORBID() {
1374
+ OverrideMode.call(this, 'FORBID', 2);
1375
+ OverrideMode_FORBID_instance = this;
1376
+ }
1377
+ DIContainerBuilderImpl$OverrideMode$FORBID.prototype.h1x = function () {
1378
+ return false;
1379
+ };
1380
+ DIContainerBuilderImpl$OverrideMode$FORBID.prototype.i1x = function (overrides) {
1381
+ var tmp;
1382
+ if (!(overrides == null) ? overrides : false) {
1383
+ throw new OverridingException('Overriding has been forbidden');
1384
+ } else {
1385
+ tmp = false;
1386
+ }
1387
+ return tmp;
1388
+ };
1389
+ DIContainerBuilderImpl$OverrideMode$FORBID.$metadata$ = classMeta('FORBID', undefined, undefined, undefined, undefined, OverrideMode.prototype);
1390
+ var OverrideMode_FORBID_instance;
1391
+ function Companion_2() {
1392
+ Companion_instance_2 = this;
1393
+ }
1394
+ Companion_2.prototype.n1x = function (allow, silent) {
1395
+ if (!allow)
1396
+ return OverrideMode_FORBID_getInstance();
1397
+ if (silent)
1398
+ return OverrideMode_ALLOW_SILENT_getInstance();
1399
+ return OverrideMode_ALLOW_EXPLICIT_getInstance();
1400
+ };
1401
+ Companion_2.$metadata$ = objectMeta('Companion');
1402
+ var Companion_instance_2;
1403
+ function Companion_getInstance_3() {
1404
+ OverrideMode_initEntries();
1405
+ if (Companion_instance_2 == null)
1406
+ new Companion_2();
1407
+ return Companion_instance_2;
1408
+ }
1409
+ var OverrideMode_entriesInitialized;
1410
+ function OverrideMode_initEntries() {
1411
+ if (OverrideMode_entriesInitialized)
1412
+ return Unit_getInstance();
1413
+ OverrideMode_entriesInitialized = true;
1414
+ OverrideMode_ALLOW_SILENT_instance = new DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT();
1415
+ OverrideMode_ALLOW_EXPLICIT_instance = new DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT();
1416
+ OverrideMode_FORBID_instance = new DIContainerBuilderImpl$OverrideMode$FORBID();
1417
+ Companion_getInstance_3();
1418
+ }
1419
+ function OverrideMode(name, ordinal) {
1420
+ Enum.call(this, name, ordinal);
1421
+ }
1422
+ OverrideMode.$metadata$ = classMeta('OverrideMode', undefined, undefined, undefined, undefined, Enum.prototype);
1423
+ function checkOverrides($this, key, overrides) {
1424
+ var mustOverride = $this.c1x_1.i1x(overrides);
1425
+ if (!(mustOverride == null)) {
1426
+ var tmp;
1427
+ if (mustOverride) {
1428
+ var tmp$ret$1;
1429
+ // Inline function 'kotlin.collections.contains' call
1430
+ var tmp0_contains = $this.z1w_1;
1431
+ var tmp$ret$0;
1432
+ // Inline function 'kotlin.collections.containsKey' call
1433
+ tmp$ret$0 = (isInterface(tmp0_contains, Map) ? tmp0_contains : THROW_CCE()).g2(key);
1434
+ tmp$ret$1 = tmp$ret$0;
1435
+ tmp = !tmp$ret$1;
1436
+ } else {
1437
+ tmp = false;
1438
+ }
1439
+ if (tmp)
1440
+ throw new OverridingException('Binding ' + key + ' must override an existing binding.');
1441
+ var tmp_0;
1442
+ if (!mustOverride) {
1443
+ var tmp$ret$3;
1444
+ // Inline function 'kotlin.collections.contains' call
1445
+ var tmp1_contains = $this.z1w_1;
1446
+ var tmp$ret$2;
1447
+ // Inline function 'kotlin.collections.containsKey' call
1448
+ tmp$ret$2 = (isInterface(tmp1_contains, Map) ? tmp1_contains : THROW_CCE()).g2(key);
1449
+ tmp$ret$3 = tmp$ret$2;
1450
+ tmp_0 = tmp$ret$3;
1451
+ } else {
1452
+ tmp_0 = false;
1453
+ }
1454
+ if (tmp_0)
1455
+ throw new OverridingException('Binding ' + key + ' must not override an existing binding.');
1456
+ }
1457
+ }
1458
+ function checkMatch($this, allowOverride) {
1459
+ if (!$this.c1x_1.h1x() ? allowOverride : false)
1460
+ throw new OverridingException('Overriding has been forbidden');
1461
+ }
1462
+ function OverrideMode_ALLOW_SILENT_getInstance() {
1463
+ OverrideMode_initEntries();
1464
+ return OverrideMode_ALLOW_SILENT_instance;
1465
+ }
1466
+ function OverrideMode_ALLOW_EXPLICIT_getInstance() {
1467
+ OverrideMode_initEntries();
1468
+ return OverrideMode_ALLOW_EXPLICIT_instance;
1469
+ }
1470
+ function OverrideMode_FORBID_getInstance() {
1471
+ OverrideMode_initEntries();
1472
+ return OverrideMode_FORBID_instance;
1473
+ }
1474
+ function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
1475
+ this.z1w_1 = bindingsMap;
1476
+ this.a1x_1 = callbacks;
1477
+ this.b1x_1 = translators;
1478
+ this.c1x_1 = Companion_getInstance_3().n1x(allowOverride, silentOverride);
1479
+ }
1480
+ DIContainerBuilderImpl.prototype.d1x = function (key, binding, fromModule, overrides) {
1481
+ checkOverrides(this, key, overrides);
1482
+ var tmp$ret$1;
1483
+ // Inline function 'kotlin.collections.getOrPut' call
1484
+ var tmp0_getOrPut = this.z1w_1;
1485
+ var value = tmp0_getOrPut.n(key);
1486
+ var tmp;
1487
+ if (value == null) {
1488
+ var tmp$ret$0;
1489
+ // Inline function 'org.kodein.di.internal.DIContainerBuilderImpl.bind.<anonymous>' call
1490
+ tmp$ret$0 = newLinkedList();
1491
+ var answer = tmp$ret$0;
1492
+ tmp0_getOrPut.o(key, answer);
1493
+ tmp = answer;
1494
+ } else {
1495
+ tmp = value;
1496
+ }
1497
+ tmp$ret$1 = tmp;
1498
+ var bindings = tmp$ret$1;
1499
+ bindings.lc(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
1500
+ };
1501
+ DIContainerBuilderImpl.prototype.e1x = function (allowOverride, silentOverride) {
1502
+ checkMatch(this, allowOverride);
1503
+ return new DIContainerBuilderImpl(allowOverride, silentOverride, this.z1w_1, this.a1x_1, this.b1x_1);
1504
+ };
1505
+ DIContainerBuilderImpl.$metadata$ = classMeta('DIContainerBuilderImpl', [Builder_0]);
1506
+ function displayString($this, key, overrideLevel) {
1507
+ var descProp = $this.t1x_1 ? bindFullDescription$factory_0(key) : bindDescription$factory_0(key);
1508
+ return !(overrideLevel === 0) ? 'overridden ' + descProp.get() : descProp.get();
1509
+ }
1510
+ function recursiveLoop($this, node, firstKey, firstOverrideLevel, tail) {
1511
+ var $this_0 = $this;
1512
+ var node_0 = node;
1513
+ var firstKey_0 = firstKey;
1514
+ var firstOverrideLevel_0 = firstOverrideLevel;
1515
+ var tail_0 = tail;
1516
+ $l$1: do {
1517
+ $l$0: do {
1518
+ var tmp;
1519
+ if (node_0.s1x_1 == null ? true : firstKey_0.equals(node_0.q1x_1) ? firstOverrideLevel_0 === node_0.r1x_1 : false) {
1520
+ tmp = plus(listOf(displayString($this_0, node_0.q1x_1, node_0.r1x_1)), tail_0);
1521
+ } else {
1522
+ var tmp0 = $this_0;
1523
+ var tmp1 = node_0.s1x_1;
1524
+ var tmp2 = firstKey_0;
1525
+ var tmp3 = firstOverrideLevel_0;
1526
+ var tmp4 = plus(listOf(displayString($this_0, node_0.q1x_1, node_0.r1x_1)), tail_0);
1527
+ $this_0 = tmp0;
1528
+ node_0 = tmp1;
1529
+ firstKey_0 = tmp2;
1530
+ firstOverrideLevel_0 = tmp3;
1531
+ tail_0 = tmp4;
1532
+ continue $l$0;
1533
+ }
1534
+ return tmp;
1535
+ }
1536
+ while (false);
1537
+ }
1538
+ while (true);
1539
+ }
1540
+ function recursiveCheck($this, node, searchedKey, searchedOverrideLevel) {
1541
+ var $this_0 = $this;
1542
+ var node_0 = node;
1543
+ var searchedKey_0 = searchedKey;
1544
+ var searchedOverrideLevel_0 = searchedOverrideLevel;
1545
+ $l$1: do {
1546
+ $l$0: do {
1547
+ var tmp;
1548
+ if (node_0.q1x_1.equals(searchedKey_0) ? node_0.r1x_1 === searchedOverrideLevel_0 : false) {
1549
+ tmp = false;
1550
+ } else if (node_0.s1x_1 == null) {
1551
+ tmp = true;
1552
+ } else {
1553
+ var tmp0 = $this_0;
1554
+ var tmp1 = node_0.s1x_1;
1555
+ var tmp2 = searchedKey_0;
1556
+ var tmp3 = searchedOverrideLevel_0;
1557
+ $this_0 = tmp0;
1558
+ node_0 = tmp1;
1559
+ searchedKey_0 = tmp2;
1560
+ searchedOverrideLevel_0 = tmp3;
1561
+ continue $l$0;
1562
+ }
1563
+ return tmp;
1564
+ }
1565
+ while (false);
1566
+ }
1567
+ while (true);
1568
+ }
1569
+ function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
1570
+ DIContainerImpl.call($this, new DITreeImpl(builder.z1w_1, externalSources, builder.b1x_1), null, fullDescriptionOnError, fullContainerTreeOnError);
1571
+ var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
1572
+ if (runCallbacks)
1573
+ init();
1574
+ else {
1575
+ var lock = new Object();
1576
+ var tmp = $this;
1577
+ tmp.y1x_1 = DIContainerImpl$_init_$lambda_r6ib3j_0($this, init);
1578
+ }
1579
+ return $this;
1580
+ }
1581
+ function DIContainerImpl_init_$Create$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks) {
1582
+ return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, Object.create(DIContainerImpl.prototype));
1583
+ }
1584
+ function Node(key, overrideLevel, parent, fullDescriptionOnError) {
1585
+ this.q1x_1 = key;
1586
+ this.r1x_1 = overrideLevel;
1587
+ this.s1x_1 = parent;
1588
+ this.t1x_1 = fullDescriptionOnError;
1589
+ }
1590
+ Node.prototype.z1x = function (searchedKey, searchedOverrideLevel) {
1591
+ if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
1592
+ var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.r1x_1));
1593
+ var sb = StringBuilder_init_$Create$();
1594
+ // Inline function 'kotlin.collections.forEachIndexed' call
1595
+ var index = 0;
1596
+ var tmp0_iterator = list.f();
1597
+ while (tmp0_iterator.g()) {
1598
+ var item = tmp0_iterator.h();
1599
+ // Inline function 'org.kodein.di.internal.Node.check.<anonymous>' call
1600
+ var tmp1 = index;
1601
+ index = tmp1 + 1 | 0;
1602
+ var tmp0__anonymous__q1qw7t = checkIndexOverflow(tmp1);
1603
+ sb.z7(' ');
1604
+ var tmp0_subject = tmp0__anonymous__q1qw7t;
1605
+ switch (tmp0_subject) {
1606
+ case 0:
1607
+ sb.z7(' ');
1608
+ ;
1609
+ break;
1610
+ case 1:
1611
+ sb.z7(' \u2554\u2569>');
1612
+ ;
1613
+ break;
1614
+ default:
1615
+ sb.z7(' \u2551');
1616
+ ;
1617
+ sb.z7(repeat(' ', tmp0__anonymous__q1qw7t - 1 | 0));
1618
+ ;
1619
+ sb.z7('\u255A>');
1620
+ ;
1621
+ break;
1622
+ }
1623
+ sb.z7(item);
1624
+ sb.z7('\n');
1625
+ }
1626
+ sb.z7(' \u255A');
1627
+ sb.z7(repeat('\u2550\u2550', list.i() - 1 | 0));
1628
+ sb.z7('\u255D');
1629
+ throw new DependencyLoopException('Dependency recursion:\n' + sb);
1630
+ }
1631
+ };
1632
+ Node.$metadata$ = classMeta('Node');
1633
+ function bindingDI($this, key, context, tree, overrideLevel) {
1634
+ var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.v1x_1, $this.w1x_1), $this.w1x_1, $this.x1x_1);
1635
+ return new BindingDIImpl(new DirectDIImpl(container, context), key, overrideLevel);
1636
+ }
1637
+ function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
1638
+ return function () {
1639
+ var direct = new DirectDIImpl(this$0, get_AnyDIContext());
1640
+ var tmp0_forEach = $builder.a1x_1;
1641
+ var tmp0_iterator = tmp0_forEach.f();
1642
+ while (tmp0_iterator.g()) {
1643
+ var element = tmp0_iterator.h();
1644
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
1645
+ element(direct);
1646
+ }
1647
+ return Unit_getInstance();
1648
+ };
1649
+ }
1650
+ function DIContainerImpl$_init_$lambda_r6ib3j_0(this$0, $init) {
1651
+ return function () {
1652
+ var tmp$ret$1;
1653
+ $l$block_1: {
1654
+ // Inline function 'org.kodein.di.internal.synchronizedIfNotNull' call
1655
+ var tmp0_synchronizedIfNotNull = initCallbacks$factory(this$0);
1656
+ if (tmp0_synchronizedIfNotNull() == null) {
1657
+ var tmp$ret$0;
1658
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
1659
+ tmp$ret$0 = Unit_getInstance();
1660
+ tmp$ret$1 = tmp$ret$0;
1661
+ break $l$block_1;
1662
+ }
1663
+ var tmp$ret$3;
1664
+ // Inline function 'org.kodein.di.internal.maySynchronized' call
1665
+ var tmp$ret$2;
1666
+ $l$block_0: {
1667
+ // Inline function 'org.kodein.di.internal.synchronizedIfNotNull.<anonymous>' call
1668
+ var tmp0_elvis_lhs = tmp0_synchronizedIfNotNull();
1669
+ var tmp;
1670
+ if (tmp0_elvis_lhs == null) {
1671
+ tmp$ret$2 = Unit_getInstance();
1672
+ break $l$block_0;
1673
+ } else {
1674
+ tmp = tmp0_elvis_lhs;
1675
+ }
1676
+ var value = tmp;
1677
+ this$0.y1x_1 = null;
1678
+ tmp$ret$1 = $init();
1679
+ break $l$block_1;
1680
+ }
1681
+ tmp$ret$3 = tmp$ret$2;
1682
+ var tmp$ret$4;
1683
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.<init>.<anonymous>.<anonymous>' call
1684
+ tmp$ret$4 = Unit_getInstance();
1685
+ tmp$ret$1 = tmp$ret$4;
1686
+ }
1687
+ return Unit_getInstance();
1688
+ };
1689
+ }
1690
+ function DIContainerImpl$factory$lambda($this$null, it) {
1691
+ return fullDescription$default($this$null, it, 0, 2, null);
1692
+ }
1693
+ function DIContainerImpl$factory$lambda_0($this$null, it) {
1694
+ return description$default($this$null, it, 0, 2, null);
1695
+ }
1696
+ function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
1697
+ this.u1x_1 = tree;
1698
+ this.v1x_1 = node;
1699
+ this.w1x_1 = fullDescriptionOnError;
1700
+ this.x1x_1 = fullContainerTreeOnError;
1701
+ this.y1x_1 = null;
1702
+ }
1703
+ DIContainerImpl.prototype.a1y = function () {
1704
+ return this.u1x_1;
1705
+ };
1706
+ DIContainerImpl.prototype.c1u = function (key, context, overrideLevel) {
1707
+ var result = this.u1x_1.i1u(key, overrideLevel, false, 4, null);
1708
+ if (result.i() === 1) {
1709
+ var tmp0_container = result.j(0);
1710
+ var definition = tmp0_container.i3();
1711
+ var translator = tmp0_container.r8();
1712
+ var tmp1_safe_receiver = this.v1x_1;
1713
+ if (tmp1_safe_receiver == null)
1714
+ null;
1715
+ else {
1716
+ tmp1_safe_receiver.z1x(key, overrideLevel);
1717
+ }
1718
+ var tmp = Companion_getInstance_1().w1t(key.m1s_1, context);
1719
+ var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
1720
+ var tmp2_safe_receiver = translator;
1721
+ var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toKContext(tmp2_safe_receiver, new DirectDIImpl(this, originalContext), context);
1722
+ var kContext = tmp3_elvis_lhs == null ? originalContext : tmp3_elvis_lhs;
1723
+ if (key instanceof Key)
1724
+ key;
1725
+ else
1726
+ THROW_CCE();
1727
+ var bindingDI_0 = bindingDI(this, key, kContext, definition.h1s_1, overrideLevel);
1728
+ return definition.i1s_1.b1v(key, bindingDI_0);
1729
+ }
1730
+ var bindingDI_1 = bindingDI(this, key, Companion_getInstance_1().w1t(key.m1s_1, context), this.u1x_1, overrideLevel);
1731
+ // Inline function 'kotlin.collections.forEach' call
1732
+ var tmp0_forEach = this.u1x_1.g1u();
1733
+ var tmp0_iterator = tmp0_forEach.f();
1734
+ while (tmp0_iterator.g()) {
1735
+ var element = tmp0_iterator.h();
1736
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
1737
+ var tmp0_safe_receiver = element.b1y(bindingDI_1, key);
1738
+ if (tmp0_safe_receiver == null)
1739
+ null;
1740
+ else {
1741
+ var tmp$ret$0;
1742
+ // Inline function 'kotlin.let' call
1743
+ // Inline function 'kotlin.contracts.contract' call
1744
+ var tmp0_safe_receiver_0 = this.v1x_1;
1745
+ if (tmp0_safe_receiver_0 == null)
1746
+ null;
1747
+ else {
1748
+ tmp0_safe_receiver_0.z1x(key, overrideLevel);
1749
+ }
1750
+ return (!(tmp0_safe_receiver == null) ? typeof tmp0_safe_receiver === 'function' : false) ? tmp0_safe_receiver : THROW_CCE();
1751
+ }
1752
+ }
1753
+ var withOverrides = !(overrideLevel === 0);
1754
+ var descProp = this.w1x_1 ? fullDescription$factory_0(key) : description$factory_0(key);
1755
+ var tmp_0;
1756
+ if (this.w1x_1) {
1757
+ tmp_0 = DIContainerImpl$factory$lambda;
1758
+ } else {
1759
+ tmp_0 = DIContainerImpl$factory$lambda_0;
1760
+ }
1761
+ var descFun = tmp_0;
1762
+ if (result.k()) {
1763
+ var tmp$ret$7;
1764
+ // Inline function 'kotlin.text.buildString' call
1765
+ // Inline function 'kotlin.contracts.contract' call
1766
+ var tmp$ret$6;
1767
+ // Inline function 'kotlin.apply' call
1768
+ var tmp0_apply = StringBuilder_init_$Create$();
1769
+ // Inline function 'kotlin.contracts.contract' call
1770
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
1771
+ tmp0_apply.z7('No binding found for ' + descProp.get());
1772
+ if (this.x1x_1) {
1773
+ var tmp$ret$1;
1774
+ // Inline function 'kotlin.text.appendLine' call
1775
+ tmp$ret$1 = tmp0_apply.e7(_Char___init__impl__6a9atx(10));
1776
+ var forType = this.u1x_1.j1u(SearchSpecs_init_$Create$(null, null, key.o1s_1, null, 11, null));
1777
+ var tmp$ret$2;
1778
+ // Inline function 'kotlin.collections.isNotEmpty' call
1779
+ tmp$ret$2 = !forType.k();
1780
+ if (tmp$ret$2) {
1781
+ var tmp$ret$5;
1782
+ // Inline function 'kotlin.collections.associate' call
1783
+ var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(forType, 10)), 16);
1784
+ var tmp$ret$4;
1785
+ // Inline function 'kotlin.collections.associateTo' call
1786
+ var tmp1_associateTo = LinkedHashMap_init_$Create$_0(capacity);
1787
+ var tmp0_iterator_0 = forType.f();
1788
+ while (tmp0_iterator_0.g()) {
1789
+ var element_0 = tmp0_iterator_0.h();
1790
+ // Inline function 'kotlin.collections.plusAssign' call
1791
+ var tmp$ret$3;
1792
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>.<anonymous>' call
1793
+ tmp$ret$3 = to(element_0.n8_1, element_0.o8_1);
1794
+ var tmp0_plusAssign = tmp$ret$3;
1795
+ tmp1_associateTo.o(tmp0_plusAssign.p_1, tmp0_plusAssign.q_1);
1796
+ }
1797
+ tmp$ret$4 = tmp1_associateTo;
1798
+ tmp$ret$5 = tmp$ret$4;
1799
+ tmp0_apply.z7('Available bindings for this type:\n' + descFun(tmp$ret$5, withOverrides));
1800
+ }
1801
+ tmp0_apply.z7('Registered in this DI container:\n' + descFun(this.u1x_1.f1u(), withOverrides));
1802
+ }
1803
+ tmp$ret$6 = tmp0_apply;
1804
+ tmp$ret$7 = tmp$ret$6.toString();
1805
+ var description = tmp$ret$7;
1806
+ throw new NotFoundException(key, description);
1807
+ }
1808
+ var tmp$ret$10;
1809
+ // Inline function 'kotlin.collections.associate' call
1810
+ var capacity_0 = coerceAtLeast(mapCapacity(collectionSizeOrDefault(result, 10)), 16);
1811
+ var tmp$ret$9;
1812
+ // Inline function 'kotlin.collections.associateTo' call
1813
+ var tmp1_associateTo_0 = LinkedHashMap_init_$Create$_0(capacity_0);
1814
+ var tmp0_iterator_1 = result.f();
1815
+ while (tmp0_iterator_1.g()) {
1816
+ var element_1 = tmp0_iterator_1.h();
1817
+ // Inline function 'kotlin.collections.plusAssign' call
1818
+ var tmp$ret$8;
1819
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
1820
+ tmp$ret$8 = to(element_1.n8_1, ensureNotNull(this.u1x_1.k1u(element_1.n8_1)).o8_1);
1821
+ var tmp0_plusAssign_0 = tmp$ret$8;
1822
+ tmp1_associateTo_0.o(tmp0_plusAssign_0.p_1, tmp0_plusAssign_0.q_1);
1823
+ }
1824
+ tmp$ret$9 = tmp1_associateTo_0;
1825
+ tmp$ret$10 = tmp$ret$9;
1826
+ var potentials = tmp$ret$10;
1827
+ var tmp$ret$15;
1828
+ // Inline function 'kotlin.collections.filter' call
1829
+ var tmp1_filter = this.u1x_1.f1u();
1830
+ var tmp$ret$14;
1831
+ // Inline function 'kotlin.collections.filterTo' call
1832
+ var tmp0_filterTo = LinkedHashMap_init_$Create$();
1833
+ var tmp$ret$11;
1834
+ // Inline function 'kotlin.collections.iterator' call
1835
+ tmp$ret$11 = tmp1_filter.a1().f();
1836
+ var tmp0_iterator_2 = tmp$ret$11;
1837
+ while (tmp0_iterator_2.g()) {
1838
+ var element_2 = tmp0_iterator_2.h();
1839
+ var tmp$ret$13;
1840
+ // Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
1841
+ var tmp$ret$12;
1842
+ // Inline function 'kotlin.collections.component1' call
1843
+ tmp$ret$12 = element_2.x1();
1844
+ var key_0 = tmp$ret$12;
1845
+ tmp$ret$13 = !potentials.j2().o1(key_0);
1846
+ if (tmp$ret$13) {
1847
+ tmp0_filterTo.o(element_2.x1(), element_2.z1());
1848
+ }
1849
+ }
1850
+ tmp$ret$14 = tmp0_filterTo;
1851
+ tmp$ret$15 = tmp$ret$14;
1852
+ var others = tmp$ret$15;
1853
+ throw new NotFoundException(key, '' + potentials.i() + ' bindings found that match ' + key + ':\n' + descFun(potentials, withOverrides) + 'Other bindings registered in DI:\n' + descFun(others, withOverrides));
1854
+ };
1855
+ DIContainerImpl.$metadata$ = classMeta('DIContainerImpl', [DIContainer]);
1856
+ function bindFullDescription$factory_0($b0) {
1857
+ return getPropertyCallableRef('bindFullDescription', 0, KProperty0, function () {
1858
+ return $b0.t1s();
1859
+ }, null);
1860
+ }
1861
+ function bindDescription$factory_0($b0) {
1862
+ return getPropertyCallableRef('bindDescription', 0, KProperty0, function () {
1863
+ return $b0.r1s();
1864
+ }, null);
1865
+ }
1866
+ function fullDescription$factory_0($b0) {
1867
+ return getPropertyCallableRef('fullDescription', 0, KProperty0, function () {
1868
+ return $b0.u1s();
1869
+ }, null);
1870
+ }
1871
+ function description$factory_0($b0) {
1872
+ return getPropertyCallableRef('description', 0, KProperty0, function () {
1873
+ return $b0.s1s();
1874
+ }, null);
1875
+ }
1876
+ function initCallbacks$factory($b0) {
1877
+ return getPropertyCallableRef('initCallbacks', 0, KMutableProperty0, function () {
1878
+ return $b0.y1x_1;
1879
+ }, function (value) {
1880
+ $b0.y1x_1 = value;
1881
+ return Unit_getInstance();
1882
+ });
1883
+ }
1884
+ function newBuilder($this, allowSilentOverride, init) {
1885
+ var tmp$ret$0;
1886
+ // Inline function 'kotlin.apply' call
1887
+ var tmp0_apply = new DIMainBuilderImpl(allowSilentOverride);
1888
+ // Inline function 'kotlin.contracts.contract' call
1889
+ init(tmp0_apply);
1890
+ tmp$ret$0 = tmp0_apply;
1891
+ return tmp$ret$0;
1892
+ }
1893
+ function DIImpl_init_$Init$(builder, runCallbacks, $this) {
1894
+ DIImpl.call($this, DIContainerImpl_init_$Create$(builder.u1w(), builder.g1u(), builder.n1w(), builder.o1w(), runCallbacks));
1895
+ return $this;
1896
+ }
1897
+ function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
1898
+ DIImpl_init_$Init$(newBuilder(Companion_getInstance_4(), allowSilentOverride, init), true, $this);
1899
+ return $this;
1900
+ }
1901
+ function DIImpl_init_$Create$(allowSilentOverride, init) {
1902
+ return DIImpl_init_$Init$_0(allowSilentOverride, init, Object.create(DIImpl.prototype));
1903
+ }
1904
+ function Companion_3() {
1905
+ Companion_instance_3 = this;
1906
+ }
1907
+ Companion_3.$metadata$ = objectMeta('Companion');
1908
+ var Companion_instance_3;
1909
+ function Companion_getInstance_4() {
1910
+ if (Companion_instance_3 == null)
1911
+ new Companion_3();
1912
+ return Companion_instance_3;
1913
+ }
1914
+ function DIImpl$container$delegate$lambda(this$0) {
1915
+ return function () {
1916
+ var tmp;
1917
+ if (!(this$0.c1y_1.y1x_1 == null)) {
1918
+ throw IllegalStateException_init_$Create$('DI has not been initialized');
1919
+ }
1920
+ return this$0.c1y_1;
1921
+ };
1922
+ }
1923
+ function DIImpl(_container) {
1924
+ Companion_getInstance_4();
1925
+ this.c1y_1 = _container;
1926
+ var tmp = this;
1927
+ tmp.d1y_1 = lazy(DIImpl$container$delegate$lambda(this));
1928
+ }
1929
+ DIImpl.prototype.r1t = function () {
1930
+ var tmp$ret$0;
1931
+ // Inline function 'kotlin.getValue' call
1932
+ var tmp0_getValue = container$factory();
1933
+ tmp$ret$0 = this.d1y_1.z1();
1934
+ return tmp$ret$0;
1935
+ };
1936
+ DIImpl.$metadata$ = classMeta('DIImpl', [DI]);
1937
+ function BindingDIImpl(directDI, key, overrideLevel) {
1938
+ this.e1y_1 = directDI;
1939
+ this.f1y_1 = key;
1940
+ this.g1y_1 = overrideLevel;
1941
+ }
1942
+ BindingDIImpl.prototype.l1u = function () {
1943
+ return this.e1y_1;
1944
+ };
1945
+ BindingDIImpl.prototype.q1t = function () {
1946
+ return this.e1y_1.q1t();
1947
+ };
1948
+ BindingDIImpl.prototype.m1u = function () {
1949
+ return this.e1y_1.m1u();
1950
+ };
1951
+ BindingDIImpl.prototype.t1u = function (type, tag) {
1952
+ return this.e1y_1.t1u(type, tag);
1953
+ };
1954
+ BindingDIImpl.prototype.s1u = function (context) {
1955
+ return this.e1y_1.s1u(context);
1956
+ };
1957
+ BindingDIImpl.prototype.k4 = function () {
1958
+ var tmp = this.l1u().q1t().s1t().z1();
1959
+ return isObject(tmp) ? tmp : THROW_CCE();
1960
+ };
1961
+ BindingDIImpl.prototype.r1u = function () {
1962
+ return new BindingDIImpl(this.l1u().s1u(ErasedContext_getInstance()), this.f1y_1, this.g1y_1);
1963
+ };
1964
+ BindingDIImpl.$metadata$ = classMeta('BindingDIImpl', [DirectDI, BindingDI]);
1965
+ function container$factory() {
1966
+ return getPropertyCallableRef('container', 1, KProperty1, function (receiver) {
1967
+ return receiver.r1t();
1968
+ }, null);
1969
+ }
1970
+ function findBySpecs($this, specs) {
1971
+ var bindSeq = asSequence($this.k1y_1);
1972
+ var specsBindType = specs.p1u_1;
1973
+ if (!(specsBindType == null) ? !equals(specsBindType, Companion_getInstance().z1r_1) : false) {
1974
+ var tmp = bindSeq;
1975
+ bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
1976
+ }
1977
+ var tmp_0 = bindSeq;
1978
+ var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
1979
+ var specsContextType = specs.n1u_1;
1980
+ if (!(specsContextType == null)) {
1981
+ var tmp_1 = contextSeq;
1982
+ contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
1983
+ }
1984
+ var tmp_2 = contextSeq;
1985
+ var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
1986
+ var specsArgType = specs.o1u_1;
1987
+ if (!(specsArgType == null)) {
1988
+ var tmp_3 = argSeq;
1989
+ argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
1990
+ }
1991
+ var tmp_4 = argSeq;
1992
+ var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
1993
+ var specsTag = specs.q1u_1;
1994
+ if (!equals(specsTag, NoDefinedTag_getInstance())) {
1995
+ var tmp_5 = tagSeq;
1996
+ tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
1997
+ }
1998
+ var tmp_6 = tagSeq;
1999
+ var resultSeq = map(tmp_6, DITreeImpl$findBySpecs$lambda_6);
2000
+ return toList(resultSeq);
2001
+ }
2002
+ function notInMap($this, result, request) {
2003
+ var tmp = result.g1t();
2004
+ var tmp_0 = request.g1t();
2005
+ var tmp_1 = $this.j1y_1.j2();
2006
+ return IllegalStateException_init_$Create$('Tree returned key ' + tmp + ' that is not in cache when searching for ' + tmp_0 + '.\nKeys in cache:\n' + joinToString$default(tmp_1, '\n', null, null, 0, null, DITreeImpl$notInMap$lambda, 30, null));
2007
+ }
2008
+ function DITreeImpl$findBySpecs$lambda($specsBindType) {
2009
+ return function (_name_for_destructuring_parameter_0__wldtmu) {
2010
+ var tmp$ret$0;
2011
+ // Inline function 'kotlin.collections.component1' call
2012
+ tmp$ret$0 = _name_for_destructuring_parameter_0__wldtmu.x1();
2013
+ var bindType = tmp$ret$0;
2014
+ return bindType.n1y($specsBindType);
2015
+ };
2016
+ }
2017
+ function DITreeImpl$findBySpecs$lambda_0(_name_for_destructuring_parameter_0__wldtmu) {
2018
+ var tmp$ret$0;
2019
+ // Inline function 'kotlin.collections.component2' call
2020
+ tmp$ret$0 = _name_for_destructuring_parameter_0__wldtmu.z1();
2021
+ var contextTree = tmp$ret$0;
2022
+ var tmp = asSequence(contextTree);
2023
+ return map(tmp, DITreeImpl$findBySpecs$lambda$lambda);
2024
+ }
2025
+ function DITreeImpl$findBySpecs$lambda$lambda(it) {
2026
+ return new Triple(it.x1(), it.z1(), null);
2027
+ }
2028
+ function DITreeImpl$findBySpecs$lambda_1($specsContextType, this$0) {
2029
+ return function (triple) {
2030
+ var tmp0_container = triple;
2031
+ var contextType = tmp0_container.h3();
2032
+ var tmp;
2033
+ if (contextType.n1y($specsContextType)) {
2034
+ tmp = triple;
2035
+ } else {
2036
+ var tmp$ret$1;
2037
+ $l$block: {
2038
+ // Inline function 'kotlin.collections.firstOrNull' call
2039
+ var tmp0_firstOrNull = this$0.m1y_1;
2040
+ var tmp0_iterator = tmp0_firstOrNull.f();
2041
+ while (tmp0_iterator.g()) {
2042
+ var element = tmp0_iterator.h();
2043
+ var tmp$ret$0;
2044
+ // Inline function 'org.kodein.di.internal.DITreeImpl.findBySpecs.<anonymous>.<anonymous>' call
2045
+ tmp$ret$0 = element.w1s().v1r($specsContextType) ? contextType.n1y(element.g1v()) : false;
2046
+ if (tmp$ret$0) {
2047
+ tmp$ret$1 = element;
2048
+ break $l$block;
2049
+ }
2050
+ }
2051
+ tmp$ret$1 = null;
2052
+ }
2053
+ var translator = tmp$ret$1;
2054
+ var tmp_0;
2055
+ if (!(translator == null)) {
2056
+ tmp_0 = triple.t8(null, null, translator, 3, null);
2057
+ } else {
2058
+ tmp_0 = null;
2059
+ }
2060
+ tmp = tmp_0;
2061
+ }
2062
+ return tmp;
2063
+ };
2064
+ }
2065
+ function DITreeImpl$findBySpecs$lambda_2(_name_for_destructuring_parameter_0__wldtmu) {
2066
+ var argumentTree = _name_for_destructuring_parameter_0__wldtmu.i3();
2067
+ var translator = _name_for_destructuring_parameter_0__wldtmu.r8();
2068
+ var tmp = asSequence(argumentTree);
2069
+ return map(tmp, DITreeImpl$findBySpecs$lambda$lambda_0(translator));
2070
+ }
2071
+ function DITreeImpl$findBySpecs$lambda$lambda_0($translator) {
2072
+ return function (it) {
2073
+ return new Triple(it.x1(), it.z1(), $translator);
2074
+ };
2075
+ }
2076
+ function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
2077
+ return function (_name_for_destructuring_parameter_0__wldtmu) {
2078
+ var argType = _name_for_destructuring_parameter_0__wldtmu.h3();
2079
+ return argType.n1y($specsArgType);
2080
+ };
2081
+ }
2082
+ function DITreeImpl$findBySpecs$lambda_4(_name_for_destructuring_parameter_0__wldtmu) {
2083
+ var tagTree = _name_for_destructuring_parameter_0__wldtmu.i3();
2084
+ var translator = _name_for_destructuring_parameter_0__wldtmu.r8();
2085
+ var tmp = asSequence(tagTree);
2086
+ return map(tmp, DITreeImpl$findBySpecs$lambda$lambda_1(translator));
2087
+ }
2088
+ function DITreeImpl$findBySpecs$lambda$lambda_1($translator) {
2089
+ return function (it) {
2090
+ return new Triple(it.x1(), it.z1(), $translator);
2091
+ };
2092
+ }
2093
+ function DITreeImpl$findBySpecs$lambda_5($specsTag) {
2094
+ return function (_name_for_destructuring_parameter_0__wldtmu) {
2095
+ var tag = _name_for_destructuring_parameter_0__wldtmu.h3();
2096
+ return equals(tag, $specsTag);
2097
+ };
2098
+ }
2099
+ function DITreeImpl$findBySpecs$lambda_6(_name_for_destructuring_parameter_0__wldtmu) {
2100
+ var key = _name_for_destructuring_parameter_0__wldtmu.i3();
2101
+ var translator = _name_for_destructuring_parameter_0__wldtmu.r8();
2102
+ return to(key, translator);
2103
+ }
2104
+ function DITreeImpl$notInMap$lambda(it) {
2105
+ return it.g1t();
2106
+ }
2107
+ function DITreeImpl(map, externalSources, registeredTranslators) {
2108
+ this.h1y_1 = externalSources;
2109
+ this.i1y_1 = registeredTranslators;
2110
+ this.j1y_1 = newConcurrentMap();
2111
+ this.k1y_1 = HashMap_init_$Create$();
2112
+ this.m1y_1 = ArrayList_init_$Create$_1(this.i1y_1);
2113
+ // Inline function 'kotlin.collections.forEach' call
2114
+ var tmp$ret$0;
2115
+ // Inline function 'kotlin.collections.iterator' call
2116
+ tmp$ret$0 = map.a1().f();
2117
+ var tmp0_iterator = tmp$ret$0;
2118
+ while (tmp0_iterator.g()) {
2119
+ var element = tmp0_iterator.h();
2120
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
2121
+ var tmp$ret$1;
2122
+ // Inline function 'kotlin.collections.component1' call
2123
+ tmp$ret$1 = element.x1();
2124
+ var key = tmp$ret$1;
2125
+ var tmp$ret$2;
2126
+ // Inline function 'kotlin.collections.component2' call
2127
+ tmp$ret$2 = element.z1();
2128
+ var bindings = tmp$ret$2;
2129
+ var tmp$ret$5;
2130
+ // Inline function 'kotlin.collections.map' call
2131
+ var tmp$ret$4;
2132
+ // Inline function 'kotlin.collections.mapTo' call
2133
+ var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(bindings, 10));
2134
+ var tmp0_iterator_0 = bindings.f();
2135
+ while (tmp0_iterator_0.g()) {
2136
+ var item = tmp0_iterator_0.h();
2137
+ var tmp$ret$3;
2138
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
2139
+ var tmp0_subject = item;
2140
+ var tmp;
2141
+ if (tmp0_subject instanceof DIDefinition) {
2142
+ tmp = item;
2143
+ } else {
2144
+ tmp = new DIDefinition(item.i1s_1, item.j1s_1, this);
2145
+ }
2146
+ tmp$ret$3 = tmp;
2147
+ tmp0_mapTo.a(tmp$ret$3);
2148
+ }
2149
+ tmp$ret$4 = tmp0_mapTo;
2150
+ tmp$ret$5 = tmp$ret$4;
2151
+ var definitions = tmp$ret$5;
2152
+ // Inline function 'kotlin.collections.set' call
2153
+ var tmp0_set = this.j1y_1;
2154
+ var tmp1_set = new Triple(key, definitions, null);
2155
+ tmp0_set.o(key, tmp1_set);
2156
+ var typeChecker = first(bindings).i1s_1.a1v() ? new Down(key.o1s_1) : new Up(key.o1s_1);
2157
+ var tmp$ret$7;
2158
+ // Inline function 'kotlin.collections.getOrPut' call
2159
+ var tmp2_getOrPut = this.k1y_1;
2160
+ var value = tmp2_getOrPut.n(typeChecker);
2161
+ var tmp_0;
2162
+ if (value == null) {
2163
+ var tmp$ret$6;
2164
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
2165
+ tmp$ret$6 = HashMap_init_$Create$();
2166
+ var answer = tmp$ret$6;
2167
+ tmp2_getOrPut.o(typeChecker, answer);
2168
+ tmp_0 = answer;
2169
+ } else {
2170
+ tmp_0 = value;
2171
+ }
2172
+ tmp$ret$7 = tmp_0;
2173
+ var contextTree = tmp$ret$7;
2174
+ var tmp$ret$9;
2175
+ // Inline function 'kotlin.collections.getOrPut' call
2176
+ var tmp3_getOrPut = new Down(key.m1s_1);
2177
+ var value_0 = contextTree.n(tmp3_getOrPut);
2178
+ var tmp_1;
2179
+ if (value_0 == null) {
2180
+ var tmp$ret$8;
2181
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
2182
+ tmp$ret$8 = HashMap_init_$Create$();
2183
+ var answer_0 = tmp$ret$8;
2184
+ contextTree.o(tmp3_getOrPut, answer_0);
2185
+ tmp_1 = answer_0;
2186
+ } else {
2187
+ tmp_1 = value_0;
2188
+ }
2189
+ tmp$ret$9 = tmp_1;
2190
+ var argumentTree = tmp$ret$9;
2191
+ var tmp$ret$11;
2192
+ // Inline function 'kotlin.collections.getOrPut' call
2193
+ var tmp4_getOrPut = new Down(key.n1s_1);
2194
+ var value_1 = argumentTree.n(tmp4_getOrPut);
2195
+ var tmp_2;
2196
+ if (value_1 == null) {
2197
+ var tmp$ret$10;
2198
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>.<anonymous>' call
2199
+ tmp$ret$10 = HashMap_init_$Create$();
2200
+ var answer_1 = tmp$ret$10;
2201
+ argumentTree.o(tmp4_getOrPut, answer_1);
2202
+ tmp_2 = answer_1;
2203
+ } else {
2204
+ tmp_2 = value_1;
2205
+ }
2206
+ tmp$ret$11 = tmp_2;
2207
+ var tagTree = tmp$ret$11;
2208
+ // Inline function 'kotlin.collections.set' call
2209
+ var tmp5_set = key.p1s_1;
2210
+ tagTree.o(tmp5_set, key);
2211
+ }
2212
+ var tmp_3 = this;
2213
+ var tmp$ret$16;
2214
+ // Inline function 'kotlin.collections.mapValues' call
2215
+ var tmp0_mapValues = this.j1y_1;
2216
+ var tmp$ret$15;
2217
+ // Inline function 'kotlin.collections.mapValuesTo' call
2218
+ var tmp1_mapValuesTo = LinkedHashMap_init_$Create$_0(mapCapacity(tmp0_mapValues.i()));
2219
+ var tmp$ret$14;
2220
+ // Inline function 'kotlin.collections.associateByTo' call
2221
+ var tmp0_associateByTo = tmp0_mapValues.a1();
2222
+ var tmp0_iterator_1 = tmp0_associateByTo.f();
2223
+ while (tmp0_iterator_1.g()) {
2224
+ var element_0 = tmp0_iterator_1.h();
2225
+ var tmp$ret$12;
2226
+ // Inline function 'kotlin.collections.mapValuesTo.<anonymous>' call
2227
+ tmp$ret$12 = element_0.x1();
2228
+ var tmp_4 = tmp$ret$12;
2229
+ var tmp$ret$13;
2230
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
2231
+ tmp$ret$13 = element_0.z1().o8_1;
2232
+ tmp1_mapValuesTo.o(tmp_4, tmp$ret$13);
2233
+ }
2234
+ tmp$ret$14 = tmp1_mapValuesTo;
2235
+ tmp$ret$15 = tmp$ret$14;
2236
+ tmp$ret$16 = tmp$ret$15;
2237
+ tmp_3.l1y_1 = HashMap_init_$Create$_0(tmp$ret$16);
2238
+ $l$loop: while (true) {
2239
+ var added = ArrayList_init_$Create$();
2240
+ var tmp0_iterator_2 = this.m1y_1.f();
2241
+ while (tmp0_iterator_2.g()) {
2242
+ var src = tmp0_iterator_2.h();
2243
+ var tmp1_iterator = this.m1y_1.f();
2244
+ while (tmp1_iterator.g()) {
2245
+ var dst = tmp1_iterator.h();
2246
+ if (dst.w1s().v1r(src.g1v()) ? !equals(src.w1s(), dst.g1v()) : false) {
2247
+ var tmp$ret$17;
2248
+ $l$block_0: {
2249
+ // Inline function 'kotlin.collections.none' call
2250
+ var tmp1_none = this.m1y_1;
2251
+ var tmp_5;
2252
+ if (isInterface(tmp1_none, Collection)) {
2253
+ tmp_5 = tmp1_none.k();
2254
+ } else {
2255
+ tmp_5 = false;
2256
+ }
2257
+ if (tmp_5) {
2258
+ tmp$ret$17 = true;
2259
+ break $l$block_0;
2260
+ }
2261
+ var tmp0_iterator_3 = tmp1_none.f();
2262
+ while (tmp0_iterator_3.g()) {
2263
+ var element_1 = tmp0_iterator_3.h();
2264
+ var tmp$ret$18;
2265
+ // Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
2266
+ tmp$ret$18 = equals(element_1.w1s(), src.w1s()) ? equals(element_1.g1v(), dst.g1v()) : false;
2267
+ if (tmp$ret$18) {
2268
+ tmp$ret$17 = false;
2269
+ break $l$block_0;
2270
+ }
2271
+ }
2272
+ tmp$ret$17 = true;
2273
+ }
2274
+ if (tmp$ret$17) {
2275
+ // Inline function 'kotlin.collections.plusAssign' call
2276
+ var tmp_6 = isInterface(src, ContextTranslator) ? src : THROW_CCE();
2277
+ var tmp2_plusAssign = new CompositeContextTranslator(tmp_6, isInterface(dst, ContextTranslator) ? dst : THROW_CCE());
2278
+ added.a(tmp2_plusAssign);
2279
+ }
2280
+ }
2281
+ }
2282
+ }
2283
+ var tmp2_this = this;
2284
+ // Inline function 'kotlin.collections.plusAssign' call
2285
+ var tmp3_plusAssign = tmp2_this.m1y_1;
2286
+ addAll(tmp3_plusAssign, added);
2287
+ if (added.k())
2288
+ break $l$loop;
2289
+ }
2290
+ }
2291
+ DITreeImpl.prototype.g1u = function () {
2292
+ return this.h1y_1;
2293
+ };
2294
+ DITreeImpl.prototype.f1u = function () {
2295
+ return this.l1y_1;
2296
+ };
2297
+ DITreeImpl.prototype.h1u = function (key, overrideLevel, all) {
2298
+ if (!all) {
2299
+ var tmp0_safe_receiver = this.j1y_1.n(key);
2300
+ if (tmp0_safe_receiver == null)
2301
+ null;
2302
+ else {
2303
+ var tmp$ret$0;
2304
+ // Inline function 'kotlin.let' call
2305
+ // Inline function 'kotlin.contracts.contract' call
2306
+ var realKey = tmp0_safe_receiver.h3();
2307
+ var list = tmp0_safe_receiver.i3();
2308
+ var translator = tmp0_safe_receiver.r8();
2309
+ var tmp0_elvis_lhs = getOrNull(list, overrideLevel);
2310
+ var tmp;
2311
+ if (tmp0_elvis_lhs == null) {
2312
+ return emptyList();
2313
+ } else {
2314
+ tmp = tmp0_elvis_lhs;
2315
+ }
2316
+ var definition = tmp;
2317
+ var tmp_0 = realKey instanceof Key ? realKey : THROW_CCE();
2318
+ var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
2319
+ return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
2320
+ }
2321
+ if (!equals(key.m1s_1, Companion_getInstance().z1r_1)) {
2322
+ var tmp_2 = Companion_getInstance().z1r_1;
2323
+ var anyContextKey = key.i1t(tmp_2, null, null, null, 14, null);
2324
+ var tmp1_safe_receiver = this.j1y_1.n(anyContextKey);
2325
+ if (tmp1_safe_receiver == null)
2326
+ null;
2327
+ else {
2328
+ var tmp$ret$2;
2329
+ // Inline function 'kotlin.let' call
2330
+ // Inline function 'kotlin.contracts.contract' call
2331
+ var tmp$ret$1;
2332
+ $l$block: {
2333
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2334
+ var tmp0_container = tmp1_safe_receiver;
2335
+ var realKey_0 = tmp0_container.h3();
2336
+ var list_0 = tmp0_container.i3();
2337
+ var translator_0 = tmp0_container.r8();
2338
+ if (!(translator_0 == null) ? !equals(translator_0.w1s(), key.m1s_1) : false) {
2339
+ tmp$ret$1 = Unit_getInstance();
2340
+ break $l$block;
2341
+ }
2342
+ // Inline function 'kotlin.collections.set' call
2343
+ var tmp0_set = this.j1y_1;
2344
+ tmp0_set.o(key, tmp1_safe_receiver);
2345
+ var tmp1_elvis_lhs = getOrNull(list_0, overrideLevel);
2346
+ var tmp_3;
2347
+ if (tmp1_elvis_lhs == null) {
2348
+ return emptyList();
2349
+ } else {
2350
+ tmp_3 = tmp1_elvis_lhs;
2351
+ }
2352
+ var definition_0 = tmp_3;
2353
+ var tmp_4 = realKey_0 instanceof Key ? realKey_0 : THROW_CCE();
2354
+ var tmp_5 = definition_0 instanceof DIDefinition ? definition_0 : THROW_CCE();
2355
+ return listOf(new Triple(tmp_4, tmp_5, (translator_0 == null ? true : isInterface(translator_0, ContextTranslator)) ? translator_0 : THROW_CCE()));
2356
+ }
2357
+ tmp$ret$2 = tmp$ret$1;
2358
+ }
2359
+ }
2360
+ var tmp$ret$5;
2361
+ // Inline function 'kotlin.collections.filter' call
2362
+ var tmp0_filter = this.m1y_1;
2363
+ var tmp$ret$4;
2364
+ // Inline function 'kotlin.collections.filterTo' call
2365
+ var tmp0_filterTo = ArrayList_init_$Create$();
2366
+ var tmp0_iterator = tmp0_filter.f();
2367
+ while (tmp0_iterator.g()) {
2368
+ var element = tmp0_iterator.h();
2369
+ var tmp$ret$3;
2370
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2371
+ tmp$ret$3 = equals(element.w1s(), key.m1s_1);
2372
+ if (tmp$ret$3) {
2373
+ tmp0_filterTo.a(element);
2374
+ }
2375
+ }
2376
+ tmp$ret$4 = tmp0_filterTo;
2377
+ tmp$ret$5 = tmp$ret$4;
2378
+ var tmp_6 = tmp$ret$5;
2379
+ var tmp$ret$8;
2380
+ // Inline function 'kotlin.collections.filter' call
2381
+ var tmp1_filter = this.m1y_1;
2382
+ var tmp$ret$7;
2383
+ // Inline function 'kotlin.collections.filterTo' call
2384
+ var tmp0_filterTo_0 = ArrayList_init_$Create$();
2385
+ var tmp0_iterator_0 = tmp1_filter.f();
2386
+ while (tmp0_iterator_0.g()) {
2387
+ var element_0 = tmp0_iterator_0.h();
2388
+ var tmp$ret$6;
2389
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2390
+ tmp$ret$6 = equals(element_0.w1s(), Companion_getInstance().z1r_1);
2391
+ if (tmp$ret$6) {
2392
+ tmp0_filterTo_0.a(element_0);
2393
+ }
2394
+ }
2395
+ tmp$ret$7 = tmp0_filterTo_0;
2396
+ tmp$ret$8 = tmp$ret$7;
2397
+ var applicableTranslators = plus(tmp_6, tmp$ret$8);
2398
+ var tmp2_iterator = applicableTranslators.f();
2399
+ while (tmp2_iterator.g()) {
2400
+ var translator_1 = tmp2_iterator.h();
2401
+ var translatedKey = new Key(translator_1.g1v(), key.n1s_1, key.o1s_1, key.p1s_1);
2402
+ var tmp3_safe_receiver = this.j1y_1.n(translatedKey);
2403
+ var tmp_7;
2404
+ if (tmp3_safe_receiver == null) {
2405
+ tmp_7 = null;
2406
+ } else {
2407
+ var tmp$ret$10;
2408
+ // Inline function 'kotlin.takeIf' call
2409
+ // Inline function 'kotlin.contracts.contract' call
2410
+ var tmp_8;
2411
+ var tmp$ret$9;
2412
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2413
+ tmp$ret$9 = tmp3_safe_receiver.p8_1 == null;
2414
+ if (tmp$ret$9) {
2415
+ tmp_8 = tmp3_safe_receiver;
2416
+ } else {
2417
+ tmp_8 = null;
2418
+ }
2419
+ tmp$ret$10 = tmp_8;
2420
+ tmp_7 = tmp$ret$10;
2421
+ }
2422
+ var tmp4_safe_receiver = tmp_7;
2423
+ if (tmp4_safe_receiver == null)
2424
+ null;
2425
+ else {
2426
+ var tmp$ret$12;
2427
+ // Inline function 'kotlin.let' call
2428
+ // Inline function 'kotlin.contracts.contract' call
2429
+ var tmp$ret$11;
2430
+ $l$block_0: {
2431
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2432
+ if (!(tmp4_safe_receiver.p8_1 == null)) {
2433
+ tmp$ret$11 = Unit_getInstance();
2434
+ break $l$block_0;
2435
+ }
2436
+ // Inline function 'kotlin.collections.set' call
2437
+ var tmp0_set_0 = this.j1y_1;
2438
+ var tmp1_set = tmp4_safe_receiver.t8(null, null, translator_1, 3, null);
2439
+ tmp0_set_0.o(key, tmp1_set);
2440
+ var tmp0_container_0 = tmp4_safe_receiver;
2441
+ var realKey_1 = tmp0_container_0.h3();
2442
+ var list_1 = tmp0_container_0.i3();
2443
+ var tmp1_elvis_lhs_0 = getOrNull(list_1, overrideLevel);
2444
+ var tmp_9;
2445
+ if (tmp1_elvis_lhs_0 == null) {
2446
+ return emptyList();
2447
+ } else {
2448
+ tmp_9 = tmp1_elvis_lhs_0;
2449
+ }
2450
+ var definition_1 = tmp_9;
2451
+ var tmp_10 = realKey_1 instanceof Key ? realKey_1 : THROW_CCE();
2452
+ var tmp_11 = definition_1 instanceof DIDefinition ? definition_1 : THROW_CCE();
2453
+ return listOf(new Triple(tmp_10, tmp_11, isInterface(translator_1, ContextTranslator) ? translator_1 : THROW_CCE()));
2454
+ }
2455
+ tmp$ret$12 = tmp$ret$11;
2456
+ }
2457
+ }
2458
+ }
2459
+ var result = findBySpecs(this, new SearchSpecs(key.m1s_1, key.n1s_1, key.o1s_1, key.p1s_1));
2460
+ if (result.i() === 1) {
2461
+ var tmp5_container = first(result);
2462
+ var realKey_2 = tmp5_container.h3();
2463
+ var translator_2 = tmp5_container.i3();
2464
+ // Inline function 'kotlin.collections.set' call
2465
+ var tmp2_set = this.j1y_1;
2466
+ var tmp6_safe_receiver = this.j1y_1.n(realKey_2);
2467
+ var tmp_12;
2468
+ if (tmp6_safe_receiver == null) {
2469
+ tmp_12 = null;
2470
+ } else {
2471
+ tmp_12 = tmp6_safe_receiver.t8(null, null, translator_2, 3, null);
2472
+ }
2473
+ var tmp7_elvis_lhs = tmp_12;
2474
+ var tmp_13;
2475
+ if (tmp7_elvis_lhs == null) {
2476
+ throw notInMap(this, realKey_2, key);
2477
+ } else {
2478
+ tmp_13 = tmp7_elvis_lhs;
2479
+ }
2480
+ var tmp3_set = tmp_13;
2481
+ tmp2_set.o(key, tmp3_set);
2482
+ }
2483
+ var tmp$ret$16;
2484
+ // Inline function 'kotlin.collections.mapNotNull' call
2485
+ var tmp$ret$15;
2486
+ // Inline function 'kotlin.collections.mapNotNullTo' call
2487
+ var tmp0_mapNotNullTo = ArrayList_init_$Create$();
2488
+ // Inline function 'kotlin.collections.forEach' call
2489
+ var tmp0_iterator_1 = result.f();
2490
+ while (tmp0_iterator_1.g()) {
2491
+ var element_1 = tmp0_iterator_1.h();
2492
+ // Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
2493
+ var tmp$ret$13;
2494
+ $l$block_1: {
2495
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2496
+ var realKey_3 = element_1.h3();
2497
+ var translator_3 = element_1.i3();
2498
+ var tmp0_elvis_lhs_0 = this.j1y_1.n(realKey_3);
2499
+ var tmp_14;
2500
+ if (tmp0_elvis_lhs_0 == null) {
2501
+ throw notInMap(this, realKey_3, key);
2502
+ } else {
2503
+ tmp_14 = tmp0_elvis_lhs_0;
2504
+ }
2505
+ var tmp1_container = tmp_14;
2506
+ var definitions = tmp1_container.i3();
2507
+ var tmp2_elvis_lhs = getOrNull(definitions, overrideLevel);
2508
+ var tmp_15;
2509
+ if (tmp2_elvis_lhs == null) {
2510
+ tmp$ret$13 = null;
2511
+ break $l$block_1;
2512
+ } else {
2513
+ tmp_15 = tmp2_elvis_lhs;
2514
+ }
2515
+ var definition_2 = tmp_15;
2516
+ var tmp_16 = realKey_3 instanceof Key ? realKey_3 : THROW_CCE();
2517
+ var tmp_17 = definition_2 instanceof DIDefinition ? definition_2 : THROW_CCE();
2518
+ tmp$ret$13 = new Triple(tmp_16, tmp_17, (translator_3 == null ? true : isInterface(translator_3, ContextTranslator)) ? translator_3 : THROW_CCE());
2519
+ }
2520
+ var tmp0_safe_receiver_0 = tmp$ret$13;
2521
+ if (tmp0_safe_receiver_0 == null)
2522
+ null;
2523
+ else {
2524
+ var tmp$ret$14;
2525
+ // Inline function 'kotlin.let' call
2526
+ // Inline function 'kotlin.contracts.contract' call
2527
+ tmp0_mapNotNullTo.a(tmp0_safe_receiver_0);
2528
+ tmp$ret$14 = Unit_getInstance();
2529
+ }
2530
+ }
2531
+ tmp$ret$15 = tmp0_mapNotNullTo;
2532
+ tmp$ret$16 = tmp$ret$15;
2533
+ return tmp$ret$16;
2534
+ };
2535
+ DITreeImpl.prototype.j1u = function (search) {
2536
+ var result = findBySpecs(this, search);
2537
+ var tmp$ret$2;
2538
+ // Inline function 'kotlin.collections.map' call
2539
+ var tmp$ret$1;
2540
+ // Inline function 'kotlin.collections.mapTo' call
2541
+ var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(result, 10));
2542
+ var tmp0_iterator = result.f();
2543
+ while (tmp0_iterator.g()) {
2544
+ var item = tmp0_iterator.h();
2545
+ var tmp$ret$0;
2546
+ // Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
2547
+ var key = item.h3();
2548
+ var translator = item.i3();
2549
+ tmp$ret$0 = new Triple(key, ensureNotNull(this.j1y_1.n(key)).o8_1, translator);
2550
+ tmp0_mapTo.a(tmp$ret$0);
2551
+ }
2552
+ tmp$ret$1 = tmp0_mapTo;
2553
+ tmp$ret$2 = tmp$ret$1;
2554
+ return tmp$ret$2;
2555
+ };
2556
+ DITreeImpl.prototype.k1u = function (key) {
2557
+ var tmp = this.j1y_1.n(key);
2558
+ return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
2559
+ };
2560
+ DITreeImpl.$metadata$ = classMeta('DITreeImpl', [DITree]);
2561
+ function Down(type) {
2562
+ TypeChecker.call(this);
2563
+ this.o1y_1 = type;
2564
+ this.p1y_1 = equals(this.o1y_1, Companion_getInstance().z1r_1);
2565
+ }
2566
+ Down.prototype.n1y = function (other) {
2567
+ return this.p1y_1 ? true : this.o1y_1.v1r(other);
2568
+ };
2569
+ Down.prototype.toString = function () {
2570
+ return 'Down(type=' + this.o1y_1 + ')';
2571
+ };
2572
+ Down.prototype.hashCode = function () {
2573
+ return hashCode(this.o1y_1);
2574
+ };
2575
+ Down.prototype.equals = function (other) {
2576
+ if (this === other)
2577
+ return true;
2578
+ if (!(other instanceof Down))
2579
+ return false;
2580
+ var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
2581
+ if (!equals(this.o1y_1, tmp0_other_with_cast.o1y_1))
2582
+ return false;
2583
+ return true;
2584
+ };
2585
+ Down.$metadata$ = classMeta('Down', undefined, undefined, undefined, undefined, TypeChecker.prototype);
2586
+ function Up(type) {
2587
+ TypeChecker.call(this);
2588
+ this.q1y_1 = type;
2589
+ }
2590
+ Up.prototype.n1y = function (other) {
2591
+ return equals(other, Companion_getInstance().z1r_1) ? true : other.v1r(this.q1y_1);
2592
+ };
2593
+ Up.prototype.toString = function () {
2594
+ return 'Up(type=' + this.q1y_1 + ')';
2595
+ };
2596
+ Up.prototype.hashCode = function () {
2597
+ return hashCode(this.q1y_1);
2598
+ };
2599
+ Up.prototype.equals = function (other) {
2600
+ if (this === other)
2601
+ return true;
2602
+ if (!(other instanceof Up))
2603
+ return false;
2604
+ var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
2605
+ if (!equals(this.q1y_1, tmp0_other_with_cast.q1y_1))
2606
+ return false;
2607
+ return true;
2608
+ };
2609
+ Up.$metadata$ = classMeta('Up', undefined, undefined, undefined, undefined, TypeChecker.prototype);
2610
+ function TypeChecker() {
2611
+ }
2612
+ TypeChecker.$metadata$ = classMeta('TypeChecker');
2613
+ function DirectDIBaseImpl(container, context) {
2614
+ this.r1y_1 = container;
2615
+ this.s1y_1 = context;
2616
+ }
2617
+ DirectDIBaseImpl.prototype.r1t = function () {
2618
+ return this.r1y_1;
2619
+ };
2620
+ DirectDIBaseImpl.prototype.l1u = function () {
2621
+ return this;
2622
+ };
2623
+ DirectDIBaseImpl.prototype.m1u = function () {
2624
+ var tmp = this.r1t();
2625
+ var tmp_0 = new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE());
2626
+ return On$default(tmp_0, this.s1y_1, null, 2, null);
2627
+ };
2628
+ DirectDIBaseImpl.prototype.s1u = function (context) {
2629
+ return new DirectDIImpl(this.r1t(), context);
2630
+ };
2631
+ DirectDIBaseImpl.prototype.t1u = function (type, tag) {
2632
+ var tmp = this.r1t();
2633
+ var tmp$ret$0;
2634
+ // Inline function 'org.kodein.di.internal.anyType' call
2635
+ var tmp0__get_anyType__cravgl = this.s1y_1;
2636
+ var tmp_0 = tmp0__get_anyType__cravgl.d7();
2637
+ tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
2638
+ var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().y1r_1, type, tag);
2639
+ var tmp_2 = this.s1y_1.z1();
2640
+ return tmp.b1u(tmp_1, tmp_2, 0, 4, null)();
2641
+ };
2642
+ DirectDIBaseImpl.$metadata$ = classMeta('DirectDIBaseImpl', [DirectDI]);
2643
+ function get_anyType_0(_this__u8e3s4) {
2644
+ var tmp = _this__u8e3s4.d7();
2645
+ return isInterface(tmp, TypeToken) ? tmp : THROW_CCE();
2646
+ }
2647
+ function synchronizedIfNull(lock, predicate, ifNotNull, ifNull) {
2648
+ var tmp0_safe_receiver = predicate();
2649
+ if (tmp0_safe_receiver == null)
2650
+ null;
2651
+ else {
2652
+ var tmp$ret$0;
2653
+ // Inline function 'kotlin.let' call
2654
+ // Inline function 'kotlin.contracts.contract' call
2655
+ return ifNotNull(tmp0_safe_receiver);
2656
+ }
2657
+ var tmp$ret$3;
2658
+ // Inline function 'org.kodein.di.internal.maySynchronized' call
2659
+ var tmp$ret$1;
2660
+ $l$block: {
2661
+ // Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
2662
+ var tmp0_safe_receiver_0 = predicate();
2663
+ if (tmp0_safe_receiver_0 == null)
2664
+ null;
2665
+ else {
2666
+ var tmp$ret$2;
2667
+ // Inline function 'kotlin.let' call
2668
+ // Inline function 'kotlin.contracts.contract' call
2669
+ tmp$ret$1 = tmp0_safe_receiver_0;
2670
+ break $l$block;
2671
+ }
2672
+ return ifNull();
2673
+ }
2674
+ tmp$ret$3 = tmp$ret$1;
2675
+ var value = tmp$ret$3;
2676
+ return ifNotNull(value);
2677
+ }
2678
+ function synchronizedIfNotNull(lock, predicate, ifNull, ifNotNull) {
2679
+ if (predicate() == null) {
2680
+ return ifNull();
2681
+ }
2682
+ var tmp$ret$1;
2683
+ // Inline function 'org.kodein.di.internal.maySynchronized' call
2684
+ var tmp$ret$0;
2685
+ $l$block: {
2686
+ // Inline function 'org.kodein.di.internal.synchronizedIfNotNull.<anonymous>' call
2687
+ var tmp0_elvis_lhs = predicate();
2688
+ var tmp;
2689
+ if (tmp0_elvis_lhs == null) {
2690
+ tmp$ret$0 = Unit_getInstance();
2691
+ break $l$block;
2692
+ } else {
2693
+ tmp = tmp0_elvis_lhs;
2694
+ }
2695
+ var value = tmp;
2696
+ return ifNotNull(value);
2697
+ }
2698
+ tmp$ret$1 = tmp$ret$0;
2699
+ return ifNull();
2700
+ }
2701
+ function LazyDelegate() {
2702
+ }
2703
+ LazyDelegate.$metadata$ = interfaceMeta('LazyDelegate');
2704
+ function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
2705
+ return function () {
2706
+ var tmp;
2707
+ if (!($receiver == null) ? this$0.v1y_1 === get_AnyDIContext() : false) {
2708
+ var tmp_0 = Companion_getInstance_1();
2709
+ var tmp_1 = erasedOf($receiver);
2710
+ tmp = tmp_0.w1t(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
2711
+ } else {
2712
+ tmp = this$0.v1y_1;
2713
+ }
2714
+ var context = tmp;
2715
+ return this$0.w1y_1(context, $prop.callableName);
2716
+ };
2717
+ }
2718
+ function DIProperty(trigger, originalContext, get) {
2719
+ this.u1y_1 = trigger;
2720
+ this.v1y_1 = originalContext;
2721
+ this.w1y_1 = get;
2722
+ }
2723
+ DIProperty.prototype.x1y = function () {
2724
+ return this.u1y_1;
2725
+ };
2726
+ DIProperty.prototype.t1y = function (receiver, prop) {
2727
+ var tmp$ret$0;
2728
+ // Inline function 'kotlin.also' call
2729
+ var tmp0_also = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
2730
+ // Inline function 'kotlin.contracts.contract' call
2731
+ // Inline function 'org.kodein.di.DIProperty.provideDelegate.<anonymous>' call
2732
+ var tmp0_safe_receiver = this.u1y_1;
2733
+ var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y1y_1;
2734
+ if (tmp1_safe_receiver == null)
2735
+ null;
2736
+ else
2737
+ tmp1_safe_receiver.a(tmp0_also);
2738
+ tmp$ret$0 = tmp0_also;
2739
+ return tmp$ret$0;
2740
+ };
2741
+ DIProperty.$metadata$ = classMeta('DIProperty', [LazyDelegate]);
2742
+ function DirectDI() {
2743
+ }
2744
+ DirectDI.$metadata$ = interfaceMeta('DirectDI', [DirectDIBase]);
2745
+ function DirectDIImpl(container, context) {
2746
+ DirectDIBaseImpl.call(this, container, context);
2747
+ }
2748
+ DirectDIImpl.$metadata$ = classMeta('DirectDIImpl', [DirectDI], undefined, undefined, undefined, DirectDIBaseImpl.prototype);
2749
+ function newConcurrentMap() {
2750
+ return HashMap_init_$Create$();
2751
+ }
2752
+ function maySynchronized(lock, block) {
2753
+ return block();
2754
+ }
2755
+ function newLinkedList() {
2756
+ return ArrayList_init_$Create$();
2757
+ }
2758
+ //region block: post-declaration
2759
+ Singleton.prototype.e1t = get_argType;
2760
+ Singleton.prototype.s1s = get_description;
2761
+ Singleton.prototype.u1s = get_fullDescription;
2762
+ Singleton.prototype.a1v = get_supportSubTypes;
2763
+ Provider.prototype.e1t = get_argType;
2764
+ Provider.prototype.y1u = factoryFullName;
2765
+ Provider.prototype.v1s = get_scope;
2766
+ Provider.prototype.s1s = get_description;
2767
+ Provider.prototype.u1s = get_fullDescription;
2768
+ Provider.prototype.a1v = get_supportSubTypes;
2769
+ DIBuilderImpl.prototype.l1t = import$default;
2770
+ DIMainBuilderImpl.prototype.l1t = import$default;
2771
+ DIContainerImpl.prototype.d1u = factory$default;
2772
+ DIContainerImpl.prototype.e1u = provider;
2773
+ DIContainerImpl.prototype.b1u = provider$default;
2774
+ DIImpl.prototype.q1t = get_di;
2775
+ DIImpl.prototype.s1t = get_diContext;
2776
+ DIImpl.prototype.t1t = get_diTrigger;
2777
+ DITreeImpl.prototype.i1u = find$default;
2778
+ DirectDIBaseImpl.prototype.q1t = get_di_0;
2779
+ DirectDIImpl.prototype.q1t = get_di_0;
2780
+ //endregion
2781
+ //region block: exports
2782
+ _.$_$ = _.$_$ || {};
2783
+ _.$_$.a = Module_init_$Create$;
2784
+ _.$_$.b = Companion_getInstance_0;
2785
+ _.$_$.c = Provider;
2786
+ _.$_$.d = Singleton;
2787
+ _.$_$.e = Instance;
2788
+ _.$_$.f = get_direct;
2789
+ //endregion
2790
+ return _;
2791
+ }));
2792
+
2793
+ //# sourceMappingURL=Kodein-kodein-di-js-ir.js.map