@cruglobal/godtools-shared 1.3.2-SNAPSHOT.2206 → 1.3.2-SNAPSHOT.2210

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,16 +12,16 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.j7;
16
- var defineProp = kotlin_kotlin.$_$.m6;
17
- var initMetadataForClass = kotlin_kotlin.$_$.u6;
18
- var initMetadataForObject = kotlin_kotlin.$_$.z6;
15
+ var protoOf = kotlin_kotlin.$_$.k7;
16
+ var defineProp = kotlin_kotlin.$_$.n6;
17
+ var initMetadataForClass = kotlin_kotlin.$_$.v6;
18
+ var initMetadataForObject = kotlin_kotlin.$_$.a7;
19
19
  var VOID = kotlin_kotlin.$_$.b;
20
20
  var toString = kotlin_kotlin.$_$.ha;
21
- var equalsLong = kotlin_kotlin.$_$.x5;
22
- var get_ONE = kotlin_kotlin.$_$.r5;
23
- var add = kotlin_kotlin.$_$.s5;
24
- var subtract = kotlin_kotlin.$_$.d6;
21
+ var equalsLong = kotlin_kotlin.$_$.y5;
22
+ var get_ONE = kotlin_kotlin.$_$.s5;
23
+ var add = kotlin_kotlin.$_$.t5;
24
+ var subtract = kotlin_kotlin.$_$.e6;
25
25
  //endregion
26
26
  //region block: pre-declaration
27
27
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -41,13 +41,13 @@
41
41
  tmp_1[tmp_0] = atomic$ref$1(null);
42
42
  tmp_0 = tmp_0 + 1 | 0;
43
43
  }
44
- tmp.h1j_1 = tmp_1;
44
+ tmp.k1j_1 = tmp_1;
45
45
  }
46
- protoOf(atomicfu$AtomicRefArray$ref).i1j = function () {
47
- return this.h1j_1.length;
46
+ protoOf(atomicfu$AtomicRefArray$ref).l1j = function () {
47
+ return this.k1j_1.length;
48
48
  };
49
49
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
50
- return this.h1j_1[index];
50
+ return this.k1j_1[index];
51
51
  };
52
52
  function atomicfu$AtomicRefArray$ofNulls(size) {
53
53
  return new atomicfu$AtomicRefArray$ref(size);
@@ -75,10 +75,10 @@
75
75
  function AtomicInt(value) {
76
76
  this.kotlinx$atomicfu$value = value;
77
77
  }
78
- protoOf(AtomicInt).j1j = function (_set____db54di) {
78
+ protoOf(AtomicInt).m1j = function (_set____db54di) {
79
79
  this.kotlinx$atomicfu$value = _set____db54di;
80
80
  };
81
- protoOf(AtomicInt).k1j = function () {
81
+ protoOf(AtomicInt).n1j = function () {
82
82
  return this.kotlinx$atomicfu$value;
83
83
  };
84
84
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -128,10 +128,10 @@
128
128
  function AtomicRef(value) {
129
129
  this.kotlinx$atomicfu$value = value;
130
130
  }
131
- protoOf(AtomicRef).l1j = function (_set____db54di) {
131
+ protoOf(AtomicRef).o1j = function (_set____db54di) {
132
132
  this.kotlinx$atomicfu$value = _set____db54di;
133
133
  };
134
- protoOf(AtomicRef).k1j = function () {
134
+ protoOf(AtomicRef).n1j = function () {
135
135
  return this.kotlinx$atomicfu$value;
136
136
  };
137
137
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -154,10 +154,10 @@
154
154
  function AtomicBoolean(value) {
155
155
  this.kotlinx$atomicfu$value = value;
156
156
  }
157
- protoOf(AtomicBoolean).m1j = function (_set____db54di) {
157
+ protoOf(AtomicBoolean).p1j = function (_set____db54di) {
158
158
  this.kotlinx$atomicfu$value = _set____db54di;
159
159
  };
160
- protoOf(AtomicBoolean).k1j = function () {
160
+ protoOf(AtomicBoolean).n1j = function () {
161
161
  return this.kotlinx$atomicfu$value;
162
162
  };
163
163
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -180,10 +180,10 @@
180
180
  function AtomicLong(value) {
181
181
  this.kotlinx$atomicfu$value = value;
182
182
  }
183
- protoOf(AtomicLong).n1j = function (_set____db54di) {
183
+ protoOf(AtomicLong).q1j = function (_set____db54di) {
184
184
  this.kotlinx$atomicfu$value = _set____db54di;
185
185
  };
186
- protoOf(AtomicLong).k1j = function () {
186
+ protoOf(AtomicLong).n1j = function () {
187
187
  return this.kotlinx$atomicfu$value;
188
188
  };
189
189
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -247,7 +247,7 @@
247
247
  return new AtomicLong(initial);
248
248
  }
249
249
  //region block: post-declaration
250
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).i1j);
250
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).l1j);
251
251
  //endregion
252
252
  //region block: exports
253
253
  _.$_$ = _.$_$ || {};