@doordeck/doordeck-headless-sdk 0.194.0 → 0.195.0

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.
@@ -29,13 +29,13 @@
29
29
  tmp_1[tmp_0] = atomic$ref$1(null);
30
30
  tmp_0 = tmp_0 + 1 | 0;
31
31
  }
32
- tmp.js_1 = tmp_1;
32
+ tmp.fs_1 = tmp_1;
33
33
  }
34
- protoOf(atomicfu$AtomicRefArray$ref).ks = function () {
35
- return this.js_1.length;
34
+ protoOf(atomicfu$AtomicRefArray$ref).gs = function () {
35
+ return this.fs_1.length;
36
36
  };
37
37
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
38
- return this.js_1[index];
38
+ return this.fs_1[index];
39
39
  };
40
40
  function atomicfu$AtomicRefArray$ofNulls(size) {
41
41
  return new atomicfu$AtomicRefArray$ref(size);
@@ -63,10 +63,10 @@
63
63
  function AtomicInt(value) {
64
64
  this.kotlinx$atomicfu$value = value;
65
65
  }
66
- protoOf(AtomicInt).ls = function (_set____db54di) {
66
+ protoOf(AtomicInt).hs = function (_set____db54di) {
67
67
  this.kotlinx$atomicfu$value = _set____db54di;
68
68
  };
69
- protoOf(AtomicInt).ms = function () {
69
+ protoOf(AtomicInt).is = function () {
70
70
  return this.kotlinx$atomicfu$value;
71
71
  };
72
72
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -116,10 +116,10 @@
116
116
  function AtomicBoolean(value) {
117
117
  this.kotlinx$atomicfu$value = value;
118
118
  }
119
- protoOf(AtomicBoolean).ns = function (_set____db54di) {
119
+ protoOf(AtomicBoolean).js = function (_set____db54di) {
120
120
  this.kotlinx$atomicfu$value = _set____db54di;
121
121
  };
122
- protoOf(AtomicBoolean).ms = function () {
122
+ protoOf(AtomicBoolean).is = function () {
123
123
  return this.kotlinx$atomicfu$value;
124
124
  };
125
125
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -142,10 +142,10 @@
142
142
  function AtomicRef(value) {
143
143
  this.kotlinx$atomicfu$value = value;
144
144
  }
145
- protoOf(AtomicRef).os = function (_set____db54di) {
145
+ protoOf(AtomicRef).ks = function (_set____db54di) {
146
146
  this.kotlinx$atomicfu$value = _set____db54di;
147
147
  };
148
- protoOf(AtomicRef).ms = function () {
148
+ protoOf(AtomicRef).is = function () {
149
149
  return this.kotlinx$atomicfu$value;
150
150
  };
151
151
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -168,10 +168,10 @@
168
168
  function AtomicLong(value) {
169
169
  this.kotlinx$atomicfu$value = value;
170
170
  }
171
- protoOf(AtomicLong).ps = function (_set____db54di) {
171
+ protoOf(AtomicLong).ls = function (_set____db54di) {
172
172
  this.kotlinx$atomicfu$value = _set____db54di;
173
173
  };
174
- protoOf(AtomicLong).ms = function () {
174
+ protoOf(AtomicLong).is = function () {
175
175
  return this.kotlinx$atomicfu$value;
176
176
  };
177
177
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -235,7 +235,7 @@
235
235
  return new AtomicLong(initial);
236
236
  }
237
237
  //region block: post-declaration
238
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).ks);
238
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).gs);
239
239
  //endregion
240
240
  //region block: exports
241
241
  _.$_$ = _.$_$ || {};