game_client_logic_deb 1.3.73 → 1.3.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kaverit-kaverit-js-ir.js +60 -60
- package/Kodein-kodein-di-js-ir.js +505 -505
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +36 -36
- package/Logic_Debertz-core.js +1072 -1077
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +8360 -8387
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +2 -10
- package/Logic_Debertz-game_client.js +3255 -3057
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1724 -1724
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1225 -1225
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +67 -163
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +13 -13
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
allowOverride = false;
|
|
94
94
|
var tmp;
|
|
95
95
|
if ($handler == null) {
|
|
96
|
-
this.
|
|
96
|
+
this.t2e(module_0, allowOverride);
|
|
97
97
|
tmp = Unit_getInstance();
|
|
98
98
|
} else {
|
|
99
99
|
tmp = $handler(module_0, allowOverride);
|
|
@@ -112,44 +112,44 @@
|
|
|
112
112
|
function factory$default(key, context, overrideLevel, $mask0, $handler) {
|
|
113
113
|
if (!(($mask0 & 4) === 0))
|
|
114
114
|
overrideLevel = 0;
|
|
115
|
-
return $handler == null ? this.
|
|
115
|
+
return $handler == null ? this.l2f(key, context, overrideLevel) : $handler(key, context, overrideLevel);
|
|
116
116
|
}
|
|
117
117
|
function provider(key, context, overrideLevel) {
|
|
118
118
|
var tmp$ret$0;
|
|
119
119
|
// Inline function 'org.kodein.di.toProvider' call
|
|
120
|
-
var tmp0_toProvider = this.
|
|
120
|
+
var tmp0_toProvider = this.m2f(key, context, 0, 4, null);
|
|
121
121
|
tmp$ret$0 = DIContainer$provider$lambda(tmp0_toProvider);
|
|
122
122
|
return tmp$ret$0;
|
|
123
123
|
}
|
|
124
124
|
function provider$default(key, context, overrideLevel, $mask0, $handler) {
|
|
125
125
|
if (!(($mask0 & 4) === 0))
|
|
126
126
|
overrideLevel = 0;
|
|
127
|
-
return $handler == null ? this.
|
|
127
|
+
return $handler == null ? this.n2f(key, context, overrideLevel) : $handler(key, context, overrideLevel);
|
|
128
128
|
}
|
|
129
129
|
function find$default(key, overrideLevel, all, $mask0, $handler) {
|
|
130
130
|
if (!(($mask0 & 2) === 0))
|
|
131
131
|
overrideLevel = 0;
|
|
132
132
|
if (!(($mask0 & 4) === 0))
|
|
133
133
|
all = false;
|
|
134
|
-
return $handler == null ? this.
|
|
134
|
+
return $handler == null ? this.q2f(key, overrideLevel, all) : $handler(key, overrideLevel, all);
|
|
135
135
|
}
|
|
136
136
|
function get_di_0() {
|
|
137
|
-
return this.
|
|
137
|
+
return this.v2f();
|
|
138
138
|
}
|
|
139
139
|
function factoryFullName() {
|
|
140
|
-
return this.
|
|
140
|
+
return this.g2g();
|
|
141
141
|
}
|
|
142
142
|
function get_scope() {
|
|
143
143
|
return null;
|
|
144
144
|
}
|
|
145
145
|
function get_description() {
|
|
146
|
-
var arg = !equals(this.
|
|
146
|
+
var arg = !equals(this.n2e(), Companion_getInstance().h2d_1) ? this.n2e().w2c() + ' -> ' : '';
|
|
147
147
|
var tmp;
|
|
148
|
-
var tmp_0 = this.
|
|
148
|
+
var tmp_0 = this.e2e();
|
|
149
149
|
if (tmp_0 instanceof NoScope) {
|
|
150
150
|
tmp = null;
|
|
151
151
|
} else {
|
|
152
|
-
tmp = this.
|
|
152
|
+
tmp = this.e2e();
|
|
153
153
|
}
|
|
154
154
|
var scope = tmp;
|
|
155
155
|
var tmp0_safe_receiver = scope;
|
|
@@ -162,22 +162,22 @@
|
|
|
162
162
|
// Inline function 'kotlin.contracts.contract' call
|
|
163
163
|
var tmp$ret$0;
|
|
164
164
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-description>.<anonymous>' call
|
|
165
|
-
tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).
|
|
165
|
+
tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).w2c() + ').';
|
|
166
166
|
tmp$ret$1 = tmp$ret$0;
|
|
167
167
|
tmp_1 = tmp$ret$1;
|
|
168
168
|
}
|
|
169
169
|
var tmp1_elvis_lhs = tmp_1;
|
|
170
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
171
|
-
return context + this.
|
|
170
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.f2e(), Companion_getInstance().i2d_1) ? 'contexted<' + this.f2e().w2c() + '>().' : '' : tmp1_elvis_lhs;
|
|
171
|
+
return context + this.g2g() + ' { ' + arg + this.i2g().w2c() + ' }';
|
|
172
172
|
}
|
|
173
173
|
function get_fullDescription() {
|
|
174
|
-
var arg = !equals(this.
|
|
174
|
+
var arg = !equals(this.n2e(), Companion_getInstance().h2d_1) ? this.n2e().y2c() + ' -> ' : '';
|
|
175
175
|
var tmp;
|
|
176
|
-
var tmp_0 = this.
|
|
176
|
+
var tmp_0 = this.e2e();
|
|
177
177
|
if (tmp_0 instanceof NoScope) {
|
|
178
178
|
tmp = null;
|
|
179
179
|
} else {
|
|
180
|
-
tmp = this.
|
|
180
|
+
tmp = this.e2e();
|
|
181
181
|
}
|
|
182
182
|
var scope = tmp;
|
|
183
183
|
var tmp0_safe_receiver = scope;
|
|
@@ -190,19 +190,19 @@
|
|
|
190
190
|
// Inline function 'kotlin.contracts.contract' call
|
|
191
191
|
var tmp$ret$0;
|
|
192
192
|
// Inline function 'org.kodein.di.bindings.DIBinding.<get-fullDescription>.<anonymous>' call
|
|
193
|
-
tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).
|
|
193
|
+
tmp$ret$0 = 'scoped(' + erasedOf(tmp0_safe_receiver).y2c() + ').';
|
|
194
194
|
tmp$ret$1 = tmp$ret$0;
|
|
195
195
|
tmp_1 = tmp$ret$1;
|
|
196
196
|
}
|
|
197
197
|
var tmp1_elvis_lhs = tmp_1;
|
|
198
|
-
var context = tmp1_elvis_lhs == null ? !equals(this.
|
|
199
|
-
return context + this.
|
|
198
|
+
var context = tmp1_elvis_lhs == null ? !equals(this.f2e(), Companion_getInstance().i2d_1) ? 'contexted<' + this.f2e().y2c() + '>().' : '' : tmp1_elvis_lhs;
|
|
199
|
+
return context + this.h2g() + ' { ' + arg + this.i2g().y2c() + ' }';
|
|
200
200
|
}
|
|
201
201
|
function get_supportSubTypes() {
|
|
202
202
|
return false;
|
|
203
203
|
}
|
|
204
204
|
function get_argType() {
|
|
205
|
-
return Companion_getInstance().
|
|
205
|
+
return Companion_getInstance().h2d_1;
|
|
206
206
|
}
|
|
207
207
|
StandardScopeRegistry.prototype = Object.create(ScopeRegistry.prototype);
|
|
208
208
|
StandardScopeRegistry.prototype.constructor = StandardScopeRegistry;
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
//endregion
|
|
226
226
|
function DIDefinition(binding, fromModule, tree) {
|
|
227
227
|
DIDefining.call(this, binding, fromModule);
|
|
228
|
-
this.
|
|
228
|
+
this.q2d_1 = tree;
|
|
229
229
|
}
|
|
230
230
|
DIDefinition.$metadata$ = classMeta('DIDefinition', undefined, undefined, undefined, undefined, DIDefining.prototype);
|
|
231
231
|
function description(_this__u8e3s4, withOverrides, ident) {
|
|
@@ -239,14 +239,14 @@
|
|
|
239
239
|
return description(_this__u8e3s4, withOverrides, ident);
|
|
240
240
|
}
|
|
241
241
|
function DIDefining(binding, fromModule) {
|
|
242
|
-
this.
|
|
243
|
-
this.
|
|
242
|
+
this.r2d_1 = binding;
|
|
243
|
+
this.s2d_1 = fromModule;
|
|
244
244
|
}
|
|
245
|
-
DIDefining.prototype.
|
|
246
|
-
return this.
|
|
245
|
+
DIDefining.prototype.t2d = function () {
|
|
246
|
+
return this.r2d_1;
|
|
247
247
|
};
|
|
248
|
-
DIDefining.prototype.
|
|
249
|
-
return this.
|
|
248
|
+
DIDefining.prototype.u2d = function () {
|
|
249
|
+
return this.s2d_1;
|
|
250
250
|
};
|
|
251
251
|
DIDefining.$metadata$ = classMeta('DIDefining');
|
|
252
252
|
function descriptionImpl(_this__u8e3s4, withOverrides, ident, keyBindDisp, bindingDisp) {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
var element = tmp0_iterator.h();
|
|
262
262
|
var tmp$ret$0;
|
|
263
263
|
// Inline function 'org.kodein.di.descriptionImpl.<anonymous>' call
|
|
264
|
-
tmp$ret$0 = first(element.c2()).
|
|
264
|
+
tmp$ret$0 = first(element.c2()).s2d_1;
|
|
265
265
|
var key = tmp$ret$0;
|
|
266
266
|
var tmp$ret$2;
|
|
267
267
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
var element = tmp0_iterator.h();
|
|
333
333
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>' call
|
|
334
334
|
var keyDescription = $keyBindDisp(element.a2());
|
|
335
|
-
_this__u8e3s4.c8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.c2()).
|
|
335
|
+
_this__u8e3s4.c8(repeat(' ', ident) + keyDescription + ' { ' + $bindingDisp(first(element.c2()).r2d_1) + ' }');
|
|
336
336
|
if ($withOverrides) {
|
|
337
337
|
var subIdent = keyDescription.length - 4 | 0;
|
|
338
338
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
while (tmp0_iterator_0.g()) {
|
|
342
342
|
var element_0 = tmp0_iterator_0.h();
|
|
343
343
|
// Inline function 'org.kodein.di.descriptionImpl.appendBindings.<anonymous>.<anonymous>' call
|
|
344
|
-
_this__u8e3s4.c8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.
|
|
344
|
+
_this__u8e3s4.c8(repeat(' ', subIdent) + 'overrides ' + $bindingDisp(element_0.r2d_1));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
_this__u8e3s4.c8('\n');
|
|
@@ -350,45 +350,45 @@
|
|
|
350
350
|
}
|
|
351
351
|
function bindDescription$factory() {
|
|
352
352
|
return getPropertyCallableRef('bindDescription', 1, KProperty1, function (receiver) {
|
|
353
|
-
return receiver.
|
|
353
|
+
return receiver.a2e();
|
|
354
354
|
}, null);
|
|
355
355
|
}
|
|
356
356
|
function description$factory() {
|
|
357
357
|
return getPropertyCallableRef('description', 1, KProperty1, function (receiver) {
|
|
358
|
-
return receiver.
|
|
358
|
+
return receiver.b2e();
|
|
359
359
|
}, null);
|
|
360
360
|
}
|
|
361
361
|
function bindFullDescription$factory() {
|
|
362
362
|
return getPropertyCallableRef('bindFullDescription', 1, KProperty1, function (receiver) {
|
|
363
|
-
return receiver.
|
|
363
|
+
return receiver.c2e();
|
|
364
364
|
}, null);
|
|
365
365
|
}
|
|
366
366
|
function fullDescription$factory() {
|
|
367
367
|
return getPropertyCallableRef('fullDescription', 1, KProperty1, function (receiver) {
|
|
368
|
-
return receiver.
|
|
368
|
+
return receiver.d2e();
|
|
369
369
|
}, null);
|
|
370
370
|
}
|
|
371
371
|
function appendDescription(_this__u8e3s4, $this, displayString) {
|
|
372
|
-
if (!($this.
|
|
373
|
-
_this__u8e3s4.c8(' tagged "' + toString($this.
|
|
372
|
+
if (!($this.y2d_1 == null)) {
|
|
373
|
+
_this__u8e3s4.c8(' tagged "' + toString($this.y2d_1) + '"');
|
|
374
374
|
}
|
|
375
|
-
if (!equals($this.
|
|
376
|
-
_this__u8e3s4.c8(' on context ' + displayString($this.
|
|
375
|
+
if (!equals($this.v2d_1, Companion_getInstance().i2d_1)) {
|
|
376
|
+
_this__u8e3s4.c8(' on context ' + displayString($this.v2d_1));
|
|
377
377
|
}
|
|
378
|
-
if (!equals($this.
|
|
379
|
-
_this__u8e3s4.c8(', with argument ' + displayString($this.
|
|
378
|
+
if (!equals($this.w2d_1, Companion_getInstance().h2d_1)) {
|
|
379
|
+
_this__u8e3s4.c8(', with argument ' + displayString($this.w2d_1));
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
function TypeToken$simpleDispString$ref() {
|
|
383
383
|
var l = function (p0) {
|
|
384
|
-
return p0.
|
|
384
|
+
return p0.w2c();
|
|
385
385
|
};
|
|
386
386
|
l.callableName = 'simpleDispString';
|
|
387
387
|
return l;
|
|
388
388
|
}
|
|
389
389
|
function TypeToken$qualifiedDispString$ref() {
|
|
390
390
|
var l = function (p0) {
|
|
391
|
-
return p0.
|
|
391
|
+
return p0.y2c();
|
|
392
392
|
};
|
|
393
393
|
l.callableName = 'qualifiedDispString';
|
|
394
394
|
return l;
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
TypeBinder.$metadata$ = interfaceMeta('TypeBinder');
|
|
402
402
|
function Module_init_$Init$(name, allowSilentOverride, prefix, init, $this) {
|
|
403
403
|
Module.call($this, allowSilentOverride, prefix, init);
|
|
404
|
-
$this.
|
|
404
|
+
$this.l2e_1 = name;
|
|
405
405
|
return $this;
|
|
406
406
|
}
|
|
407
407
|
function Module_init_$Init$_0(name, allowSilentOverride, prefix, init, $mask0, $marker, $this) {
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
DependencyLoopException.$metadata$ = classMeta('DependencyLoopException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
|
|
423
423
|
function NotFoundException(key, message) {
|
|
424
424
|
RuntimeException_init_$Init$(message, this);
|
|
425
|
-
this.
|
|
425
|
+
this.m2e_1 = key;
|
|
426
426
|
captureStack(this, NotFoundException);
|
|
427
427
|
}
|
|
428
428
|
NotFoundException.$metadata$ = classMeta('NotFoundException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
|
|
@@ -432,41 +432,41 @@
|
|
|
432
432
|
}
|
|
433
433
|
OverridingException.$metadata$ = classMeta('OverridingException', undefined, undefined, undefined, undefined, RuntimeException.prototype);
|
|
434
434
|
function Key(contextType, argType, type, tag) {
|
|
435
|
-
this.
|
|
436
|
-
this.
|
|
437
|
-
this.
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
435
|
+
this.v2d_1 = contextType;
|
|
436
|
+
this.w2d_1 = argType;
|
|
437
|
+
this.x2d_1 = type;
|
|
438
|
+
this.y2d_1 = tag;
|
|
439
|
+
this.z2d_1 = 0;
|
|
440
440
|
}
|
|
441
|
-
Key.prototype.
|
|
442
|
-
return this.
|
|
441
|
+
Key.prototype.f2e = function () {
|
|
442
|
+
return this.v2d_1;
|
|
443
443
|
};
|
|
444
|
-
Key.prototype.
|
|
445
|
-
return this.
|
|
444
|
+
Key.prototype.n2e = function () {
|
|
445
|
+
return this.w2d_1;
|
|
446
446
|
};
|
|
447
447
|
Key.prototype.f7 = function () {
|
|
448
|
-
return this.
|
|
448
|
+
return this.x2d_1;
|
|
449
449
|
};
|
|
450
|
-
Key.prototype.
|
|
451
|
-
return this.
|
|
450
|
+
Key.prototype.o2e = function () {
|
|
451
|
+
return this.y2d_1;
|
|
452
452
|
};
|
|
453
453
|
Key.prototype.hashCode = function () {
|
|
454
|
-
if (this.
|
|
455
|
-
this.
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
454
|
+
if (this.z2d_1 === 0) {
|
|
455
|
+
this.z2d_1 = hashCode(this.v2d_1);
|
|
456
|
+
this.z2d_1 = imul(31, this.z2d_1) + hashCode(this.w2d_1) | 0;
|
|
457
|
+
this.z2d_1 = imul(29, hashCode(this.x2d_1));
|
|
458
458
|
var tmp = this;
|
|
459
|
-
var tmp_0 = imul(23, this.
|
|
460
|
-
var tmp0_safe_receiver = this.
|
|
459
|
+
var tmp_0 = imul(23, this.z2d_1);
|
|
460
|
+
var tmp0_safe_receiver = this.y2d_1;
|
|
461
461
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
462
|
-
tmp.
|
|
462
|
+
tmp.z2d_1 = tmp_0 + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
463
463
|
}
|
|
464
|
-
return this.
|
|
464
|
+
return this.z2d_1;
|
|
465
465
|
};
|
|
466
466
|
Key.prototype.toString = function () {
|
|
467
|
-
return this.
|
|
467
|
+
return this.b2e();
|
|
468
468
|
};
|
|
469
|
-
Key.prototype.
|
|
469
|
+
Key.prototype.a2e = function () {
|
|
470
470
|
var tmp$ret$1;
|
|
471
471
|
// Inline function 'kotlin.text.buildString' call
|
|
472
472
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -475,15 +475,15 @@
|
|
|
475
475
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
476
476
|
// Inline function 'kotlin.contracts.contract' call
|
|
477
477
|
// Inline function 'org.kodein.di.Key.<get-bindDescription>.<anonymous>' call
|
|
478
|
-
tmp0_apply.c8('bind<' + this.
|
|
479
|
-
if (!(this.
|
|
480
|
-
tmp0_apply.c8('(tag = "' + toString(this.
|
|
478
|
+
tmp0_apply.c8('bind<' + this.x2d_1.w2c() + '>');
|
|
479
|
+
if (!(this.y2d_1 == null)) {
|
|
480
|
+
tmp0_apply.c8('(tag = "' + toString(this.y2d_1) + '")');
|
|
481
481
|
}
|
|
482
482
|
tmp$ret$0 = tmp0_apply;
|
|
483
483
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
484
484
|
return tmp$ret$1;
|
|
485
485
|
};
|
|
486
|
-
Key.prototype.
|
|
486
|
+
Key.prototype.c2e = function () {
|
|
487
487
|
var tmp$ret$1;
|
|
488
488
|
// Inline function 'kotlin.text.buildString' call
|
|
489
489
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -492,15 +492,15 @@
|
|
|
492
492
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
493
493
|
// Inline function 'kotlin.contracts.contract' call
|
|
494
494
|
// Inline function 'org.kodein.di.Key.<get-bindFullDescription>.<anonymous>' call
|
|
495
|
-
tmp0_apply.c8('bind<' + this.
|
|
496
|
-
if (!(this.
|
|
497
|
-
tmp0_apply.c8('(tag = "' + toString(this.
|
|
495
|
+
tmp0_apply.c8('bind<' + this.x2d_1.y2c() + '>');
|
|
496
|
+
if (!(this.y2d_1 == null)) {
|
|
497
|
+
tmp0_apply.c8('(tag = "' + toString(this.y2d_1) + '")');
|
|
498
498
|
}
|
|
499
499
|
tmp$ret$0 = tmp0_apply;
|
|
500
500
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
501
501
|
return tmp$ret$1;
|
|
502
502
|
};
|
|
503
|
-
Key.prototype.
|
|
503
|
+
Key.prototype.b2e = function () {
|
|
504
504
|
var tmp$ret$1;
|
|
505
505
|
// Inline function 'kotlin.text.buildString' call
|
|
506
506
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -509,16 +509,16 @@
|
|
|
509
509
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
510
510
|
// Inline function 'kotlin.contracts.contract' call
|
|
511
511
|
// Inline function 'org.kodein.di.Key.<get-description>.<anonymous>' call
|
|
512
|
-
tmp0_apply.c8(this.
|
|
512
|
+
tmp0_apply.c8(this.x2d_1.w2c());
|
|
513
513
|
appendDescription(tmp0_apply, this, TypeToken$simpleDispString$ref());
|
|
514
514
|
tmp$ret$0 = tmp0_apply;
|
|
515
515
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
516
516
|
return tmp$ret$1;
|
|
517
517
|
};
|
|
518
|
-
Key.prototype.
|
|
519
|
-
return '(context: ' + this.
|
|
518
|
+
Key.prototype.p2e = function () {
|
|
519
|
+
return '(context: ' + this.v2d_1.w2c() + ', arg: ' + this.w2d_1.w2c() + ', type: ' + this.x2d_1.w2c() + ', tag: ' + toString(this.y2d_1) + ')';
|
|
520
520
|
};
|
|
521
|
-
Key.prototype.
|
|
521
|
+
Key.prototype.d2e = function () {
|
|
522
522
|
var tmp$ret$1;
|
|
523
523
|
// Inline function 'kotlin.text.buildString' call
|
|
524
524
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -527,25 +527,25 @@
|
|
|
527
527
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
528
528
|
// Inline function 'kotlin.contracts.contract' call
|
|
529
529
|
// Inline function 'org.kodein.di.Key.<get-fullDescription>.<anonymous>' call
|
|
530
|
-
tmp0_apply.c8(this.
|
|
530
|
+
tmp0_apply.c8(this.x2d_1.y2c());
|
|
531
531
|
appendDescription(tmp0_apply, this, TypeToken$qualifiedDispString$ref());
|
|
532
532
|
tmp$ret$0 = tmp0_apply;
|
|
533
533
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
534
534
|
return tmp$ret$1;
|
|
535
535
|
};
|
|
536
|
-
Key.prototype.
|
|
536
|
+
Key.prototype.q2e = function (contextType, argType, type, tag) {
|
|
537
537
|
return new Key(contextType, argType, type, tag);
|
|
538
538
|
};
|
|
539
|
-
Key.prototype.
|
|
539
|
+
Key.prototype.r2e = function (contextType, argType, type, tag, $mask0, $handler) {
|
|
540
540
|
if (!(($mask0 & 1) === 0))
|
|
541
|
-
contextType = this.
|
|
541
|
+
contextType = this.v2d_1;
|
|
542
542
|
if (!(($mask0 & 2) === 0))
|
|
543
|
-
argType = this.
|
|
543
|
+
argType = this.w2d_1;
|
|
544
544
|
if (!(($mask0 & 4) === 0))
|
|
545
|
-
type = this.
|
|
545
|
+
type = this.x2d_1;
|
|
546
546
|
if (!(($mask0 & 8) === 0))
|
|
547
|
-
tag = this.
|
|
548
|
-
return this.
|
|
547
|
+
tag = this.y2d_1;
|
|
548
|
+
return this.q2e(contextType, argType, type, tag);
|
|
549
549
|
};
|
|
550
550
|
Key.prototype.equals = function (other) {
|
|
551
551
|
if (this === other)
|
|
@@ -553,13 +553,13 @@
|
|
|
553
553
|
if (!(other instanceof Key))
|
|
554
554
|
return false;
|
|
555
555
|
var tmp0_other_with_cast = other instanceof Key ? other : THROW_CCE();
|
|
556
|
-
if (!equals(this.
|
|
556
|
+
if (!equals(this.v2d_1, tmp0_other_with_cast.v2d_1))
|
|
557
557
|
return false;
|
|
558
|
-
if (!equals(this.
|
|
558
|
+
if (!equals(this.w2d_1, tmp0_other_with_cast.w2d_1))
|
|
559
559
|
return false;
|
|
560
|
-
if (!equals(this.
|
|
560
|
+
if (!equals(this.x2d_1, tmp0_other_with_cast.x2d_1))
|
|
561
561
|
return false;
|
|
562
|
-
if (!equals(this.
|
|
562
|
+
if (!equals(this.y2d_1, tmp0_other_with_cast.y2d_1))
|
|
563
563
|
return false;
|
|
564
564
|
return true;
|
|
565
565
|
};
|
|
@@ -574,13 +574,13 @@
|
|
|
574
574
|
}
|
|
575
575
|
MainBuilder.$metadata$ = interfaceMeta('MainBuilder', [Builder]);
|
|
576
576
|
function Module(allowSilentOverride, prefix, init) {
|
|
577
|
-
this.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
580
|
-
this.
|
|
577
|
+
this.i2e_1 = allowSilentOverride;
|
|
578
|
+
this.j2e_1 = prefix;
|
|
579
|
+
this.k2e_1 = init;
|
|
580
|
+
this.l2e_1 = null;
|
|
581
581
|
}
|
|
582
582
|
Module.prototype.f5 = function () {
|
|
583
|
-
var tmp0_elvis_lhs = this.
|
|
583
|
+
var tmp0_elvis_lhs = this.l2e_1;
|
|
584
584
|
var tmp;
|
|
585
585
|
if (tmp0_elvis_lhs == null) {
|
|
586
586
|
throw IllegalStateException_init_$Create$('module must have a name.');
|
|
@@ -590,12 +590,12 @@
|
|
|
590
590
|
return tmp;
|
|
591
591
|
};
|
|
592
592
|
Module.prototype.toString = function () {
|
|
593
|
-
return 'Module(allowSilentOverride=' + this.
|
|
593
|
+
return 'Module(allowSilentOverride=' + this.i2e_1 + ', prefix=' + this.j2e_1 + ', init=' + this.k2e_1 + ')';
|
|
594
594
|
};
|
|
595
595
|
Module.prototype.hashCode = function () {
|
|
596
|
-
var result = this.
|
|
597
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
598
|
-
result = imul(result, 31) + hashCode(this.
|
|
596
|
+
var result = this.i2e_1 | 0;
|
|
597
|
+
result = imul(result, 31) + getStringHashCode(this.j2e_1) | 0;
|
|
598
|
+
result = imul(result, 31) + hashCode(this.k2e_1) | 0;
|
|
599
599
|
return result;
|
|
600
600
|
};
|
|
601
601
|
Module.prototype.equals = function (other) {
|
|
@@ -604,27 +604,27 @@
|
|
|
604
604
|
if (!(other instanceof Module))
|
|
605
605
|
return false;
|
|
606
606
|
var tmp0_other_with_cast = other instanceof Module ? other : THROW_CCE();
|
|
607
|
-
if (!(this.
|
|
607
|
+
if (!(this.i2e_1 === tmp0_other_with_cast.i2e_1))
|
|
608
608
|
return false;
|
|
609
|
-
if (!(this.
|
|
609
|
+
if (!(this.j2e_1 === tmp0_other_with_cast.j2e_1))
|
|
610
610
|
return false;
|
|
611
|
-
if (!equals(this.
|
|
611
|
+
if (!equals(this.k2e_1, tmp0_other_with_cast.k2e_1))
|
|
612
612
|
return false;
|
|
613
613
|
return true;
|
|
614
614
|
};
|
|
615
615
|
Module.$metadata$ = classMeta('Module');
|
|
616
616
|
function Companion() {
|
|
617
617
|
Companion_instance = this;
|
|
618
|
-
this.
|
|
619
|
-
this.
|
|
618
|
+
this.v2e_1 = false;
|
|
619
|
+
this.w2e_1 = false;
|
|
620
620
|
}
|
|
621
|
-
Companion.prototype.
|
|
621
|
+
Companion.prototype.x2e = function (allowSilentOverride, init) {
|
|
622
622
|
return DIImpl_init_$Create$(allowSilentOverride, init);
|
|
623
623
|
};
|
|
624
|
-
Companion.prototype.
|
|
624
|
+
Companion.prototype.y2e = function (allowSilentOverride, init, $mask0, $handler) {
|
|
625
625
|
if (!(($mask0 & 1) === 0))
|
|
626
626
|
allowSilentOverride = false;
|
|
627
|
-
return this.
|
|
627
|
+
return this.x2e(allowSilentOverride, init);
|
|
628
628
|
};
|
|
629
629
|
Companion.$metadata$ = objectMeta('Companion');
|
|
630
630
|
var Companion_instance;
|
|
@@ -637,27 +637,27 @@
|
|
|
637
637
|
}
|
|
638
638
|
DI.$metadata$ = interfaceMeta('DI', [DIAware]);
|
|
639
639
|
function get_direct(_this__u8e3s4) {
|
|
640
|
-
return new DirectDIImpl(_this__u8e3s4.
|
|
640
|
+
return new DirectDIImpl(_this__u8e3s4.z2e().a2f(), _this__u8e3s4.b2f());
|
|
641
641
|
}
|
|
642
642
|
function DIAware() {
|
|
643
643
|
}
|
|
644
644
|
DIAware.$metadata$ = interfaceMeta('DIAware');
|
|
645
645
|
function Value(type, value) {
|
|
646
|
-
this.
|
|
647
|
-
this.
|
|
646
|
+
this.d2f_1 = type;
|
|
647
|
+
this.e2f_1 = value;
|
|
648
648
|
}
|
|
649
649
|
Value.prototype.f7 = function () {
|
|
650
|
-
return this.
|
|
650
|
+
return this.d2f_1;
|
|
651
651
|
};
|
|
652
652
|
Value.prototype.c2 = function () {
|
|
653
|
-
return this.
|
|
653
|
+
return this.e2f_1;
|
|
654
654
|
};
|
|
655
655
|
Value.prototype.toString = function () {
|
|
656
|
-
return 'Value(type=' + this.
|
|
656
|
+
return 'Value(type=' + this.d2f_1 + ', value=' + this.e2f_1 + ')';
|
|
657
657
|
};
|
|
658
658
|
Value.prototype.hashCode = function () {
|
|
659
|
-
var result = hashCode(this.
|
|
660
|
-
result = imul(result, 31) + hashCode(this.
|
|
659
|
+
var result = hashCode(this.d2f_1);
|
|
660
|
+
result = imul(result, 31) + hashCode(this.e2f_1) | 0;
|
|
661
661
|
return result;
|
|
662
662
|
};
|
|
663
663
|
Value.prototype.equals = function (other) {
|
|
@@ -666,9 +666,9 @@
|
|
|
666
666
|
if (!(other instanceof Value))
|
|
667
667
|
return false;
|
|
668
668
|
var tmp0_other_with_cast = other instanceof Value ? other : THROW_CCE();
|
|
669
|
-
if (!equals(this.
|
|
669
|
+
if (!equals(this.d2f_1, tmp0_other_with_cast.d2f_1))
|
|
670
670
|
return false;
|
|
671
|
-
if (!equals(this.
|
|
671
|
+
if (!equals(this.e2f_1, tmp0_other_with_cast.e2f_1))
|
|
672
672
|
return false;
|
|
673
673
|
return true;
|
|
674
674
|
};
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
function Companion_0() {
|
|
677
677
|
Companion_instance_0 = this;
|
|
678
678
|
}
|
|
679
|
-
Companion_0.prototype.
|
|
679
|
+
Companion_0.prototype.f2f = function (type, value) {
|
|
680
680
|
return new Value(type, value);
|
|
681
681
|
};
|
|
682
682
|
Companion_0.$metadata$ = objectMeta('Companion');
|
|
@@ -690,12 +690,12 @@
|
|
|
690
690
|
}
|
|
691
691
|
DIContext.$metadata$ = interfaceMeta('DIContext');
|
|
692
692
|
function Instance(_this__u8e3s4, type, tag) {
|
|
693
|
-
var tmp = _this__u8e3s4.
|
|
694
|
-
var tmp_0 = _this__u8e3s4.
|
|
693
|
+
var tmp = _this__u8e3s4.c2f();
|
|
694
|
+
var tmp_0 = _this__u8e3s4.b2f();
|
|
695
695
|
return new DIProperty(tmp, tmp_0, Instance$lambda(_this__u8e3s4, type, tag));
|
|
696
696
|
}
|
|
697
697
|
function get_AnyDIContext() {
|
|
698
|
-
return Contexes_getInstance().
|
|
698
|
+
return Contexes_getInstance().g2f_1;
|
|
699
699
|
}
|
|
700
700
|
function get_anyType(_this__u8e3s4) {
|
|
701
701
|
var tmp = _this__u8e3s4.f7();
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
}
|
|
704
704
|
function Contexes() {
|
|
705
705
|
Contexes_instance = this;
|
|
706
|
-
this.
|
|
706
|
+
this.g2f_1 = Companion_getInstance_1().f2f(Companion_getInstance().i2d_1, new Object());
|
|
707
707
|
}
|
|
708
708
|
Contexes.$metadata$ = objectMeta('Contexes');
|
|
709
709
|
var Contexes_instance;
|
|
@@ -717,46 +717,46 @@
|
|
|
717
717
|
}
|
|
718
718
|
function On$default(_this__u8e3s4, context, trigger, $mask0, $handler) {
|
|
719
719
|
if (!(($mask0 & 1) === 0))
|
|
720
|
-
context = _this__u8e3s4.
|
|
720
|
+
context = _this__u8e3s4.b2f();
|
|
721
721
|
if (!(($mask0 & 2) === 0))
|
|
722
|
-
trigger = _this__u8e3s4.
|
|
722
|
+
trigger = _this__u8e3s4.c2f();
|
|
723
723
|
return On(_this__u8e3s4, context, trigger);
|
|
724
724
|
}
|
|
725
725
|
function DIWrapper_init_$Init$(base, diContext, trigger, $this) {
|
|
726
|
-
DIWrapper.call($this, base.
|
|
726
|
+
DIWrapper.call($this, base.z2e(), diContext, trigger);
|
|
727
727
|
return $this;
|
|
728
728
|
}
|
|
729
729
|
function DIWrapper_init_$Create$(base, diContext, trigger) {
|
|
730
730
|
return DIWrapper_init_$Init$(base, diContext, trigger, Object.create(DIWrapper.prototype));
|
|
731
731
|
}
|
|
732
732
|
function DIWrapper(_base, diContext, diTrigger) {
|
|
733
|
-
this.
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
733
|
+
this.h2f_1 = _base;
|
|
734
|
+
this.i2f_1 = diContext;
|
|
735
|
+
this.j2f_1 = diTrigger;
|
|
736
736
|
}
|
|
737
|
-
DIWrapper.prototype.
|
|
738
|
-
return this.
|
|
737
|
+
DIWrapper.prototype.b2f = function () {
|
|
738
|
+
return this.i2f_1;
|
|
739
739
|
};
|
|
740
|
-
DIWrapper.prototype.
|
|
741
|
-
return this.
|
|
740
|
+
DIWrapper.prototype.c2f = function () {
|
|
741
|
+
return this.j2f_1;
|
|
742
742
|
};
|
|
743
|
-
DIWrapper.prototype.
|
|
743
|
+
DIWrapper.prototype.z2e = function () {
|
|
744
744
|
return this;
|
|
745
745
|
};
|
|
746
|
-
DIWrapper.prototype.
|
|
747
|
-
return this.
|
|
746
|
+
DIWrapper.prototype.a2f = function () {
|
|
747
|
+
return this.h2f_1.a2f();
|
|
748
748
|
};
|
|
749
749
|
DIWrapper.$metadata$ = classMeta('DIWrapper', [DI]);
|
|
750
750
|
function Instance$lambda($this_Instance, $type, $tag) {
|
|
751
751
|
return function (ctx, _anonymous_parameter_1__qggqgd) {
|
|
752
|
-
var tmp = $this_Instance.
|
|
752
|
+
var tmp = $this_Instance.z2e().a2f();
|
|
753
753
|
var tmp$ret$0;
|
|
754
754
|
// Inline function 'org.kodein.di.anyType' call
|
|
755
755
|
var tmp_0 = ctx.f7();
|
|
756
756
|
tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
757
|
-
var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().
|
|
757
|
+
var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().h2d_1, $type, $tag);
|
|
758
758
|
var tmp_2 = ctx.c2();
|
|
759
|
-
return tmp.
|
|
759
|
+
return tmp.k2f(tmp_1, tmp_2, 0, 4, null)();
|
|
760
760
|
};
|
|
761
761
|
}
|
|
762
762
|
function Builder_0() {
|
|
@@ -805,34 +805,34 @@
|
|
|
805
805
|
return NoDefinedTag_instance;
|
|
806
806
|
}
|
|
807
807
|
function SearchSpecs(contextType, argType, type, tag) {
|
|
808
|
-
this.
|
|
809
|
-
this.
|
|
810
|
-
this.
|
|
811
|
-
this.
|
|
808
|
+
this.w2f_1 = contextType;
|
|
809
|
+
this.x2f_1 = argType;
|
|
810
|
+
this.y2f_1 = type;
|
|
811
|
+
this.z2f_1 = tag;
|
|
812
812
|
}
|
|
813
813
|
SearchSpecs.prototype.toString = function () {
|
|
814
814
|
var args = ArrayList_init_$Create$();
|
|
815
|
-
if (!(this.
|
|
815
|
+
if (!(this.w2f_1 == null)) {
|
|
816
816
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
817
|
-
var tmp0_safe_receiver = this.
|
|
818
|
-
var tmp0_plusAssign = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
817
|
+
var tmp0_safe_receiver = this.w2f_1;
|
|
818
|
+
var tmp0_plusAssign = 'contextType=' + (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2c());
|
|
819
819
|
args.a(tmp0_plusAssign);
|
|
820
820
|
}
|
|
821
|
-
if (!(this.
|
|
821
|
+
if (!(this.x2f_1 == null)) {
|
|
822
822
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
823
|
-
var tmp1_safe_receiver = this.
|
|
824
|
-
var tmp1_plusAssign = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
823
|
+
var tmp1_safe_receiver = this.x2f_1;
|
|
824
|
+
var tmp1_plusAssign = 'argType=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.w2c());
|
|
825
825
|
args.a(tmp1_plusAssign);
|
|
826
826
|
}
|
|
827
|
-
if (!(this.
|
|
827
|
+
if (!(this.y2f_1 == null)) {
|
|
828
828
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
829
|
-
var tmp2_safe_receiver = this.
|
|
830
|
-
var tmp2_plusAssign = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
829
|
+
var tmp2_safe_receiver = this.y2f_1;
|
|
830
|
+
var tmp2_plusAssign = 'type=' + (tmp2_safe_receiver == null ? null : tmp2_safe_receiver.w2c());
|
|
831
831
|
args.a(tmp2_plusAssign);
|
|
832
832
|
}
|
|
833
|
-
if (!equals(this.
|
|
833
|
+
if (!equals(this.z2f_1, NoDefinedTag_getInstance())) {
|
|
834
834
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
835
|
-
var tmp3_plusAssign = 'tag=' + toString(this.
|
|
835
|
+
var tmp3_plusAssign = 'tag=' + toString(this.z2f_1);
|
|
836
836
|
args.a(tmp3_plusAssign);
|
|
837
837
|
}
|
|
838
838
|
return '[' + joinToString$default(args, ', ', null, null, 0, null, null, 62, null) + ']';
|
|
@@ -845,22 +845,22 @@
|
|
|
845
845
|
}
|
|
846
846
|
BindingDI.$metadata$ = interfaceMeta('BindingDI', [DirectDI, WithContext]);
|
|
847
847
|
function NoArgBindingDIWrap(_di) {
|
|
848
|
-
this.
|
|
848
|
+
this.d2g_1 = _di;
|
|
849
849
|
}
|
|
850
|
-
NoArgBindingDIWrap.prototype.
|
|
851
|
-
return this.
|
|
850
|
+
NoArgBindingDIWrap.prototype.z2e = function () {
|
|
851
|
+
return this.d2g_1.z2e();
|
|
852
852
|
};
|
|
853
|
-
NoArgBindingDIWrap.prototype.
|
|
854
|
-
return this.
|
|
853
|
+
NoArgBindingDIWrap.prototype.u2f = function () {
|
|
854
|
+
return this.d2g_1.u2f();
|
|
855
855
|
};
|
|
856
|
-
NoArgBindingDIWrap.prototype.
|
|
857
|
-
return this.
|
|
856
|
+
NoArgBindingDIWrap.prototype.v2f = function () {
|
|
857
|
+
return this.d2g_1.v2f();
|
|
858
858
|
};
|
|
859
|
-
NoArgBindingDIWrap.prototype.
|
|
860
|
-
return this.
|
|
859
|
+
NoArgBindingDIWrap.prototype.c2g = function (type, tag) {
|
|
860
|
+
return this.d2g_1.c2g(type, tag);
|
|
861
861
|
};
|
|
862
|
-
NoArgBindingDIWrap.prototype.
|
|
863
|
-
return this.
|
|
862
|
+
NoArgBindingDIWrap.prototype.b2g = function (context) {
|
|
863
|
+
return this.d2g_1.b2g(context);
|
|
864
864
|
};
|
|
865
865
|
NoArgBindingDIWrap.$metadata$ = classMeta('NoArgBindingDIWrap', [NoArgBindingDI, DirectDI, WithContext]);
|
|
866
866
|
function WithContext() {
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
ErasedContext_instance = this;
|
|
871
871
|
}
|
|
872
872
|
ErasedContext.prototype.f7 = function () {
|
|
873
|
-
return Companion_getInstance().
|
|
873
|
+
return Companion_getInstance().i2d_1;
|
|
874
874
|
};
|
|
875
875
|
ErasedContext.prototype.c2 = function () {
|
|
876
876
|
return ErasedContext_getInstance();
|
|
@@ -883,13 +883,13 @@
|
|
|
883
883
|
return ErasedContext_instance;
|
|
884
884
|
}
|
|
885
885
|
function DIBinding$Copier$Companion$invoke$1($f) {
|
|
886
|
-
this.
|
|
886
|
+
this.e2g_1 = $f;
|
|
887
887
|
}
|
|
888
888
|
DIBinding$Copier$Companion$invoke$1.$metadata$ = classMeta(undefined, [Copier]);
|
|
889
889
|
function Companion_1() {
|
|
890
890
|
Companion_instance_1 = this;
|
|
891
891
|
}
|
|
892
|
-
Companion_1.prototype.
|
|
892
|
+
Companion_1.prototype.f2g = function (f) {
|
|
893
893
|
return new DIBinding$Copier$Companion$invoke$1(f);
|
|
894
894
|
};
|
|
895
895
|
Companion_1.$metadata$ = objectMeta('Companion');
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
function SingletonReference() {
|
|
923
923
|
SingletonReference_instance = this;
|
|
924
924
|
}
|
|
925
|
-
SingletonReference.prototype.
|
|
925
|
+
SingletonReference.prototype.l2g = function (creator) {
|
|
926
926
|
var value = creator();
|
|
927
927
|
return new Reference(value, SingletonReference$make$lambda(value));
|
|
928
928
|
};
|
|
@@ -934,21 +934,21 @@
|
|
|
934
934
|
return SingletonReference_instance;
|
|
935
935
|
}
|
|
936
936
|
function Reference(current, next) {
|
|
937
|
-
this.
|
|
938
|
-
this.
|
|
937
|
+
this.m2g_1 = current;
|
|
938
|
+
this.n2g_1 = next;
|
|
939
939
|
}
|
|
940
940
|
Reference.prototype.k3 = function () {
|
|
941
|
-
return this.
|
|
941
|
+
return this.m2g_1;
|
|
942
942
|
};
|
|
943
943
|
Reference.prototype.l3 = function () {
|
|
944
|
-
return this.
|
|
944
|
+
return this.n2g_1;
|
|
945
945
|
};
|
|
946
946
|
Reference.prototype.toString = function () {
|
|
947
|
-
return 'Reference(current=' + this.
|
|
947
|
+
return 'Reference(current=' + this.m2g_1 + ', next=' + this.n2g_1 + ')';
|
|
948
948
|
};
|
|
949
949
|
Reference.prototype.hashCode = function () {
|
|
950
|
-
var result = hashCode(this.
|
|
951
|
-
result = imul(result, 31) + hashCode(this.
|
|
950
|
+
var result = hashCode(this.m2g_1);
|
|
951
|
+
result = imul(result, 31) + hashCode(this.n2g_1) | 0;
|
|
952
952
|
return result;
|
|
953
953
|
};
|
|
954
954
|
Reference.prototype.equals = function (other) {
|
|
@@ -957,9 +957,9 @@
|
|
|
957
957
|
if (!(other instanceof Reference))
|
|
958
958
|
return false;
|
|
959
959
|
var tmp0_other_with_cast = other instanceof Reference ? other : THROW_CCE();
|
|
960
|
-
if (!equals(this.
|
|
960
|
+
if (!equals(this.m2g_1, tmp0_other_with_cast.m2g_1))
|
|
961
961
|
return false;
|
|
962
|
-
if (!equals(this.
|
|
962
|
+
if (!equals(this.n2g_1, tmp0_other_with_cast.n2g_1))
|
|
963
963
|
return false;
|
|
964
964
|
return true;
|
|
965
965
|
};
|
|
@@ -978,17 +978,17 @@
|
|
|
978
978
|
ScopeCloseable.$metadata$ = interfaceMeta('ScopeCloseable');
|
|
979
979
|
function StandardScopeRegistry() {
|
|
980
980
|
ScopeRegistry.call(this);
|
|
981
|
-
this.
|
|
982
|
-
this.
|
|
981
|
+
this.s2g_1 = newConcurrentMap();
|
|
982
|
+
this.t2g_1 = new Object();
|
|
983
983
|
}
|
|
984
|
-
StandardScopeRegistry.prototype.
|
|
984
|
+
StandardScopeRegistry.prototype.r2g = function (key, sync, creator) {
|
|
985
985
|
var tmp$ret$2;
|
|
986
986
|
$l$block_1: {
|
|
987
987
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull' call
|
|
988
|
-
var tmp0_synchronizedIfNull = sync ? this.
|
|
988
|
+
var tmp0_synchronizedIfNull = sync ? this.t2g_1 : null;
|
|
989
989
|
var tmp$ret$0;
|
|
990
990
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
991
|
-
var tmp0_safe_receiver = this.
|
|
991
|
+
var tmp0_safe_receiver = this.s2g_1.n(key);
|
|
992
992
|
tmp$ret$0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
993
993
|
var tmp0_safe_receiver_0 = tmp$ret$0;
|
|
994
994
|
if (tmp0_safe_receiver_0 == null)
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
// Inline function 'org.kodein.di.internal.synchronizedIfNull.<anonymous>' call
|
|
1011
1011
|
var tmp$ret$4;
|
|
1012
1012
|
// Inline function 'org.kodein.di.bindings.StandardScopeRegistry.getOrCreate.<anonymous>' call
|
|
1013
|
-
var tmp0_safe_receiver_1 = this.
|
|
1013
|
+
var tmp0_safe_receiver_1 = this.s2g_1.n(key);
|
|
1014
1014
|
tmp$ret$4 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1();
|
|
1015
1015
|
var tmp0_safe_receiver_2 = tmp$ret$4;
|
|
1016
1016
|
if (tmp0_safe_receiver_2 == null)
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
var current = tmp0_container.k3();
|
|
1029
1029
|
var next = tmp0_container.l3();
|
|
1030
1030
|
// Inline function 'kotlin.collections.set' call
|
|
1031
|
-
var tmp0_set = this.
|
|
1031
|
+
var tmp0_set = this.s2g_1;
|
|
1032
1032
|
tmp0_set.o(key, next);
|
|
1033
1033
|
tmp$ret$7 = current;
|
|
1034
1034
|
tmp$ret$2 = tmp$ret$7;
|
|
@@ -1045,17 +1045,17 @@
|
|
|
1045
1045
|
};
|
|
1046
1046
|
StandardScopeRegistry.$metadata$ = classMeta('StandardScopeRegistry', undefined, undefined, undefined, undefined, ScopeRegistry.prototype);
|
|
1047
1047
|
function NoScope() {
|
|
1048
|
-
this.
|
|
1048
|
+
this.u2g_1 = new StandardScopeRegistry();
|
|
1049
1049
|
}
|
|
1050
|
-
NoScope.prototype.
|
|
1051
|
-
return this.
|
|
1050
|
+
NoScope.prototype.v2g = function (context) {
|
|
1051
|
+
return this.u2g_1;
|
|
1052
1052
|
};
|
|
1053
|
-
NoScope.prototype.
|
|
1054
|
-
return this.
|
|
1053
|
+
NoScope.prototype.o2g = function (context) {
|
|
1054
|
+
return this.v2g((context == null ? true : isObject(context)) ? context : THROW_CCE());
|
|
1055
1055
|
};
|
|
1056
1056
|
NoScope.$metadata$ = classMeta('NoScope', [Scope]);
|
|
1057
1057
|
function toKContext(_this__u8e3s4, di, ctx) {
|
|
1058
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1058
|
+
var tmp0_safe_receiver = _this__u8e3s4.q2g(di, ctx);
|
|
1059
1059
|
var tmp;
|
|
1060
1060
|
if (tmp0_safe_receiver == null) {
|
|
1061
1061
|
tmp = null;
|
|
@@ -1065,27 +1065,27 @@
|
|
|
1065
1065
|
// Inline function 'kotlin.contracts.contract' call
|
|
1066
1066
|
var tmp$ret$0;
|
|
1067
1067
|
// Inline function 'org.kodein.di.bindings.toKContext.<anonymous>' call
|
|
1068
|
-
tmp$ret$0 = Companion_getInstance_1().
|
|
1068
|
+
tmp$ret$0 = Companion_getInstance_1().f2f(_this__u8e3s4.p2g(), tmp0_safe_receiver);
|
|
1069
1069
|
tmp$ret$1 = tmp$ret$0;
|
|
1070
1070
|
tmp = tmp$ret$1;
|
|
1071
1071
|
}
|
|
1072
1072
|
return tmp;
|
|
1073
1073
|
}
|
|
1074
1074
|
function CompositeContextTranslator(src, dst) {
|
|
1075
|
-
this.
|
|
1076
|
-
this.
|
|
1075
|
+
this.w2g_1 = src;
|
|
1076
|
+
this.x2g_1 = dst;
|
|
1077
1077
|
}
|
|
1078
|
-
CompositeContextTranslator.prototype.
|
|
1079
|
-
return this.
|
|
1078
|
+
CompositeContextTranslator.prototype.y2g = function () {
|
|
1079
|
+
return this.x2g_1;
|
|
1080
1080
|
};
|
|
1081
|
-
CompositeContextTranslator.prototype.
|
|
1082
|
-
return this.
|
|
1081
|
+
CompositeContextTranslator.prototype.f2e = function () {
|
|
1082
|
+
return this.w2g_1.f2e();
|
|
1083
1083
|
};
|
|
1084
|
-
CompositeContextTranslator.prototype.
|
|
1085
|
-
return this.
|
|
1084
|
+
CompositeContextTranslator.prototype.p2g = function () {
|
|
1085
|
+
return this.x2g_1.p2g();
|
|
1086
1086
|
};
|
|
1087
|
-
CompositeContextTranslator.prototype.
|
|
1088
|
-
var tmp0_safe_receiver = this.
|
|
1087
|
+
CompositeContextTranslator.prototype.q2g = function (di, ctx) {
|
|
1088
|
+
var tmp0_safe_receiver = this.w2g_1.q2g(di, ctx);
|
|
1089
1089
|
var tmp;
|
|
1090
1090
|
if (tmp0_safe_receiver == null) {
|
|
1091
1091
|
tmp = null;
|
|
@@ -1095,14 +1095,14 @@
|
|
|
1095
1095
|
// Inline function 'kotlin.contracts.contract' call
|
|
1096
1096
|
var tmp$ret$0;
|
|
1097
1097
|
// Inline function 'org.kodein.di.bindings.CompositeContextTranslator.translate.<anonymous>' call
|
|
1098
|
-
tmp$ret$0 = this.
|
|
1098
|
+
tmp$ret$0 = this.x2g_1.q2g(di, tmp0_safe_receiver);
|
|
1099
1099
|
tmp$ret$1 = tmp$ret$0;
|
|
1100
1100
|
tmp = tmp$ret$1;
|
|
1101
1101
|
}
|
|
1102
1102
|
return tmp;
|
|
1103
1103
|
};
|
|
1104
1104
|
CompositeContextTranslator.prototype.toString = function () {
|
|
1105
|
-
return '(' + this.
|
|
1105
|
+
return '(' + this.w2g_1 + ' -> ' + this.x2g_1 + ')';
|
|
1106
1106
|
};
|
|
1107
1107
|
CompositeContextTranslator.$metadata$ = classMeta('CompositeContextTranslator', [ContextTranslator]);
|
|
1108
1108
|
function factoryName($this, params) {
|
|
@@ -1127,12 +1127,12 @@
|
|
|
1127
1127
|
}
|
|
1128
1128
|
function Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi) {
|
|
1129
1129
|
return function () {
|
|
1130
|
-
return this$0.
|
|
1130
|
+
return this$0.e2h_1(new NoArgBindingDIWrap($bindingDi));
|
|
1131
1131
|
};
|
|
1132
1132
|
}
|
|
1133
1133
|
function Singleton$getFactory$lambda$lambda(this$0, $bindingDi) {
|
|
1134
1134
|
return function () {
|
|
1135
|
-
return this$0.
|
|
1135
|
+
return this$0.f2h_1.l2g(Singleton$getFactory$lambda$lambda$lambda(this$0, $bindingDi));
|
|
1136
1136
|
};
|
|
1137
1137
|
}
|
|
1138
1138
|
function Singleton$getFactory$lambda($lateInitRegistry, this$0, $bindingDi) {
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
if (tmp0_elvis_lhs == null) {
|
|
1143
1143
|
var tmp$ret$0;
|
|
1144
1144
|
// Inline function 'kotlin.also' call
|
|
1145
|
-
var tmp0_also = this$0.
|
|
1145
|
+
var tmp0_also = this$0.z2g_1.o2g($bindingDi.n4());
|
|
1146
1146
|
// Inline function 'kotlin.contracts.contract' call
|
|
1147
1147
|
// Inline function 'org.kodein.di.bindings.Singleton.getFactory.<anonymous>.<anonymous>' call
|
|
1148
1148
|
$lateInitRegistry._v = tmp0_also;
|
|
@@ -1152,98 +1152,98 @@
|
|
|
1152
1152
|
tmp = tmp0_elvis_lhs;
|
|
1153
1153
|
}
|
|
1154
1154
|
var registry = tmp;
|
|
1155
|
-
var tmp_0 = registry.
|
|
1155
|
+
var tmp_0 = registry.r2g(this$0.g2h_1, this$0.d2h_1, Singleton$getFactory$lambda$lambda(this$0, $bindingDi));
|
|
1156
1156
|
return isObject(tmp_0) ? tmp_0 : THROW_CCE();
|
|
1157
1157
|
};
|
|
1158
1158
|
}
|
|
1159
1159
|
function Singleton$copier$lambda(this$0) {
|
|
1160
1160
|
return function (it) {
|
|
1161
|
-
return new Singleton(this$0.
|
|
1161
|
+
return new Singleton(this$0.z2g_1, this$0.a2h_1, this$0.b2h_1, this$0.c2h_1, this$0.f2h_1, this$0.d2h_1, this$0.e2h_1);
|
|
1162
1162
|
};
|
|
1163
1163
|
}
|
|
1164
1164
|
function Singleton(scope, contextType, explicitContext, createdType, refMaker, sync, creator) {
|
|
1165
|
-
this.
|
|
1166
|
-
this.
|
|
1167
|
-
this.
|
|
1168
|
-
this.
|
|
1169
|
-
this.
|
|
1170
|
-
this.
|
|
1165
|
+
this.z2g_1 = scope;
|
|
1166
|
+
this.a2h_1 = contextType;
|
|
1167
|
+
this.b2h_1 = explicitContext;
|
|
1168
|
+
this.c2h_1 = createdType;
|
|
1169
|
+
this.d2h_1 = sync;
|
|
1170
|
+
this.e2h_1 = creator;
|
|
1171
1171
|
var tmp = this;
|
|
1172
1172
|
var tmp0_elvis_lhs = refMaker;
|
|
1173
|
-
tmp.
|
|
1174
|
-
this.
|
|
1173
|
+
tmp.f2h_1 = tmp0_elvis_lhs == null ? SingletonReference_getInstance() : tmp0_elvis_lhs;
|
|
1174
|
+
this.g2h_1 = new ScopeKey(new Object(), Unit_getInstance());
|
|
1175
1175
|
var tmp_0 = this;
|
|
1176
1176
|
var tmp_1 = Companion_getInstance_2();
|
|
1177
|
-
tmp_0.
|
|
1177
|
+
tmp_0.h2h_1 = tmp_1.f2g(Singleton$copier$lambda(this));
|
|
1178
1178
|
}
|
|
1179
|
-
Singleton.prototype.
|
|
1180
|
-
return this.
|
|
1179
|
+
Singleton.prototype.e2e = function () {
|
|
1180
|
+
return this.z2g_1;
|
|
1181
1181
|
};
|
|
1182
|
-
Singleton.prototype.
|
|
1183
|
-
return this.
|
|
1182
|
+
Singleton.prototype.f2e = function () {
|
|
1183
|
+
return this.a2h_1;
|
|
1184
1184
|
};
|
|
1185
|
-
Singleton.prototype.
|
|
1186
|
-
return this.
|
|
1185
|
+
Singleton.prototype.i2g = function () {
|
|
1186
|
+
return this.c2h_1;
|
|
1187
1187
|
};
|
|
1188
|
-
Singleton.prototype.
|
|
1188
|
+
Singleton.prototype.g2g = function () {
|
|
1189
1189
|
var params = ArrayList_init_$Create$_0(2);
|
|
1190
|
-
if (!equals(this.
|
|
1191
|
-
params.a('ref = ' + erasedOf(this.
|
|
1190
|
+
if (!equals(this.f2h_1, SingletonReference_getInstance())) {
|
|
1191
|
+
params.a('ref = ' + erasedOf(this.f2h_1).w2c());
|
|
1192
1192
|
}
|
|
1193
1193
|
return factoryName(this, params);
|
|
1194
1194
|
};
|
|
1195
|
-
Singleton.prototype.
|
|
1195
|
+
Singleton.prototype.h2g = function () {
|
|
1196
1196
|
var params = ArrayList_init_$Create$_0(2);
|
|
1197
|
-
if (!equals(this.
|
|
1198
|
-
params.a('ref = ' + erasedOf(this.
|
|
1197
|
+
if (!equals(this.f2h_1, SingletonReference_getInstance())) {
|
|
1198
|
+
params.a('ref = ' + erasedOf(this.f2h_1).y2c());
|
|
1199
1199
|
}
|
|
1200
1200
|
return factoryName(this, params);
|
|
1201
1201
|
};
|
|
1202
|
-
Singleton.prototype.
|
|
1202
|
+
Singleton.prototype.i2h = function (key, di) {
|
|
1203
1203
|
var lateInitRegistry = {_v: null};
|
|
1204
|
-
var bindingDi = this.
|
|
1204
|
+
var bindingDi = this.b2h_1 ? di : di.a2g();
|
|
1205
1205
|
return Singleton$getFactory$lambda(lateInitRegistry, this, bindingDi);
|
|
1206
1206
|
};
|
|
1207
|
-
Singleton.prototype.
|
|
1208
|
-
return this.
|
|
1207
|
+
Singleton.prototype.k2g = function (key, di) {
|
|
1208
|
+
return this.i2h(key, di);
|
|
1209
1209
|
};
|
|
1210
1210
|
Singleton.$metadata$ = classMeta('Singleton', [NoArgDIBinding]);
|
|
1211
1211
|
function Provider$getFactory$lambda(this$0, $di) {
|
|
1212
1212
|
return function (_anonymous_parameter_0__qggqh8) {
|
|
1213
|
-
return this$0.
|
|
1213
|
+
return this$0.l2h_1(new NoArgBindingDIWrap($di));
|
|
1214
1214
|
};
|
|
1215
1215
|
}
|
|
1216
1216
|
function Provider(contextType, createdType, creator) {
|
|
1217
|
-
this.
|
|
1218
|
-
this.
|
|
1219
|
-
this.
|
|
1217
|
+
this.j2h_1 = contextType;
|
|
1218
|
+
this.k2h_1 = createdType;
|
|
1219
|
+
this.l2h_1 = creator;
|
|
1220
1220
|
}
|
|
1221
|
-
Provider.prototype.
|
|
1222
|
-
return this.
|
|
1221
|
+
Provider.prototype.f2e = function () {
|
|
1222
|
+
return this.j2h_1;
|
|
1223
1223
|
};
|
|
1224
|
-
Provider.prototype.
|
|
1225
|
-
return this.
|
|
1224
|
+
Provider.prototype.i2g = function () {
|
|
1225
|
+
return this.k2h_1;
|
|
1226
1226
|
};
|
|
1227
|
-
Provider.prototype.
|
|
1227
|
+
Provider.prototype.g2g = function () {
|
|
1228
1228
|
return 'provider';
|
|
1229
1229
|
};
|
|
1230
|
-
Provider.prototype.
|
|
1230
|
+
Provider.prototype.i2h = function (key, di) {
|
|
1231
1231
|
return Provider$getFactory$lambda(this, di);
|
|
1232
1232
|
};
|
|
1233
|
-
Provider.prototype.
|
|
1234
|
-
return this.
|
|
1233
|
+
Provider.prototype.k2g = function (key, di) {
|
|
1234
|
+
return this.i2h(key, di);
|
|
1235
1235
|
};
|
|
1236
1236
|
Provider.$metadata$ = classMeta('Provider', [NoArgDIBinding]);
|
|
1237
1237
|
function ScopeKey(scopeId, arg) {
|
|
1238
|
-
this.
|
|
1239
|
-
this.
|
|
1238
|
+
this.m2h_1 = scopeId;
|
|
1239
|
+
this.n2h_1 = arg;
|
|
1240
1240
|
}
|
|
1241
1241
|
ScopeKey.prototype.toString = function () {
|
|
1242
|
-
return 'ScopeKey(scopeId=' + toString_0(this.
|
|
1242
|
+
return 'ScopeKey(scopeId=' + toString_0(this.m2h_1) + ', arg=' + this.n2h_1 + ')';
|
|
1243
1243
|
};
|
|
1244
1244
|
ScopeKey.prototype.hashCode = function () {
|
|
1245
|
-
var result = hashCode(this.
|
|
1246
|
-
result = imul(result, 31) + (this.
|
|
1245
|
+
var result = hashCode(this.m2h_1);
|
|
1246
|
+
result = imul(result, 31) + (this.n2h_1 == null ? 0 : hashCode(this.n2h_1)) | 0;
|
|
1247
1247
|
return result;
|
|
1248
1248
|
};
|
|
1249
1249
|
ScopeKey.prototype.equals = function (other) {
|
|
@@ -1252,9 +1252,9 @@
|
|
|
1252
1252
|
if (!(other instanceof ScopeKey))
|
|
1253
1253
|
return false;
|
|
1254
1254
|
var tmp0_other_with_cast = other instanceof ScopeKey ? other : THROW_CCE();
|
|
1255
|
-
if (!equals(this.
|
|
1255
|
+
if (!equals(this.m2h_1, tmp0_other_with_cast.m2h_1))
|
|
1256
1256
|
return false;
|
|
1257
|
-
if (!equals(this.
|
|
1257
|
+
if (!equals(this.n2h_1, tmp0_other_with_cast.n2h_1))
|
|
1258
1258
|
return false;
|
|
1259
1259
|
return true;
|
|
1260
1260
|
};
|
|
@@ -1269,63 +1269,63 @@
|
|
|
1269
1269
|
}
|
|
1270
1270
|
function DIMainBuilderImpl(allowSilentOverride) {
|
|
1271
1271
|
DIBuilderImpl.call(this, null, '', HashSet_init_$Create$(), new DIContainerBuilderImpl(true, allowSilentOverride, HashMap_init_$Create$(), ArrayList_init_$Create$(), ArrayList_init_$Create$()));
|
|
1272
|
-
this.
|
|
1273
|
-
this.
|
|
1274
|
-
this.
|
|
1272
|
+
this.t2h_1 = ArrayList_init_$Create$();
|
|
1273
|
+
this.u2h_1 = Companion_getInstance_0().v2e_1;
|
|
1274
|
+
this.v2h_1 = Companion_getInstance_0().w2e_1;
|
|
1275
1275
|
}
|
|
1276
|
-
DIMainBuilderImpl.prototype.
|
|
1277
|
-
return this.
|
|
1276
|
+
DIMainBuilderImpl.prototype.p2f = function () {
|
|
1277
|
+
return this.t2h_1;
|
|
1278
1278
|
};
|
|
1279
|
-
DIMainBuilderImpl.prototype.
|
|
1280
|
-
return this.
|
|
1279
|
+
DIMainBuilderImpl.prototype.w2h = function () {
|
|
1280
|
+
return this.u2h_1;
|
|
1281
1281
|
};
|
|
1282
|
-
DIMainBuilderImpl.prototype.
|
|
1283
|
-
return this.
|
|
1282
|
+
DIMainBuilderImpl.prototype.x2h = function () {
|
|
1283
|
+
return this.v2h_1;
|
|
1284
1284
|
};
|
|
1285
1285
|
DIMainBuilderImpl.$metadata$ = classMeta('DIMainBuilderImpl', [MainBuilder], undefined, undefined, undefined, DIBuilderImpl.prototype);
|
|
1286
1286
|
function TypeBinder_0($outer, type, tag, overrides) {
|
|
1287
|
-
this.
|
|
1288
|
-
this.
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1287
|
+
this.h2i_1 = $outer;
|
|
1288
|
+
this.e2i_1 = type;
|
|
1289
|
+
this.f2i_1 = tag;
|
|
1290
|
+
this.g2i_1 = overrides;
|
|
1291
1291
|
}
|
|
1292
|
-
TypeBinder_0.prototype.
|
|
1293
|
-
return this.
|
|
1292
|
+
TypeBinder_0.prototype.d2i = function () {
|
|
1293
|
+
return this.h2i_1.d2i();
|
|
1294
1294
|
};
|
|
1295
|
-
TypeBinder_0.prototype.
|
|
1296
|
-
return this.
|
|
1295
|
+
TypeBinder_0.prototype.h2e = function (binding) {
|
|
1296
|
+
return this.d2i().m2i(new Key(binding.f2e(), binding.n2e(), this.e2i_1, this.f2i_1), binding, this.h2i_1.y2h_1, this.g2i_1);
|
|
1297
1297
|
};
|
|
1298
1298
|
TypeBinder_0.$metadata$ = classMeta('TypeBinder', [TypeBinder]);
|
|
1299
1299
|
function DIBuilderImpl(moduleName, prefix, importedModules, containerBuilder) {
|
|
1300
|
-
this.
|
|
1301
|
-
this.
|
|
1302
|
-
this.
|
|
1303
|
-
this.
|
|
1304
|
-
this.
|
|
1300
|
+
this.y2h_1 = moduleName;
|
|
1301
|
+
this.z2h_1 = prefix;
|
|
1302
|
+
this.a2i_1 = importedModules;
|
|
1303
|
+
this.b2i_1 = containerBuilder;
|
|
1304
|
+
this.c2i_1 = Companion_getInstance().i2d_1;
|
|
1305
1305
|
}
|
|
1306
|
-
DIBuilderImpl.prototype.
|
|
1307
|
-
return this.
|
|
1306
|
+
DIBuilderImpl.prototype.d2i = function () {
|
|
1307
|
+
return this.b2i_1;
|
|
1308
1308
|
};
|
|
1309
|
-
DIBuilderImpl.prototype.
|
|
1310
|
-
return this.
|
|
1309
|
+
DIBuilderImpl.prototype.f2e = function () {
|
|
1310
|
+
return this.c2i_1;
|
|
1311
1311
|
};
|
|
1312
|
-
DIBuilderImpl.prototype.
|
|
1312
|
+
DIBuilderImpl.prototype.e2e = function () {
|
|
1313
1313
|
return new NoScope();
|
|
1314
1314
|
};
|
|
1315
|
-
DIBuilderImpl.prototype.
|
|
1315
|
+
DIBuilderImpl.prototype.g2e = function () {
|
|
1316
1316
|
return false;
|
|
1317
1317
|
};
|
|
1318
|
-
DIBuilderImpl.prototype.
|
|
1318
|
+
DIBuilderImpl.prototype.s2e = function (type, tag, overrides) {
|
|
1319
1319
|
return new TypeBinder_0(this, type, tag, overrides);
|
|
1320
1320
|
};
|
|
1321
|
-
DIBuilderImpl.prototype.
|
|
1322
|
-
var moduleName = this.
|
|
1321
|
+
DIBuilderImpl.prototype.t2e = function (module_0, allowOverride) {
|
|
1322
|
+
var moduleName = this.z2h_1 + module_0.f5();
|
|
1323
1323
|
var tmp;
|
|
1324
1324
|
var tmp$ret$0;
|
|
1325
1325
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
1326
1326
|
tmp$ret$0 = charSequenceLength(moduleName) > 0;
|
|
1327
1327
|
if (tmp$ret$0) {
|
|
1328
|
-
tmp = this.
|
|
1328
|
+
tmp = this.a2i_1.r1(moduleName);
|
|
1329
1329
|
} else {
|
|
1330
1330
|
tmp = false;
|
|
1331
1331
|
}
|
|
@@ -1334,12 +1334,12 @@
|
|
|
1334
1334
|
}
|
|
1335
1335
|
var tmp0_this = this;
|
|
1336
1336
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1337
|
-
var tmp0_plusAssign = tmp0_this.
|
|
1337
|
+
var tmp0_plusAssign = tmp0_this.a2i_1;
|
|
1338
1338
|
tmp0_plusAssign.a(moduleName);
|
|
1339
1339
|
var tmp$ret$1;
|
|
1340
1340
|
// Inline function 'kotlin.apply' call
|
|
1341
|
-
var tmp1_apply = new DIBuilderImpl(moduleName, this.
|
|
1342
|
-
var tmp2_apply = module_0.
|
|
1341
|
+
var tmp1_apply = new DIBuilderImpl(moduleName, this.z2h_1 + module_0.j2e_1, this.a2i_1, this.d2i().n2i(allowOverride, module_0.i2e_1));
|
|
1342
|
+
var tmp2_apply = module_0.k2e_1;
|
|
1343
1343
|
// Inline function 'kotlin.contracts.contract' call
|
|
1344
1344
|
tmp2_apply(tmp1_apply);
|
|
1345
1345
|
tmp$ret$1 = tmp1_apply;
|
|
@@ -1349,10 +1349,10 @@
|
|
|
1349
1349
|
OverrideMode.call(this, 'ALLOW_SILENT', 0);
|
|
1350
1350
|
OverrideMode_ALLOW_SILENT_instance = this;
|
|
1351
1351
|
}
|
|
1352
|
-
DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.
|
|
1352
|
+
DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.q2i = function () {
|
|
1353
1353
|
return true;
|
|
1354
1354
|
};
|
|
1355
|
-
DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.
|
|
1355
|
+
DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.prototype.r2i = function (overrides) {
|
|
1356
1356
|
return overrides;
|
|
1357
1357
|
};
|
|
1358
1358
|
DIContainerBuilderImpl$OverrideMode$ALLOW_SILENT.$metadata$ = classMeta('ALLOW_SILENT', undefined, undefined, undefined, undefined, OverrideMode.prototype);
|
|
@@ -1361,10 +1361,10 @@
|
|
|
1361
1361
|
OverrideMode.call(this, 'ALLOW_EXPLICIT', 1);
|
|
1362
1362
|
OverrideMode_ALLOW_EXPLICIT_instance = this;
|
|
1363
1363
|
}
|
|
1364
|
-
DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.
|
|
1364
|
+
DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.q2i = function () {
|
|
1365
1365
|
return true;
|
|
1366
1366
|
};
|
|
1367
|
-
DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.
|
|
1367
|
+
DIContainerBuilderImpl$OverrideMode$ALLOW_EXPLICIT.prototype.r2i = function (overrides) {
|
|
1368
1368
|
var tmp0_elvis_lhs = overrides;
|
|
1369
1369
|
return tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs;
|
|
1370
1370
|
};
|
|
@@ -1374,10 +1374,10 @@
|
|
|
1374
1374
|
OverrideMode.call(this, 'FORBID', 2);
|
|
1375
1375
|
OverrideMode_FORBID_instance = this;
|
|
1376
1376
|
}
|
|
1377
|
-
DIContainerBuilderImpl$OverrideMode$FORBID.prototype.
|
|
1377
|
+
DIContainerBuilderImpl$OverrideMode$FORBID.prototype.q2i = function () {
|
|
1378
1378
|
return false;
|
|
1379
1379
|
};
|
|
1380
|
-
DIContainerBuilderImpl$OverrideMode$FORBID.prototype.
|
|
1380
|
+
DIContainerBuilderImpl$OverrideMode$FORBID.prototype.r2i = function (overrides) {
|
|
1381
1381
|
var tmp;
|
|
1382
1382
|
if (!(overrides == null) ? overrides : false) {
|
|
1383
1383
|
throw new OverridingException('Overriding has been forbidden');
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
function Companion_2() {
|
|
1392
1392
|
Companion_instance_2 = this;
|
|
1393
1393
|
}
|
|
1394
|
-
Companion_2.prototype.
|
|
1394
|
+
Companion_2.prototype.w2i = function (allow, silent) {
|
|
1395
1395
|
if (!allow)
|
|
1396
1396
|
return OverrideMode_FORBID_getInstance();
|
|
1397
1397
|
if (silent)
|
|
@@ -1421,13 +1421,13 @@
|
|
|
1421
1421
|
}
|
|
1422
1422
|
OverrideMode.$metadata$ = classMeta('OverrideMode', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
1423
1423
|
function checkOverrides($this, key, overrides) {
|
|
1424
|
-
var mustOverride = $this.
|
|
1424
|
+
var mustOverride = $this.l2i_1.r2i(overrides);
|
|
1425
1425
|
if (!(mustOverride == null)) {
|
|
1426
1426
|
var tmp;
|
|
1427
1427
|
if (mustOverride) {
|
|
1428
1428
|
var tmp$ret$1;
|
|
1429
1429
|
// Inline function 'kotlin.collections.contains' call
|
|
1430
|
-
var tmp0_contains = $this.
|
|
1430
|
+
var tmp0_contains = $this.i2i_1;
|
|
1431
1431
|
var tmp$ret$0;
|
|
1432
1432
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1433
1433
|
tmp$ret$0 = (isInterface(tmp0_contains, Map) ? tmp0_contains : THROW_CCE()).j2(key);
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
if (!mustOverride) {
|
|
1443
1443
|
var tmp$ret$3;
|
|
1444
1444
|
// Inline function 'kotlin.collections.contains' call
|
|
1445
|
-
var tmp1_contains = $this.
|
|
1445
|
+
var tmp1_contains = $this.i2i_1;
|
|
1446
1446
|
var tmp$ret$2;
|
|
1447
1447
|
// Inline function 'kotlin.collections.containsKey' call
|
|
1448
1448
|
tmp$ret$2 = (isInterface(tmp1_contains, Map) ? tmp1_contains : THROW_CCE()).j2(key);
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
1458
|
function checkMatch($this, allowOverride) {
|
|
1459
|
-
if (!$this.
|
|
1459
|
+
if (!$this.l2i_1.q2i() ? allowOverride : false)
|
|
1460
1460
|
throw new OverridingException('Overriding has been forbidden');
|
|
1461
1461
|
}
|
|
1462
1462
|
function OverrideMode_ALLOW_SILENT_getInstance() {
|
|
@@ -1472,16 +1472,16 @@
|
|
|
1472
1472
|
return OverrideMode_FORBID_instance;
|
|
1473
1473
|
}
|
|
1474
1474
|
function DIContainerBuilderImpl(allowOverride, silentOverride, bindingsMap, callbacks, translators) {
|
|
1475
|
-
this.
|
|
1476
|
-
this.
|
|
1477
|
-
this.
|
|
1478
|
-
this.
|
|
1475
|
+
this.i2i_1 = bindingsMap;
|
|
1476
|
+
this.j2i_1 = callbacks;
|
|
1477
|
+
this.k2i_1 = translators;
|
|
1478
|
+
this.l2i_1 = Companion_getInstance_3().w2i(allowOverride, silentOverride);
|
|
1479
1479
|
}
|
|
1480
|
-
DIContainerBuilderImpl.prototype.
|
|
1480
|
+
DIContainerBuilderImpl.prototype.m2i = function (key, binding, fromModule, overrides) {
|
|
1481
1481
|
checkOverrides(this, key, overrides);
|
|
1482
1482
|
var tmp$ret$1;
|
|
1483
1483
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
1484
|
-
var tmp0_getOrPut = this.
|
|
1484
|
+
var tmp0_getOrPut = this.i2i_1;
|
|
1485
1485
|
var value = tmp0_getOrPut.n(key);
|
|
1486
1486
|
var tmp;
|
|
1487
1487
|
if (value == null) {
|
|
@@ -1498,13 +1498,13 @@
|
|
|
1498
1498
|
var bindings = tmp$ret$1;
|
|
1499
1499
|
bindings.zc(0, new DIDefining(isInterface(binding, DIBinding) ? binding : THROW_CCE(), fromModule));
|
|
1500
1500
|
};
|
|
1501
|
-
DIContainerBuilderImpl.prototype.
|
|
1501
|
+
DIContainerBuilderImpl.prototype.n2i = function (allowOverride, silentOverride) {
|
|
1502
1502
|
checkMatch(this, allowOverride);
|
|
1503
|
-
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.
|
|
1503
|
+
return new DIContainerBuilderImpl(allowOverride, silentOverride, this.i2i_1, this.j2i_1, this.k2i_1);
|
|
1504
1504
|
};
|
|
1505
1505
|
DIContainerBuilderImpl.$metadata$ = classMeta('DIContainerBuilderImpl', [Builder_0]);
|
|
1506
1506
|
function displayString($this, key, overrideLevel) {
|
|
1507
|
-
var descProp = $this.
|
|
1507
|
+
var descProp = $this.c2j_1 ? bindFullDescription$factory_0(key) : bindDescription$factory_0(key);
|
|
1508
1508
|
return !(overrideLevel === 0) ? 'overridden ' + descProp.get() : descProp.get();
|
|
1509
1509
|
}
|
|
1510
1510
|
function recursiveLoop($this, node, firstKey, firstOverrideLevel, tail) {
|
|
@@ -1516,14 +1516,14 @@
|
|
|
1516
1516
|
$l$1: do {
|
|
1517
1517
|
$l$0: do {
|
|
1518
1518
|
var tmp;
|
|
1519
|
-
if (node_0.
|
|
1520
|
-
tmp = plus(listOf(displayString($this_0, node_0.
|
|
1519
|
+
if (node_0.b2j_1 == null ? true : firstKey_0.equals(node_0.z2i_1) ? firstOverrideLevel_0 === node_0.a2j_1 : false) {
|
|
1520
|
+
tmp = plus(listOf(displayString($this_0, node_0.z2i_1, node_0.a2j_1)), tail_0);
|
|
1521
1521
|
} else {
|
|
1522
1522
|
var tmp0 = $this_0;
|
|
1523
|
-
var tmp1 = node_0.
|
|
1523
|
+
var tmp1 = node_0.b2j_1;
|
|
1524
1524
|
var tmp2 = firstKey_0;
|
|
1525
1525
|
var tmp3 = firstOverrideLevel_0;
|
|
1526
|
-
var tmp4 = plus(listOf(displayString($this_0, node_0.
|
|
1526
|
+
var tmp4 = plus(listOf(displayString($this_0, node_0.z2i_1, node_0.a2j_1)), tail_0);
|
|
1527
1527
|
$this_0 = tmp0;
|
|
1528
1528
|
node_0 = tmp1;
|
|
1529
1529
|
firstKey_0 = tmp2;
|
|
@@ -1545,13 +1545,13 @@
|
|
|
1545
1545
|
$l$1: do {
|
|
1546
1546
|
$l$0: do {
|
|
1547
1547
|
var tmp;
|
|
1548
|
-
if (node_0.
|
|
1548
|
+
if (node_0.z2i_1.equals(searchedKey_0) ? node_0.a2j_1 === searchedOverrideLevel_0 : false) {
|
|
1549
1549
|
tmp = false;
|
|
1550
|
-
} else if (node_0.
|
|
1550
|
+
} else if (node_0.b2j_1 == null) {
|
|
1551
1551
|
tmp = true;
|
|
1552
1552
|
} else {
|
|
1553
1553
|
var tmp0 = $this_0;
|
|
1554
|
-
var tmp1 = node_0.
|
|
1554
|
+
var tmp1 = node_0.b2j_1;
|
|
1555
1555
|
var tmp2 = searchedKey_0;
|
|
1556
1556
|
var tmp3 = searchedOverrideLevel_0;
|
|
1557
1557
|
$this_0 = tmp0;
|
|
@@ -1567,14 +1567,14 @@
|
|
|
1567
1567
|
while (true);
|
|
1568
1568
|
}
|
|
1569
1569
|
function DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, $this) {
|
|
1570
|
-
DIContainerImpl.call($this, new DITreeImpl(builder.
|
|
1570
|
+
DIContainerImpl.call($this, new DITreeImpl(builder.i2i_1, externalSources, builder.k2i_1), null, fullDescriptionOnError, fullContainerTreeOnError);
|
|
1571
1571
|
var init = DIContainerImpl$_init_$lambda_r6ib3j($this, builder);
|
|
1572
1572
|
if (runCallbacks)
|
|
1573
1573
|
init();
|
|
1574
1574
|
else {
|
|
1575
1575
|
var lock = new Object();
|
|
1576
1576
|
var tmp = $this;
|
|
1577
|
-
tmp.
|
|
1577
|
+
tmp.h2j_1 = DIContainerImpl$_init_$lambda_r6ib3j_0($this, init);
|
|
1578
1578
|
}
|
|
1579
1579
|
return $this;
|
|
1580
1580
|
}
|
|
@@ -1582,14 +1582,14 @@
|
|
|
1582
1582
|
return DIContainerImpl_init_$Init$(builder, externalSources, fullDescriptionOnError, fullContainerTreeOnError, runCallbacks, Object.create(DIContainerImpl.prototype));
|
|
1583
1583
|
}
|
|
1584
1584
|
function Node(key, overrideLevel, parent, fullDescriptionOnError) {
|
|
1585
|
-
this.
|
|
1586
|
-
this.
|
|
1587
|
-
this.
|
|
1588
|
-
this.
|
|
1585
|
+
this.z2i_1 = key;
|
|
1586
|
+
this.a2j_1 = overrideLevel;
|
|
1587
|
+
this.b2j_1 = parent;
|
|
1588
|
+
this.c2j_1 = fullDescriptionOnError;
|
|
1589
1589
|
}
|
|
1590
|
-
Node.prototype.
|
|
1590
|
+
Node.prototype.i2j = function (searchedKey, searchedOverrideLevel) {
|
|
1591
1591
|
if (!recursiveCheck(this, this, searchedKey, searchedOverrideLevel)) {
|
|
1592
|
-
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.
|
|
1592
|
+
var list = plus_0(recursiveLoop(this, this, searchedKey, searchedOverrideLevel, emptyList()), displayString(this, searchedKey, this.a2j_1));
|
|
1593
1593
|
var sb = StringBuilder_init_$Create$();
|
|
1594
1594
|
// Inline function 'kotlin.collections.forEachIndexed' call
|
|
1595
1595
|
var index = 0;
|
|
@@ -1631,13 +1631,13 @@
|
|
|
1631
1631
|
};
|
|
1632
1632
|
Node.$metadata$ = classMeta('Node');
|
|
1633
1633
|
function bindingDI($this, key, context, tree, overrideLevel) {
|
|
1634
|
-
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.
|
|
1634
|
+
var container = new DIContainerImpl(tree, new Node(key, overrideLevel, $this.e2j_1, $this.f2j_1), $this.f2j_1, $this.g2j_1);
|
|
1635
1635
|
return new BindingDIImpl(new DirectDIImpl(container, context), key, overrideLevel);
|
|
1636
1636
|
}
|
|
1637
1637
|
function DIContainerImpl$_init_$lambda_r6ib3j(this$0, $builder) {
|
|
1638
1638
|
return function () {
|
|
1639
1639
|
var direct = new DirectDIImpl(this$0, get_AnyDIContext());
|
|
1640
|
-
var tmp0_forEach = $builder.
|
|
1640
|
+
var tmp0_forEach = $builder.j2i_1;
|
|
1641
1641
|
var tmp0_iterator = tmp0_forEach.f();
|
|
1642
1642
|
while (tmp0_iterator.g()) {
|
|
1643
1643
|
var element = tmp0_iterator.h();
|
|
@@ -1674,7 +1674,7 @@
|
|
|
1674
1674
|
tmp = tmp0_elvis_lhs;
|
|
1675
1675
|
}
|
|
1676
1676
|
var value = tmp;
|
|
1677
|
-
this$0.
|
|
1677
|
+
this$0.h2j_1 = null;
|
|
1678
1678
|
tmp$ret$1 = $init();
|
|
1679
1679
|
break $l$block_1;
|
|
1680
1680
|
}
|
|
@@ -1694,28 +1694,28 @@
|
|
|
1694
1694
|
return description$default($this$null, it, 0, 2, null);
|
|
1695
1695
|
}
|
|
1696
1696
|
function DIContainerImpl(tree, node, fullDescriptionOnError, fullContainerTreeOnError) {
|
|
1697
|
-
this.
|
|
1698
|
-
this.
|
|
1699
|
-
this.
|
|
1700
|
-
this.
|
|
1701
|
-
this.
|
|
1697
|
+
this.d2j_1 = tree;
|
|
1698
|
+
this.e2j_1 = node;
|
|
1699
|
+
this.f2j_1 = fullDescriptionOnError;
|
|
1700
|
+
this.g2j_1 = fullContainerTreeOnError;
|
|
1701
|
+
this.h2j_1 = null;
|
|
1702
1702
|
}
|
|
1703
|
-
DIContainerImpl.prototype.
|
|
1704
|
-
return this.
|
|
1703
|
+
DIContainerImpl.prototype.j2j = function () {
|
|
1704
|
+
return this.d2j_1;
|
|
1705
1705
|
};
|
|
1706
|
-
DIContainerImpl.prototype.
|
|
1707
|
-
var result = this.
|
|
1706
|
+
DIContainerImpl.prototype.l2f = function (key, context, overrideLevel) {
|
|
1707
|
+
var result = this.d2j_1.r2f(key, overrideLevel, false, 4, null);
|
|
1708
1708
|
if (result.i() === 1) {
|
|
1709
1709
|
var tmp0_container = result.j(0);
|
|
1710
1710
|
var definition = tmp0_container.l3();
|
|
1711
1711
|
var translator = tmp0_container.f9();
|
|
1712
|
-
var tmp1_safe_receiver = this.
|
|
1712
|
+
var tmp1_safe_receiver = this.e2j_1;
|
|
1713
1713
|
if (tmp1_safe_receiver == null)
|
|
1714
1714
|
null;
|
|
1715
1715
|
else {
|
|
1716
|
-
tmp1_safe_receiver.
|
|
1716
|
+
tmp1_safe_receiver.i2j(key, overrideLevel);
|
|
1717
1717
|
}
|
|
1718
|
-
var tmp = Companion_getInstance_1().
|
|
1718
|
+
var tmp = Companion_getInstance_1().f2f(key.v2d_1, context);
|
|
1719
1719
|
var originalContext = isInterface(tmp, DIContext) ? tmp : THROW_CCE();
|
|
1720
1720
|
var tmp2_safe_receiver = translator;
|
|
1721
1721
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toKContext(tmp2_safe_receiver, new DirectDIImpl(this, originalContext), context);
|
|
@@ -1724,36 +1724,36 @@
|
|
|
1724
1724
|
key;
|
|
1725
1725
|
else
|
|
1726
1726
|
THROW_CCE();
|
|
1727
|
-
var bindingDI_0 = bindingDI(this, key, kContext, definition.
|
|
1728
|
-
return definition.
|
|
1727
|
+
var bindingDI_0 = bindingDI(this, key, kContext, definition.q2d_1, overrideLevel);
|
|
1728
|
+
return definition.r2d_1.k2g(key, bindingDI_0);
|
|
1729
1729
|
}
|
|
1730
|
-
var bindingDI_1 = bindingDI(this, key, Companion_getInstance_1().
|
|
1730
|
+
var bindingDI_1 = bindingDI(this, key, Companion_getInstance_1().f2f(key.v2d_1, context), this.d2j_1, overrideLevel);
|
|
1731
1731
|
// Inline function 'kotlin.collections.forEach' call
|
|
1732
|
-
var tmp0_forEach = this.
|
|
1732
|
+
var tmp0_forEach = this.d2j_1.p2f();
|
|
1733
1733
|
var tmp0_iterator = tmp0_forEach.f();
|
|
1734
1734
|
while (tmp0_iterator.g()) {
|
|
1735
1735
|
var element = tmp0_iterator.h();
|
|
1736
1736
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1737
|
-
var tmp0_safe_receiver = element.
|
|
1737
|
+
var tmp0_safe_receiver = element.k2j(bindingDI_1, key);
|
|
1738
1738
|
if (tmp0_safe_receiver == null)
|
|
1739
1739
|
null;
|
|
1740
1740
|
else {
|
|
1741
1741
|
var tmp$ret$0;
|
|
1742
1742
|
// Inline function 'kotlin.let' call
|
|
1743
1743
|
// Inline function 'kotlin.contracts.contract' call
|
|
1744
|
-
var tmp0_safe_receiver_0 = this.
|
|
1744
|
+
var tmp0_safe_receiver_0 = this.e2j_1;
|
|
1745
1745
|
if (tmp0_safe_receiver_0 == null)
|
|
1746
1746
|
null;
|
|
1747
1747
|
else {
|
|
1748
|
-
tmp0_safe_receiver_0.
|
|
1748
|
+
tmp0_safe_receiver_0.i2j(key, overrideLevel);
|
|
1749
1749
|
}
|
|
1750
1750
|
return (!(tmp0_safe_receiver == null) ? typeof tmp0_safe_receiver === 'function' : false) ? tmp0_safe_receiver : THROW_CCE();
|
|
1751
1751
|
}
|
|
1752
1752
|
}
|
|
1753
1753
|
var withOverrides = !(overrideLevel === 0);
|
|
1754
|
-
var descProp = this.
|
|
1754
|
+
var descProp = this.f2j_1 ? fullDescription$factory_0(key) : description$factory_0(key);
|
|
1755
1755
|
var tmp_0;
|
|
1756
|
-
if (this.
|
|
1756
|
+
if (this.f2j_1) {
|
|
1757
1757
|
tmp_0 = DIContainerImpl$factory$lambda;
|
|
1758
1758
|
} else {
|
|
1759
1759
|
tmp_0 = DIContainerImpl$factory$lambda_0;
|
|
@@ -1769,11 +1769,11 @@
|
|
|
1769
1769
|
// Inline function 'kotlin.contracts.contract' call
|
|
1770
1770
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1771
1771
|
tmp0_apply.c8('No binding found for ' + descProp.get());
|
|
1772
|
-
if (this.
|
|
1772
|
+
if (this.g2j_1) {
|
|
1773
1773
|
var tmp$ret$1;
|
|
1774
1774
|
// Inline function 'kotlin.text.appendLine' call
|
|
1775
1775
|
tmp$ret$1 = tmp0_apply.g7(_Char___init__impl__6a9atx(10));
|
|
1776
|
-
var forType = this.
|
|
1776
|
+
var forType = this.d2j_1.s2f(SearchSpecs_init_$Create$(null, null, key.x2d_1, null, 11, null));
|
|
1777
1777
|
var tmp$ret$2;
|
|
1778
1778
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1779
1779
|
tmp$ret$2 = !forType.k();
|
|
@@ -1798,7 +1798,7 @@
|
|
|
1798
1798
|
tmp$ret$5 = tmp$ret$4;
|
|
1799
1799
|
tmp0_apply.c8('Available bindings for this type:\n' + descFun(tmp$ret$5, withOverrides));
|
|
1800
1800
|
}
|
|
1801
|
-
tmp0_apply.c8('Registered in this DI container:\n' + descFun(this.
|
|
1801
|
+
tmp0_apply.c8('Registered in this DI container:\n' + descFun(this.d2j_1.o2f(), withOverrides));
|
|
1802
1802
|
}
|
|
1803
1803
|
tmp$ret$6 = tmp0_apply;
|
|
1804
1804
|
tmp$ret$7 = tmp$ret$6.toString();
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1818
1818
|
var tmp$ret$8;
|
|
1819
1819
|
// Inline function 'org.kodein.di.internal.DIContainerImpl.factory.<anonymous>' call
|
|
1820
|
-
tmp$ret$8 = to(element_1.b9_1, ensureNotNull(this.
|
|
1820
|
+
tmp$ret$8 = to(element_1.b9_1, ensureNotNull(this.d2j_1.t2f(element_1.b9_1)).c9_1);
|
|
1821
1821
|
var tmp0_plusAssign_0 = tmp$ret$8;
|
|
1822
1822
|
tmp1_associateTo_0.o(tmp0_plusAssign_0.p_1, tmp0_plusAssign_0.q_1);
|
|
1823
1823
|
}
|
|
@@ -1826,7 +1826,7 @@
|
|
|
1826
1826
|
var potentials = tmp$ret$10;
|
|
1827
1827
|
var tmp$ret$15;
|
|
1828
1828
|
// Inline function 'kotlin.collections.filter' call
|
|
1829
|
-
var tmp1_filter = this.
|
|
1829
|
+
var tmp1_filter = this.d2j_1.o2f();
|
|
1830
1830
|
var tmp$ret$14;
|
|
1831
1831
|
// Inline function 'kotlin.collections.filterTo' call
|
|
1832
1832
|
var tmp0_filterTo = LinkedHashMap_init_$Create$();
|
|
@@ -1855,29 +1855,29 @@
|
|
|
1855
1855
|
DIContainerImpl.$metadata$ = classMeta('DIContainerImpl', [DIContainer]);
|
|
1856
1856
|
function bindFullDescription$factory_0($b0) {
|
|
1857
1857
|
return getPropertyCallableRef('bindFullDescription', 0, KProperty0, function () {
|
|
1858
|
-
return $b0.
|
|
1858
|
+
return $b0.c2e();
|
|
1859
1859
|
}, null);
|
|
1860
1860
|
}
|
|
1861
1861
|
function bindDescription$factory_0($b0) {
|
|
1862
1862
|
return getPropertyCallableRef('bindDescription', 0, KProperty0, function () {
|
|
1863
|
-
return $b0.
|
|
1863
|
+
return $b0.a2e();
|
|
1864
1864
|
}, null);
|
|
1865
1865
|
}
|
|
1866
1866
|
function fullDescription$factory_0($b0) {
|
|
1867
1867
|
return getPropertyCallableRef('fullDescription', 0, KProperty0, function () {
|
|
1868
|
-
return $b0.
|
|
1868
|
+
return $b0.d2e();
|
|
1869
1869
|
}, null);
|
|
1870
1870
|
}
|
|
1871
1871
|
function description$factory_0($b0) {
|
|
1872
1872
|
return getPropertyCallableRef('description', 0, KProperty0, function () {
|
|
1873
|
-
return $b0.
|
|
1873
|
+
return $b0.b2e();
|
|
1874
1874
|
}, null);
|
|
1875
1875
|
}
|
|
1876
1876
|
function initCallbacks$factory($b0) {
|
|
1877
1877
|
return getPropertyCallableRef('initCallbacks', 0, KMutableProperty0, function () {
|
|
1878
|
-
return $b0.
|
|
1878
|
+
return $b0.h2j_1;
|
|
1879
1879
|
}, function (value) {
|
|
1880
|
-
$b0.
|
|
1880
|
+
$b0.h2j_1 = value;
|
|
1881
1881
|
return Unit_getInstance();
|
|
1882
1882
|
});
|
|
1883
1883
|
}
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
return tmp$ret$0;
|
|
1892
1892
|
}
|
|
1893
1893
|
function DIImpl_init_$Init$(builder, runCallbacks, $this) {
|
|
1894
|
-
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.
|
|
1894
|
+
DIImpl.call($this, DIContainerImpl_init_$Create$(builder.d2i(), builder.p2f(), builder.w2h(), builder.x2h(), runCallbacks));
|
|
1895
1895
|
return $this;
|
|
1896
1896
|
}
|
|
1897
1897
|
function DIImpl_init_$Init$_0(allowSilentOverride, init, $this) {
|
|
@@ -1914,83 +1914,83 @@
|
|
|
1914
1914
|
function DIImpl$container$delegate$lambda(this$0) {
|
|
1915
1915
|
return function () {
|
|
1916
1916
|
var tmp;
|
|
1917
|
-
if (!(this$0.
|
|
1917
|
+
if (!(this$0.l2j_1.h2j_1 == null)) {
|
|
1918
1918
|
throw IllegalStateException_init_$Create$('DI has not been initialized');
|
|
1919
1919
|
}
|
|
1920
|
-
return this$0.
|
|
1920
|
+
return this$0.l2j_1;
|
|
1921
1921
|
};
|
|
1922
1922
|
}
|
|
1923
1923
|
function DIImpl(_container) {
|
|
1924
1924
|
Companion_getInstance_4();
|
|
1925
|
-
this.
|
|
1925
|
+
this.l2j_1 = _container;
|
|
1926
1926
|
var tmp = this;
|
|
1927
|
-
tmp.
|
|
1927
|
+
tmp.m2j_1 = lazy(DIImpl$container$delegate$lambda(this));
|
|
1928
1928
|
}
|
|
1929
|
-
DIImpl.prototype.
|
|
1929
|
+
DIImpl.prototype.a2f = function () {
|
|
1930
1930
|
var tmp$ret$0;
|
|
1931
1931
|
// Inline function 'kotlin.getValue' call
|
|
1932
1932
|
var tmp0_getValue = container$factory();
|
|
1933
|
-
tmp$ret$0 = this.
|
|
1933
|
+
tmp$ret$0 = this.m2j_1.c2();
|
|
1934
1934
|
return tmp$ret$0;
|
|
1935
1935
|
};
|
|
1936
1936
|
DIImpl.$metadata$ = classMeta('DIImpl', [DI]);
|
|
1937
1937
|
function BindingDIImpl(directDI, key, overrideLevel) {
|
|
1938
|
-
this.
|
|
1939
|
-
this.
|
|
1940
|
-
this.
|
|
1938
|
+
this.n2j_1 = directDI;
|
|
1939
|
+
this.o2j_1 = key;
|
|
1940
|
+
this.p2j_1 = overrideLevel;
|
|
1941
1941
|
}
|
|
1942
|
-
BindingDIImpl.prototype.
|
|
1943
|
-
return this.
|
|
1942
|
+
BindingDIImpl.prototype.u2f = function () {
|
|
1943
|
+
return this.n2j_1;
|
|
1944
1944
|
};
|
|
1945
|
-
BindingDIImpl.prototype.
|
|
1946
|
-
return this.
|
|
1945
|
+
BindingDIImpl.prototype.z2e = function () {
|
|
1946
|
+
return this.n2j_1.z2e();
|
|
1947
1947
|
};
|
|
1948
|
-
BindingDIImpl.prototype.
|
|
1949
|
-
return this.
|
|
1948
|
+
BindingDIImpl.prototype.v2f = function () {
|
|
1949
|
+
return this.n2j_1.v2f();
|
|
1950
1950
|
};
|
|
1951
|
-
BindingDIImpl.prototype.
|
|
1952
|
-
return this.
|
|
1951
|
+
BindingDIImpl.prototype.c2g = function (type, tag) {
|
|
1952
|
+
return this.n2j_1.c2g(type, tag);
|
|
1953
1953
|
};
|
|
1954
|
-
BindingDIImpl.prototype.
|
|
1955
|
-
return this.
|
|
1954
|
+
BindingDIImpl.prototype.b2g = function (context) {
|
|
1955
|
+
return this.n2j_1.b2g(context);
|
|
1956
1956
|
};
|
|
1957
1957
|
BindingDIImpl.prototype.n4 = function () {
|
|
1958
|
-
var tmp = this.
|
|
1958
|
+
var tmp = this.u2f().z2e().b2f().c2();
|
|
1959
1959
|
return isObject(tmp) ? tmp : THROW_CCE();
|
|
1960
1960
|
};
|
|
1961
|
-
BindingDIImpl.prototype.
|
|
1962
|
-
return new BindingDIImpl(this.
|
|
1961
|
+
BindingDIImpl.prototype.a2g = function () {
|
|
1962
|
+
return new BindingDIImpl(this.u2f().b2g(ErasedContext_getInstance()), this.o2j_1, this.p2j_1);
|
|
1963
1963
|
};
|
|
1964
1964
|
BindingDIImpl.$metadata$ = classMeta('BindingDIImpl', [DirectDI, BindingDI]);
|
|
1965
1965
|
function container$factory() {
|
|
1966
1966
|
return getPropertyCallableRef('container', 1, KProperty1, function (receiver) {
|
|
1967
|
-
return receiver.
|
|
1967
|
+
return receiver.a2f();
|
|
1968
1968
|
}, null);
|
|
1969
1969
|
}
|
|
1970
1970
|
function findBySpecs($this, specs) {
|
|
1971
|
-
var bindSeq = asSequence($this.
|
|
1972
|
-
var specsBindType = specs.
|
|
1973
|
-
if (!(specsBindType == null) ? !equals(specsBindType, Companion_getInstance().
|
|
1971
|
+
var bindSeq = asSequence($this.t2j_1);
|
|
1972
|
+
var specsBindType = specs.y2f_1;
|
|
1973
|
+
if (!(specsBindType == null) ? !equals(specsBindType, Companion_getInstance().i2d_1) : false) {
|
|
1974
1974
|
var tmp = bindSeq;
|
|
1975
1975
|
bindSeq = filter(tmp, DITreeImpl$findBySpecs$lambda(specsBindType));
|
|
1976
1976
|
}
|
|
1977
1977
|
var tmp_0 = bindSeq;
|
|
1978
1978
|
var contextSeq = flatMap(tmp_0, DITreeImpl$findBySpecs$lambda_0);
|
|
1979
|
-
var specsContextType = specs.
|
|
1979
|
+
var specsContextType = specs.w2f_1;
|
|
1980
1980
|
if (!(specsContextType == null)) {
|
|
1981
1981
|
var tmp_1 = contextSeq;
|
|
1982
1982
|
contextSeq = mapNotNull(tmp_1, DITreeImpl$findBySpecs$lambda_1(specsContextType, $this));
|
|
1983
1983
|
}
|
|
1984
1984
|
var tmp_2 = contextSeq;
|
|
1985
1985
|
var argSeq = flatMap(tmp_2, DITreeImpl$findBySpecs$lambda_2);
|
|
1986
|
-
var specsArgType = specs.
|
|
1986
|
+
var specsArgType = specs.x2f_1;
|
|
1987
1987
|
if (!(specsArgType == null)) {
|
|
1988
1988
|
var tmp_3 = argSeq;
|
|
1989
1989
|
argSeq = filter(tmp_3, DITreeImpl$findBySpecs$lambda_3(specsArgType));
|
|
1990
1990
|
}
|
|
1991
1991
|
var tmp_4 = argSeq;
|
|
1992
1992
|
var tagSeq = flatMap(tmp_4, DITreeImpl$findBySpecs$lambda_4);
|
|
1993
|
-
var specsTag = specs.
|
|
1993
|
+
var specsTag = specs.z2f_1;
|
|
1994
1994
|
if (!equals(specsTag, NoDefinedTag_getInstance())) {
|
|
1995
1995
|
var tmp_5 = tagSeq;
|
|
1996
1996
|
tagSeq = filter(tmp_5, DITreeImpl$findBySpecs$lambda_5(specsTag));
|
|
@@ -2000,9 +2000,9 @@
|
|
|
2000
2000
|
return toList(resultSeq);
|
|
2001
2001
|
}
|
|
2002
2002
|
function notInMap($this, result, request) {
|
|
2003
|
-
var tmp = result.
|
|
2004
|
-
var tmp_0 = request.
|
|
2005
|
-
var tmp_1 = $this.
|
|
2003
|
+
var tmp = result.p2e();
|
|
2004
|
+
var tmp_0 = request.p2e();
|
|
2005
|
+
var tmp_1 = $this.s2j_1.m2();
|
|
2006
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
2007
|
}
|
|
2008
2008
|
function DITreeImpl$findBySpecs$lambda($specsBindType) {
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
// Inline function 'kotlin.collections.component1' call
|
|
2012
2012
|
tmp$ret$0 = _name_for_destructuring_parameter_0__wldtmu.a2();
|
|
2013
2013
|
var bindType = tmp$ret$0;
|
|
2014
|
-
return bindType.
|
|
2014
|
+
return bindType.w2j($specsBindType);
|
|
2015
2015
|
};
|
|
2016
2016
|
}
|
|
2017
2017
|
function DITreeImpl$findBySpecs$lambda_0(_name_for_destructuring_parameter_0__wldtmu) {
|
|
@@ -2030,19 +2030,19 @@
|
|
|
2030
2030
|
var tmp0_container = triple;
|
|
2031
2031
|
var contextType = tmp0_container.k3();
|
|
2032
2032
|
var tmp;
|
|
2033
|
-
if (contextType.
|
|
2033
|
+
if (contextType.w2j($specsContextType)) {
|
|
2034
2034
|
tmp = triple;
|
|
2035
2035
|
} else {
|
|
2036
2036
|
var tmp$ret$1;
|
|
2037
2037
|
$l$block: {
|
|
2038
2038
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
2039
|
-
var tmp0_firstOrNull = this$0.
|
|
2039
|
+
var tmp0_firstOrNull = this$0.v2j_1;
|
|
2040
2040
|
var tmp0_iterator = tmp0_firstOrNull.f();
|
|
2041
2041
|
while (tmp0_iterator.g()) {
|
|
2042
2042
|
var element = tmp0_iterator.h();
|
|
2043
2043
|
var tmp$ret$0;
|
|
2044
2044
|
// Inline function 'org.kodein.di.internal.DITreeImpl.findBySpecs.<anonymous>.<anonymous>' call
|
|
2045
|
-
tmp$ret$0 = element.
|
|
2045
|
+
tmp$ret$0 = element.f2e().e2d($specsContextType) ? contextType.w2j(element.p2g()) : false;
|
|
2046
2046
|
if (tmp$ret$0) {
|
|
2047
2047
|
tmp$ret$1 = element;
|
|
2048
2048
|
break $l$block;
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
function DITreeImpl$findBySpecs$lambda_3($specsArgType) {
|
|
2077
2077
|
return function (_name_for_destructuring_parameter_0__wldtmu) {
|
|
2078
2078
|
var argType = _name_for_destructuring_parameter_0__wldtmu.k3();
|
|
2079
|
-
return argType.
|
|
2079
|
+
return argType.w2j($specsArgType);
|
|
2080
2080
|
};
|
|
2081
2081
|
}
|
|
2082
2082
|
function DITreeImpl$findBySpecs$lambda_4(_name_for_destructuring_parameter_0__wldtmu) {
|
|
@@ -2102,14 +2102,14 @@
|
|
|
2102
2102
|
return to(key, translator);
|
|
2103
2103
|
}
|
|
2104
2104
|
function DITreeImpl$notInMap$lambda(it) {
|
|
2105
|
-
return it.
|
|
2105
|
+
return it.p2e();
|
|
2106
2106
|
}
|
|
2107
2107
|
function DITreeImpl(map, externalSources, registeredTranslators) {
|
|
2108
|
-
this.
|
|
2109
|
-
this.
|
|
2110
|
-
this.
|
|
2111
|
-
this.
|
|
2112
|
-
this.
|
|
2108
|
+
this.q2j_1 = externalSources;
|
|
2109
|
+
this.r2j_1 = registeredTranslators;
|
|
2110
|
+
this.s2j_1 = newConcurrentMap();
|
|
2111
|
+
this.t2j_1 = HashMap_init_$Create$();
|
|
2112
|
+
this.v2j_1 = ArrayList_init_$Create$_1(this.r2j_1);
|
|
2113
2113
|
// Inline function 'kotlin.collections.forEach' call
|
|
2114
2114
|
var tmp$ret$0;
|
|
2115
2115
|
// Inline function 'kotlin.collections.iterator' call
|
|
@@ -2141,7 +2141,7 @@
|
|
|
2141
2141
|
if (tmp0_subject instanceof DIDefinition) {
|
|
2142
2142
|
tmp = item;
|
|
2143
2143
|
} else {
|
|
2144
|
-
tmp = new DIDefinition(item.
|
|
2144
|
+
tmp = new DIDefinition(item.r2d_1, item.s2d_1, this);
|
|
2145
2145
|
}
|
|
2146
2146
|
tmp$ret$3 = tmp;
|
|
2147
2147
|
tmp0_mapTo.a(tmp$ret$3);
|
|
@@ -2150,13 +2150,13 @@
|
|
|
2150
2150
|
tmp$ret$5 = tmp$ret$4;
|
|
2151
2151
|
var definitions = tmp$ret$5;
|
|
2152
2152
|
// Inline function 'kotlin.collections.set' call
|
|
2153
|
-
var tmp0_set = this.
|
|
2153
|
+
var tmp0_set = this.s2j_1;
|
|
2154
2154
|
var tmp1_set = new Triple(key, definitions, null);
|
|
2155
2155
|
tmp0_set.o(key, tmp1_set);
|
|
2156
|
-
var typeChecker = first(bindings).
|
|
2156
|
+
var typeChecker = first(bindings).r2d_1.j2g() ? new Down(key.x2d_1) : new Up(key.x2d_1);
|
|
2157
2157
|
var tmp$ret$7;
|
|
2158
2158
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2159
|
-
var tmp2_getOrPut = this.
|
|
2159
|
+
var tmp2_getOrPut = this.t2j_1;
|
|
2160
2160
|
var value = tmp2_getOrPut.n(typeChecker);
|
|
2161
2161
|
var tmp_0;
|
|
2162
2162
|
if (value == null) {
|
|
@@ -2173,7 +2173,7 @@
|
|
|
2173
2173
|
var contextTree = tmp$ret$7;
|
|
2174
2174
|
var tmp$ret$9;
|
|
2175
2175
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2176
|
-
var tmp3_getOrPut = new Down(key.
|
|
2176
|
+
var tmp3_getOrPut = new Down(key.v2d_1);
|
|
2177
2177
|
var value_0 = contextTree.n(tmp3_getOrPut);
|
|
2178
2178
|
var tmp_1;
|
|
2179
2179
|
if (value_0 == null) {
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
var argumentTree = tmp$ret$9;
|
|
2191
2191
|
var tmp$ret$11;
|
|
2192
2192
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
2193
|
-
var tmp4_getOrPut = new Down(key.
|
|
2193
|
+
var tmp4_getOrPut = new Down(key.w2d_1);
|
|
2194
2194
|
var value_1 = argumentTree.n(tmp4_getOrPut);
|
|
2195
2195
|
var tmp_2;
|
|
2196
2196
|
if (value_1 == null) {
|
|
@@ -2206,13 +2206,13 @@
|
|
|
2206
2206
|
tmp$ret$11 = tmp_2;
|
|
2207
2207
|
var tagTree = tmp$ret$11;
|
|
2208
2208
|
// Inline function 'kotlin.collections.set' call
|
|
2209
|
-
var tmp5_set = key.
|
|
2209
|
+
var tmp5_set = key.y2d_1;
|
|
2210
2210
|
tagTree.o(tmp5_set, key);
|
|
2211
2211
|
}
|
|
2212
2212
|
var tmp_3 = this;
|
|
2213
2213
|
var tmp$ret$16;
|
|
2214
2214
|
// Inline function 'kotlin.collections.mapValues' call
|
|
2215
|
-
var tmp0_mapValues = this.
|
|
2215
|
+
var tmp0_mapValues = this.s2j_1;
|
|
2216
2216
|
var tmp$ret$15;
|
|
2217
2217
|
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
2218
2218
|
var tmp1_mapValuesTo = LinkedHashMap_init_$Create$_0(mapCapacity(tmp0_mapValues.i()));
|
|
@@ -2234,20 +2234,20 @@
|
|
|
2234
2234
|
tmp$ret$14 = tmp1_mapValuesTo;
|
|
2235
2235
|
tmp$ret$15 = tmp$ret$14;
|
|
2236
2236
|
tmp$ret$16 = tmp$ret$15;
|
|
2237
|
-
tmp_3.
|
|
2237
|
+
tmp_3.u2j_1 = HashMap_init_$Create$_0(tmp$ret$16);
|
|
2238
2238
|
$l$loop: while (true) {
|
|
2239
2239
|
var added = ArrayList_init_$Create$();
|
|
2240
|
-
var tmp0_iterator_2 = this.
|
|
2240
|
+
var tmp0_iterator_2 = this.v2j_1.f();
|
|
2241
2241
|
while (tmp0_iterator_2.g()) {
|
|
2242
2242
|
var src = tmp0_iterator_2.h();
|
|
2243
|
-
var tmp1_iterator = this.
|
|
2243
|
+
var tmp1_iterator = this.v2j_1.f();
|
|
2244
2244
|
while (tmp1_iterator.g()) {
|
|
2245
2245
|
var dst = tmp1_iterator.h();
|
|
2246
|
-
if (dst.
|
|
2246
|
+
if (dst.f2e().e2d(src.p2g()) ? !equals(src.f2e(), dst.p2g()) : false) {
|
|
2247
2247
|
var tmp$ret$17;
|
|
2248
2248
|
$l$block_0: {
|
|
2249
2249
|
// Inline function 'kotlin.collections.none' call
|
|
2250
|
-
var tmp1_none = this.
|
|
2250
|
+
var tmp1_none = this.v2j_1;
|
|
2251
2251
|
var tmp_5;
|
|
2252
2252
|
if (isInterface(tmp1_none, Collection)) {
|
|
2253
2253
|
tmp_5 = tmp1_none.k();
|
|
@@ -2263,7 +2263,7 @@
|
|
|
2263
2263
|
var element_1 = tmp0_iterator_3.h();
|
|
2264
2264
|
var tmp$ret$18;
|
|
2265
2265
|
// Inline function 'org.kodein.di.internal.DITreeImpl.<anonymous>' call
|
|
2266
|
-
tmp$ret$18 = equals(element_1.
|
|
2266
|
+
tmp$ret$18 = equals(element_1.f2e(), src.f2e()) ? equals(element_1.p2g(), dst.p2g()) : false;
|
|
2267
2267
|
if (tmp$ret$18) {
|
|
2268
2268
|
tmp$ret$17 = false;
|
|
2269
2269
|
break $l$block_0;
|
|
@@ -2282,21 +2282,21 @@
|
|
|
2282
2282
|
}
|
|
2283
2283
|
var tmp2_this = this;
|
|
2284
2284
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2285
|
-
var tmp3_plusAssign = tmp2_this.
|
|
2285
|
+
var tmp3_plusAssign = tmp2_this.v2j_1;
|
|
2286
2286
|
addAll(tmp3_plusAssign, added);
|
|
2287
2287
|
if (added.k())
|
|
2288
2288
|
break $l$loop;
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
|
-
DITreeImpl.prototype.
|
|
2292
|
-
return this.
|
|
2291
|
+
DITreeImpl.prototype.p2f = function () {
|
|
2292
|
+
return this.q2j_1;
|
|
2293
2293
|
};
|
|
2294
|
-
DITreeImpl.prototype.
|
|
2295
|
-
return this.
|
|
2294
|
+
DITreeImpl.prototype.o2f = function () {
|
|
2295
|
+
return this.u2j_1;
|
|
2296
2296
|
};
|
|
2297
|
-
DITreeImpl.prototype.
|
|
2297
|
+
DITreeImpl.prototype.q2f = function (key, overrideLevel, all) {
|
|
2298
2298
|
if (!all) {
|
|
2299
|
-
var tmp0_safe_receiver = this.
|
|
2299
|
+
var tmp0_safe_receiver = this.s2j_1.n(key);
|
|
2300
2300
|
if (tmp0_safe_receiver == null)
|
|
2301
2301
|
null;
|
|
2302
2302
|
else {
|
|
@@ -2318,10 +2318,10 @@
|
|
|
2318
2318
|
var tmp_1 = definition instanceof DIDefinition ? definition : THROW_CCE();
|
|
2319
2319
|
return listOf(new Triple(tmp_0, tmp_1, (translator == null ? true : isInterface(translator, ContextTranslator)) ? translator : THROW_CCE()));
|
|
2320
2320
|
}
|
|
2321
|
-
if (!equals(key.
|
|
2322
|
-
var tmp_2 = Companion_getInstance().
|
|
2323
|
-
var anyContextKey = key.
|
|
2324
|
-
var tmp1_safe_receiver = this.
|
|
2321
|
+
if (!equals(key.v2d_1, Companion_getInstance().i2d_1)) {
|
|
2322
|
+
var tmp_2 = Companion_getInstance().i2d_1;
|
|
2323
|
+
var anyContextKey = key.r2e(tmp_2, null, null, null, 14, null);
|
|
2324
|
+
var tmp1_safe_receiver = this.s2j_1.n(anyContextKey);
|
|
2325
2325
|
if (tmp1_safe_receiver == null)
|
|
2326
2326
|
null;
|
|
2327
2327
|
else {
|
|
@@ -2335,12 +2335,12 @@
|
|
|
2335
2335
|
var realKey_0 = tmp0_container.k3();
|
|
2336
2336
|
var list_0 = tmp0_container.l3();
|
|
2337
2337
|
var translator_0 = tmp0_container.f9();
|
|
2338
|
-
if (!(translator_0 == null) ? !equals(translator_0.
|
|
2338
|
+
if (!(translator_0 == null) ? !equals(translator_0.f2e(), key.v2d_1) : false) {
|
|
2339
2339
|
tmp$ret$1 = Unit_getInstance();
|
|
2340
2340
|
break $l$block;
|
|
2341
2341
|
}
|
|
2342
2342
|
// Inline function 'kotlin.collections.set' call
|
|
2343
|
-
var tmp0_set = this.
|
|
2343
|
+
var tmp0_set = this.s2j_1;
|
|
2344
2344
|
tmp0_set.o(key, tmp1_safe_receiver);
|
|
2345
2345
|
var tmp1_elvis_lhs = getOrNull(list_0, overrideLevel);
|
|
2346
2346
|
var tmp_3;
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
}
|
|
2360
2360
|
var tmp$ret$5;
|
|
2361
2361
|
// Inline function 'kotlin.collections.filter' call
|
|
2362
|
-
var tmp0_filter = this.
|
|
2362
|
+
var tmp0_filter = this.v2j_1;
|
|
2363
2363
|
var tmp$ret$4;
|
|
2364
2364
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2365
2365
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
var element = tmp0_iterator.h();
|
|
2369
2369
|
var tmp$ret$3;
|
|
2370
2370
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2371
|
-
tmp$ret$3 = equals(element.
|
|
2371
|
+
tmp$ret$3 = equals(element.f2e(), key.v2d_1);
|
|
2372
2372
|
if (tmp$ret$3) {
|
|
2373
2373
|
tmp0_filterTo.a(element);
|
|
2374
2374
|
}
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
var tmp_6 = tmp$ret$5;
|
|
2379
2379
|
var tmp$ret$8;
|
|
2380
2380
|
// Inline function 'kotlin.collections.filter' call
|
|
2381
|
-
var tmp1_filter = this.
|
|
2381
|
+
var tmp1_filter = this.v2j_1;
|
|
2382
2382
|
var tmp$ret$7;
|
|
2383
2383
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2384
2384
|
var tmp0_filterTo_0 = ArrayList_init_$Create$();
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
var element_0 = tmp0_iterator_0.h();
|
|
2388
2388
|
var tmp$ret$6;
|
|
2389
2389
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2390
|
-
tmp$ret$6 = equals(element_0.
|
|
2390
|
+
tmp$ret$6 = equals(element_0.f2e(), Companion_getInstance().i2d_1);
|
|
2391
2391
|
if (tmp$ret$6) {
|
|
2392
2392
|
tmp0_filterTo_0.a(element_0);
|
|
2393
2393
|
}
|
|
@@ -2398,8 +2398,8 @@
|
|
|
2398
2398
|
var tmp2_iterator = applicableTranslators.f();
|
|
2399
2399
|
while (tmp2_iterator.g()) {
|
|
2400
2400
|
var translator_1 = tmp2_iterator.h();
|
|
2401
|
-
var translatedKey = new Key(translator_1.
|
|
2402
|
-
var tmp3_safe_receiver = this.
|
|
2401
|
+
var translatedKey = new Key(translator_1.p2g(), key.w2d_1, key.x2d_1, key.y2d_1);
|
|
2402
|
+
var tmp3_safe_receiver = this.s2j_1.n(translatedKey);
|
|
2403
2403
|
var tmp_7;
|
|
2404
2404
|
if (tmp3_safe_receiver == null) {
|
|
2405
2405
|
tmp_7 = null;
|
|
@@ -2434,7 +2434,7 @@
|
|
|
2434
2434
|
break $l$block_0;
|
|
2435
2435
|
}
|
|
2436
2436
|
// Inline function 'kotlin.collections.set' call
|
|
2437
|
-
var tmp0_set_0 = this.
|
|
2437
|
+
var tmp0_set_0 = this.s2j_1;
|
|
2438
2438
|
var tmp1_set = tmp4_safe_receiver.h9(null, null, translator_1, 3, null);
|
|
2439
2439
|
tmp0_set_0.o(key, tmp1_set);
|
|
2440
2440
|
var tmp0_container_0 = tmp4_safe_receiver;
|
|
@@ -2456,14 +2456,14 @@
|
|
|
2456
2456
|
}
|
|
2457
2457
|
}
|
|
2458
2458
|
}
|
|
2459
|
-
var result = findBySpecs(this, new SearchSpecs(key.
|
|
2459
|
+
var result = findBySpecs(this, new SearchSpecs(key.v2d_1, key.w2d_1, key.x2d_1, key.y2d_1));
|
|
2460
2460
|
if (result.i() === 1) {
|
|
2461
2461
|
var tmp5_container = first(result);
|
|
2462
2462
|
var realKey_2 = tmp5_container.k3();
|
|
2463
2463
|
var translator_2 = tmp5_container.l3();
|
|
2464
2464
|
// Inline function 'kotlin.collections.set' call
|
|
2465
|
-
var tmp2_set = this.
|
|
2466
|
-
var tmp6_safe_receiver = this.
|
|
2465
|
+
var tmp2_set = this.s2j_1;
|
|
2466
|
+
var tmp6_safe_receiver = this.s2j_1.n(realKey_2);
|
|
2467
2467
|
var tmp_12;
|
|
2468
2468
|
if (tmp6_safe_receiver == null) {
|
|
2469
2469
|
tmp_12 = null;
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2496
2496
|
var realKey_3 = element_1.k3();
|
|
2497
2497
|
var translator_3 = element_1.l3();
|
|
2498
|
-
var tmp0_elvis_lhs_0 = this.
|
|
2498
|
+
var tmp0_elvis_lhs_0 = this.s2j_1.n(realKey_3);
|
|
2499
2499
|
var tmp_14;
|
|
2500
2500
|
if (tmp0_elvis_lhs_0 == null) {
|
|
2501
2501
|
throw notInMap(this, realKey_3, key);
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
tmp$ret$16 = tmp$ret$15;
|
|
2533
2533
|
return tmp$ret$16;
|
|
2534
2534
|
};
|
|
2535
|
-
DITreeImpl.prototype.
|
|
2535
|
+
DITreeImpl.prototype.s2f = function (search) {
|
|
2536
2536
|
var result = findBySpecs(this, search);
|
|
2537
2537
|
var tmp$ret$2;
|
|
2538
2538
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -2546,31 +2546,31 @@
|
|
|
2546
2546
|
// Inline function 'org.kodein.di.internal.DITreeImpl.find.<anonymous>' call
|
|
2547
2547
|
var key = item.k3();
|
|
2548
2548
|
var translator = item.l3();
|
|
2549
|
-
tmp$ret$0 = new Triple(key, ensureNotNull(this.
|
|
2549
|
+
tmp$ret$0 = new Triple(key, ensureNotNull(this.s2j_1.n(key)).c9_1, translator);
|
|
2550
2550
|
tmp0_mapTo.a(tmp$ret$0);
|
|
2551
2551
|
}
|
|
2552
2552
|
tmp$ret$1 = tmp0_mapTo;
|
|
2553
2553
|
tmp$ret$2 = tmp$ret$1;
|
|
2554
2554
|
return tmp$ret$2;
|
|
2555
2555
|
};
|
|
2556
|
-
DITreeImpl.prototype.
|
|
2557
|
-
var tmp = this.
|
|
2556
|
+
DITreeImpl.prototype.t2f = function (key) {
|
|
2557
|
+
var tmp = this.s2j_1.n(key);
|
|
2558
2558
|
return (tmp == null ? true : tmp instanceof Triple) ? tmp : THROW_CCE();
|
|
2559
2559
|
};
|
|
2560
2560
|
DITreeImpl.$metadata$ = classMeta('DITreeImpl', [DITree]);
|
|
2561
2561
|
function Down(type) {
|
|
2562
2562
|
TypeChecker.call(this);
|
|
2563
|
-
this.
|
|
2564
|
-
this.
|
|
2563
|
+
this.x2j_1 = type;
|
|
2564
|
+
this.y2j_1 = equals(this.x2j_1, Companion_getInstance().i2d_1);
|
|
2565
2565
|
}
|
|
2566
|
-
Down.prototype.
|
|
2567
|
-
return this.
|
|
2566
|
+
Down.prototype.w2j = function (other) {
|
|
2567
|
+
return this.y2j_1 ? true : this.x2j_1.e2d(other);
|
|
2568
2568
|
};
|
|
2569
2569
|
Down.prototype.toString = function () {
|
|
2570
|
-
return 'Down(type=' + this.
|
|
2570
|
+
return 'Down(type=' + this.x2j_1 + ')';
|
|
2571
2571
|
};
|
|
2572
2572
|
Down.prototype.hashCode = function () {
|
|
2573
|
-
return hashCode(this.
|
|
2573
|
+
return hashCode(this.x2j_1);
|
|
2574
2574
|
};
|
|
2575
2575
|
Down.prototype.equals = function (other) {
|
|
2576
2576
|
if (this === other)
|
|
@@ -2578,23 +2578,23 @@
|
|
|
2578
2578
|
if (!(other instanceof Down))
|
|
2579
2579
|
return false;
|
|
2580
2580
|
var tmp0_other_with_cast = other instanceof Down ? other : THROW_CCE();
|
|
2581
|
-
if (!equals(this.
|
|
2581
|
+
if (!equals(this.x2j_1, tmp0_other_with_cast.x2j_1))
|
|
2582
2582
|
return false;
|
|
2583
2583
|
return true;
|
|
2584
2584
|
};
|
|
2585
2585
|
Down.$metadata$ = classMeta('Down', undefined, undefined, undefined, undefined, TypeChecker.prototype);
|
|
2586
2586
|
function Up(type) {
|
|
2587
2587
|
TypeChecker.call(this);
|
|
2588
|
-
this.
|
|
2588
|
+
this.z2j_1 = type;
|
|
2589
2589
|
}
|
|
2590
|
-
Up.prototype.
|
|
2591
|
-
return equals(other, Companion_getInstance().
|
|
2590
|
+
Up.prototype.w2j = function (other) {
|
|
2591
|
+
return equals(other, Companion_getInstance().i2d_1) ? true : other.e2d(this.z2j_1);
|
|
2592
2592
|
};
|
|
2593
2593
|
Up.prototype.toString = function () {
|
|
2594
|
-
return 'Up(type=' + this.
|
|
2594
|
+
return 'Up(type=' + this.z2j_1 + ')';
|
|
2595
2595
|
};
|
|
2596
2596
|
Up.prototype.hashCode = function () {
|
|
2597
|
-
return hashCode(this.
|
|
2597
|
+
return hashCode(this.z2j_1);
|
|
2598
2598
|
};
|
|
2599
2599
|
Up.prototype.equals = function (other) {
|
|
2600
2600
|
if (this === other)
|
|
@@ -2602,7 +2602,7 @@
|
|
|
2602
2602
|
if (!(other instanceof Up))
|
|
2603
2603
|
return false;
|
|
2604
2604
|
var tmp0_other_with_cast = other instanceof Up ? other : THROW_CCE();
|
|
2605
|
-
if (!equals(this.
|
|
2605
|
+
if (!equals(this.z2j_1, tmp0_other_with_cast.z2j_1))
|
|
2606
2606
|
return false;
|
|
2607
2607
|
return true;
|
|
2608
2608
|
};
|
|
@@ -2611,33 +2611,33 @@
|
|
|
2611
2611
|
}
|
|
2612
2612
|
TypeChecker.$metadata$ = classMeta('TypeChecker');
|
|
2613
2613
|
function DirectDIBaseImpl(container, context) {
|
|
2614
|
-
this.
|
|
2615
|
-
this.
|
|
2614
|
+
this.a2k_1 = container;
|
|
2615
|
+
this.b2k_1 = context;
|
|
2616
2616
|
}
|
|
2617
|
-
DirectDIBaseImpl.prototype.
|
|
2618
|
-
return this.
|
|
2617
|
+
DirectDIBaseImpl.prototype.a2f = function () {
|
|
2618
|
+
return this.a2k_1;
|
|
2619
2619
|
};
|
|
2620
|
-
DirectDIBaseImpl.prototype.
|
|
2620
|
+
DirectDIBaseImpl.prototype.u2f = function () {
|
|
2621
2621
|
return this;
|
|
2622
2622
|
};
|
|
2623
|
-
DirectDIBaseImpl.prototype.
|
|
2624
|
-
var tmp = this.
|
|
2623
|
+
DirectDIBaseImpl.prototype.v2f = function () {
|
|
2624
|
+
var tmp = this.a2f();
|
|
2625
2625
|
var tmp_0 = new DIImpl(tmp instanceof DIContainerImpl ? tmp : THROW_CCE());
|
|
2626
|
-
return On$default(tmp_0, this.
|
|
2626
|
+
return On$default(tmp_0, this.b2k_1, null, 2, null);
|
|
2627
2627
|
};
|
|
2628
|
-
DirectDIBaseImpl.prototype.
|
|
2629
|
-
return new DirectDIImpl(this.
|
|
2628
|
+
DirectDIBaseImpl.prototype.b2g = function (context) {
|
|
2629
|
+
return new DirectDIImpl(this.a2f(), context);
|
|
2630
2630
|
};
|
|
2631
|
-
DirectDIBaseImpl.prototype.
|
|
2632
|
-
var tmp = this.
|
|
2631
|
+
DirectDIBaseImpl.prototype.c2g = function (type, tag) {
|
|
2632
|
+
var tmp = this.a2f();
|
|
2633
2633
|
var tmp$ret$0;
|
|
2634
2634
|
// Inline function 'org.kodein.di.internal.anyType' call
|
|
2635
|
-
var tmp0__get_anyType__cravgl = this.
|
|
2635
|
+
var tmp0__get_anyType__cravgl = this.b2k_1;
|
|
2636
2636
|
var tmp_0 = tmp0__get_anyType__cravgl.f7();
|
|
2637
2637
|
tmp$ret$0 = isInterface(tmp_0, TypeToken) ? tmp_0 : THROW_CCE();
|
|
2638
|
-
var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().
|
|
2639
|
-
var tmp_2 = this.
|
|
2640
|
-
return tmp.
|
|
2638
|
+
var tmp_1 = new Key(tmp$ret$0, Companion_getInstance().h2d_1, type, tag);
|
|
2639
|
+
var tmp_2 = this.b2k_1.c2();
|
|
2640
|
+
return tmp.k2f(tmp_1, tmp_2, 0, 4, null)();
|
|
2641
2641
|
};
|
|
2642
2642
|
DirectDIBaseImpl.$metadata$ = classMeta('DirectDIBaseImpl', [DirectDI]);
|
|
2643
2643
|
function get_anyType_0(_this__u8e3s4) {
|
|
@@ -2704,33 +2704,33 @@
|
|
|
2704
2704
|
function DIProperty$provideDelegate$lambda($receiver, this$0, $prop) {
|
|
2705
2705
|
return function () {
|
|
2706
2706
|
var tmp;
|
|
2707
|
-
if (!($receiver == null) ? this$0.
|
|
2707
|
+
if (!($receiver == null) ? this$0.e2k_1 === get_AnyDIContext() : false) {
|
|
2708
2708
|
var tmp_0 = Companion_getInstance_1();
|
|
2709
2709
|
var tmp_1 = erasedOf($receiver);
|
|
2710
|
-
tmp = tmp_0.
|
|
2710
|
+
tmp = tmp_0.f2f(isInterface(tmp_1, TypeToken) ? tmp_1 : THROW_CCE(), $receiver);
|
|
2711
2711
|
} else {
|
|
2712
|
-
tmp = this$0.
|
|
2712
|
+
tmp = this$0.e2k_1;
|
|
2713
2713
|
}
|
|
2714
2714
|
var context = tmp;
|
|
2715
|
-
return this$0.
|
|
2715
|
+
return this$0.f2k_1(context, $prop.callableName);
|
|
2716
2716
|
};
|
|
2717
2717
|
}
|
|
2718
2718
|
function DIProperty(trigger, originalContext, get) {
|
|
2719
|
-
this.
|
|
2720
|
-
this.
|
|
2721
|
-
this.
|
|
2719
|
+
this.d2k_1 = trigger;
|
|
2720
|
+
this.e2k_1 = originalContext;
|
|
2721
|
+
this.f2k_1 = get;
|
|
2722
2722
|
}
|
|
2723
|
-
DIProperty.prototype.
|
|
2724
|
-
return this.
|
|
2723
|
+
DIProperty.prototype.g2k = function () {
|
|
2724
|
+
return this.d2k_1;
|
|
2725
2725
|
};
|
|
2726
|
-
DIProperty.prototype.
|
|
2726
|
+
DIProperty.prototype.c2k = function (receiver, prop) {
|
|
2727
2727
|
var tmp$ret$0;
|
|
2728
2728
|
// Inline function 'kotlin.also' call
|
|
2729
2729
|
var tmp0_also = lazy(DIProperty$provideDelegate$lambda(receiver, this, prop));
|
|
2730
2730
|
// Inline function 'kotlin.contracts.contract' call
|
|
2731
2731
|
// Inline function 'org.kodein.di.DIProperty.provideDelegate.<anonymous>' call
|
|
2732
|
-
var tmp0_safe_receiver = this.
|
|
2733
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2732
|
+
var tmp0_safe_receiver = this.d2k_1;
|
|
2733
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2k_1;
|
|
2734
2734
|
if (tmp1_safe_receiver == null)
|
|
2735
2735
|
null;
|
|
2736
2736
|
else
|
|
@@ -2756,27 +2756,27 @@
|
|
|
2756
2756
|
return ArrayList_init_$Create$();
|
|
2757
2757
|
}
|
|
2758
2758
|
//region block: post-declaration
|
|
2759
|
-
Singleton.prototype.
|
|
2760
|
-
Singleton.prototype.
|
|
2761
|
-
Singleton.prototype.
|
|
2762
|
-
Singleton.prototype.
|
|
2763
|
-
Provider.prototype.
|
|
2764
|
-
Provider.prototype.
|
|
2765
|
-
Provider.prototype.
|
|
2766
|
-
Provider.prototype.
|
|
2767
|
-
Provider.prototype.
|
|
2768
|
-
Provider.prototype.
|
|
2769
|
-
DIBuilderImpl.prototype.
|
|
2770
|
-
DIMainBuilderImpl.prototype.
|
|
2771
|
-
DIContainerImpl.prototype.
|
|
2772
|
-
DIContainerImpl.prototype.
|
|
2773
|
-
DIContainerImpl.prototype.
|
|
2774
|
-
DIImpl.prototype.
|
|
2775
|
-
DIImpl.prototype.
|
|
2776
|
-
DIImpl.prototype.
|
|
2777
|
-
DITreeImpl.prototype.
|
|
2778
|
-
DirectDIBaseImpl.prototype.
|
|
2779
|
-
DirectDIImpl.prototype.
|
|
2759
|
+
Singleton.prototype.n2e = get_argType;
|
|
2760
|
+
Singleton.prototype.b2e = get_description;
|
|
2761
|
+
Singleton.prototype.d2e = get_fullDescription;
|
|
2762
|
+
Singleton.prototype.j2g = get_supportSubTypes;
|
|
2763
|
+
Provider.prototype.n2e = get_argType;
|
|
2764
|
+
Provider.prototype.h2g = factoryFullName;
|
|
2765
|
+
Provider.prototype.e2e = get_scope;
|
|
2766
|
+
Provider.prototype.b2e = get_description;
|
|
2767
|
+
Provider.prototype.d2e = get_fullDescription;
|
|
2768
|
+
Provider.prototype.j2g = get_supportSubTypes;
|
|
2769
|
+
DIBuilderImpl.prototype.u2e = import$default;
|
|
2770
|
+
DIMainBuilderImpl.prototype.u2e = import$default;
|
|
2771
|
+
DIContainerImpl.prototype.m2f = factory$default;
|
|
2772
|
+
DIContainerImpl.prototype.n2f = provider;
|
|
2773
|
+
DIContainerImpl.prototype.k2f = provider$default;
|
|
2774
|
+
DIImpl.prototype.z2e = get_di;
|
|
2775
|
+
DIImpl.prototype.b2f = get_diContext;
|
|
2776
|
+
DIImpl.prototype.c2f = get_diTrigger;
|
|
2777
|
+
DITreeImpl.prototype.r2f = find$default;
|
|
2778
|
+
DirectDIBaseImpl.prototype.z2e = get_di_0;
|
|
2779
|
+
DirectDIImpl.prototype.z2e = get_di_0;
|
|
2780
2780
|
//endregion
|
|
2781
2781
|
//region block: exports
|
|
2782
2782
|
_.$_$ = _.$_$ || {};
|