@cruglobal/godtools-shared 0.9.3-PR535-SNAPSHOT.1399 → 0.9.3-PR569-SNAPSHOT.1427

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.
@@ -12,13 +12,13 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var fillArrayVal = kotlin_kotlin.$_$.c6;
16
- var protoOf = kotlin_kotlin.$_$.t6;
17
- var defineProp = kotlin_kotlin.$_$.a6;
18
- var classMeta = kotlin_kotlin.$_$.y5;
19
- var setMetadataFor = kotlin_kotlin.$_$.u6;
20
- var objectMeta = kotlin_kotlin.$_$.s6;
21
- var toString = kotlin_kotlin.$_$.u9;
15
+ var fillArrayVal = kotlin_kotlin.$_$.x5;
16
+ var protoOf = kotlin_kotlin.$_$.o6;
17
+ var defineProp = kotlin_kotlin.$_$.v5;
18
+ var classMeta = kotlin_kotlin.$_$.t5;
19
+ var setMetadataFor = kotlin_kotlin.$_$.p6;
20
+ var objectMeta = kotlin_kotlin.$_$.n6;
21
+ var toString = kotlin_kotlin.$_$.p9;
22
22
  var VOID = kotlin_kotlin.$_$.c;
23
23
  //endregion
24
24
  //region block: pre-declaration
@@ -39,13 +39,13 @@
39
39
  tmp_1[tmp_0] = atomic$ref$1(null);
40
40
  tmp_0 = tmp_0 + 1 | 0;
41
41
  }
42
- tmp.tg_1 = tmp_1;
42
+ tmp.gi_1 = tmp_1;
43
43
  }
44
- protoOf(atomicfu$AtomicRefArray$ref).ug = function () {
45
- return this.tg_1.length;
44
+ protoOf(atomicfu$AtomicRefArray$ref).hi = function () {
45
+ return this.gi_1.length;
46
46
  };
47
47
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
48
- return this.tg_1[index];
48
+ return this.gi_1[index];
49
49
  };
