@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1475 → 0.9.3-SNAPSHOT.1485
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.
- package/Kermit-kermit-core.js +282 -0
- package/Kermit-kermit-core.js.map +1 -0
- package/Kermit-kermit.js +71 -0
- package/Kermit-kermit.js.map +1 -0
- package/antlr-kotlin-antlr-kotlin-runtime.js +3004 -3004
- package/colormath-root-colormath.js +747 -747
- package/fluid-locale.js +147 -147
- package/kotlin-kotlin-stdlib.js +1089 -901
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +425 -425
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2536 -2455
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +243 -243
- package/kotlinx-atomicfu.js +25 -25
- package/kotlinx-coroutines-core.js +2757 -2757
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/Napier-napier-js-ir.js +0 -176
- package/Napier-napier-js-ir.js.map +0 -1
package/kotlinx-atomicfu.js
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}(this, function (_, kotlin_kotlin) {
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
17
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
18
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
19
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
20
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.v5;
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.m6;
|
|
17
|
+
var defineProp = kotlin_kotlin.$_$.t5;
|
|
18
|
+
var classMeta = kotlin_kotlin.$_$.r5;
|
|
19
|
+
var setMetadataFor = kotlin_kotlin.$_$.n6;
|
|
20
|
+
var objectMeta = kotlin_kotlin.$_$.l6;
|
|
21
21
|
var toString = kotlin_kotlin.$_$.o9;
|
|
22
22
|
var VOID = kotlin_kotlin.$_$.c;
|
|
23
23
|
//endregion
|
|
@@ -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.
|
|
42
|
+
tmp.li_1 = tmp_1;
|
|
43
43
|
}
|
|
44
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(atomicfu$AtomicRefArray$ref).mi = function () {
|
|
45
|
+
return this.li_1.length;
|
|
46
46
|
};
|
|
47
47
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
48
|
-
return this.
|
|
48
|
+
return this.li_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).
|
|
76
|
+
protoOf(AtomicRef).ni = function (_set____db54di) {
|
|
77
77
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
78
78
|
};
|
|
79
|
-
protoOf(AtomicRef).
|
|
79
|
+
protoOf(AtomicRef).oi = 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).
|
|
102
|
+
protoOf(AtomicBoolean).pi = function (_set____db54di) {
|
|
103
103
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
104
104
|
};
|
|
105
|
-
protoOf(AtomicBoolean).
|
|
105
|
+
protoOf(AtomicBoolean).oi = 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).
|
|
128
|
+
protoOf(AtomicInt).qi = function (_set____db54di) {
|
|
129
129
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
130
130
|
};
|
|
131
|
-
protoOf(AtomicInt).
|
|
131
|
+
protoOf(AtomicInt).oi = 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).
|
|
181
|
+
protoOf(AtomicLong).ri = function (_set____db54di) {
|
|
182
182
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
183
183
|
};
|
|
184
|
-
protoOf(AtomicLong).
|
|
184
|
+
protoOf(AtomicLong).oi = function () {
|
|
185
185
|
return this.kotlinx$atomicfu$value;
|
|
186
186
|
};
|
|
187
187
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -197,29 +197,29 @@
|
|
|
197
197
|
};
|
|
198
198
|
protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
|
|
199
199
|
var tmp1 = this.kotlinx$atomicfu$value;
|
|
200
|
-
this.kotlinx$atomicfu$value = tmp1.
|
|
200
|
+
this.kotlinx$atomicfu$value = tmp1.gb();
|
|
201
201
|
return tmp1;
|
|
202
202
|
};
|
|
203
203
|
protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
|
|
204
204
|
var tmp1 = this.kotlinx$atomicfu$value;
|
|
205
|
-
this.kotlinx$atomicfu$value = tmp1.
|
|
205
|
+
this.kotlinx$atomicfu$value = tmp1.hb();
|
|
206
206
|
return tmp1;
|
|
207
207
|
};
|
|
208
208
|
protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
|
|
209
209
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
210
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
210
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.bb(delta);
|
|
211
211
|
return oldValue;
|
|
212
212
|
};
|
|
213
213
|
protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
|
|
214
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
214
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.bb(delta);
|
|
215
215
|
return this.kotlinx$atomicfu$value;
|
|
216
216
|
};
|
|
217
217
|
protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
|
|
218
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
218
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.gb();
|
|
219
219
|
return this.kotlinx$atomicfu$value;
|
|
220
220
|
};
|
|
221
221
|
protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
|
|
222
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
222
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.hb();
|
|
223
223
|
return this.kotlinx$atomicfu$value;
|
|
224
224
|
};
|
|
225
225
|
protoOf(AtomicLong).toString = function () {
|
|
@@ -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).
|
|
248
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).mi);
|
|
249
249
|
//endregion
|
|
250
250
|
//region block: exports
|
|
251
251
|
_.$_$ = _.$_$ || {};
|