@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1187 → 0.9.0-SNAPSHOT.1188

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.
@@ -49,10 +49,10 @@
49
49
  function AtomicRef(value) {
50
50
  this.kotlinx$atomicfu$value = value;
51
51
  }
52
- protoOf(AtomicRef).jf = function (_set____db54di) {
52
+ protoOf(AtomicRef).gf = function (_set____db54di) {
53
53
  this.kotlinx$atomicfu$value = _set____db54di;
54
54
  };
55
- protoOf(AtomicRef).kf = function () {
55
+ protoOf(AtomicRef).hf = function () {
56
56
  return this.kotlinx$atomicfu$value;
57
57
  };
58
58
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -75,10 +75,10 @@
75
75
  function AtomicBoolean(value) {
76
76
  this.kotlinx$atomicfu$value = value;
77
77
  }
78
- protoOf(AtomicBoolean).lf = function (_set____db54di) {
78
+ protoOf(AtomicBoolean).if = function (_set____db54di) {
79
79
  this.kotlinx$atomicfu$value = _set____db54di;
80
80
  };
81
- protoOf(AtomicBoolean).kf = function () {
81
+ protoOf(AtomicBoolean).hf = function () {
82
82
  return this.kotlinx$atomicfu$value;
83
83
  };
84
84
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -101,10 +101,10 @@
101
101
  function AtomicInt(value) {
102
102
  this.kotlinx$atomicfu$value = value;
103
103
  }
104
- protoOf(AtomicInt).mf = function (_set____db54di) {
104
+ protoOf(AtomicInt).jf = function (_set____db54di) {
105
105
  this.kotlinx$atomicfu$value = _set____db54di;
106
106
  };
107
- protoOf(AtomicInt).kf = function () {
107
+ protoOf(AtomicInt).hf = function () {
108
108
  return this.kotlinx$atomicfu$value;
109
109
  };
110
110
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -64,13 +64,13 @@
64
64
  }
65
65
  function Napier() {
66
66
  Napier_instance = this;
67
- this.o2l_1 = AtomicMutableList_init_$Create$();
67
+ this.l2l_1 = AtomicMutableList_init_$Create$();
68
68
  }
69
- protoOf(Napier).p2l = function (priority, tag) {
69
+ protoOf(Napier).m2l = function (priority, tag) {
70
70
  var tmp$ret$0;
71
71
  $l$block_0: {
72
72
  // Inline function 'kotlin.collections.any' call
73
- var tmp0_any = this.o2l_1;
73
+ var tmp0_any = this.l2l_1;
74
74
  var tmp;
75
75
  if (isInterface(tmp0_any, Collection)) {
76
76
  tmp = tmp0_any.m();
@@ -86,7 +86,7 @@
86
86
  var element = tmp0_iterator.h();
87
87
  var tmp$ret$1;
88
88
  // Inline function 'io.github.aakira.napier.Napier.isEnable.<anonymous>' call
89
- tmp$ret$1 = element.p2l(priority, tag);
89
+ tmp$ret$1 = element.m2l(priority, tag);
90
90
  if (tmp$ret$1) {
91
91
  tmp$ret$0 = true;
92
92
  break $l$block_0;
@@ -96,28 +96,28 @@
96
96
  }
97
97
  return tmp$ret$0;
98
98
  };
99
- protoOf(Napier).q2l = function (priority, tag, throwable, message) {
99
+ protoOf(Napier).n2l = function (priority, tag, throwable, message) {
100
100
  // Inline function 'kotlin.collections.forEach' call
101
- var tmp0_forEach = this.o2l_1;
101
+ var tmp0_forEach = this.l2l_1;
102
102
  var tmp0_iterator = tmp0_forEach.f();
103
103
  while (tmp0_iterator.g()) {
104
104
  var element = tmp0_iterator.h();
105
105
  // Inline function 'io.github.aakira.napier.Napier.rawLog.<anonymous>' call
106
- element.q2l(priority, tag, throwable, message);
106
+ element.n2l(priority, tag, throwable, message);
107
107
  }
108
108
  };
109
- protoOf(Napier).r2l = function (message, throwable, tag) {
110
- this.s2l(LogLevel_DEBUG_getInstance(), tag, throwable, message);
109
+ protoOf(Napier).o2l = function (message, throwable, tag) {
110
+ this.p2l(LogLevel_DEBUG_getInstance(), tag, throwable, message);
111
111
  };
112
- protoOf(Napier).t2l = function (message, throwable, tag) {
113
- this.s2l(LogLevel_ERROR_getInstance(), tag, throwable, message);
112
+ protoOf(Napier).q2l = function (message, throwable, tag) {
113
+ this.p2l(LogLevel_ERROR_getInstance(), tag, throwable, message);
114
114
  };
115
- protoOf(Napier).u2l = function (throwable, tag, message) {
116
- this.s2l(LogLevel_ERROR_getInstance(), tag, throwable, message());
115
+ protoOf(Napier).r2l = function (throwable, tag, message) {
116
+ this.p2l(LogLevel_ERROR_getInstance(), tag, throwable, message());
117
117
  };
118
- protoOf(Napier).s2l = function (priority, tag, throwable, message) {
119
- if (this.p2l(priority, tag)) {
120
- this.q2l(priority, tag, throwable, message);
118
+ protoOf(Napier).p2l = function (priority, tag, throwable, message) {
119
+ if (this.m2l(priority, tag)) {
120
+ this.n2l(priority, tag, throwable, message);
121
121
  }
122
122
  };
123
123
  var Napier_instance;
@@ -138,16 +138,16 @@
138
138
  }
139
139
  function AtomicMutableList(value) {
140
140
  AbstractList.call(this);
141
- this.v2l_1 = new AtomicRef(value);
141
+ this.s2l_1 = new AtomicRef(value);
142
142
  }
143
143
  protoOf(AtomicMutableList).i = function () {
144
- return this.v2l_1.w2l_1.i();
144
+ return this.s2l_1.t2l_1.i();
145
145
  };
146
146
  protoOf(AtomicMutableList).m = function () {
147
- return this.v2l_1.w2l_1.m();
147
+ return this.s2l_1.t2l_1.m();
148
148
  };
149
149
  protoOf(AtomicMutableList).p = function (element) {
150
- return this.v2l_1.w2l_1.v(element);
150
+ return this.s2l_1.t2l_1.v(element);
151
151
  };
152
152
  protoOf(AtomicMutableList).v = function (element) {
153
153
  if (!(element == null ? true : isObject(element)))
@@ -155,21 +155,21 @@
155
155
  return this.p((element == null ? true : isObject(element)) ? element : THROW_CCE());
156
156
  };
157
157
  protoOf(AtomicMutableList).j = function (index) {
158
- return this.v2l_1.w2l_1.j(index);
158
+ return this.s2l_1.t2l_1.j(index);
159
159
  };
160
- protoOf(AtomicMutableList).x2l = function (element) {
161
- return this.v2l_1.w2l_1.l1(element);
160
+ protoOf(AtomicMutableList).u2l = function (element) {
161
+ return this.s2l_1.t2l_1.l1(element);
162
162
  };
163
163
  protoOf(AtomicMutableList).l1 = function (element) {
164
164
  if (!(element == null ? true : isObject(element)))
165
165
  return -1;
166
- return this.x2l((element == null ? true : isObject(element)) ? element : THROW_CCE());
166
+ return this.u2l((element == null ? true : isObject(element)) ? element : THROW_CCE());
167
167
  };
168
168
  protoOf(AtomicMutableList).f = function () {
169
- return this.v2l_1.w2l_1.f();
169
+ return this.s2l_1.t2l_1.f();
170
170
  };
171
171
  function AtomicRef(value) {
172
- this.w2l_1 = value;
172
+ this.t2l_1 = value;
173
173
  }
174
174
  //region block: exports
175
175
  _.$_$ = _.$_$ || {};