@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1567 → 1.1.0-SNAPSHOT.1570
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 +65 -66
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js +17 -18
- package/Kermit-kermit.js.map +1 -1
- package/KustomExport-lib-coroutines.js +3 -3
- package/KustomExport-lib.js +3 -3
- package/android-gto-support-gto-support-androidx-annotation.js +3 -3
- package/android-gto-support-gto-support-fluidsonic-locale.js +3 -3
- package/antlr-kotlin-antlr-kotlin-runtime.js +4229 -4369
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +1360 -1191
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +239 -228
- package/fluid-locale.js.map +1 -1
- package/kotlin-js.js +44 -45
- package/kotlin-js.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +8906 -6847
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-kotlinx-atomicfu-runtime.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-common.js +7 -7
- package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +532 -585
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +3507 -4009
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +297 -271
- package/kotlin-mpp-godtools-tool-parser-module-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +143 -94
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +3 -3
- package/kotlinx-atomicfu.js +80 -81
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-coroutines-core.js +4023 -4049
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/seskar-core.js +3 -3
- package/seskar-react.js +3 -3
|
@@ -1,22 +1,26 @@
|
|
|
1
|
-
(function (
|
|
1
|
+
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports', './kotlin-mpp-godtools-tool-parser-module-state.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-state.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports, require('./kotlin-mpp-godtools-tool-parser-module-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
|
|
6
6
|
else {
|
|
7
|
-
if (typeof
|
|
7
|
+
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
|
|
9
|
+
}
|
|
10
|
+
if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-state'] === 'undefined') {
|
|
8
11
|
throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-state' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-state' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
|
|
9
12
|
}
|
|
10
|
-
if (typeof
|
|
13
|
+
if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser'] === 'undefined') {
|
|
11
14
|
throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
|
|
12
15
|
}
|
|
13
|
-
|
|
16
|
+
globalThis['org.cru.godtools.kotlin:npm'] = factory(typeof globalThis['org.cru.godtools.kotlin:npm'] === 'undefined' ? {} : globalThis['org.cru.godtools.kotlin:npm'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlin-mpp-godtools-tool-parser-module-state'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
|
|
14
17
|
}
|
|
15
|
-
}(
|
|
18
|
+
}(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_state, kotlin_org_cru_godtools_kotlin_parser) {
|
|
16
19
|
'use strict';
|
|
17
20
|
//region block: pre-declaration
|
|
18
21
|
//endregion
|
|
19
22
|
//region block: exports
|
|
23
|
+
kotlin_kotlin.$jsExportAll$(_);
|
|
20
24
|
kotlin_org_cru_godtools_kotlin_state.$jsExportAll$(_);
|
|
21
25
|
kotlin_org_cru_godtools_kotlin_parser.$jsExportAll$(_);
|
|
22
26
|
//endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
(function (
|
|
1
|
+
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
3
|
define(['exports'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
5
|
factory(module.exports);
|
|
6
6
|
else
|
|
7
|
-
|
|
8
|
-
}(
|
|
7
|
+
globalThis.kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat = factory(typeof kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat === 'undefined' ? {} : kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat);
|
|
8
|
+
}(function (_) {
|
|
9
9
|
'use strict';
|
|
10
10
|
//region block: pre-declaration
|
|
11
11
|
//endregion
|
package/kotlinx-atomicfu.js
CHANGED
|
@@ -1,34 +1,33 @@
|
|
|
1
|
-
(function (
|
|
1
|
+
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
3
|
define(['exports', './kotlin-kotlin-stdlib.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
5
|
factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
|
|
6
6
|
else {
|
|
7
|
-
if (typeof
|
|
7
|
+
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
8
|
throw new Error("Error loading module 'kotlinx-atomicfu'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'kotlinx-atomicfu'.");
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
globalThis['kotlinx-atomicfu'] = factory(typeof globalThis['kotlinx-atomicfu'] === 'undefined' ? {} : globalThis['kotlinx-atomicfu'], globalThis['kotlin-kotlin-stdlib']);
|
|
11
11
|
}
|
|
12
|
-
}(
|
|
12
|
+
}(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
|
|
19
|
-
var
|
|
20
|
-
var objectMeta = kotlin_kotlin.$_$.s6;
|
|
21
|
-
var toString = kotlin_kotlin.$_$.w9;
|
|
15
|
+
var fillArrayVal = kotlin_kotlin.$_$.e6;
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.z6;
|
|
17
|
+
var defineProp = kotlin_kotlin.$_$.c6;
|
|
18
|
+
var initMetadataForClass = kotlin_kotlin.$_$.k6;
|
|
19
|
+
var initMetadataForObject = kotlin_kotlin.$_$.p6;
|
|
22
20
|
var VOID = kotlin_kotlin.$_$.d;
|
|
21
|
+
var toString = kotlin_kotlin.$_$.ba;
|
|
23
22
|
//endregion
|
|
24
23
|
//region block: pre-declaration
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
25
|
+
initMetadataForClass(atomicfu$TraceBase, 'TraceBase');
|
|
26
|
+
initMetadataForObject(None, 'None', VOID, atomicfu$TraceBase);
|
|
27
|
+
initMetadataForClass(AtomicRef, 'AtomicRef');
|
|
28
|
+
initMetadataForClass(AtomicBoolean, 'AtomicBoolean');
|
|
29
|
+
initMetadataForClass(AtomicLong, 'AtomicLong');
|
|
30
|
+
initMetadataForClass(AtomicInt, 'AtomicInt');
|
|
32
31
|
//endregion
|
|
33
32
|
function atomicfu$AtomicRefArray$ref(size) {
|
|
34
33
|
var tmp = this;
|
|
@@ -39,13 +38,13 @@
|
|
|
39
38
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
40
39
|
tmp_0 = tmp_0 + 1 | 0;
|
|
41
40
|
}
|
|
42
|
-
tmp.
|
|
41
|
+
tmp.ck_1 = tmp_1;
|
|
43
42
|
}
|
|
44
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
45
|
-
return this.
|
|
43
|
+
protoOf(atomicfu$AtomicRefArray$ref).dk = function () {
|
|
44
|
+
return this.ck_1.length;
|
|
46
45
|
};
|
|
47
46
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
48
|
-
return this.
|
|
47
|
+
return this.ck_1[index];
|
|
49
48
|
};
|
|
50
49
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
51
50
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -73,10 +72,10 @@
|
|
|
73
72
|
function AtomicRef(value) {
|
|
74
73
|
this.kotlinx$atomicfu$value = value;
|
|
75
74
|
}
|
|
76
|
-
protoOf(AtomicRef).
|
|
75
|
+
protoOf(AtomicRef).ek = function (_set____db54di) {
|
|
77
76
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
78
77
|
};
|
|
79
|
-
protoOf(AtomicRef).
|
|
78
|
+
protoOf(AtomicRef).fk = function () {
|
|
80
79
|
return this.kotlinx$atomicfu$value;
|
|
81
80
|
};
|
|
82
81
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -99,10 +98,10 @@
|
|
|
99
98
|
function AtomicBoolean(value) {
|
|
100
99
|
this.kotlinx$atomicfu$value = value;
|
|
101
100
|
}
|
|
102
|
-
protoOf(AtomicBoolean).
|
|
101
|
+
protoOf(AtomicBoolean).gk = function (_set____db54di) {
|
|
103
102
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
104
103
|
};
|
|
105
|
-
protoOf(AtomicBoolean).
|
|
104
|
+
protoOf(AtomicBoolean).fk = function () {
|
|
106
105
|
return this.kotlinx$atomicfu$value;
|
|
107
106
|
};
|
|
108
107
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -122,111 +121,111 @@
|
|
|
122
121
|
function atomic$boolean$1(initial) {
|
|
123
122
|
return atomic$boolean$(initial, None_getInstance());
|
|
124
123
|
}
|
|
125
|
-
function
|
|
124
|
+
function AtomicLong(value) {
|
|
126
125
|
this.kotlinx$atomicfu$value = value;
|
|
127
126
|
}
|
|
128
|
-
protoOf(
|
|
127
|
+
protoOf(AtomicLong).hk = function (_set____db54di) {
|
|
129
128
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
130
129
|
};
|
|
131
|
-
protoOf(
|
|
130
|
+
protoOf(AtomicLong).fk = function () {
|
|
132
131
|
return this.kotlinx$atomicfu$value;
|
|
133
132
|
};
|
|
134
|
-
protoOf(
|
|
135
|
-
if (!
|
|
133
|
+
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
134
|
+
if (!this.kotlinx$atomicfu$value.equals(expect))
|
|
136
135
|
return false;
|
|
137
136
|
this.kotlinx$atomicfu$value = update;
|
|
138
137
|
return true;
|
|
139
138
|
};
|
|
140
|
-
protoOf(
|
|
139
|
+
protoOf(AtomicLong).atomicfu$getAndSet = function (value) {
|
|
141
140
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
142
141
|
this.kotlinx$atomicfu$value = value;
|
|
143
142
|
return oldValue;
|
|
144
143
|
};
|
|
145
|
-
protoOf(
|
|
146
|
-
var
|
|
147
|
-
this.kotlinx$atomicfu$value =
|
|
148
|
-
return
|
|
144
|
+
protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
|
|
145
|
+
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
146
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.c3();
|
|
147
|
+
return _unary__edvuaz;
|
|
149
148
|
};
|
|
150
|
-
protoOf(
|
|
151
|
-
var
|
|
152
|
-
this.kotlinx$atomicfu$value =
|
|
153
|
-
return
|
|
149
|
+
protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
|
|
150
|
+
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
151
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.d3();
|
|
152
|
+
return _unary__edvuaz;
|
|
154
153
|
};
|
|
155
|
-
protoOf(
|
|
154
|
+
protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
|
|
156
155
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
157
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
156
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.x2(delta);
|
|
158
157
|
return oldValue;
|
|
159
158
|
};
|
|
160
|
-
protoOf(
|
|
161
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
159
|
+
protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
|
|
160
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.x2(delta);
|
|
162
161
|
return this.kotlinx$atomicfu$value;
|
|
163
162
|
};
|
|
164
|
-
protoOf(
|
|
165
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
163
|
+
protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
|
|
164
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.c3();
|
|
166
165
|
return this.kotlinx$atomicfu$value;
|
|
167
166
|
};
|
|
168
|
-
protoOf(
|
|
169
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
167
|
+
protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
|
|
168
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.d3();
|
|
170
169
|
return this.kotlinx$atomicfu$value;
|
|
171
170
|
};
|
|
172
|
-
protoOf(
|
|
171
|
+
protoOf(AtomicLong).toString = function () {
|
|
173
172
|
return this.kotlinx$atomicfu$value.toString();
|
|
174
173
|
};
|
|
175
|
-
function atomic$
|
|
176
|
-
return atomic$
|
|
174
|
+
function atomic$long$1(initial) {
|
|
175
|
+
return atomic$long$(initial, None_getInstance());
|
|
177
176
|
}
|
|
178
|
-
function
|
|
177
|
+
function AtomicInt(value) {
|
|
179
178
|
this.kotlinx$atomicfu$value = value;
|
|
180
179
|
}
|
|
181
|
-
protoOf(
|
|
180
|
+
protoOf(AtomicInt).ik = function (_set____db54di) {
|
|
182
181
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
183
182
|
};
|
|
184
|
-
protoOf(
|
|
183
|
+
protoOf(AtomicInt).fk = function () {
|
|
185
184
|
return this.kotlinx$atomicfu$value;
|
|
186
185
|
};
|
|
187
|
-
protoOf(
|
|
188
|
-
if (!this.kotlinx$atomicfu$value
|
|
186
|
+
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
187
|
+
if (!(this.kotlinx$atomicfu$value === expect))
|
|
189
188
|
return false;
|
|
190
189
|
this.kotlinx$atomicfu$value = update;
|
|
191
190
|
return true;
|
|
192
191
|
};
|
|
193
|
-
protoOf(
|
|
192
|
+
protoOf(AtomicInt).atomicfu$getAndSet = function (value) {
|
|
194
193
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
195
194
|
this.kotlinx$atomicfu$value = value;
|
|
196
195
|
return oldValue;
|
|
197
196
|
};
|
|
198
|
-
protoOf(
|
|
199
|
-
var
|
|
200
|
-
this.kotlinx$atomicfu$value =
|
|
201
|
-
return
|
|
197
|
+
protoOf(AtomicInt).atomicfu$getAndIncrement = function () {
|
|
198
|
+
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
199
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz + 1 | 0;
|
|
200
|
+
return _unary__edvuaz;
|
|
202
201
|
};
|
|
203
|
-
protoOf(
|
|
204
|
-
var
|
|
205
|
-
this.kotlinx$atomicfu$value =
|
|
206
|
-
return
|
|
202
|
+
protoOf(AtomicInt).atomicfu$getAndDecrement = function () {
|
|
203
|
+
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
204
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz - 1 | 0;
|
|
205
|
+
return _unary__edvuaz;
|
|
207
206
|
};
|
|
208
|
-
protoOf(
|
|
207
|
+
protoOf(AtomicInt).atomicfu$getAndAdd = function (delta) {
|
|
209
208
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
210
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
209
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value + delta | 0;
|
|
211
210
|
return oldValue;
|
|
212
211
|
};
|
|
213
|
-
protoOf(
|
|
214
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
212
|
+
protoOf(AtomicInt).atomicfu$addAndGet = function (delta) {
|
|
213
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value + delta | 0;
|
|
215
214
|
return this.kotlinx$atomicfu$value;
|
|
216
215
|
};
|
|
217
|
-
protoOf(
|
|
218
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
216
|
+
protoOf(AtomicInt).atomicfu$incrementAndGet = function () {
|
|
217
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value + 1 | 0;
|
|
219
218
|
return this.kotlinx$atomicfu$value;
|
|
220
219
|
};
|
|
221
|
-
protoOf(
|
|
222
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value
|
|
220
|
+
protoOf(AtomicInt).atomicfu$decrementAndGet = function () {
|
|
221
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value - 1 | 0;
|
|
223
222
|
return this.kotlinx$atomicfu$value;
|
|
224
223
|
};
|
|
225
|
-
protoOf(
|
|
224
|
+
protoOf(AtomicInt).toString = function () {
|
|
226
225
|
return this.kotlinx$atomicfu$value.toString();
|
|
227
226
|
};
|
|
228
|
-
function atomic$
|
|
229
|
-
return atomic$
|
|
227
|
+
function atomic$int$1(initial) {
|
|
228
|
+
return atomic$int$(initial, None_getInstance());
|
|
230
229
|
}
|
|
231
230
|
function atomic$ref$(initial, trace) {
|
|
232
231
|
trace = trace === VOID ? None_getInstance() : trace;
|
|
@@ -236,16 +235,16 @@
|
|
|
236
235
|
trace = trace === VOID ? None_getInstance() : trace;
|
|
237
236
|
return new AtomicBoolean(initial);
|
|
238
237
|
}
|
|
239
|
-
function atomic$int$(initial, trace) {
|
|
240
|
-
trace = trace === VOID ? None_getInstance() : trace;
|
|
241
|
-
return new AtomicInt(initial);
|
|
242
|
-
}
|
|
243
238
|
function atomic$long$(initial, trace) {
|
|
244
239
|
trace = trace === VOID ? None_getInstance() : trace;
|
|
245
240
|
return new AtomicLong(initial);
|
|
246
241
|
}
|
|
242
|
+
function atomic$int$(initial, trace) {
|
|
243
|
+
trace = trace === VOID ? None_getInstance() : trace;
|
|
244
|
+
return new AtomicInt(initial);
|
|
245
|
+
}
|
|
247
246
|
//region block: post-declaration
|
|
248
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
247
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).dk);
|
|
249
248
|
//endregion
|
|
250
249
|
//region block: exports
|
|
251
250
|
_.$_$ = _.$_$ || {};
|
package/kotlinx-atomicfu.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/88b0986a7186d029/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/AtomicFU.common.kt","js
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../../mnt/agent/work/88b0986a7186d029/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/AtomicFU.common.kt","js/builtins/Library.kt","../../../../../../../../../../../../../mnt/agent/work/88b0986a7186d029/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/Trace.common.kt","../../../../../../../../../../../../../mnt/agent/work/88b0986a7186d029/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/AtomicFU.kt"],"sourcesContent":[null,null,null,null],"names":["<init>","size","<get-size>","get","index","atomicArrayOfNulls","append","event","event1","event2","event3","event4","value","<set-value>","<set-?>","<get-value>","compareAndSet","expect","update","getAndSet","oldValue","toString","atomic","initial","getAndIncrement","getAndDecrement","getAndAdd","delta","addAndGet","incrementAndGet","decrementAndGet","trace"],"mappings":"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"}
|