@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1150 → 0.9.0-SNAPSHOT.1159

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,12 +12,12 @@
12
12
  }(this, function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.e6;
16
- var objectMeta = kotlin_kotlin.$_$.d6;
17
- var VOID = kotlin_kotlin.$_$.a9;
18
- var setMetadataFor = kotlin_kotlin.$_$.f6;
19
- var classMeta = kotlin_kotlin.$_$.j5;
20
- var toString = kotlin_kotlin.$_$.x8;
15
+ var protoOf = kotlin_kotlin.$_$.h6;
16
+ var objectMeta = kotlin_kotlin.$_$.g6;
17
+ var VOID = kotlin_kotlin.$_$.e9;
18
+ var setMetadataFor = kotlin_kotlin.$_$.i6;
19
+ var classMeta = kotlin_kotlin.$_$.m5;
20
+ var toString = kotlin_kotlin.$_$.b9;
21
21
  //endregion
22
22
  //region block: pre-declaration
23
23
  setMetadataFor(atomicfu$TraceBase, 'TraceBase', classMeta);
@@ -49,10 +49,10 @@
49
49
  function AtomicRef(value) {
50
50
  this.kotlinx$atomicfu$value = value;
51
51
  }
52
- protoOf(AtomicRef).hf = function (_set____db54di) {
52
+ protoOf(AtomicRef).jf = function (_set____db54di) {
53
53
  this.kotlinx$atomicfu$value = _set____db54di;
54
54
  };
55
- protoOf(AtomicRef).if = function () {
55
+ protoOf(AtomicRef).kf = 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).jf = function (_set____db54di) {
78
+ protoOf(AtomicBoolean).lf = function (_set____db54di) {
79
79
  this.kotlinx$atomicfu$value = _set____db54di;
80
80
  };
81
- protoOf(AtomicBoolean).if = function () {
81
+ protoOf(AtomicBoolean).kf = 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).kf = function (_set____db54di) {
104
+ protoOf(AtomicInt).mf = function (_set____db54di) {
105
105
  this.kotlinx$atomicfu$value = _set____db54di;
106
106
  };
107
- protoOf(AtomicInt).if = function () {
107
+ protoOf(AtomicInt).kf = function () {
108
108
  return this.kotlinx$atomicfu$value;
109
109
  };
110
110
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -13,19 +13,19 @@
13
13
  'use strict';
14
14
  //region block: imports
15
15
  var Unit_getInstance = kotlin_kotlin.$_$.i2;
16
- var Enum = kotlin_kotlin.$_$.a8;
17
- var protoOf = kotlin_kotlin.$_$.e6;
18
- var classMeta = kotlin_kotlin.$_$.j5;
19
- var VOID = kotlin_kotlin.$_$.a9;
20
- var setMetadataFor = kotlin_kotlin.$_$.f6;
16
+ var Enum = kotlin_kotlin.$_$.d8;
17
+ var protoOf = kotlin_kotlin.$_$.h6;
18
+ var classMeta = kotlin_kotlin.$_$.m5;
19
+ var VOID = kotlin_kotlin.$_$.e9;
20
+ var setMetadataFor = kotlin_kotlin.$_$.i6;
21
21
  var Collection = kotlin_kotlin.$_$.l2;
22
- var isInterface = kotlin_kotlin.$_$.v5;
23
- var objectMeta = kotlin_kotlin.$_$.d6;
24
- var emptyList = kotlin_kotlin.$_$.b3;
25
- var objectCreate = kotlin_kotlin.$_$.c6;
22
+ var isInterface = kotlin_kotlin.$_$.y5;
23
+ var objectMeta = kotlin_kotlin.$_$.g6;
24
+ var emptyList = kotlin_kotlin.$_$.c3;
25
+ var objectCreate = kotlin_kotlin.$_$.f6;
26
26
  var AbstractList = kotlin_kotlin.$_$.j2;
27
- var isObject = kotlin_kotlin.$_$.x5;
28
- var THROW_CCE = kotlin_kotlin.$_$.l8;
27
+ var isObject = kotlin_kotlin.$_$.a6;
28
+ var THROW_CCE = kotlin_kotlin.$_$.o8;
29
29
  //endregion
30
30
  //region block: pre-declaration
31
31
  setMetadataFor(LogLevel, 'LogLevel', classMeta, Enum);
@@ -64,13 +64,13 @@
64
64
  }
65
65
  function Napier() {
66
66
  Napier_instance = this;
67
- this.t2j_1 = AtomicMutableList_init_$Create$();
67
+ this.u2j_1 = AtomicMutableList_init_$Create$();
68
68
  }
69
- protoOf(Napier).u2j = function (priority, tag) {
69
+ protoOf(Napier).v2j = 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.t2j_1;
73
+ var tmp0_any = this.u2j_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.u2j(priority, tag);
89
+ tmp$ret$1 = element.v2j(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).v2j = function (priority, tag, throwable, message) {
99
+ protoOf(Napier).w2j = function (priority, tag, throwable, message) {
100
100
  // Inline function 'kotlin.collections.forEach' call
101
- var tmp0_forEach = this.t2j_1;
101
+ var tmp0_forEach = this.u2j_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.v2j(priority, tag, throwable, message);
106
+ element.w2j(priority, tag, throwable, message);
107
107
  }
108
108
  };
109
- protoOf(Napier).w2j = function (message, throwable, tag) {
110
- this.x2j(LogLevel_DEBUG_getInstance(), tag, throwable, message);
109
+ protoOf(Napier).x2j = function (message, throwable, tag) {
110
+ this.y2j(LogLevel_DEBUG_getInstance(), tag, throwable, message);
111
111
  };
112
- protoOf(Napier).y2j = function (message, throwable, tag) {
113
- this.x2j(LogLevel_ERROR_getInstance(), tag, throwable, message);
112
+ protoOf(Napier).z2j = function (message, throwable, tag) {
113
+ this.y2j(LogLevel_ERROR_getInstance(), tag, throwable, message);
114
114
  };
115
- protoOf(Napier).z2j = function (throwable, tag, message) {
116
- this.x2j(LogLevel_ERROR_getInstance(), tag, throwable, message());
115
+ protoOf(Napier).a2k = function (throwable, tag, message) {
116
+ this.y2j(LogLevel_ERROR_getInstance(), tag, throwable, message());
117
117
  };
118
- protoOf(Napier).x2j = function (priority, tag, throwable, message) {
119
- if (this.u2j(priority, tag)) {
120
- this.v2j(priority, tag, throwable, message);
118
+ protoOf(Napier).y2j = function (priority, tag, throwable, message) {
119
+ if (this.v2j(priority, tag)) {
120
+ this.w2j(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.a2k_1 = new AtomicRef(value);
141
+ this.b2k_1 = new AtomicRef(value);
142
142
  }
143
143
  protoOf(AtomicMutableList).i = function () {
144
- return this.a2k_1.b2k_1.i();
144
+ return this.b2k_1.c2k_1.i();
145
145
  };
146
146
  protoOf(AtomicMutableList).m = function () {
147
- return this.a2k_1.b2k_1.m();
147
+ return this.b2k_1.c2k_1.m();
148
148
  };
149
149
  protoOf(AtomicMutableList).p = function (element) {
150
- return this.a2k_1.b2k_1.v(element);
150
+ return this.b2k_1.c2k_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.a2k_1.b2k_1.j(index);
158
+ return this.b2k_1.c2k_1.j(index);
159
159
  };
160
- protoOf(AtomicMutableList).c2k = function (element) {
161
- return this.a2k_1.b2k_1.l1(element);
160
+ protoOf(AtomicMutableList).d2k = function (element) {
161
+ return this.b2k_1.c2k_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.c2k((element == null ? true : isObject(element)) ? element : THROW_CCE());
166
+ return this.d2k((element == null ? true : isObject(element)) ? element : THROW_CCE());
167
167
  };
168
168
  protoOf(AtomicMutableList).f = function () {
169
- return this.a2k_1.b2k_1.f();
169
+ return this.b2k_1.c2k_1.f();
170
170
  };
171
171
  function AtomicRef(value) {
172
- this.b2k_1 = value;
172
+ this.c2k_1 = value;
173
173
  }
174
174
  //region block: exports
175
175
  _.$_$ = _.$_$ || {};