@solibo/home-api 1.1.0 → 1.1.1

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.
@@ -17,7 +17,7 @@
17
17
  var initMetadataForClass = kotlin_kotlin.$_$.xa;
18
18
  var initMetadataForObject = kotlin_kotlin.$_$.db;
19
19
  var VOID = kotlin_kotlin.$_$.b;
20
- var toString = kotlin_kotlin.$_$.wg;
20
+ var toString = kotlin_kotlin.$_$.xg;
21
21
  var get_ONE = kotlin_kotlin.$_$.k9;
22
22
  var add = kotlin_kotlin.$_$.l9;
23
23
  var subtract = kotlin_kotlin.$_$.z9;
@@ -40,13 +40,13 @@
40
40
  tmp_1[tmp_0] = atomic$ref$1(null);
41
41
  tmp_0 = tmp_0 + 1 | 0;
42
42
  }
43
- tmp.hq_1 = tmp_1;
43
+ tmp.pr_1 = tmp_1;
44
44
  }
45
- protoOf(atomicfu$AtomicRefArray$ref).iq = function () {
46
- return this.hq_1.length;
45
+ protoOf(atomicfu$AtomicRefArray$ref).qr = function () {
46
+ return this.pr_1.length;
47
47
  };
48
48
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
49
- return this.hq_1[index];
49
+ return this.pr_1[index];
50
50
  };
51
51
  function atomicfu$AtomicRefArray$ofNulls(size) {
52
52
  return new atomicfu$AtomicRefArray$ref(size);
@@ -74,10 +74,10 @@
74
74
  function AtomicInt(value) {
75
75
  this.kotlinx$atomicfu$value = value;
76
76
  }
77
- protoOf(AtomicInt).jq = function (_set____db54di) {
77
+ protoOf(AtomicInt).rr = function (_set____db54di) {
78
78
  this.kotlinx$atomicfu$value = _set____db54di;
79
79
  };
80
- protoOf(AtomicInt).kq = function () {
80
+ protoOf(AtomicInt).sr = function () {
81
81
  return this.kotlinx$atomicfu$value;
82
82
  };
83
83
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -127,10 +127,10 @@
127
127
  function AtomicBoolean(value) {
128
128
  this.kotlinx$atomicfu$value = value;
129
129
  }
130
- protoOf(AtomicBoolean).lq = function (_set____db54di) {
130
+ protoOf(AtomicBoolean).tr = function (_set____db54di) {
131
131
  this.kotlinx$atomicfu$value = _set____db54di;
132
132
  };
133
- protoOf(AtomicBoolean).kq = function () {
133
+ protoOf(AtomicBoolean).sr = function () {
134
134
  return this.kotlinx$atomicfu$value;
135
135
  };
136
136
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -153,10 +153,10 @@
153
153
  function AtomicRef(value) {
154
154
  this.kotlinx$atomicfu$value = value;
155
155
  }
156
- protoOf(AtomicRef).mq = function (_set____db54di) {
156
+ protoOf(AtomicRef).ur = function (_set____db54di) {
157
157
  this.kotlinx$atomicfu$value = _set____db54di;
158
158
  };
159
- protoOf(AtomicRef).kq = function () {
159
+ protoOf(AtomicRef).sr = function () {
160
160
  return this.kotlinx$atomicfu$value;
161
161
  };
162
162
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -179,10 +179,10 @@
179
179
  function AtomicLong(value) {
180
180
  this.kotlinx$atomicfu$value = value;
181
181
  }
182
- protoOf(AtomicLong).nq = function (_set____db54di) {
182
+ protoOf(AtomicLong).vr = function (_set____db54di) {
183
183
  this.kotlinx$atomicfu$value = _set____db54di;
184
184
  };
185
- protoOf(AtomicLong).kq = function () {
185
+ protoOf(AtomicLong).sr = function () {
186
186
  return this.kotlinx$atomicfu$value;
187
187
  };
188
188
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -246,7 +246,7 @@
246
246
  return new AtomicLong(initial);
247
247
  }
248
248
  //region block: post-declaration
249
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).iq);
249
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).qr);
250
250
  //endregion
251
251
  //region block: exports
252
252
  _.$_$ = _.$_$ || {};