@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1469 → 0.9.3-SNAPSHOT.1474

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,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.$_$.r8;
17
+ var protoOf = kotlin_kotlin.$_$.n6;
18
+ var classMeta = kotlin_kotlin.$_$.s5;
19
+ var setMetadataFor = kotlin_kotlin.$_$.o6;
20
+ var Collection = kotlin_kotlin.$_$.p2;
21
+ var isInterface = kotlin_kotlin.$_$.f6;
22
+ var objectMeta = kotlin_kotlin.$_$.m6;
23
+ var emptyList = kotlin_kotlin.$_$.i3;
24
+ var objectCreate = kotlin_kotlin.$_$.l6;
25
+ var AbstractList = kotlin_kotlin.$_$.n2;
26
+ var THROW_CCE = kotlin_kotlin.$_$.b9;
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.e1p_1 = AtomicMutableList_init_$Create$();
66
+ this.r1q_1 = AtomicMutableList_init_$Create$();
67
67
  }
68
- protoOf(Napier).f1p = function (priority, tag) {
68
+ protoOf(Napier).s1q = 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.e1p_1;
72
+ var this_0 = this.r1q_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.f1p(priority, tag)) {
87
+ if (element.s1q(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).g1p = function (priority, tag, throwable, message) {
96
+ protoOf(Napier).t1q = function (priority, tag, throwable, message) {
97
97
  // Inline function 'kotlin.collections.forEach' call
98
- var tmp0_iterator = this.e1p_1.s();
98
+ var tmp0_iterator = this.r1q_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.g1p(priority, tag, throwable, message);
102
+ element.t1q(priority, tag, throwable, message);
103
103
  }
104
104
  };
105
- protoOf(Napier).h1p = function (message, throwable, tag) {
106
- this.i1p(LogLevel_DEBUG_getInstance(), tag, throwable, message);
105
+ protoOf(Napier).u1q = function (message, throwable, tag) {
106
+ this.v1q(LogLevel_DEBUG_getInstance(), tag, throwable, message);
107
107
  };
108
- protoOf(Napier).j1p = function (message, throwable, tag) {
109
- this.i1p(LogLevel_ERROR_getInstance(), tag, throwable, message);
108
+ protoOf(Napier).w1q = function (message, throwable, tag) {
109
+ this.v1q(LogLevel_ERROR_getInstance(), tag, throwable, message);
110
110
  };
111
- protoOf(Napier).k1p = function (throwable, tag, message) {
112
- this.i1p(LogLevel_ERROR_getInstance(), tag, throwable, message());
111
+ protoOf(Napier).x1q = function (throwable, tag, message) {
112
+ this.v1q(LogLevel_ERROR_getInstance(), tag, throwable, message());
113
113
  };
114
- protoOf(Napier).i1p = function (priority, tag, throwable, message) {
115
- if (this.f1p(priority, tag)) {
116
- this.g1p(priority, tag, throwable, message);
114
+ protoOf(Napier).v1q = function (priority, tag, throwable, message) {
115
+ if (this.s1q(priority, tag)) {
116
+ this.t1q(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.l1p_1 = new AtomicRef(value);
136
+ this.y1q_1 = new AtomicRef(value);
137
137
  }
138
138
  protoOf(AtomicMutableList).l = function () {
139
- return this.l1p_1.m1p_1.l();
139
+ return this.y1q_1.z1q_1.l();
140
140
  };
141
141
  protoOf(AtomicMutableList).x = function () {
142
- return this.l1p_1.m1p_1.x();
142
+ return this.y1q_1.z1q_1.x();
143
143
  };
144
- protoOf(AtomicMutableList).zd = function (element) {
145
- return this.l1p_1.m1p_1.v(element);
144
+ protoOf(AtomicMutableList).be = function (element) {
145
+ return this.y1q_1.z1q_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.l1p_1.m1p_1.b1(index);
153
+ return this.y1q_1.z1q_1.b1(index);
154
154
  };
155
- protoOf(AtomicMutableList).n1p = function (element) {
156
- return this.l1p_1.m1p_1.s1(element);
155
+ protoOf(AtomicMutableList).a1r = function (element) {
156
+ return this.y1q_1.z1q_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.n1p((element == null ? true : !(element == null)) ? element : THROW_CCE());
161
+ return this.a1r((element == null ? true : !(element == null)) ? element : THROW_CCE());
162
162
  };
163
163
  protoOf(AtomicMutableList).s = function () {
164
- return this.l1p_1.m1p_1.s();
164
+ return this.y1q_1.z1q_1.s();
165
165
  };
166
166
  function AtomicRef(value) {
167
- this.m1p_1 = value;
167
+ this.z1q_1 = value;
168
168
  }
169
169
  //region block: exports
170
170
  _.$_$ = _.$_$ || {};