@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1395 → 0.9.3-SNAPSHOT.1401

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.
@@ -1,400 +1,420 @@
1
1
  (function (root, factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
- define(['exports', './kotlin-kotlin-stdlib-js-ir.js', './kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'], factory);
3
+ define(['exports', './kotlin-kotlin-stdlib.js', './kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'], factory);
4
4
  else if (typeof exports === 'object')
5
- factory(module.exports, require('./kotlin-kotlin-stdlib-js-ir.js'), require('./kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'));
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js'));
6
6
  else {
7
- if (typeof this['kotlin-kotlin-stdlib-js-ir'] === 'undefined') {
8
- throw new Error("Error loading module 'kotlin-mpp-godtools-tool-parser-module-state'. Its dependency 'kotlin-kotlin-stdlib-js-ir' was not found. Please, check whether 'kotlin-kotlin-stdlib-js-ir' is loaded prior to 'kotlin-mpp-godtools-tool-parser-module-state'.");
7
+ if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
8
+ throw new Error("Error loading module 'kotlin-mpp-godtools-tool-parser-module-state'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'kotlin-mpp-godtools-tool-parser-module-state'.");
9
9
  }
10
10
  if (typeof this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir'] === 'undefined') {
11
11
  throw new Error("Error loading module 'kotlin-mpp-godtools-tool-parser-module-state'. Its dependency 'kotlinx.coroutines-kotlinx-coroutines-core-js-ir' was not found. Please, check whether 'kotlinx.coroutines-kotlinx-coroutines-core-js-ir' is loaded prior to 'kotlin-mpp-godtools-tool-parser-module-state'.");
12
12
  }
13
- root['kotlin-mpp-godtools-tool-parser-module-state'] = factory(typeof this['kotlin-mpp-godtools-tool-parser-module-state'] === 'undefined' ? {} : this['kotlin-mpp-godtools-tool-parser-module-state'], this['kotlin-kotlin-stdlib-js-ir'], this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir']);
13
+ root['kotlin-mpp-godtools-tool-parser-module-state'] = factory(typeof this['kotlin-mpp-godtools-tool-parser-module-state'] === 'undefined' ? {} : this['kotlin-mpp-godtools-tool-parser-module-state'], this['kotlin-kotlin-stdlib'], this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir']);
14
14
  }
15
15
  }(this, function (_, kotlin_kotlin, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core) {
16
16
  'use strict';
17
17
  //region block: imports
18
- var CoroutineImpl = kotlin_kotlin.$_$.n5;
19
- var Unit_getInstance = kotlin_kotlin.$_$.m2;
20
- var protoOf = kotlin_kotlin.$_$.s6;
21
- var THROW_CCE = kotlin_kotlin.$_$.g9;
22
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.z4;
23
- var classMeta = kotlin_kotlin.$_$.x5;
24
- var VOID = kotlin_kotlin.$_$.w9;
25
- var setMetadataFor = kotlin_kotlin.$_$.t6;
26
- var Unit = kotlin_kotlin.$_$.j9;
27
- var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.l;
28
- var objectCreate = kotlin_kotlin.$_$.q6;
18
+ var CoroutineImpl = kotlin_kotlin.$_$.p5;
19
+ var Unit_instance = kotlin_kotlin.$_$.o2;
20
+ var protoOf = kotlin_kotlin.$_$.t6;
21
+ var THROW_CCE = kotlin_kotlin.$_$.h9;
22
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.b5;
23
+ var classMeta = kotlin_kotlin.$_$.y5;
24
+ var setMetadataFor = kotlin_kotlin.$_$.u6;
25
+ var VOID = kotlin_kotlin.$_$.c;
26
+ var Unit = kotlin_kotlin.$_$.k9;
27
+ var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.m;
28
+ var objectCreate = kotlin_kotlin.$_$.r6;
29
29
  var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
30
- var isInterface = kotlin_kotlin.$_$.j6;
31
- var first = kotlin_kotlin.$_$.o3;
32
- var IntCompanionObject_getInstance = kotlin_kotlin.$_$.h2;
30
+ var isInterface = kotlin_kotlin.$_$.l6;
31
+ var first = kotlin_kotlin.$_$.q3;
32
+ var IntCompanionObject_instance = kotlin_kotlin.$_$.j2;
33
33
  var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
34
34
  var onSubscription = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
35
35
  var conflate = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j;
36
36
  var flowOf = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
37
- var emptyList = kotlin_kotlin.$_$.h3;
38
- var toList = kotlin_kotlin.$_$.q4;
39
- var plus = kotlin_kotlin.$_$.g4;
40
- var ArrayList_init_$Create$ = kotlin_kotlin.$_$.f;
37
+ var emptyList = kotlin_kotlin.$_$.j3;
38
+ var toList = kotlin_kotlin.$_$.s4;
39
+ var plus = kotlin_kotlin.$_$.i4;
40
+ var ArrayList_init_$Create$ = kotlin_kotlin.$_$.g;
41
41
  //endregion
42
42
  //region block: pre-declaration
43
- setMetadataFor(State$varsChangeFlow$o$collect$slambda, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, [1]);
43
+ setMetadataFor(State$varsChangeFlow$o$collect$slambda, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]);
44
44
  setMetadataFor($collectCOROUTINE$0, '$collectCOROUTINE$0', classMeta, CoroutineImpl);
45
- setMetadataFor(State$varsChangeFlow$o$collect$slambda_1, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, [1]);
45
+ setMetadataFor(State$varsChangeFlow$o$collect$slambda_1, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]);
46
46
  setMetadataFor($collectCOROUTINE$1, '$collectCOROUTINE$1', classMeta, CoroutineImpl);
47
- setMetadataFor(State$varsChangeFlow$o$collect$slambda_3, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, [1]);
47
+ setMetadataFor(State$varsChangeFlow$o$collect$slambda_3, 'State$varsChangeFlow$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]);
48
48
  setMetadataFor($collectCOROUTINE$2, '$collectCOROUTINE$2', classMeta, CoroutineImpl);
49
- setMetadataFor(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', classMeta, VOID, [FlowCollector], VOID, VOID, [1]);
50
- setMetadataFor(State$varsChangeFlow$slambda, 'State$varsChangeFlow$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, [1]);
51
- setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, VOID, VOID, VOID, VOID, [1]);
52
- setMetadataFor(_no_name_provided__qut3iv_0, VOID, classMeta, VOID, VOID, VOID, VOID, [1]);
53
- setMetadataFor(_no_name_provided__qut3iv_1, VOID, classMeta, VOID, VOID, VOID, VOID, [1]);
54
- setMetadataFor(State, 'State', classMeta);
49
+ setMetadataFor(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', classMeta, VOID, [FlowCollector], VOID, VOID, VOID, [1]);
50
+ setMetadataFor(State$varsChangeFlow$slambda, 'State$varsChangeFlow$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]);
51
+ setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
52
+ setMetadataFor(_no_name_provided__qut3iv_0, VOID, classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
53
+ setMetadataFor(_no_name_provided__qut3iv_1, VOID, classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
54
+ setMetadataFor(State, 'State', classMeta, VOID, VOID, createState);
55
55
  //endregion
56
- function State$varsChangeFlow$o$collect$slambda($keys, $collector, resultContinuation) {
57
- this.i1d_1 = $keys;
58
- this.j1d_1 = $collector;
56
+ function State$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation) {
57
+ this.r1e_1 = $$this$unsafeFlow;
58
+ this.s1e_1 = $keys;
59
59
  CoroutineImpl.call(this, resultContinuation);
60
60
  }
61
- protoOf(State$varsChangeFlow$o$collect$slambda).m1d = function (value, $completion) {
62
- var tmp = this.n1d(value, $completion);
63
- tmp.ye_1 = Unit_getInstance();
64
- tmp.ze_1 = null;
65
- return tmp.pf();
61
+ protoOf(State$varsChangeFlow$o$collect$slambda).x1e = function (value, $completion) {
62
+ var tmp = this.y1e(value, $completion);
63
+ tmp.ob_1 = Unit_instance;
64
+ tmp.pb_1 = null;
65
+ return tmp.jc();
66
66
  };
67
- protoOf(State$varsChangeFlow$o$collect$slambda).dg = function (p1, $completion) {
68
- return this.m1d((!(p1 == null) ? typeof p1 === 'string' : false) ? p1 : THROW_CCE(), $completion);
67
+ protoOf(State$varsChangeFlow$o$collect$slambda).yc = function (p1, $completion) {
68
+ return this.x1e((!(p1 == null) ? typeof p1 === 'string' : false) ? p1 : THROW_CCE(), $completion);
69
69
  };
70
- protoOf(State$varsChangeFlow$o$collect$slambda).pf = function () {
71
- var suspendResult = this.ye_1;
70
+ protoOf(State$varsChangeFlow$o$collect$slambda).jc = function () {
71
+ var suspendResult = this.ob_1;
72
72
  $sm: do
73
73
  try {
74
- var tmp = this.we_1;
74
+ var tmp = this.mb_1;
75
75
  switch (tmp) {
76
76
  case 0:
77
- this.xe_1 = 5;
78
- this.we_1 = 1;
77
+ this.nb_1 = 5;
78
+ this.mb_1 = 1;
79
79
  continue $sm;
80
80
  case 1:
81
- if (this.i1d_1.y(this.k1d_1)) {
82
- this.we_1 = 3;
83
- suspendResult = this.j1d_1.zx(this.k1d_1, this);
81
+ var tmp_0 = this;
82
+ tmp_0.v1e_1 = this.r1e_1;
83
+ var tmp_1 = this;
84
+ tmp_1.w1e_1 = this.t1e_1;
85
+ var it = this.w1e_1;
86
+ if (this.s1e_1.v(it)) {
87
+ this.mb_1 = 3;
88
+ suspendResult = this.v1e_1.ez(this.w1e_1, this);
84
89
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
85
90
  return suspendResult;
86
91
  }
87
92
  continue $sm;
88
93
  } else {
89
- this.we_1 = 2;
94
+ this.mb_1 = 2;
90
95
  continue $sm;
91
96
  }
92
97
 
93
98
  case 2:
94
99
  if (false) {
95
- this.we_1 = 1;
100
+ this.mb_1 = 1;
96
101
  continue $sm;
97
102
  }
98
103
 
99
- this.we_1 = 4;
104
+ this.mb_1 = 4;
100
105
  continue $sm;
101
106
  case 3:
102
- this.l1d_1 = suspendResult;
103
- this.we_1 = 4;
107
+ this.u1e_1 = suspendResult;
108
+ this.mb_1 = 4;
104
109
  continue $sm;
105
110
  case 4:
106
- return Unit_getInstance();
111
+ return Unit_instance;
107
112
  case 5:
108
- throw this.ze_1;
113
+ throw this.pb_1;
109
114
  }
110
115
  } catch ($p) {
111
116
  var e = $p;
112
- if (this.xe_1 === 5) {
117
+ if (this.nb_1 === 5) {
113
118
  throw e;
114
119
  } else {
115
- this.we_1 = this.xe_1;
116
- this.ze_1 = e;
120
+ this.mb_1 = this.nb_1;
121
+ this.pb_1 = e;
117
122
  }
118
123
  }
119
124
  while (true);
120
125
  };
121
- protoOf(State$varsChangeFlow$o$collect$slambda).n1d = function (value, completion) {
122
- var i = new State$varsChangeFlow$o$collect$slambda(this.i1d_1, this.j1d_1, completion);
123
- i.k1d_1 = value;
126
+ protoOf(State$varsChangeFlow$o$collect$slambda).y1e = function (value, completion) {
127
+ var i = new State$varsChangeFlow$o$collect$slambda(this.r1e_1, this.s1e_1, completion);
128
+ i.t1e_1 = value;
124
129
  return i;
125
130
  };
126
- function State$varsChangeFlow$o$collect$slambda_0($keys, $collector, resultContinuation) {
127
- var i = new State$varsChangeFlow$o$collect$slambda($keys, $collector, resultContinuation);
131
+ function State$varsChangeFlow$o$collect$slambda_0($$this$unsafeFlow, $keys, resultContinuation) {
132
+ var i = new State$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation);
128
133
  var l = function (value, $completion) {
129
- return i.m1d(value, $completion);
134
+ return i.x1e(value, $completion);
130
135
  };
131
136
  l.$arity = 1;
132
137
  return l;
133
138
  }
134
139
  function $collectCOROUTINE$0(_this__u8e3s4, collector, resultContinuation) {
135
140
  CoroutineImpl.call(this, resultContinuation);
136
- this.w1d_1 = _this__u8e3s4;
137
- this.x1d_1 = collector;
141
+ this.h1f_1 = _this__u8e3s4;
142
+ this.i1f_1 = collector;
138
143
  }
139
- protoOf($collectCOROUTINE$0).pf = function () {
140
- var suspendResult = this.ye_1;
144
+ protoOf($collectCOROUTINE$0).jc = function () {
145
+ var suspendResult = this.ob_1;
141
146
  $sm: do
142
147
  try {
143
- var tmp = this.we_1;
148
+ var tmp = this.mb_1;
144
149
  switch (tmp) {
145
150
  case 0:
146
- this.xe_1 = 2;
147
- this.we_1 = 1;
148
- var tmp_0 = State$varsChangeFlow$o$collect$slambda_0(this.w1d_1.z1d_1, this.x1d_1, null);
149
- suspendResult = this.w1d_1.y1d_1.ay(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
151
+ this.nb_1 = 2;
152
+ var tmp_0 = this;
153
+ tmp_0.j1f_1 = this.i1f_1;
154
+ this.mb_1 = 1;
155
+ var tmp_1 = State$varsChangeFlow$o$collect$slambda_0(this.j1f_1, this.h1f_1.l1f_1, null);
156
+ suspendResult = this.h1f_1.k1f_1.fz(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
150
157
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
151
158
  return suspendResult;
152
159
  }
153
160
 
154
161
  continue $sm;
155
162
  case 1:
156
- return Unit_getInstance();
163
+ return Unit_instance;
157
164
  case 2:
158
- throw this.ze_1;
165
+ throw this.pb_1;
159
166
  }
160
167
  } catch ($p) {
161
168
  var e = $p;
162
- if (this.xe_1 === 2) {
169
+ if (this.nb_1 === 2) {
163
170
  throw e;
164
171
  } else {
165
- this.we_1 = this.xe_1;
166
- this.ze_1 = e;
172
+ this.mb_1 = this.nb_1;
173
+ this.pb_1 = e;
167
174
  }
168
175
  }
169
176
  while (true);
170
177
  };
171
- protoOf($collectCOROUTINE$0)['<set-state>'] = protoOf($collectCOROUTINE$0).df;
172
- protoOf($collectCOROUTINE$0)['<get-state>'] = protoOf($collectCOROUTINE$0).ef;
173
- protoOf($collectCOROUTINE$0)['<set-exceptionState>'] = protoOf($collectCOROUTINE$0).ff;
174
- protoOf($collectCOROUTINE$0)['<get-exceptionState>'] = protoOf($collectCOROUTINE$0).gf;
175
- protoOf($collectCOROUTINE$0)['<set-result>'] = protoOf($collectCOROUTINE$0).hf;
176
- protoOf($collectCOROUTINE$0)['<get-result>'] = protoOf($collectCOROUTINE$0).if;
177
- protoOf($collectCOROUTINE$0)['<set-exception>'] = protoOf($collectCOROUTINE$0).jf;
178
- protoOf($collectCOROUTINE$0)['<get-exception>'] = protoOf($collectCOROUTINE$0).kf;
179
- protoOf($collectCOROUTINE$0)['<set-finallyPath>'] = protoOf($collectCOROUTINE$0).lf;
180
- protoOf($collectCOROUTINE$0)['<get-finallyPath>'] = protoOf($collectCOROUTINE$0).mf;
181
- protoOf($collectCOROUTINE$0)['<get-context>'] = protoOf($collectCOROUTINE$0).l4;
182
- function State$varsChangeFlow$o$collect$slambda_1($collector, resultContinuation) {
183
- this.i1e_1 = $collector;
178
+ protoOf($collectCOROUTINE$0)['<set-state>'] = protoOf($collectCOROUTINE$0).wb;
179
+ protoOf($collectCOROUTINE$0)['<get-state>'] = protoOf($collectCOROUTINE$0).xb;
180
+ protoOf($collectCOROUTINE$0)['<set-exceptionState>'] = protoOf($collectCOROUTINE$0).yb;
181
+ protoOf($collectCOROUTINE$0)['<get-exceptionState>'] = protoOf($collectCOROUTINE$0).zb;
182
+ protoOf($collectCOROUTINE$0)['<set-result>'] = protoOf($collectCOROUTINE$0).ac;
183
+ protoOf($collectCOROUTINE$0)['<get-result>'] = protoOf($collectCOROUTINE$0).bc;
184
+ protoOf($collectCOROUTINE$0)['<set-exception>'] = protoOf($collectCOROUTINE$0).cc;
185
+ protoOf($collectCOROUTINE$0)['<get-exception>'] = protoOf($collectCOROUTINE$0).dc;
186
+ protoOf($collectCOROUTINE$0)['<set-finallyPath>'] = protoOf($collectCOROUTINE$0).ec;
187
+ protoOf($collectCOROUTINE$0)['<get-finallyPath>'] = protoOf($collectCOROUTINE$0).fc;
188
+ protoOf($collectCOROUTINE$0)['<get-context>'] = protoOf($collectCOROUTINE$0).tb;
189
+ function State$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation) {
190
+ this.u1f_1 = $$this$unsafeFlow;
184
191
  CoroutineImpl.call(this, resultContinuation);
185
192
  }
186
- protoOf(State$varsChangeFlow$o$collect$slambda_1).m1d = function (value, $completion) {
187
- var tmp = this.n1d(value, $completion);
188
- tmp.ye_1 = Unit_getInstance();
189
- tmp.ze_1 = null;
190
- return tmp.pf();
193
+ protoOf(State$varsChangeFlow$o$collect$slambda_1).x1e = function (value, $completion) {
194
+ var tmp = this.y1e(value, $completion);
195
+ tmp.ob_1 = Unit_instance;
196
+ tmp.pb_1 = null;
197
+ return tmp.jc();
191
198
  };
192
- protoOf(State$varsChangeFlow$o$collect$slambda_1).dg = function (p1, $completion) {
193
- return this.m1d((!(p1 == null) ? typeof p1 === 'string' : false) ? p1 : THROW_CCE(), $completion);
199
+ protoOf(State$varsChangeFlow$o$collect$slambda_1).yc = function (p1, $completion) {
200
+ return this.x1e((!(p1 == null) ? typeof p1 === 'string' : false) ? p1 : THROW_CCE(), $completion);
194
201
  };
195
- protoOf(State$varsChangeFlow$o$collect$slambda_1).pf = function () {
196
- var suspendResult = this.ye_1;
202
+ protoOf(State$varsChangeFlow$o$collect$slambda_1).jc = function () {
203
+ var suspendResult = this.ob_1;
197
204
  $sm: do
198
205
  try {
199
- var tmp = this.we_1;
206
+ var tmp = this.mb_1;
200
207
  switch (tmp) {
201
208
  case 0:
202
- this.xe_1 = 2;
203
- this.we_1 = 1;
204
- suspendResult = this.i1e_1.zx(Unit_getInstance(), this);
209
+ this.nb_1 = 2;
210
+ var tmp_0 = this;
211
+ tmp_0.w1f_1 = this.u1f_1;
212
+ var tmp_1 = this;
213
+ tmp_1.x1f_1 = this.v1f_1;
214
+ this.mb_1 = 1;
215
+ this.x1f_1;
216
+ suspendResult = this.w1f_1.ez(Unit_instance, this);
205
217
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
206
218
  return suspendResult;
207
219
  }
208
220
 
209
221
  continue $sm;
210
222
  case 1:
211
- return Unit_getInstance();
223
+ return Unit_instance;
212
224
  case 2:
213
- throw this.ze_1;
225
+ throw this.pb_1;
214
226
  }
215
227
  } catch ($p) {
216
228
  var e = $p;
217
- if (this.xe_1 === 2) {
229
+ if (this.nb_1 === 2) {
218
230
  throw e;
219
231
  } else {
220
- this.we_1 = this.xe_1;
221
- this.ze_1 = e;
232
+ this.mb_1 = this.nb_1;
233
+ this.pb_1 = e;
222
234
  }
223
235
  }
224
236
  while (true);
225
237
  };
226
- protoOf(State$varsChangeFlow$o$collect$slambda_1).n1d = function (value, completion) {
227
- var i = new State$varsChangeFlow$o$collect$slambda_1(this.i1e_1, completion);
228
- i.j1e_1 = value;
238
+ protoOf(State$varsChangeFlow$o$collect$slambda_1).y1e = function (value, completion) {
239
+ var i = new State$varsChangeFlow$o$collect$slambda_1(this.u1f_1, completion);
240
+ i.v1f_1 = value;
229
241
  return i;
230
242
  };
231
- function State$varsChangeFlow$o$collect$slambda_2($collector, resultContinuation) {
232
- var i = new State$varsChangeFlow$o$collect$slambda_1($collector, resultContinuation);
243
+ function State$varsChangeFlow$o$collect$slambda_2($$this$unsafeFlow, resultContinuation) {
244
+ var i = new State$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation);
233
245
  var l = function (value, $completion) {
234
- return i.m1d(value, $completion);
246
+ return i.x1e(value, $completion);
235
247
  };
236
248
  l.$arity = 1;
237
249
  return l;
238
250
  }
239
251
  function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
240
252
  CoroutineImpl.call(this, resultContinuation);
241
- this.s1e_1 = _this__u8e3s4;
242
- this.t1e_1 = collector;
253
+ this.g1g_1 = _this__u8e3s4;
254
+ this.h1g_1 = collector;
243
255
  }
244
- protoOf($collectCOROUTINE$1).pf = function () {
245
- var suspendResult = this.ye_1;
256
+ protoOf($collectCOROUTINE$1).jc = function () {
257
+ var suspendResult = this.ob_1;
246
258
  $sm: do
247
259
  try {
248
- var tmp = this.we_1;
260
+ var tmp = this.mb_1;
249
261
  switch (tmp) {
250
262
  case 0:
251
- this.xe_1 = 2;
252
- this.we_1 = 1;
253
- var tmp_0 = State$varsChangeFlow$o$collect$slambda_2(this.t1e_1, null);
254
- suspendResult = this.s1e_1.u1e_1.ay(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
263
+ this.nb_1 = 2;
264
+ var tmp_0 = this;
265
+ tmp_0.i1g_1 = this.h1g_1;
266
+ this.mb_1 = 1;
267
+ var tmp_1 = State$varsChangeFlow$o$collect$slambda_2(this.i1g_1, null);
268
+ suspendResult = this.g1g_1.j1g_1.fz(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
255
269
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
256
270
  return suspendResult;
257
271
  }
258
272
 
259
273
  continue $sm;
260
274
  case 1:
261
- return Unit_getInstance();
275
+ return Unit_instance;
262
276
  case 2:
263
- throw this.ze_1;
277
+ throw this.pb_1;
264
278
  }
265
279
  } catch ($p) {
266
280
  var e = $p;
267
- if (this.xe_1 === 2) {
281
+ if (this.nb_1 === 2) {
268
282
  throw e;
269
283
  } else {
270
- this.we_1 = this.xe_1;
271
- this.ze_1 = e;
284
+ this.mb_1 = this.nb_1;
285
+ this.pb_1 = e;
272
286
  }
273
287
  }
274
288
  while (true);
275
289
  };
276
- protoOf($collectCOROUTINE$1)['<set-state>'] = protoOf($collectCOROUTINE$1).df;
277
- protoOf($collectCOROUTINE$1)['<get-state>'] = protoOf($collectCOROUTINE$1).ef;
278
- protoOf($collectCOROUTINE$1)['<set-exceptionState>'] = protoOf($collectCOROUTINE$1).ff;
279
- protoOf($collectCOROUTINE$1)['<get-exceptionState>'] = protoOf($collectCOROUTINE$1).gf;
280
- protoOf($collectCOROUTINE$1)['<set-result>'] = protoOf($collectCOROUTINE$1).hf;
281
- protoOf($collectCOROUTINE$1)['<get-result>'] = protoOf($collectCOROUTINE$1).if;
282
- protoOf($collectCOROUTINE$1)['<set-exception>'] = protoOf($collectCOROUTINE$1).jf;
283
- protoOf($collectCOROUTINE$1)['<get-exception>'] = protoOf($collectCOROUTINE$1).kf;
284
- protoOf($collectCOROUTINE$1)['<set-finallyPath>'] = protoOf($collectCOROUTINE$1).lf;
285
- protoOf($collectCOROUTINE$1)['<get-finallyPath>'] = protoOf($collectCOROUTINE$1).mf;
286
- protoOf($collectCOROUTINE$1)['<get-context>'] = protoOf($collectCOROUTINE$1).l4;
287
- function State$varsChangeFlow$o$collect$slambda_3($collector, $block, this$0, resultContinuation) {
288
- this.d1f_1 = $collector;
289
- this.e1f_1 = $block;
290
- this.f1f_1 = this$0;
290
+ protoOf($collectCOROUTINE$1)['<set-state>'] = protoOf($collectCOROUTINE$1).wb;
291
+ protoOf($collectCOROUTINE$1)['<get-state>'] = protoOf($collectCOROUTINE$1).xb;
292
+ protoOf($collectCOROUTINE$1)['<set-exceptionState>'] = protoOf($collectCOROUTINE$1).yb;
293
+ protoOf($collectCOROUTINE$1)['<get-exceptionState>'] = protoOf($collectCOROUTINE$1).zb;
294
+ protoOf($collectCOROUTINE$1)['<set-result>'] = protoOf($collectCOROUTINE$1).ac;
295
+ protoOf($collectCOROUTINE$1)['<get-result>'] = protoOf($collectCOROUTINE$1).bc;
296
+ protoOf($collectCOROUTINE$1)['<set-exception>'] = protoOf($collectCOROUTINE$1).cc;
297
+ protoOf($collectCOROUTINE$1)['<get-exception>'] = protoOf($collectCOROUTINE$1).dc;
298
+ protoOf($collectCOROUTINE$1)['<set-finallyPath>'] = protoOf($collectCOROUTINE$1).ec;
299
+ protoOf($collectCOROUTINE$1)['<get-finallyPath>'] = protoOf($collectCOROUTINE$1).fc;
300
+ protoOf($collectCOROUTINE$1)['<get-context>'] = protoOf($collectCOROUTINE$1).tb;
301
+ function State$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation) {
302
+ this.s1g_1 = $$this$unsafeFlow;
303
+ this.t1g_1 = $block;
304
+ this.u1g_1 = this$0;
291
305
  CoroutineImpl.call(this, resultContinuation);
292
306
  }
293
- protoOf(State$varsChangeFlow$o$collect$slambda_3).h1f = function (value, $completion) {
294
- var tmp = this.i1f(value, $completion);
295
- tmp.ye_1 = Unit_getInstance();
296
- tmp.ze_1 = null;
297
- return tmp.pf();
307
+ protoOf(State$varsChangeFlow$o$collect$slambda_3).y1g = function (value, $completion) {
308
+ var tmp = this.z1g(value, $completion);
309
+ tmp.ob_1 = Unit_instance;
310
+ tmp.pb_1 = null;
311
+ return tmp.jc();
298
312
  };
299
- protoOf(State$varsChangeFlow$o$collect$slambda_3).dg = function (p1, $completion) {
300
- return this.h1f(p1 instanceof Unit ? p1 : THROW_CCE(), $completion);
313
+ protoOf(State$varsChangeFlow$o$collect$slambda_3).yc = function (p1, $completion) {
314
+ return this.y1g(p1 instanceof Unit ? p1 : THROW_CCE(), $completion);
301
315
  };
302
- protoOf(State$varsChangeFlow$o$collect$slambda_3).pf = function () {
303
- var suspendResult = this.ye_1;
316
+ protoOf(State$varsChangeFlow$o$collect$slambda_3).jc = function () {
317
+ var suspendResult = this.ob_1;
304
318
  $sm: do
305
319
  try {
306
- var tmp = this.we_1;
320
+ var tmp = this.mb_1;
307
321
  switch (tmp) {
308
322
  case 0:
309
- this.xe_1 = 2;
310
- this.we_1 = 1;
311
- suspendResult = this.d1f_1.zx(this.e1f_1(this.f1f_1), this);
323
+ this.nb_1 = 2;
324
+ var tmp_0 = this;
325
+ tmp_0.w1g_1 = this.s1g_1;
326
+ var tmp_1 = this;
327
+ tmp_1.x1g_1 = this.v1g_1;
328
+ this.mb_1 = 1;
329
+ this.x1g_1;
330
+ suspendResult = this.w1g_1.ez(this.t1g_1(this.u1g_1), this);
312
331
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
313
332
  return suspendResult;
314
333
  }
315
334
 
316
335
  continue $sm;
317
336
  case 1:
318
- return Unit_getInstance();
337
+ return Unit_instance;
319
338
  case 2:
320
- throw this.ze_1;
339
+ throw this.pb_1;
321
340
  }
322
341
  } catch ($p) {
323
342
  var e = $p;
324
- if (this.xe_1 === 2) {
343
+ if (this.nb_1 === 2) {
325
344
  throw e;
326
345
  } else {
327
- this.we_1 = this.xe_1;
328
- this.ze_1 = e;
346
+ this.mb_1 = this.nb_1;
347
+ this.pb_1 = e;
329
348
  }
330
349
  }
331
350
  while (true);
332
351
  };
333
- protoOf(State$varsChangeFlow$o$collect$slambda_3).i1f = function (value, completion) {
334
- var i = new State$varsChangeFlow$o$collect$slambda_3(this.d1f_1, this.e1f_1, this.f1f_1, completion);
335
- i.g1f_1 = value;
352
+ protoOf(State$varsChangeFlow$o$collect$slambda_3).z1g = function (value, completion) {
353
+ var i = new State$varsChangeFlow$o$collect$slambda_3(this.s1g_1, this.t1g_1, this.u1g_1, completion);
354
+ i.v1g_1 = value;
336
355
  return i;
337
356
  };
338
- function State$varsChangeFlow$o$collect$slambda_4($collector, $block, this$0, resultContinuation) {
339
- var i = new State$varsChangeFlow$o$collect$slambda_3($collector, $block, this$0, resultContinuation);
357
+ function State$varsChangeFlow$o$collect$slambda_4($$this$unsafeFlow, $block, this$0, resultContinuation) {
358
+ var i = new State$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation);
340
359
  var l = function (value, $completion) {
341
- return i.h1f(value, $completion);
360
+ return i.y1g(value, $completion);
342
361
  };
343
362
  l.$arity = 1;
344
363
  return l;
345
364
  }
346
365
  function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
347
366
  CoroutineImpl.call(this, resultContinuation);
348
- this.r1f_1 = _this__u8e3s4;
349
- this.s1f_1 = collector;
367
+ this.i1h_1 = _this__u8e3s4;
368
+ this.j1h_1 = collector;
350
369
  }
351
- protoOf($collectCOROUTINE$2).pf = function () {
352
- var suspendResult = this.ye_1;
370
+ protoOf($collectCOROUTINE$2).jc = function () {
371
+ var suspendResult = this.ob_1;
353
372
  $sm: do
354
373
  try {
355
- var tmp = this.we_1;
374
+ var tmp = this.mb_1;
356
375
  switch (tmp) {
357
376
  case 0:
358
- this.xe_1 = 2;
359
- this.we_1 = 1;
360
- var tmp_0 = State$varsChangeFlow$o$collect$slambda_4(this.s1f_1, this.r1f_1.u1f_1, this.r1f_1.v1f_1, null);
361
- suspendResult = this.r1f_1.t1f_1.ay(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
377
+ this.nb_1 = 2;
378
+ var tmp_0 = this;
379
+ tmp_0.k1h_1 = this.j1h_1;
380
+ this.mb_1 = 1;
381
+ var tmp_1 = State$varsChangeFlow$o$collect$slambda_4(this.k1h_1, this.i1h_1.m1h_1, this.i1h_1.n1h_1, null);
382
+ suspendResult = this.i1h_1.l1h_1.fz(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
362
383
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
363
384
  return suspendResult;
364
385
  }
365
386
 
366
387
  continue $sm;
367
388
  case 1:
368
- return Unit_getInstance();
389
+ return Unit_instance;
369
390
  case 2:
370
- throw this.ze_1;
391
+ throw this.pb_1;
371
392
  }
372
393
  } catch ($p) {
373
394
  var e = $p;
374
- if (this.xe_1 === 2) {
395
+ if (this.nb_1 === 2) {
375
396
  throw e;
376
397
  } else {
377
- this.we_1 = this.xe_1;
378
- this.ze_1 = e;
398
+ this.mb_1 = this.nb_1;
399
+ this.pb_1 = e;
379
400
  }
380
401
  }
381
402
  while (true);
382
403
  };
383
- protoOf($collectCOROUTINE$2)['<set-state>'] = protoOf($collectCOROUTINE$2).df;
384
- protoOf($collectCOROUTINE$2)['<get-state>'] = protoOf($collectCOROUTINE$2).ef;
385
- protoOf($collectCOROUTINE$2)['<set-exceptionState>'] = protoOf($collectCOROUTINE$2).ff;
386
- protoOf($collectCOROUTINE$2)['<get-exceptionState>'] = protoOf($collectCOROUTINE$2).gf;
387
- protoOf($collectCOROUTINE$2)['<set-result>'] = protoOf($collectCOROUTINE$2).hf;
388
- protoOf($collectCOROUTINE$2)['<get-result>'] = protoOf($collectCOROUTINE$2).if;
389
- protoOf($collectCOROUTINE$2)['<set-exception>'] = protoOf($collectCOROUTINE$2).jf;
390
- protoOf($collectCOROUTINE$2)['<get-exception>'] = protoOf($collectCOROUTINE$2).kf;
391
- protoOf($collectCOROUTINE$2)['<set-finallyPath>'] = protoOf($collectCOROUTINE$2).lf;
392
- protoOf($collectCOROUTINE$2)['<get-finallyPath>'] = protoOf($collectCOROUTINE$2).mf;
393
- protoOf($collectCOROUTINE$2)['<get-context>'] = protoOf($collectCOROUTINE$2).l4;
404
+ protoOf($collectCOROUTINE$2)['<set-state>'] = protoOf($collectCOROUTINE$2).wb;
405
+ protoOf($collectCOROUTINE$2)['<get-state>'] = protoOf($collectCOROUTINE$2).xb;
406
+ protoOf($collectCOROUTINE$2)['<set-exceptionState>'] = protoOf($collectCOROUTINE$2).yb;
407
+ protoOf($collectCOROUTINE$2)['<get-exceptionState>'] = protoOf($collectCOROUTINE$2).zb;
408
+ protoOf($collectCOROUTINE$2)['<set-result>'] = protoOf($collectCOROUTINE$2).ac;
409
+ protoOf($collectCOROUTINE$2)['<get-result>'] = protoOf($collectCOROUTINE$2).bc;
410
+ protoOf($collectCOROUTINE$2)['<set-exception>'] = protoOf($collectCOROUTINE$2).cc;
411
+ protoOf($collectCOROUTINE$2)['<get-exception>'] = protoOf($collectCOROUTINE$2).dc;
412
+ protoOf($collectCOROUTINE$2)['<set-finallyPath>'] = protoOf($collectCOROUTINE$2).ec;
413
+ protoOf($collectCOROUTINE$2)['<get-finallyPath>'] = protoOf($collectCOROUTINE$2).fc;
414
+ protoOf($collectCOROUTINE$2)['<get-context>'] = protoOf($collectCOROUTINE$2).tb;
394
415
  function State_init_$Init$($this) {
395
- var tmp$ret$0;
396
416
  // Inline function 'kotlin.collections.mutableMapOf' call
397
- tmp$ret$0 = LinkedHashMap_init_$Create$();
417
+ var tmp$ret$0 = LinkedHashMap_init_$Create$();
398
418
  State.call($this, VOID, tmp$ret$0);
399
419
  return $this;
400
420
  }
@@ -402,103 +422,103 @@
402
422
  return State_init_$Init$(objectCreate(protoOf(State)));
403
423
  }
404
424
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
405
- this.w1f_1 = function_0;
425
+ this.o1h_1 = function_0;
406
426
  }
407
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).zx = function (value, $completion) {
408
- return this.w1f_1(value, $completion);
427
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).ez = function (value, $completion) {
428
+ return this.o1h_1(value, $completion);
409
429
  };
410
430
  function State$varsChangeFlow$slambda($keys, resultContinuation) {
411
- this.f1g_1 = $keys;
431
+ this.x1h_1 = $keys;
412
432
  CoroutineImpl.call(this, resultContinuation);
413
433
  }
414
- protoOf(State$varsChangeFlow$slambda).h1g = function ($this$onSubscription, $completion) {
415
- var tmp = this.i1g($this$onSubscription, $completion);
416
- tmp.ye_1 = Unit_getInstance();
417
- tmp.ze_1 = null;
418
- return tmp.pf();
434
+ protoOf(State$varsChangeFlow$slambda).z1h = function ($this$onSubscription, $completion) {
435
+ var tmp = this.a1i($this$onSubscription, $completion);
436
+ tmp.ob_1 = Unit_instance;
437
+ tmp.pb_1 = null;
438
+ return tmp.jc();
419
439
  };
420
- protoOf(State$varsChangeFlow$slambda).dg = function (p1, $completion) {
421
- return this.h1g((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
440
+ protoOf(State$varsChangeFlow$slambda).yc = function (p1, $completion) {
441
+ return this.z1h((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
422
442
  };
423
- protoOf(State$varsChangeFlow$slambda).pf = function () {
424
- var suspendResult = this.ye_1;
443
+ protoOf(State$varsChangeFlow$slambda).jc = function () {
444
+ var suspendResult = this.ob_1;
425
445
  $sm: do
426
446
  try {
427
- var tmp = this.we_1;
447
+ var tmp = this.mb_1;
428
448
  switch (tmp) {
429
449
  case 0:
430
- this.xe_1 = 2;
431
- this.we_1 = 1;
432
- suspendResult = this.g1g_1.zx(first(this.f1g_1), this);
450
+ this.nb_1 = 2;
451
+ this.mb_1 = 1;
452
+ suspendResult = this.y1h_1.ez(first(this.x1h_1), this);
433
453
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
434
454
  return suspendResult;
435
455
  }
436
456
 
437
457
  continue $sm;
438
458
  case 1:
439
- return Unit_getInstance();
459
+ return Unit_instance;
440
460
  case 2:
441
- throw this.ze_1;
461
+ throw this.pb_1;
442
462
  }
443
463
  } catch ($p) {
444
464
  var e = $p;
445
- if (this.xe_1 === 2) {
465
+ if (this.nb_1 === 2) {
446
466
  throw e;
447
467
  } else {
448
- this.we_1 = this.xe_1;
449
- this.ze_1 = e;
468
+ this.mb_1 = this.nb_1;
469
+ this.pb_1 = e;
450
470
  }
451
471
  }
452
472
  while (true);
453
473
  };
454
- protoOf(State$varsChangeFlow$slambda).i1g = function ($this$onSubscription, completion) {
455
- var i = new State$varsChangeFlow$slambda(this.f1g_1, completion);
456
- i.g1g_1 = $this$onSubscription;
474
+ protoOf(State$varsChangeFlow$slambda).a1i = function ($this$onSubscription, completion) {
475
+ var i = new State$varsChangeFlow$slambda(this.x1h_1, completion);
476
+ i.y1h_1 = $this$onSubscription;
457
477
  return i;
458
478
  };
459
479
  function State$varsChangeFlow$slambda_0($keys, resultContinuation) {
460
480
  var i = new State$varsChangeFlow$slambda($keys, resultContinuation);
461
481
  var l = function ($this$onSubscription, $completion) {
462
- return i.h1g($this$onSubscription, $completion);
482
+ return i.z1h($this$onSubscription, $completion);
463
483
  };
464
484
  l.$arity = 1;
465
485
  return l;
466
486
  }
467
- function _no_name_provided__qut3iv($tmp0_filter, $keys) {
468
- this.y1d_1 = $tmp0_filter;
469
- this.z1d_1 = $keys;
487
+ function _no_name_provided__qut3iv($this, $keys) {
488
+ this.k1f_1 = $this;
489
+ this.l1f_1 = $keys;
470
490
  }
471
- protoOf(_no_name_provided__qut3iv).j1g = function (collector, $completion) {
491
+ protoOf(_no_name_provided__qut3iv).b1i = function (collector, $completion) {
472
492
  var tmp = new $collectCOROUTINE$0(this, collector, $completion);
473
- tmp.ye_1 = Unit_getInstance();
474
- tmp.ze_1 = null;
475
- return tmp.pf();
493
+ tmp.ob_1 = Unit_instance;
494
+ tmp.pb_1 = null;
495
+ return tmp.jc();
476
496
  };
477
- protoOf(_no_name_provided__qut3iv).ay = function (collector, $completion) {
478
- return this.j1g(collector, $completion);
497
+ protoOf(_no_name_provided__qut3iv).fz = function (collector, $completion) {
498
+ return this.b1i(collector, $completion);
479
499
  };
480
- function _no_name_provided__qut3iv_0($tmp1_map) {
481
- this.u1e_1 = $tmp1_map;
500
+ function _no_name_provided__qut3iv_0($this) {
501
+ this.j1g_1 = $this;
482
502
  }
483
- protoOf(_no_name_provided__qut3iv_0).k1g = function (collector, $completion) {
503
+ protoOf(_no_name_provided__qut3iv_0).c1i = function (collector, $completion) {
484
504
  var tmp = new $collectCOROUTINE$1(this, collector, $completion);
485
- tmp.ye_1 = Unit_getInstance();
486
- tmp.ze_1 = null;
487
- return tmp.pf();
505
+ tmp.ob_1 = Unit_instance;
506
+ tmp.pb_1 = null;
507
+ return tmp.jc();
488
508
  };
489
- protoOf(_no_name_provided__qut3iv_0).ay = function (collector, $completion) {
490
- return this.k1g(collector, $completion);
509
+ protoOf(_no_name_provided__qut3iv_0).fz = function (collector, $completion) {
510
+ return this.c1i(collector, $completion);
491
511
  };
492
- function _no_name_provided__qut3iv_1($tmp2_map, $block, this$0) {
493
- this.t1f_1 = $tmp2_map;
494
- this.u1f_1 = $block;
495
- this.v1f_1 = this$0;
512
+ function _no_name_provided__qut3iv_1($this, $block, this$0) {
513
+ this.l1h_1 = $this;
514
+ this.m1h_1 = $block;
515
+ this.n1h_1 = this$0;
496
516
  }
497
- protoOf(_no_name_provided__qut3iv_1).ay = function (collector, $completion) {
517
+ protoOf(_no_name_provided__qut3iv_1).fz = function (collector, $completion) {
498
518
  var tmp = new $collectCOROUTINE$2(this, collector, $completion);
499
- tmp.ye_1 = Unit_getInstance();
500
- tmp.ze_1 = null;
501
- return tmp.pf();
519
+ tmp.ob_1 = Unit_instance;
520
+ tmp.pb_1 = null;
521
+ return tmp.jc();
502
522
  };
503
523
  function State(triggeredAnalyticsEvents, vars) {
504
524
  var tmp;
@@ -517,83 +537,82 @@
517
537
  tmp_0 = vars;
518
538
  }
519
539
  vars = tmp_0;
520
- this.l1g_1 = triggeredAnalyticsEvents;
521
- this.m1g_1 = vars;
522
- this.n1g_1 = MutableSharedFlow(VOID, IntCompanionObject_getInstance().MAX_VALUE);
540
+ this.d1i_1 = triggeredAnalyticsEvents;
541
+ this.e1i_1 = vars;
542
+ this.f1i_1 = MutableSharedFlow(VOID, IntCompanionObject_instance.MAX_VALUE);
523
543
  }
524
- protoOf(State).o1g = function (id) {
525
- var tmp0_elvis_lhs = this.l1g_1.f2(id);
544
+ protoOf(State).g1i = function (id) {
545
+ var tmp0_elvis_lhs = this.d1i_1.p2(id);
526
546
  return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
527
547
  };
528
- protoOf(State).p1g = function (id) {
548
+ protoOf(State).h1i = function (id) {
529
549
  // Inline function 'kotlin.collections.set' call
530
- var tmp0_set = this.l1g_1;
531
- var tmp0_elvis_lhs = this.l1g_1.f2(id);
532
- var tmp1_set = (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) + 1 | 0;
533
- tmp0_set.u3(id, tmp1_set);
550
+ var this_0 = this.d1i_1;
551
+ var tmp0_elvis_lhs = this.d1i_1.p2(id);
552
+ var value = (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) + 1 | 0;
553
+ this_0.f2(id, value);
534
554
  };
535
- protoOf(State).q1g = function (keys, block) {
555
+ protoOf(State).i1i = function (keys, block) {
536
556
  // Inline function 'kotlinx.coroutines.flow.map' call
537
557
  var tmp;
538
558
  // Inline function 'kotlin.collections.isNullOrEmpty' call
539
559
  // Inline function 'kotlin.contracts.contract' call
540
- if (keys == null ? true : keys.m()) {
541
- tmp = flowOf(Unit_getInstance());
560
+ if (keys == null ? true : keys.x()) {
561
+ tmp = flowOf(Unit_instance);
542
562
  } else {
543
- var tmp$ret$6;
544
563
  // Inline function 'kotlinx.coroutines.flow.map' call
545
564
  // Inline function 'kotlinx.coroutines.flow.filter' call
546
- var tmp0_filter = onSubscription(this.n1g_1, State$varsChangeFlow$slambda_0(keys, null));
547
565
  // Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
566
+ var this_0 = onSubscription(this.f1i_1, State$varsChangeFlow$slambda_0(keys, null));
548
567
  // Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
549
- var tmp1_map = new _no_name_provided__qut3iv(tmp0_filter, keys);
550
568
  // Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
569
+ var this_1 = new _no_name_provided__qut3iv(this_0, keys);
551
570
  // Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
552
- tmp$ret$6 = new _no_name_provided__qut3iv_0(tmp1_map);
571
+ var tmp$ret$6 = new _no_name_provided__qut3iv_0(this_1);
553
572
  tmp = conflate(tmp$ret$6);
554
573
  }
555
- var tmp2_map = tmp;
556
574
  // Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
575
+ var this_2 = tmp;
557
576
  // Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
558
- return new _no_name_provided__qut3iv_1(tmp2_map, block, this);
577
+ return new _no_name_provided__qut3iv_1(this_2, block, this);
559
578
  };
560
- protoOf(State).r1g = function (keys, block, $super) {
579
+ protoOf(State).j1i = function (keys, block, $super) {
561
580
  keys = keys === VOID ? emptyList() : keys;
562
- return $super === VOID ? this.q1g(keys, block) : $super.q1g.call(this, keys, block);
581
+ return $super === VOID ? this.i1i(keys, block) : $super.i1i.call(this, keys, block);
563
582
  };
564
- protoOf(State).s1g = function (key) {
583
+ protoOf(State).k1i = function (key) {
565
584
  // Inline function 'kotlin.collections.orEmpty' call
566
- var tmp0_elvis_lhs = this.m1g_1.f2(key);
585
+ var tmp0_elvis_lhs = this.e1i_1.p2(key);
567
586
  return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
568
587
  };
569
- protoOf(State).t1g = function (key, values) {
588
+ protoOf(State).l1i = function (key, values) {
570
589
  // Inline function 'kotlin.collections.set' call
571
- var tmp0_set = this.m1g_1;
572
- var tmp1_set = values == null ? null : toList(values);
573
- tmp0_set.u3(key, tmp1_set);
574
- this.n1g_1.i10(key);
575
- };
576
- protoOf(State).u1g = function (key, value) {
577
- var values = this.s1g(key);
578
- if (!values.y(value)) {
579
- this.t1g(key, plus(values, value));
590
+ var this_0 = this.e1i_1;
591
+ var value = values == null ? null : toList(values);
592
+ this_0.f2(key, value);
593
+ this.f1i_1.n11(key);
594
+ };
595
+ protoOf(State).m1i = function (key, value) {
596
+ var values = this.k1i(key);
597
+ if (!values.v(value)) {
598
+ this.l1i(key, plus(values, value));
580
599
  }
581
600
  };
582
- protoOf(State).v1g = function (key, value) {
583
- var values = this.s1g(key);
584
- if (values.y(value)) {
601
+ protoOf(State).n1i = function (key, value) {
602
+ var values = this.k1i(key);
603
+ if (values.v(value)) {
585
604
  // Inline function 'kotlin.collections.filterNot' call
586
605
  // Inline function 'kotlin.collections.filterNotTo' call
587
- var tmp0_filterNotTo = ArrayList_init_$Create$();
588
- var tmp0_iterator = values.f();
589
- while (tmp0_iterator.g()) {
590
- var element = tmp0_iterator.h();
606
+ var destination = ArrayList_init_$Create$();
607
+ var tmp0_iterator = values.s();
608
+ while (tmp0_iterator.t()) {
609
+ var element = tmp0_iterator.u();
591
610
  // Inline function 'org.cru.godtools.shared.tool.state.State.removeVarValue.<anonymous>' call
592
611
  if (!(element === value)) {
593
- tmp0_filterNotTo.a(element);
612
+ destination.p(element);
594
613
  }
595
614
  }
596
- this.t1g(key, tmp0_filterNotTo);
615
+ this.l1i(key, destination);
597
616
  }
598
617
  };
599
618
  //region block: exports