50
50
  function atomicfu$AtomicRefArray$ofNulls(size) {
51
51
  return new atomicfu$AtomicRefArray$ref(size);
@@ -73,10 +73,10 @@
73
73
  function AtomicRef(value) {
74
74
  this.kotlinx$atomicfu$value = value;
75
75
  }
76
- protoOf(AtomicRef).vg = function (_set____db54di) {
76
+ protoOf(AtomicRef).ii = function (_set____db54di) {
77
77
  this.kotlinx$atomicfu$value = _set____db54di;
78
78
  };
79
- protoOf(AtomicRef).wg = function () {
79
+ protoOf(AtomicRef).ji = function () {
80
80
  return this.kotlinx$atomicfu$value;
81
81
  };
82
82
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -99,10 +99,10 @@
99
99
  function AtomicBoolean(value) {
100
100
  this.kotlinx$atomicfu$value = value;
101
101
  }
102
- protoOf(AtomicBoolean).xg = function (_set____db54di) {
102
+ protoOf(AtomicBoolean).ki = function (_set____db54di) {
103
103
  this.kotlinx$atomicfu$value = _set____db54di;
104
104
  };
105
- protoOf(AtomicBoolean).wg = function () {
105
+ protoOf(AtomicBoolean).ji = function () {
106
106
  return this.kotlinx$atomicfu$value;
107
107
  };
108
108
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -125,10 +125,10 @@
125
125
  function AtomicInt(value) {
126
126
  this.kotlinx$atomicfu$value = value;
127
127
  }
128
- protoOf(AtomicInt).yg = function (_set____db54di) {
128
+ protoOf(AtomicInt).li = function (_set____db54di) {
129
129
  this.kotlinx$atomicfu$value = _set____db54di;
130
130
  };
131
- protoOf(AtomicInt).wg = function () {
131
+ protoOf(AtomicInt).ji = function () {
132
132
  return this.kotlinx$atomicfu$value;
133
133
  };
134
134
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -178,10 +178,10 @@
178
178
  function AtomicLong(value) {
179
179
  this.kotlinx$atomicfu$value = value;
180
180
  }
181
- protoOf(AtomicLong).zg = function (_set____db54di) {
181
+ protoOf(AtomicLong).mi = function (_set____db54di) {
182
182
  this.kotlinx$atomicfu$value = _set____db54di;
183
183
  };
184
- protoOf(AtomicLong).wg = function () {
184
+ protoOf(AtomicLong).ji = function () {
185
185
  return this.kotlinx$atomicfu$value;
186
186
  };
187
187
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -245,7 +245,7 @@
245
245
  return new AtomicLong(initial);
246
246
  }
247
247
  //region block: post-declaration
248
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).ug);
248
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).hi);
249
249
  //endregion
250
250
  //region block: exports
251
251
  _.$_$ = _.$_$ || {};
@@ -12,18 +12,18 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var Unit_instance = kotlin_kotlin.$_$.o2;
16
- var Enum = kotlin_kotlin.$_$.w8;
17
- var protoOf = kotlin_kotlin.$_$.t6;
18
- var classMeta = kotlin_kotlin.$_$.y5;
19
- var setMetadataFor = kotlin_kotlin.$_$.u6;
20
- var Collection = kotlin_kotlin.$_$.r2;
21
- var isInterface = kotlin_kotlin.$_$.l6;
22
- var objectMeta = kotlin_kotlin.$_$.s6;
23
- var emptyList = kotlin_kotlin.$_$.j3;
24
- var objectCreate = kotlin_kotlin.$_$.r6;
25
- var AbstractList = kotlin_kotlin.$_$.p2;
26
- var THROW_CCE = kotlin_kotlin.$_$.h9;
15
+ var Unit_instance = kotlin_kotlin.$_$.m2;
16
+ var Enum = kotlin_kotlin.$_$.s8;
17
+ var protoOf = kotlin_kotlin.$_$.o6;
18
+ var classMeta = kotlin_kotlin.$_$.t5;
19
+ var setMetadataFor = kotlin_kotlin.$_$.p6;
20
+ var Collection = kotlin_kotlin.$_$.p2;
21
+ var isInterface = kotlin_kotlin.$_$.g6;
22
+ var objectMeta = kotlin_kotlin.$_$.n6;
23
+ var emptyList = kotlin_kotlin.$_$.i3;
24
+ var objectCreate = kotlin_kotlin.$_$.m6;
25
+ var AbstractList = kotlin_kotlin.$_$.n2;
26
+ var THROW_CCE = kotlin_kotlin.$_$.c9;
27
27
  var VOID = kotlin_kotlin.$_$.c;
28
28
  //endregion
29
29
  //region block: pre-declaration
@@ -63,13 +63,13 @@
63
63
  }
64
64
  function Napier() {
65
65
  Napier_instance = this;
66
- this.d1p_1 = AtomicMutableList_init_$Create$();
66
+ this.q1q_1 = AtomicMutableList_init_$Create$();
67
67
  }
68
- protoOf(Napier).e1p = function (priority, tag) {
68
+ protoOf(Napier).r1q = function (priority, tag) {
69
69
  var tmp$ret$0;
70
70
  $l$block_0: {
71
71
  // Inline function 'kotlin.collections.any' call
72
- var this_0 = this.d1p_1;
72
+ var this_0 = this.q1q_1;
73
73
  var tmp;
74
74
  if (isInterface(this_0, Collection)) {
75
75
  tmp = this_0.x();
@@ -84,7 +84,7 @@
84
84
  while (tmp0_iterator.t()) {
85
85
  var element = tmp0_iterator.u();
86
86
  // Inline function 'io.github.aakira.napier.Napier.isEnable.<anonymous>' call
87
- if (element.e1p(priority, tag)) {
87
+ if (element.r1q(priority, tag)) {
88
88
  tmp$ret$0 = true;
89
89
  break $l$block_0;
90
90
  }
@@ -93,27 +93,27 @@
93
93
  }
94
94
  return tmp$ret$0;
95
95
  };
96
- protoOf(Napier).f1p = function (priority, tag, throwable, message) {
96
+ protoOf(Napier).s1q = function (priority, tag, throwable, message) {
97
97
  // Inline function 'kotlin.collections.forEach' call
98
- var tmp0_iterator = this.d1p_1.s();
98
+ var tmp0_iterator = this.q1q_1.s();
99
99
  while (tmp0_iterator.t()) {
100
100
  var element = tmp0_iterator.u();
101
101
  // Inline function 'io.github.aakira.napier.Napier.rawLog.<anonymous>' call
102
- element.f1p(priority, tag, throwable, message);
102
+ element.s1q(priority, tag, throwable, message);
103
103
  }
104
104
  };
105
- protoOf(Napier).g1p = function (message, throwable, tag) {
106
- this.h1p(LogLevel_DEBUG_getInstance(), tag, throwable, message);
105
+ protoOf(Napier).t1q = function (message, throwable, tag) {
106
+ this.u1q(LogLevel_DEBUG_getInstance(), tag, throwable, message);
107
107
  };
108
- protoOf(Napier).i1p = function (message, throwable, tag) {
109
- this.h1p(LogLevel_ERROR_getInstance(), tag, throwable, message);
108
+ protoOf(Napier).v1q = function (message, throwable, tag) {
109
+ this.u1q(LogLevel_ERROR_getInstance(), tag, throwable, message);
110
110
  };
111
- protoOf(Napier).j1p = function (throwable, tag, message) {
112
- this.h1p(LogLevel_ERROR_getInstance(), tag, throwable, message());
111
+ protoOf(Napier).w1q = function (throwable, tag, message) {
112
+ this.u1q(LogLevel_ERROR_getInstance(), tag, throwable, message());
113
113
  };
114
- protoOf(Napier).h1p = function (priority, tag, throwable, message) {
115
- if (this.e1p(priority, tag)) {
116
- this.f1p(priority, tag, throwable, message);
114
+ protoOf(Napier).u1q = function (priority, tag, throwable, message) {
115
+ if (this.r1q(priority, tag)) {
116
+ this.s1q(priority, tag, throwable, message);
117
117
  }
118
118
  };
119
119
  var Napier_instance;
@@ -133,38 +133,38 @@
133
133
  }
134
134
  function AtomicMutableList(value) {
135
135
  AbstractList.call(this);
136
- this.k1p_1 = new AtomicRef(value);
136
+ this.x1q_1 = new AtomicRef(value);
137
137
  }
138
138
  protoOf(AtomicMutableList).l = function () {
139
- return this.k1p_1.l1p_1.l();
139
+ return this.x1q_1.y1q_1.l();
140
140
  };
141
141
  protoOf(AtomicMutableList).x = function () {
142
- return this.k1p_1.l1p_1.x();
142
+ return this.x1q_1.y1q_1.x();
143
143
  };
144
- protoOf(AtomicMutableList).zd = function (element) {
145
- return this.k1p_1.l1p_1.v(element);
144
+ protoOf(AtomicMutableList).be = function (element) {
145
+ return this.x1q_1.y1q_1.v(element);
146
146
  };
147
147
  protoOf(AtomicMutableList).v = function (element) {
148
148
  if (!(element == null ? true : !(element == null)))
149
149
  return false;
150
- return this.zd((element == null ? true : !(element == null)) ? element : THROW_CCE());
150
+ return this.be((element == null ? true : !(element == null)) ? element : THROW_CCE());
151
151
  };
152
152
  protoOf(AtomicMutableList).b1 = function (index) {
153
- return this.k1p_1.l1p_1.b1(index);
153
+ return this.x1q_1.y1q_1.b1(index);
154
154
  };
155
- protoOf(AtomicMutableList).m1p = function (element) {
156
- return this.k1p_1.l1p_1.s1(element);
155
+ protoOf(AtomicMutableList).z1q = function (element) {
156
+ return this.x1q_1.y1q_1.t1(element);
157
157
  };
158
- protoOf(AtomicMutableList).s1 = function (element) {
158
+ protoOf(AtomicMutableList).t1 = function (element) {
159
159
  if (!(element == null ? true : !(element == null)))
160
160
  return -1;
161
- return this.m1p((element == null ? true : !(element == null)) ? element : THROW_CCE());
161
+ return this.z1q((element == null ? true : !(element == null)) ? element : THROW_CCE());
162
162
  };
163
163
  protoOf(AtomicMutableList).s = function () {
164
- return this.k1p_1.l1p_1.s();
164
+ return this.x1q_1.y1q_1.s();
165
165
  };
166
166
  function AtomicRef(value) {
167
- this.l1p_1 = value;
167
+ this.y1q_1 = value;
168
168
  }
169
169
  //region block: exports
170
170
  _.$_$ = _.$_$ || {};