@doordeck/doordeck-headless-sdk 0.193.0 → 0.194.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.
@@ -2,43 +2,43 @@
2
2
  'use strict';
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
- var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.u1;
6
- var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.n1;
7
- var subtract = kotlin_kotlin.$_$.ba;
8
- var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.f2;
9
- var charArrayOf = kotlin_kotlin.$_$.ia;
10
- var protoOf = kotlin_kotlin.$_$.vb;
11
- var toString = kotlin_kotlin.$_$.yb;
12
- var Unit_instance = kotlin_kotlin.$_$.z4;
13
- var toShort = kotlin_kotlin.$_$.xb;
14
- var add = kotlin_kotlin.$_$.n9;
15
- var ensureNotNull = kotlin_kotlin.$_$.lg;
16
- var fromInt = kotlin_kotlin.$_$.s9;
17
- var convertToInt = kotlin_kotlin.$_$.p9;
18
- var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.c1;
19
- var initMetadataForClass = kotlin_kotlin.$_$.ya;
5
+ var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.w1;
6
+ var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.p1;
7
+ var subtract = kotlin_kotlin.$_$.fa;
8
+ var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.h2;
9
+ var charArrayOf = kotlin_kotlin.$_$.ma;
10
+ var protoOf = kotlin_kotlin.$_$.zb;
11
+ var toString = kotlin_kotlin.$_$.cc;
12
+ var Unit_instance = kotlin_kotlin.$_$.c5;
13
+ var toShort = kotlin_kotlin.$_$.bc;
14
+ var add = kotlin_kotlin.$_$.r9;
15
+ var ensureNotNull = kotlin_kotlin.$_$.rg;
16
+ var fromInt = kotlin_kotlin.$_$.w9;
17
+ var convertToInt = kotlin_kotlin.$_$.t9;
18
+ var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.e1;
19
+ var initMetadataForClass = kotlin_kotlin.$_$.cb;
20
20
  var VOID = kotlin_kotlin.$_$.b;
21
- var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.r1;
21
+ var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.t1;
22
22
  var UnsafeByteStringOperations_instance = kotlin_org_jetbrains_kotlinx_kotlinx_io_bytestring.$_$.b;
23
- var AutoCloseable = kotlin_kotlin.$_$.df;
24
- var objectCreate = kotlin_kotlin.$_$.ub;
25
- var initMetadataForCompanion = kotlin_kotlin.$_$.za;
26
- var arrayCopy = kotlin_kotlin.$_$.r5;
27
- var toByte = kotlin_kotlin.$_$.wb;
28
- var IllegalArgumentException_init_$Create$_0 = kotlin_kotlin.$_$.l1;
29
- var initMetadataForObject = kotlin_kotlin.$_$.eb;
30
- var initMetadataForInterface = kotlin_kotlin.$_$.cb;
31
- var multiply = kotlin_kotlin.$_$.w9;
32
- var charCodeAt = kotlin_kotlin.$_$.ka;
33
- var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.l2;
34
- var charArray = kotlin_kotlin.$_$.ja;
35
- var numberToChar = kotlin_kotlin.$_$.tb;
36
- var concatToString = kotlin_kotlin.$_$.wc;
37
- var Exception_init_$Init$ = kotlin_kotlin.$_$.g1;
38
- var captureStack = kotlin_kotlin.$_$.ha;
39
- var Exception_init_$Init$_0 = kotlin_kotlin.$_$.h1;
40
- var Exception_init_$Init$_1 = kotlin_kotlin.$_$.j1;
41
- var Exception = kotlin_kotlin.$_$.mf;
23
+ var AutoCloseable = kotlin_kotlin.$_$.jf;
24
+ var objectCreate = kotlin_kotlin.$_$.yb;
25
+ var initMetadataForCompanion = kotlin_kotlin.$_$.db;
26
+ var arrayCopy = kotlin_kotlin.$_$.u5;
27
+ var toByte = kotlin_kotlin.$_$.ac;
28
+ var IllegalArgumentException_init_$Create$_0 = kotlin_kotlin.$_$.n1;
29
+ var initMetadataForObject = kotlin_kotlin.$_$.ib;
30
+ var initMetadataForInterface = kotlin_kotlin.$_$.gb;
31
+ var multiply = kotlin_kotlin.$_$.aa;
32
+ var charCodeAt = kotlin_kotlin.$_$.oa;
33
+ var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.n2;
34
+ var charArray = kotlin_kotlin.$_$.na;
35
+ var numberToChar = kotlin_kotlin.$_$.xb;
36
+ var concatToString = kotlin_kotlin.$_$.bd;
37
+ var Exception_init_$Init$ = kotlin_kotlin.$_$.i1;
38
+ var captureStack = kotlin_kotlin.$_$.la;
39
+ var Exception_init_$Init$_0 = kotlin_kotlin.$_$.j1;
40
+ var Exception_init_$Init$_1 = kotlin_kotlin.$_$.l1;
41
+ var Exception = kotlin_kotlin.$_$.sf;
42
42
  //endregion
43
43
  //region block: pre-declaration
44
44
  initMetadataForInterface(Source, 'Source', VOID, VOID, [AutoCloseable]);
@@ -47,10 +47,10 @@
47
47
  endIndex = endIndex === VOID ? source.length : endIndex;
48
48
  var tmp;
49
49
  if ($super === VOID) {
50
- this.kp(source, startIndex, endIndex);
50
+ this.uq(source, startIndex, endIndex);
51
51
  tmp = Unit_instance;
52
52
  } else {
53
- tmp = $super.kp.call(this, source, startIndex, endIndex);
53
+ tmp = $super.uq.call(this, source, startIndex, endIndex);
54
54
  }
55
55
  return tmp;
56
56
  }
@@ -102,20 +102,20 @@
102
102
  throw EOFException_init_$Create$_0("Buffer doesn't contain required number of bytes (size: " + $this.l1().toString() + ', required: ' + byteCount.toString() + ')');
103
103
  }
104
104
  function Buffer() {
105
- this.xn_1 = null;
106
- this.yn_1 = null;
107
- this.zn_1 = 0n;
105
+ this.hp_1 = null;
106
+ this.ip_1 = null;
107
+ this.jp_1 = 0n;
108
108
  }
109
109
  protoOf(Buffer).l1 = function () {
110
- return this.zn_1;
110
+ return this.jp_1;
111
111
  };
112
- protoOf(Buffer).ao = function () {
112
+ protoOf(Buffer).kp = function () {
113
113
  return this;
114
114
  };
115
- protoOf(Buffer).bo = function () {
115
+ protoOf(Buffer).lp = function () {
116
116
  return this.l1() === 0n;
117
117
  };
118
- protoOf(Buffer).co = function (byteCount) {
118
+ protoOf(Buffer).mp = function (byteCount) {
119
119
  // Inline function 'kotlin.require' call
120
120
  if (!(byteCount >= 0n)) {
121
121
  var message = 'byteCount: ' + byteCount.toString();
@@ -125,7 +125,7 @@
125
125
  throw EOFException_init_$Create$_0("Buffer doesn't contain required number of bytes (size: " + this.l1().toString() + ', required: ' + byteCount.toString() + ')');
126
126
  }
127
127
  };
128
- protoOf(Buffer).do = function (byteCount) {
128
+ protoOf(Buffer).np = function (byteCount) {
129
129
  // Inline function 'kotlin.require' call
130
130
  if (!(byteCount >= 0n)) {
131
131
  var message = 'byteCount: ' + byteCount.toString() + ' < 0';
@@ -133,8 +133,8 @@
133
133
  }
134
134
  return this.l1() >= byteCount;
135
135
  };
136
- protoOf(Buffer).eo = function () {
137
- var tmp0_elvis_lhs = this.xn_1;
136
+ protoOf(Buffer).op = function () {
137
+ var tmp0_elvis_lhs = this.hp_1;
138
138
  var tmp;
139
139
  if (tmp0_elvis_lhs == null) {
140
140
  throwEof(this, 1n);
@@ -144,18 +144,18 @@
144
144
  var segment = tmp;
145
145
  var segmentSize = segment.l1();
146
146
  if (segmentSize === 0) {
147
- this.mo();
148
- return this.eo();
147
+ this.wp();
148
+ return this.op();
149
149
  }
150
- var v = segment.no();
151
- this.zn_1 = subtract(this.zn_1, 1n);
150
+ var v = segment.xp();
151
+ this.jp_1 = subtract(this.jp_1, 1n);
152
152
  if (segmentSize === 1) {
153
- this.mo();
153
+ this.wp();
154
154
  }
155
155
  return v;
156
156
  };
157
- protoOf(Buffer).oo = function () {
158
- var tmp0_elvis_lhs = this.xn_1;
157
+ protoOf(Buffer).yp = function () {
158
+ var tmp0_elvis_lhs = this.hp_1;
159
159
  var tmp;
160
160
  if (tmp0_elvis_lhs == null) {
161
161
  throwEof(this, 2n);
@@ -165,119 +165,119 @@
165
165
  var segment = tmp;
166
166
  var segmentSize = segment.l1();
167
167
  if (segmentSize < 2) {
168
- this.co(2n);
168
+ this.mp(2n);
169
169
  if (segmentSize === 0) {
170
- this.mo();
171
- return this.oo();
170
+ this.wp();
171
+ return this.yp();
172
172
  }
173
173
  // Inline function 'kotlinx.io.and' call
174
- var tmp_0 = (this.eo() & 255) << 8;
174
+ var tmp_0 = (this.op() & 255) << 8;
175
175
  // Inline function 'kotlinx.io.and' call
176
- var tmp$ret$1 = this.eo() & 255;
176
+ var tmp$ret$1 = this.op() & 255;
177
177
  return toShort(tmp_0 | tmp$ret$1);
178
178
  }
179
- var v = segment.po();
180
- this.zn_1 = subtract(this.zn_1, 2n);
179
+ var v = segment.zp();
180
+ this.jp_1 = subtract(this.jp_1, 2n);
181
181
  if (segmentSize === 2) {
182
- this.mo();
182
+ this.wp();
183
183
  }
184
184
  return v;
185
185
  };
186
- protoOf(Buffer).qo = function () {
186
+ protoOf(Buffer).aq = function () {
187
187
  return Unit_instance;
188
188
  };
189
- protoOf(Buffer).ro = function (out, startIndex, endIndex) {
189
+ protoOf(Buffer).bq = function (out, startIndex, endIndex) {
190
190
  checkBounds(this.l1(), startIndex, endIndex);
191
191
  if (startIndex === endIndex)
192
192
  return Unit_instance;
193
193
  var currentOffset = startIndex;
194
194
  var remainingByteCount = subtract(endIndex, startIndex);
195
- out.zn_1 = add(out.zn_1, remainingByteCount);
196
- var s = this.xn_1;
197
- while (currentOffset >= fromInt(ensureNotNull(s).ho_1 - s.go_1 | 0)) {
198
- currentOffset = subtract(currentOffset, fromInt(s.ho_1 - s.go_1 | 0));
199
- s = s.ko_1;
195
+ out.jp_1 = add(out.jp_1, remainingByteCount);
196
+ var s = this.hp_1;
197
+ while (currentOffset >= fromInt(ensureNotNull(s).rp_1 - s.qp_1 | 0)) {
198
+ currentOffset = subtract(currentOffset, fromInt(s.rp_1 - s.qp_1 | 0));
199
+ s = s.up_1;
200
200
  }
201
201
  while (remainingByteCount > 0n) {
202
- var copy = ensureNotNull(s).so();
203
- copy.go_1 = copy.go_1 + convertToInt(currentOffset) | 0;
202
+ var copy = ensureNotNull(s).cq();
203
+ copy.qp_1 = copy.qp_1 + convertToInt(currentOffset) | 0;
204
204
  var tmp = copy;
205
- var tmp0 = copy.go_1 + convertToInt(remainingByteCount) | 0;
205
+ var tmp0 = copy.qp_1 + convertToInt(remainingByteCount) | 0;
206
206
  // Inline function 'kotlin.comparisons.minOf' call
207
- var b = copy.ho_1;
208
- tmp.ho_1 = Math.min(tmp0, b);
207
+ var b = copy.rp_1;
208
+ tmp.rp_1 = Math.min(tmp0, b);
209
209
  // Inline function 'kotlinx.io.Buffer.pushSegment' call
210
- if (out.xn_1 == null) {
211
- out.xn_1 = copy;
212
- out.yn_1 = copy;
210
+ if (out.hp_1 == null) {
211
+ out.hp_1 = copy;
212
+ out.ip_1 = copy;
213
213
  } else if (false) {
214
- out.yn_1 = ensureNotNull(out.yn_1).to(copy).uo();
215
- if (ensureNotNull(out.yn_1).lo_1 == null) {
216
- out.xn_1 = out.yn_1;
214
+ out.ip_1 = ensureNotNull(out.ip_1).dq(copy).eq();
215
+ if (ensureNotNull(out.ip_1).vp_1 == null) {
216
+ out.hp_1 = out.ip_1;
217
217
  }
218
218
  } else {
219
- out.yn_1 = ensureNotNull(out.yn_1).to(copy);
219
+ out.ip_1 = ensureNotNull(out.ip_1).dq(copy);
220
220
  }
221
- remainingByteCount = subtract(remainingByteCount, fromInt(copy.ho_1 - copy.go_1 | 0));
221
+ remainingByteCount = subtract(remainingByteCount, fromInt(copy.rp_1 - copy.qp_1 | 0));
222
222
  currentOffset = 0n;
223
- s = s.ko_1;
223
+ s = s.up_1;
224
224
  }
225
225
  };
226
- protoOf(Buffer).vo = function () {
226
+ protoOf(Buffer).fq = function () {
227
227
  var result = this.l1();
228
228
  if (result === 0n)
229
229
  return 0n;
230
- var tail = ensureNotNull(this.yn_1);
231
- if (tail.ho_1 < 8192 && tail.jo_1) {
232
- result = subtract(result, fromInt(tail.ho_1 - tail.go_1 | 0));
230
+ var tail = ensureNotNull(this.ip_1);
231
+ if (tail.rp_1 < 8192 && tail.tp_1) {
232
+ result = subtract(result, fromInt(tail.rp_1 - tail.qp_1 | 0));
233
233
  }
234
234
  return result;
235
235
  };
236
- protoOf(Buffer).wo = function (position) {
236
+ protoOf(Buffer).gq = function (position) {
237
237
  if (position < 0n || position >= this.l1()) {
238
238
  throw IndexOutOfBoundsException_init_$Create$('position (' + position.toString() + ') is not within the range [0..size(' + this.l1().toString() + '))');
239
239
  }
240
240
  if (position === 0n) {
241
- return ensureNotNull(this.xn_1).xo(0);
241
+ return ensureNotNull(this.hp_1).hq(0);
242
242
  }
243
243
  // Inline function 'kotlinx.io.seek' call
244
- if (this.xn_1 == null) {
245
- return ensureNotNull(null).xo(convertToInt(subtract(position, -1n)));
244
+ if (this.hp_1 == null) {
245
+ return ensureNotNull(null).hq(convertToInt(subtract(position, -1n)));
246
246
  }
247
247
  if (subtract(this.l1(), position) < position) {
248
- var s = this.yn_1;
248
+ var s = this.ip_1;
249
249
  var offset = this.l1();
250
250
  $l$loop: while (!(s == null) && offset > position) {
251
- offset = subtract(offset, fromInt(s.ho_1 - s.go_1 | 0));
251
+ offset = subtract(offset, fromInt(s.rp_1 - s.qp_1 | 0));
252
252
  if (offset <= position)
253
253
  break $l$loop;
254
- s = s.lo_1;
254
+ s = s.vp_1;
255
255
  }
256
256
  var tmp0 = s;
257
257
  var offset_0 = offset;
258
- return ensureNotNull(tmp0).xo(convertToInt(subtract(position, offset_0)));
258
+ return ensureNotNull(tmp0).hq(convertToInt(subtract(position, offset_0)));
259
259
  } else {
260
- var s_0 = this.xn_1;
260
+ var s_0 = this.hp_1;
261
261
  var offset_1 = 0n;
262
262
  $l$loop_0: while (!(s_0 == null)) {
263
263
  var tmp0_0 = offset_1;
264
264
  // Inline function 'kotlin.Long.plus' call
265
- var other = s_0.ho_1 - s_0.go_1 | 0;
265
+ var other = s_0.rp_1 - s_0.qp_1 | 0;
266
266
  var nextOffset = add(tmp0_0, fromInt(other));
267
267
  if (nextOffset > position)
268
268
  break $l$loop_0;
269
- s_0 = s_0.ko_1;
269
+ s_0 = s_0.up_1;
270
270
  offset_1 = nextOffset;
271
271
  }
272
272
  var tmp0_1 = s_0;
273
273
  var offset_2 = offset_1;
274
- return ensureNotNull(tmp0_1).xo(convertToInt(subtract(position, offset_2)));
274
+ return ensureNotNull(tmp0_1).hq(convertToInt(subtract(position, offset_2)));
275
275
  }
276
276
  };
277
277
  protoOf(Buffer).t2 = function () {
278
- return this.yo(this.l1());
278
+ return this.iq(this.l1());
279
279
  };
280
- protoOf(Buffer).yo = function (byteCount) {
280
+ protoOf(Buffer).iq = function (byteCount) {
281
281
  // Inline function 'kotlinx.io.checkByteCount' call
282
282
  // Inline function 'kotlin.require' call
283
283
  if (!(byteCount >= 0n)) {
@@ -286,7 +286,7 @@
286
286
  }
287
287
  var remainingByteCount = byteCount;
288
288
  while (remainingByteCount > 0n) {
289
- var tmp0_elvis_lhs = this.xn_1;
289
+ var tmp0_elvis_lhs = this.hp_1;
290
290
  var tmp;
291
291
  if (tmp0_elvis_lhs == null) {
292
292
  throw EOFException_init_$Create$_0('Buffer exhausted before skipping ' + byteCount.toString() + ' bytes.');
@@ -296,24 +296,24 @@
296
296
  var head = tmp;
297
297
  var tmp0 = remainingByteCount;
298
298
  // Inline function 'kotlinx.io.minOf' call
299
- var b = head.ho_1 - head.go_1 | 0;
299
+ var b = head.rp_1 - head.qp_1 | 0;
300
300
  // Inline function 'kotlin.comparisons.minOf' call
301
301
  var b_0 = fromInt(b);
302
302
  var tmp$ret$4 = tmp0 <= b_0 ? tmp0 : b_0;
303
303
  var toSkip = convertToInt(tmp$ret$4);
304
- this.zn_1 = subtract(this.zn_1, fromInt(toSkip));
304
+ this.jp_1 = subtract(this.jp_1, fromInt(toSkip));
305
305
  remainingByteCount = subtract(remainingByteCount, fromInt(toSkip));
306
- head.go_1 = head.go_1 + toSkip | 0;
307
- if (head.go_1 === head.ho_1) {
308
- this.mo();
306
+ head.qp_1 = head.qp_1 + toSkip | 0;
307
+ if (head.qp_1 === head.rp_1) {
308
+ this.wp();
309
309
  }
310
310
  }
311
311
  };
312
- protoOf(Buffer).zo = function (sink, startIndex, endIndex) {
312
+ protoOf(Buffer).jq = function (sink, startIndex, endIndex) {
313
313
  // Inline function 'kotlinx.io.checkBounds' call
314
314
  var size = sink.length;
315
315
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
316
- var tmp0_elvis_lhs = this.xn_1;
316
+ var tmp0_elvis_lhs = this.hp_1;
317
317
  var tmp;
318
318
  if (tmp0_elvis_lhs == null) {
319
319
  return -1;
@@ -325,14 +325,14 @@
325
325
  // Inline function 'kotlin.comparisons.minOf' call
326
326
  var b = s.l1();
327
327
  var toCopy = Math.min(tmp0, b);
328
- s.ap(sink, startIndex, startIndex + toCopy | 0);
329
- this.zn_1 = subtract(this.zn_1, fromInt(toCopy));
328
+ s.kq(sink, startIndex, startIndex + toCopy | 0);
329
+ this.jp_1 = subtract(this.jp_1, fromInt(toCopy));
330
330
  if (isEmpty(s)) {
331
- this.mo();
331
+ this.wp();
332
332
  }
333
333
  return toCopy;
334
334
  };
335
- protoOf(Buffer).bp = function (sink, byteCount) {
335
+ protoOf(Buffer).lq = function (sink, byteCount) {
336
336
  // Inline function 'kotlinx.io.checkByteCount' call
337
337
  // Inline function 'kotlin.require' call
338
338
  if (!(byteCount >= 0n)) {
@@ -342,10 +342,10 @@
342
342
  if (this.l1() === 0n)
343
343
  return -1n;
344
344
  var bytesWritten = byteCount > this.l1() ? this.l1() : byteCount;
345
- sink.cp(this, bytesWritten);
345
+ sink.mq(this, bytesWritten);
346
346
  return bytesWritten;
347
347
  };
348
- protoOf(Buffer).dp = function (sink, byteCount) {
348
+ protoOf(Buffer).nq = function (sink, byteCount) {
349
349
  // Inline function 'kotlinx.io.checkByteCount' call
350
350
  // Inline function 'kotlin.require' call
351
351
  if (!(byteCount >= 0n)) {
@@ -353,62 +353,62 @@
353
353
  throw IllegalArgumentException_init_$Create$(toString(message));
354
354
  }
355
355
  if (this.l1() < byteCount) {
356
- sink.cp(this, this.l1());
356
+ sink.mq(this, this.l1());
357
357
  throw EOFException_init_$Create$_0('Buffer exhausted before writing ' + byteCount.toString() + ' bytes. Only ' + this.l1().toString() + ' bytes were written.');
358
358
  }
359
- sink.cp(this, byteCount);
359
+ sink.mq(this, byteCount);
360
360
  };
361
- protoOf(Buffer).ep = function (sink) {
361
+ protoOf(Buffer).oq = function (sink) {
362
362
  var byteCount = this.l1();
363
363
  if (byteCount > 0n) {
364
- sink.cp(this, byteCount);
364
+ sink.mq(this, byteCount);
365
365
  }
366
366
  return byteCount;
367
367
  };
368
- protoOf(Buffer).fp = function () {
368
+ protoOf(Buffer).pq = function () {
369
369
  return buffered(new PeekSource(this));
370
370
  };
371
- protoOf(Buffer).gp = function (minimumCapacity) {
371
+ protoOf(Buffer).qq = function (minimumCapacity) {
372
372
  // Inline function 'kotlin.require' call
373
373
  if (!(minimumCapacity >= 1 && minimumCapacity <= 8192)) {
374
374
  var message = 'unexpected capacity (' + minimumCapacity + '), should be in range [1, 8192]';
375
375
  throw IllegalArgumentException_init_$Create$(toString(message));
376
376
  }
377
- if (this.yn_1 == null) {
378
- var result = SegmentPool_instance.jp();
379
- this.xn_1 = result;
380
- this.yn_1 = result;
377
+ if (this.ip_1 == null) {
378
+ var result = SegmentPool_instance.tq();
379
+ this.hp_1 = result;
380
+ this.ip_1 = result;
381
381
  return result;
382
382
  }
383
- var t = ensureNotNull(this.yn_1);
384
- if ((t.ho_1 + minimumCapacity | 0) > 8192 || !t.jo_1) {
385
- var newTail = t.to(SegmentPool_instance.jp());
386
- this.yn_1 = newTail;
383
+ var t = ensureNotNull(this.ip_1);
384
+ if ((t.rp_1 + minimumCapacity | 0) > 8192 || !t.tp_1) {
385
+ var newTail = t.dq(SegmentPool_instance.tq());
386
+ this.ip_1 = newTail;
387
387
  return newTail;
388
388
  }
389
389
  return t;
390
390
  };
391
- protoOf(Buffer).kp = function (source, startIndex, endIndex) {
391
+ protoOf(Buffer).uq = function (source, startIndex, endIndex) {
392
392
  // Inline function 'kotlinx.io.checkBounds' call
393
393
  var size = source.length;
394
394
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
395
395
  var currentOffset = startIndex;
396
396
  while (currentOffset < endIndex) {
397
- var tail = this.gp(1);
397
+ var tail = this.qq(1);
398
398
  var tmp0 = endIndex - currentOffset | 0;
399
399
  // Inline function 'kotlin.comparisons.minOf' call
400
- var b = tail.lp();
400
+ var b = tail.vq();
401
401
  var toCopy = Math.min(tmp0, b);
402
- tail.mp(source, currentOffset, currentOffset + toCopy | 0);
402
+ tail.wq(source, currentOffset, currentOffset + toCopy | 0);
403
403
  currentOffset = currentOffset + toCopy | 0;
404
404
  }
405
405
  var tmp = this;
406
- var tmp0_0 = this.zn_1;
406
+ var tmp0_0 = this.jp_1;
407
407
  // Inline function 'kotlin.Long.plus' call
408
408
  var other = endIndex - startIndex | 0;
409
- tmp.zn_1 = add(tmp0_0, fromInt(other));
409
+ tmp.jp_1 = add(tmp0_0, fromInt(other));
410
410
  };
411
- protoOf(Buffer).op = function (source, byteCount) {
411
+ protoOf(Buffer).yq = function (source, byteCount) {
412
412
  // Inline function 'kotlinx.io.checkByteCount' call
413
413
  // Inline function 'kotlin.require' call
414
414
  if (!(byteCount >= 0n)) {
@@ -417,85 +417,85 @@
417
417
  }
418
418
  var remainingByteCount = byteCount;
419
419
  while (remainingByteCount > 0n) {
420
- var read = source.bp(this, remainingByteCount);
420
+ var read = source.lq(this, remainingByteCount);
421
421
  if (read === -1n) {
422
422
  throw EOFException_init_$Create$_0('Source exhausted before reading ' + byteCount.toString() + ' bytes. ' + ('Only ' + subtract(byteCount, remainingByteCount).toString() + ' were read.'));
423
423
  }
424
424
  remainingByteCount = subtract(remainingByteCount, read);
425
425
  }
426
426
  };
427
- protoOf(Buffer).cp = function (source, byteCount) {
427
+ protoOf(Buffer).mq = function (source, byteCount) {
428
428
  // Inline function 'kotlin.require' call
429
429
  if (!!(source === this)) {
430
430
  var message = 'source == this';
431
431
  throw IllegalArgumentException_init_$Create$(toString(message));
432
432
  }
433
- checkOffsetAndCount(source.zn_1, 0n, byteCount);
433
+ checkOffsetAndCount(source.jp_1, 0n, byteCount);
434
434
  var remainingByteCount = byteCount;
435
435
  while (remainingByteCount > 0n) {
436
- if (remainingByteCount < fromInt(ensureNotNull(source.xn_1).l1())) {
437
- var tail = this.yn_1;
436
+ if (remainingByteCount < fromInt(ensureNotNull(source.hp_1).l1())) {
437
+ var tail = this.ip_1;
438
438
  var tmp;
439
- if (!(tail == null) && tail.jo_1) {
439
+ if (!(tail == null) && tail.tp_1) {
440
440
  var tmp0 = remainingByteCount;
441
441
  // Inline function 'kotlin.Long.plus' call
442
- var other = tail.ho_1;
442
+ var other = tail.rp_1;
443
443
  var tmp0_0 = add(tmp0, fromInt(other));
444
444
  // Inline function 'kotlin.Long.minus' call
445
- var other_0 = tail.pp() ? 0 : tail.go_1;
445
+ var other_0 = tail.zq() ? 0 : tail.qp_1;
446
446
  tmp = subtract(tmp0_0, fromInt(other_0)) <= 8192n;
447
447
  } else {
448
448
  tmp = false;
449
449
  }
450
450
  if (tmp) {
451
- ensureNotNull(source.xn_1).rp(tail, convertToInt(remainingByteCount));
452
- source.zn_1 = subtract(source.zn_1, remainingByteCount);
453
- this.zn_1 = add(this.zn_1, remainingByteCount);
451
+ ensureNotNull(source.hp_1).br(tail, convertToInt(remainingByteCount));
452
+ source.jp_1 = subtract(source.jp_1, remainingByteCount);
453
+ this.jp_1 = add(this.jp_1, remainingByteCount);
454
454
  return Unit_instance;
455
455
  } else {
456
- source.xn_1 = ensureNotNull(source.xn_1).qp(convertToInt(remainingByteCount));
456
+ source.hp_1 = ensureNotNull(source.hp_1).ar(convertToInt(remainingByteCount));
457
457
  }
458
458
  }
459
- var segmentToMove = ensureNotNull(source.xn_1);
459
+ var segmentToMove = ensureNotNull(source.hp_1);
460
460
  var movedByteCount = fromInt(segmentToMove.l1());
461
- source.xn_1 = segmentToMove.sp();
462
- if (source.xn_1 == null) {
463
- source.yn_1 = null;
461
+ source.hp_1 = segmentToMove.cr();
462
+ if (source.hp_1 == null) {
463
+ source.ip_1 = null;
464
464
  }
465
465
  // Inline function 'kotlinx.io.Buffer.pushSegment' call
466
- if (this.xn_1 == null) {
467
- this.xn_1 = segmentToMove;
468
- this.yn_1 = segmentToMove;
466
+ if (this.hp_1 == null) {
467
+ this.hp_1 = segmentToMove;
468
+ this.ip_1 = segmentToMove;
469
469
  } else if (true) {
470
- this.yn_1 = ensureNotNull(this.yn_1).to(segmentToMove).uo();
471
- if (ensureNotNull(this.yn_1).lo_1 == null) {
472
- this.xn_1 = this.yn_1;
470
+ this.ip_1 = ensureNotNull(this.ip_1).dq(segmentToMove).eq();
471
+ if (ensureNotNull(this.ip_1).vp_1 == null) {
472
+ this.hp_1 = this.ip_1;
473
473
  }
474
474
  } else {
475
- this.yn_1 = ensureNotNull(this.yn_1).to(segmentToMove);
475
+ this.ip_1 = ensureNotNull(this.ip_1).dq(segmentToMove);
476
476
  }
477
- source.zn_1 = subtract(source.zn_1, movedByteCount);
478
- this.zn_1 = add(this.zn_1, movedByteCount);
477
+ source.jp_1 = subtract(source.jp_1, movedByteCount);
478
+ this.jp_1 = add(this.jp_1, movedByteCount);
479
479
  remainingByteCount = subtract(remainingByteCount, movedByteCount);
480
480
  }
481
481
  };
482
- protoOf(Buffer).tp = function (source) {
482
+ protoOf(Buffer).dr = function (source) {
483
483
  var totalBytesRead = 0n;
484
484
  $l$loop: while (true) {
485
- var readCount = source.bp(this, 8192n);
485
+ var readCount = source.lq(this, 8192n);
486
486
  if (readCount === -1n)
487
487
  break $l$loop;
488
488
  totalBytesRead = add(totalBytesRead, readCount);
489
489
  }
490
490
  return totalBytesRead;
491
491
  };
492
- protoOf(Buffer).up = function (byte) {
493
- this.gp(1).vp(byte);
494
- this.zn_1 = add(this.zn_1, 1n);
492
+ protoOf(Buffer).er = function (byte) {
493
+ this.qq(1).fr(byte);
494
+ this.jp_1 = add(this.jp_1, 1n);
495
495
  };
496
- protoOf(Buffer).wp = function (short) {
497
- this.gp(2).xp(short);
498
- this.zn_1 = add(this.zn_1, 2n);
496
+ protoOf(Buffer).gr = function (short) {
497
+ this.qq(2).hr(short);
498
+ this.jp_1 = add(this.jp_1, 2n);
499
499
  };
500
500
  protoOf(Buffer).l4 = function () {
501
501
  return Unit_instance;
@@ -513,7 +513,7 @@
513
513
  var builder = StringBuilder_init_$Create$(imul(len, 2) + (this.l1() > fromInt(maxPrintableBytes) ? 1 : 0) | 0);
514
514
  var bytesWritten = 0;
515
515
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.forEachSegment' call
516
- var curr = this.xn_1;
516
+ var curr = this.hp_1;
517
517
  while (!(curr == null)) {
518
518
  var tmp0 = get_SegmentReadContextImpl();
519
519
  var segment = curr;
@@ -521,7 +521,7 @@
521
521
  while (bytesWritten < len && idx < segment.l1()) {
522
522
  var _unary__edvuaz = idx;
523
523
  idx = _unary__edvuaz + 1 | 0;
524
- var b_0 = tmp0.yp(segment, _unary__edvuaz);
524
+ var b_0 = tmp0.ir(segment, _unary__edvuaz);
525
525
  bytesWritten = bytesWritten + 1 | 0;
526
526
  var tmp = get_HEX_DIGIT_CHARS();
527
527
  // Inline function 'kotlinx.io.shr' call
@@ -532,36 +532,36 @@
532
532
  var tmp$ret$3 = b_0 & 15;
533
533
  tmp_0.s(tmp_1[tmp$ret$3]);
534
534
  }
535
- curr = curr.ko_1;
535
+ curr = curr.up_1;
536
536
  }
537
537
  if (this.l1() > fromInt(maxPrintableBytes)) {
538
538
  builder.s(_Char___init__impl__6a9atx(8230));
539
539
  }
540
540
  return 'Buffer(size=' + this.l1().toString() + ' hex=' + builder.toString() + ')';
541
541
  };
542
- protoOf(Buffer).mo = function () {
543
- var oldHead = ensureNotNull(this.xn_1);
544
- var nextHead = oldHead.ko_1;
545
- this.xn_1 = nextHead;
542
+ protoOf(Buffer).wp = function () {
543
+ var oldHead = ensureNotNull(this.hp_1);
544
+ var nextHead = oldHead.up_1;
545
+ this.hp_1 = nextHead;
546
546
  if (nextHead == null) {
547
- this.yn_1 = null;
547
+ this.ip_1 = null;
548
548
  } else {
549
- nextHead.lo_1 = null;
549
+ nextHead.vp_1 = null;
550
550
  }
551
- oldHead.ko_1 = null;
552
- SegmentPool_instance.zp(oldHead);
551
+ oldHead.up_1 = null;
552
+ SegmentPool_instance.jr(oldHead);
553
553
  };
554
- protoOf(Buffer).aq = function () {
555
- var oldTail = ensureNotNull(this.yn_1);
556
- var newTail = oldTail.lo_1;
557
- this.yn_1 = newTail;
554
+ protoOf(Buffer).kr = function () {
555
+ var oldTail = ensureNotNull(this.ip_1);
556
+ var newTail = oldTail.vp_1;
557
+ this.ip_1 = newTail;
558
558
  if (newTail == null) {
559
- this.xn_1 = null;
559
+ this.hp_1 = null;
560
560
  } else {
561
- newTail.ko_1 = null;
561
+ newTail.up_1 = null;
562
562
  }
563
- oldTail.lo_1 = null;
564
- SegmentPool_instance.zp(oldTail);
563
+ oldTail.vp_1 = null;
564
+ SegmentPool_instance.jr(oldTail);
565
565
  };
566
566
  function indexOf(_this__u8e3s4, byte, startIndex, endIndex) {
567
567
  startIndex = startIndex === VOID ? 0n : startIndex;
@@ -573,7 +573,7 @@
573
573
  if (startIndex === endOffset)
574
574
  return -1n;
575
575
  // Inline function 'kotlinx.io.seek' call
576
- if (_this__u8e3s4.xn_1 == null) {
576
+ if (_this__u8e3s4.hp_1 == null) {
577
577
  if (-1n === -1n) {
578
578
  return -1n;
579
579
  }
@@ -601,19 +601,19 @@
601
601
  // Inline function 'kotlin.Long.plus' call
602
602
  var other = segment.l1();
603
603
  offset = add(tmp0_0, fromInt(other));
604
- segment = segment.ko_1;
604
+ segment = segment.up_1;
605
605
  }
606
606
  while (!(segment == null) && offset < endOffset);
607
607
  return -1n;
608
608
  }
609
609
  if (subtract(_this__u8e3s4.l1(), startIndex) < startIndex) {
610
- var s = _this__u8e3s4.yn_1;
610
+ var s = _this__u8e3s4.ip_1;
611
611
  var offset_0 = _this__u8e3s4.l1();
612
612
  $l$loop: while (!(s == null) && offset_0 > startIndex) {
613
- offset_0 = subtract(offset_0, fromInt(s.ho_1 - s.go_1 | 0));
613
+ offset_0 = subtract(offset_0, fromInt(s.rp_1 - s.qp_1 | 0));
614
614
  if (offset_0 <= startIndex)
615
615
  break $l$loop;
616
- s = s.lo_1;
616
+ s = s.vp_1;
617
617
  }
618
618
  var tmp0_1 = s;
619
619
  var o = offset_0;
@@ -644,21 +644,21 @@
644
644
  // Inline function 'kotlin.Long.plus' call
645
645
  var other_0 = segment_0.l1();
646
646
  offset_1 = add(tmp0_3, fromInt(other_0));
647
- segment_0 = segment_0.ko_1;
647
+ segment_0 = segment_0.up_1;
648
648
  }
649
649
  while (!(segment_0 == null) && offset_1 < endOffset);
650
650
  return -1n;
651
651
  } else {
652
- var s_0 = _this__u8e3s4.xn_1;
652
+ var s_0 = _this__u8e3s4.hp_1;
653
653
  var offset_2 = 0n;
654
654
  $l$loop_0: while (!(s_0 == null)) {
655
655
  var tmp0_4 = offset_2;
656
656
  // Inline function 'kotlin.Long.plus' call
657
- var other_1 = s_0.ho_1 - s_0.go_1 | 0;
657
+ var other_1 = s_0.rp_1 - s_0.qp_1 | 0;
658
658
  var nextOffset = add(tmp0_4, fromInt(other_1));
659
659
  if (nextOffset > startIndex)
660
660
  break $l$loop_0;
661
- s_0 = s_0.ko_1;
661
+ s_0 = s_0.up_1;
662
662
  offset_2 = nextOffset;
663
663
  }
664
664
  var tmp0_5 = s_0;
@@ -690,32 +690,32 @@
690
690
  // Inline function 'kotlin.Long.plus' call
691
691
  var other_2 = segment_1.l1();
692
692
  offset_3 = add(tmp0_7, fromInt(other_2));
693
- segment_1 = segment_1.ko_1;
693
+ segment_1 = segment_1.up_1;
694
694
  }
695
695
  while (!(segment_1 == null) && offset_3 < endOffset);
696
696
  return -1n;
697
697
  }
698
698
  }
699
699
  function readByteString(_this__u8e3s4, byteCount) {
700
- return UnsafeByteStringOperations_instance.wn(readByteArray_0(_this__u8e3s4, byteCount));
700
+ return UnsafeByteStringOperations_instance.gp(readByteArray_0(_this__u8e3s4, byteCount));
701
701
  }
702
702
  function buffered(_this__u8e3s4) {
703
703
  return new RealSource(_this__u8e3s4);
704
704
  }
705
705
  function PeekSource(upstream) {
706
- this.bq_1 = upstream;
707
- this.cq_1 = this.bq_1.ao();
708
- this.dq_1 = this.cq_1.xn_1;
706
+ this.lr_1 = upstream;
707
+ this.mr_1 = this.lr_1.kp();
708
+ this.nr_1 = this.mr_1.hp_1;
709
709
  var tmp = this;
710
- var tmp0_safe_receiver = this.cq_1.xn_1;
711
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.go_1;
712
- tmp.eq_1 = tmp1_elvis_lhs == null ? -1 : tmp1_elvis_lhs;
713
- this.fq_1 = false;
714
- this.gq_1 = 0n;
710
+ var tmp0_safe_receiver = this.mr_1.hp_1;
711
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.qp_1;
712
+ tmp.or_1 = tmp1_elvis_lhs == null ? -1 : tmp1_elvis_lhs;
713
+ this.pr_1 = false;
714
+ this.qr_1 = 0n;
715
715
  }
716
- protoOf(PeekSource).bp = function (sink, byteCount) {
716
+ protoOf(PeekSource).lq = function (sink, byteCount) {
717
717
  // Inline function 'kotlin.check' call
718
- if (!!this.fq_1) {
718
+ if (!!this.pr_1) {
719
719
  var message = 'Source is closed.';
720
720
  throw IllegalStateException_init_$Create$(toString(message));
721
721
  }
@@ -726,43 +726,43 @@
726
726
  throw IllegalArgumentException_init_$Create$(toString(message_0));
727
727
  }
728
728
  // Inline function 'kotlin.check' call
729
- if (!(this.dq_1 == null || (this.dq_1 === this.cq_1.xn_1 && this.eq_1 === ensureNotNull(this.cq_1.xn_1).go_1))) {
729
+ if (!(this.nr_1 == null || (this.nr_1 === this.mr_1.hp_1 && this.or_1 === ensureNotNull(this.mr_1.hp_1).qp_1))) {
730
730
  var message_1 = 'Peek source is invalid because upstream source was used';
731
731
  throw IllegalStateException_init_$Create$(toString(message_1));
732
732
  }
733
733
  if (byteCount === 0n)
734
734
  return 0n;
735
735
  // Inline function 'kotlin.Long.plus' call
736
- var this_0 = this.gq_1;
736
+ var this_0 = this.qr_1;
737
737
  var tmp$ret$7 = add(this_0, fromInt(1));
738
- if (!this.bq_1.do(tmp$ret$7))
738
+ if (!this.lr_1.np(tmp$ret$7))
739
739
  return -1n;
740
- if (this.dq_1 == null && !(this.cq_1.xn_1 == null)) {
741
- this.dq_1 = this.cq_1.xn_1;
742
- this.eq_1 = ensureNotNull(this.cq_1.xn_1).go_1;
740
+ if (this.nr_1 == null && !(this.mr_1.hp_1 == null)) {
741
+ this.nr_1 = this.mr_1.hp_1;
742
+ this.or_1 = ensureNotNull(this.mr_1.hp_1).qp_1;
743
743
  }
744
744
  // Inline function 'kotlin.comparisons.minOf' call
745
- var b = subtract(this.cq_1.l1(), this.gq_1);
745
+ var b = subtract(this.mr_1.l1(), this.qr_1);
746
746
  var toCopy = byteCount <= b ? byteCount : b;
747
- this.cq_1.ro(sink, this.gq_1, add(this.gq_1, toCopy));
748
- this.gq_1 = add(this.gq_1, toCopy);
747
+ this.mr_1.bq(sink, this.qr_1, add(this.qr_1, toCopy));
748
+ this.qr_1 = add(this.qr_1, toCopy);
749
749
  return toCopy;
750
750
  };
751
751
  protoOf(PeekSource).l4 = function () {
752
- this.fq_1 = true;
752
+ this.pr_1 = true;
753
753
  };
754
754
  function RealSource(source) {
755
- this.hq_1 = source;
756
- this.iq_1 = false;
757
- this.jq_1 = new Buffer();
755
+ this.rr_1 = source;
756
+ this.sr_1 = false;
757
+ this.tr_1 = new Buffer();
758
758
  }
759
- protoOf(RealSource).ao = function () {
760
- return this.jq_1;
759
+ protoOf(RealSource).kp = function () {
760
+ return this.tr_1;
761
761
  };
762
- protoOf(RealSource).bp = function (sink, byteCount) {
762
+ protoOf(RealSource).lq = function (sink, byteCount) {
763
763
  // Inline function 'kotlinx.io.RealSource.checkNotClosed' call
764
764
  // Inline function 'kotlin.check' call
765
- if (!!this.iq_1) {
765
+ if (!!this.sr_1) {
766
766
  var message = 'Source is closed.';
767
767
  throw IllegalStateException_init_$Create$(toString(message));
768
768
  }
@@ -771,33 +771,33 @@
771
771
  var message_0 = 'byteCount: ' + byteCount.toString();
772
772
  throw IllegalArgumentException_init_$Create$(toString(message_0));
773
773
  }
774
- if (this.jq_1.l1() === 0n) {
775
- var read = this.hq_1.bp(this.jq_1, 8192n);
774
+ if (this.tr_1.l1() === 0n) {
775
+ var read = this.rr_1.lq(this.tr_1, 8192n);
776
776
  if (read === -1n)
777
777
  return -1n;
778
778
  }
779
779
  // Inline function 'kotlin.comparisons.minOf' call
780
- var b = this.jq_1.l1();
780
+ var b = this.tr_1.l1();
781
781
  var toRead = byteCount <= b ? byteCount : b;
782
- return this.jq_1.bp(sink, toRead);
782
+ return this.tr_1.lq(sink, toRead);
783
783
  };
784
- protoOf(RealSource).bo = function () {
784
+ protoOf(RealSource).lp = function () {
785
785
  // Inline function 'kotlinx.io.RealSource.checkNotClosed' call
786
786
  // Inline function 'kotlin.check' call
787
- if (!!this.iq_1) {
787
+ if (!!this.sr_1) {
788
788
  var message = 'Source is closed.';
789
789
  throw IllegalStateException_init_$Create$(toString(message));
790
790
  }
791
- return this.jq_1.bo() && this.hq_1.bp(this.jq_1, 8192n) === -1n;
791
+ return this.tr_1.lp() && this.rr_1.lq(this.tr_1, 8192n) === -1n;
792
792
  };
793
- protoOf(RealSource).co = function (byteCount) {
794
- if (!this.do(byteCount))
793
+ protoOf(RealSource).mp = function (byteCount) {
794
+ if (!this.np(byteCount))
795
795
  throw EOFException_init_$Create$_0("Source doesn't contain required number of bytes (" + byteCount.toString() + ').');
796
796
  };
797
- protoOf(RealSource).do = function (byteCount) {
797
+ protoOf(RealSource).np = function (byteCount) {
798
798
  // Inline function 'kotlinx.io.RealSource.checkNotClosed' call
799
799
  // Inline function 'kotlin.check' call
800
- if (!!this.iq_1) {
800
+ if (!!this.sr_1) {
801
801
  var message = 'Source is closed.';
802
802
  throw IllegalStateException_init_$Create$(toString(message));
803
803
  }
@@ -806,91 +806,91 @@
806
806
  var message_0 = 'byteCount: ' + byteCount.toString();
807
807
  throw IllegalArgumentException_init_$Create$(toString(message_0));
808
808
  }
809
- while (this.jq_1.l1() < byteCount) {
810
- if (this.hq_1.bp(this.jq_1, 8192n) === -1n)
809
+ while (this.tr_1.l1() < byteCount) {
810
+ if (this.rr_1.lq(this.tr_1, 8192n) === -1n)
811
811
  return false;
812
812
  }
813
813
  return true;
814
814
  };
815
- protoOf(RealSource).eo = function () {
816
- this.co(1n);
817
- return this.jq_1.eo();
815
+ protoOf(RealSource).op = function () {
816
+ this.mp(1n);
817
+ return this.tr_1.op();
818
818
  };
819
- protoOf(RealSource).zo = function (sink, startIndex, endIndex) {
819
+ protoOf(RealSource).jq = function (sink, startIndex, endIndex) {
820
820
  // Inline function 'kotlinx.io.checkBounds' call
821
821
  var size = sink.length;
822
822
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
823
- if (this.jq_1.l1() === 0n) {
824
- var read = this.hq_1.bp(this.jq_1, 8192n);
823
+ if (this.tr_1.l1() === 0n) {
824
+ var read = this.rr_1.lq(this.tr_1, 8192n);
825
825
  if (read === -1n)
826
826
  return -1;
827
827
  }
828
828
  var tmp0 = endIndex - startIndex | 0;
829
829
  // Inline function 'kotlinx.io.minOf' call
830
- var b = this.jq_1.l1();
830
+ var b = this.tr_1.l1();
831
831
  // Inline function 'kotlin.comparisons.minOf' call
832
832
  var a = fromInt(tmp0);
833
833
  var tmp$ret$2 = a <= b ? a : b;
834
834
  var toRead = convertToInt(tmp$ret$2);
835
- return this.jq_1.zo(sink, startIndex, startIndex + toRead | 0);
835
+ return this.tr_1.jq(sink, startIndex, startIndex + toRead | 0);
836
836
  };
837
- protoOf(RealSource).dp = function (sink, byteCount) {
837
+ protoOf(RealSource).nq = function (sink, byteCount) {
838
838
  try {
839
- this.co(byteCount);
839
+ this.mp(byteCount);
840
840
  } catch ($p) {
841
841
  if ($p instanceof EOFException) {
842
842
  var e = $p;
843
- sink.cp(this.jq_1, this.jq_1.l1());
843
+ sink.mq(this.tr_1, this.tr_1.l1());
844
844
  throw e;
845
845
  } else {
846
846
  throw $p;
847
847
  }
848
848
  }
849
- this.jq_1.dp(sink, byteCount);
849
+ this.tr_1.nq(sink, byteCount);
850
850
  };
851
- protoOf(RealSource).ep = function (sink) {
851
+ protoOf(RealSource).oq = function (sink) {
852
852
  var totalBytesWritten = 0n;
853
- while (!(this.hq_1.bp(this.jq_1, 8192n) === -1n)) {
854
- var emitByteCount = this.jq_1.vo();
853
+ while (!(this.rr_1.lq(this.tr_1, 8192n) === -1n)) {
854
+ var emitByteCount = this.tr_1.fq();
855
855
  if (emitByteCount > 0n) {
856
856
  totalBytesWritten = add(totalBytesWritten, emitByteCount);
857
- sink.cp(this.jq_1, emitByteCount);
857
+ sink.mq(this.tr_1, emitByteCount);
858
858
  }
859
859
  }
860
- if (this.jq_1.l1() > 0n) {
861
- totalBytesWritten = add(totalBytesWritten, this.jq_1.l1());
862
- sink.cp(this.jq_1, this.jq_1.l1());
860
+ if (this.tr_1.l1() > 0n) {
861
+ totalBytesWritten = add(totalBytesWritten, this.tr_1.l1());
862
+ sink.mq(this.tr_1, this.tr_1.l1());
863
863
  }
864
864
  return totalBytesWritten;
865
865
  };
866
- protoOf(RealSource).oo = function () {
867
- this.co(2n);
868
- return this.jq_1.oo();
866
+ protoOf(RealSource).yp = function () {
867
+ this.mp(2n);
868
+ return this.tr_1.yp();
869
869
  };
870
- protoOf(RealSource).fp = function () {
870
+ protoOf(RealSource).pq = function () {
871
871
  // Inline function 'kotlinx.io.RealSource.checkNotClosed' call
872
872
  // Inline function 'kotlin.check' call
873
- if (!!this.iq_1) {
873
+ if (!!this.sr_1) {
874
874
  var message = 'Source is closed.';
875
875
  throw IllegalStateException_init_$Create$(toString(message));
876
876
  }
877
877
  return buffered(new PeekSource(this));
878
878
  };
879
879
  protoOf(RealSource).l4 = function () {
880
- if (this.iq_1)
880
+ if (this.sr_1)
881
881
  return Unit_instance;
882
- this.iq_1 = true;
883
- this.hq_1.l4();
884
- this.jq_1.t2();
882
+ this.sr_1 = true;
883
+ this.rr_1.l4();
884
+ this.tr_1.t2();
885
885
  };
886
886
  protoOf(RealSource).toString = function () {
887
- return 'buffered(' + toString(this.hq_1) + ')';
887
+ return 'buffered(' + toString(this.rr_1) + ')';
888
888
  };
889
889
  function Segment_init_$Init$($this) {
890
890
  Segment.call($this);
891
- $this.fo_1 = new Int8Array(8192);
892
- $this.jo_1 = true;
893
- $this.io_1 = null;
891
+ $this.pp_1 = new Int8Array(8192);
892
+ $this.tp_1 = true;
893
+ $this.sp_1 = null;
894
894
  return $this;
895
895
  }
896
896
  function Segment_init_$Create$() {
@@ -898,87 +898,87 @@
898
898
  }
899
899
  function Segment_init_$Init$_0(data, pos, limit, shareToken, owner, $this) {
900
900
  Segment.call($this);
901
- $this.fo_1 = data;
902
- $this.go_1 = pos;
903
- $this.ho_1 = limit;
904
- $this.io_1 = shareToken;
905
- $this.jo_1 = owner;
901
+ $this.pp_1 = data;
902
+ $this.qp_1 = pos;
903
+ $this.rp_1 = limit;
904
+ $this.sp_1 = shareToken;
905
+ $this.tp_1 = owner;
906
906
  return $this;
907
907
  }
908
908
  function Segment_init_$Create$_0(data, pos, limit, shareToken, owner) {
909
909
  return Segment_init_$Init$_0(data, pos, limit, shareToken, owner, objectCreate(protoOf(Segment)));
910
910
  }
911
911
  function Companion() {
912
- this.kq_1 = 8192;
913
- this.lq_1 = 1024;
912
+ this.ur_1 = 8192;
913
+ this.vr_1 = 1024;
914
914
  }
915
- protoOf(Companion).mq = function () {
915
+ protoOf(Companion).wr = function () {
916
916
  return Segment_init_$Create$();
917
917
  };
918
918
  var Companion_instance;
919
919
  function Companion_getInstance() {
920
920
  return Companion_instance;
921
921
  }
922
- protoOf(Segment).pp = function () {
923
- var tmp0_safe_receiver = this.io_1;
924
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.nq();
922
+ protoOf(Segment).zq = function () {
923
+ var tmp0_safe_receiver = this.sp_1;
924
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.xr();
925
925
  return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
926
926
  };
927
- protoOf(Segment).so = function () {
928
- var tmp0_elvis_lhs = this.io_1;
927
+ protoOf(Segment).cq = function () {
928
+ var tmp0_elvis_lhs = this.sp_1;
929
929
  var tmp;
930
930
  if (tmp0_elvis_lhs == null) {
931
931
  // Inline function 'kotlin.also' call
932
- var this_0 = SegmentPool_instance.oq();
933
- this.io_1 = this_0;
932
+ var this_0 = SegmentPool_instance.yr();
933
+ this.sp_1 = this_0;
934
934
  tmp = this_0;
935
935
  } else {
936
936
  tmp = tmp0_elvis_lhs;
937
937
  }
938
938
  var t = tmp;
939
- var tmp_0 = this.go_1;
940
- var tmp_1 = this.ho_1;
939
+ var tmp_0 = this.qp_1;
940
+ var tmp_1 = this.rp_1;
941
941
  // Inline function 'kotlin.also' call
942
- t.pq();
943
- return Segment_init_$Create$_0(this.fo_1, tmp_0, tmp_1, t, false);
942
+ t.zr();
943
+ return Segment_init_$Create$_0(this.pp_1, tmp_0, tmp_1, t, false);
944
944
  };
945
- protoOf(Segment).sp = function () {
946
- var result = this.ko_1;
947
- if (!(this.lo_1 == null)) {
948
- ensureNotNull(this.lo_1).ko_1 = this.ko_1;
945
+ protoOf(Segment).cr = function () {
946
+ var result = this.up_1;
947
+ if (!(this.vp_1 == null)) {
948
+ ensureNotNull(this.vp_1).up_1 = this.up_1;
949
949
  }
950
- if (!(this.ko_1 == null)) {
951
- ensureNotNull(this.ko_1).lo_1 = this.lo_1;
950
+ if (!(this.up_1 == null)) {
951
+ ensureNotNull(this.up_1).vp_1 = this.vp_1;
952
952
  }
953
- this.ko_1 = null;
954
- this.lo_1 = null;
953
+ this.up_1 = null;
954
+ this.vp_1 = null;
955
955
  return result;
956
956
  };
957
- protoOf(Segment).to = function (segment) {
958
- segment.lo_1 = this;
959
- segment.ko_1 = this.ko_1;
960
- if (!(this.ko_1 == null)) {
961
- ensureNotNull(this.ko_1).lo_1 = segment;
957
+ protoOf(Segment).dq = function (segment) {
958
+ segment.vp_1 = this;
959
+ segment.up_1 = this.up_1;
960
+ if (!(this.up_1 == null)) {
961
+ ensureNotNull(this.up_1).vp_1 = segment;
962
962
  }
963
- this.ko_1 = segment;
963
+ this.up_1 = segment;
964
964
  return segment;
965
965
  };
966
- protoOf(Segment).qp = function (byteCount) {
966
+ protoOf(Segment).ar = function (byteCount) {
967
967
  // Inline function 'kotlin.require' call
968
- if (!(byteCount > 0 && byteCount <= (this.ho_1 - this.go_1 | 0))) {
968
+ if (!(byteCount > 0 && byteCount <= (this.rp_1 - this.qp_1 | 0))) {
969
969
  var message = 'byteCount out of range';
970
970
  throw IllegalArgumentException_init_$Create$(toString(message));
971
971
  }
972
972
  var prefix;
973
973
  if (byteCount >= 1024) {
974
- prefix = this.so();
974
+ prefix = this.cq();
975
975
  } else {
976
- prefix = SegmentPool_instance.jp();
977
- var tmp0 = this.fo_1;
978
- var tmp2 = prefix.fo_1;
979
- var tmp5 = this.go_1;
976
+ prefix = SegmentPool_instance.tq();
977
+ var tmp0 = this.pp_1;
978
+ var tmp2 = prefix.pp_1;
979
+ var tmp5 = this.qp_1;
980
980
  // Inline function 'kotlin.collections.copyInto' call
981
- var endIndex = this.go_1 + byteCount | 0;
981
+ var endIndex = this.qp_1 + byteCount | 0;
982
982
  // Inline function 'kotlin.js.unsafeCast' call
983
983
  // Inline function 'kotlin.js.asDynamic' call
984
984
  var tmp = tmp0;
@@ -986,62 +986,62 @@
986
986
  // Inline function 'kotlin.js.asDynamic' call
987
987
  arrayCopy(tmp, tmp2, 0, tmp5, endIndex);
988
988
  }
989
- prefix.ho_1 = prefix.go_1 + byteCount | 0;
990
- this.go_1 = this.go_1 + byteCount | 0;
991
- if (!(this.lo_1 == null)) {
992
- ensureNotNull(this.lo_1).to(prefix);
989
+ prefix.rp_1 = prefix.qp_1 + byteCount | 0;
990
+ this.qp_1 = this.qp_1 + byteCount | 0;
991
+ if (!(this.vp_1 == null)) {
992
+ ensureNotNull(this.vp_1).dq(prefix);
993
993
  } else {
994
- prefix.ko_1 = this;
995
- this.lo_1 = prefix;
994
+ prefix.up_1 = this;
995
+ this.vp_1 = prefix;
996
996
  }
997
997
  return prefix;
998
998
  };
999
- protoOf(Segment).uo = function () {
999
+ protoOf(Segment).eq = function () {
1000
1000
  // Inline function 'kotlin.check' call
1001
- if (!!(this.lo_1 == null)) {
1001
+ if (!!(this.vp_1 == null)) {
1002
1002
  var message = 'cannot compact';
1003
1003
  throw IllegalStateException_init_$Create$(toString(message));
1004
1004
  }
1005
- if (!ensureNotNull(this.lo_1).jo_1)
1005
+ if (!ensureNotNull(this.vp_1).tp_1)
1006
1006
  return this;
1007
- var byteCount = this.ho_1 - this.go_1 | 0;
1008
- var availableByteCount = (8192 - ensureNotNull(this.lo_1).ho_1 | 0) + (ensureNotNull(this.lo_1).pp() ? 0 : ensureNotNull(this.lo_1).go_1) | 0;
1007
+ var byteCount = this.rp_1 - this.qp_1 | 0;
1008
+ var availableByteCount = (8192 - ensureNotNull(this.vp_1).rp_1 | 0) + (ensureNotNull(this.vp_1).zq() ? 0 : ensureNotNull(this.vp_1).qp_1) | 0;
1009
1009
  if (byteCount > availableByteCount)
1010
1010
  return this;
1011
- var predecessor = this.lo_1;
1012
- this.rp(ensureNotNull(predecessor), byteCount);
1013
- var successor = this.sp();
1011
+ var predecessor = this.vp_1;
1012
+ this.br(ensureNotNull(predecessor), byteCount);
1013
+ var successor = this.cr();
1014
1014
  // Inline function 'kotlin.check' call
1015
1015
  if (!(successor == null)) {
1016
1016
  throw IllegalStateException_init_$Create$('Check failed.');
1017
1017
  }
1018
- SegmentPool_instance.zp(this);
1018
+ SegmentPool_instance.jr(this);
1019
1019
  return predecessor;
1020
1020
  };
1021
- protoOf(Segment).vp = function (byte) {
1022
- var _unary__edvuaz = this.ho_1;
1023
- this.ho_1 = _unary__edvuaz + 1 | 0;
1024
- this.fo_1[_unary__edvuaz] = byte;
1021
+ protoOf(Segment).fr = function (byte) {
1022
+ var _unary__edvuaz = this.rp_1;
1023
+ this.rp_1 = _unary__edvuaz + 1 | 0;
1024
+ this.pp_1[_unary__edvuaz] = byte;
1025
1025
  };
1026
- protoOf(Segment).xp = function (short) {
1027
- var data = this.fo_1;
1028
- var limit = this.ho_1;
1026
+ protoOf(Segment).hr = function (short) {
1027
+ var data = this.pp_1;
1028
+ var limit = this.rp_1;
1029
1029
  var _unary__edvuaz = limit;
1030
1030
  limit = _unary__edvuaz + 1 | 0;
1031
1031
  data[_unary__edvuaz] = toByte((short >>> 8 | 0) & 255);
1032
1032
  var _unary__edvuaz_0 = limit;
1033
1033
  limit = _unary__edvuaz_0 + 1 | 0;
1034
1034
  data[_unary__edvuaz_0] = toByte(short & 255);
1035
- this.ho_1 = limit;
1035
+ this.rp_1 = limit;
1036
1036
  };
1037
- protoOf(Segment).no = function () {
1038
- var _unary__edvuaz = this.go_1;
1039
- this.go_1 = _unary__edvuaz + 1 | 0;
1040
- return this.fo_1[_unary__edvuaz];
1037
+ protoOf(Segment).xp = function () {
1038
+ var _unary__edvuaz = this.qp_1;
1039
+ this.qp_1 = _unary__edvuaz + 1 | 0;
1040
+ return this.pp_1[_unary__edvuaz];
1041
1041
  };
1042
- protoOf(Segment).po = function () {
1043
- var data = this.fo_1;
1044
- var pos = this.go_1;
1042
+ protoOf(Segment).zp = function () {
1043
+ var data = this.pp_1;
1044
+ var pos = this.qp_1;
1045
1045
  var _unary__edvuaz = pos;
1046
1046
  pos = _unary__edvuaz + 1 | 0;
1047
1047
  // Inline function 'kotlinx.io.and' call
@@ -1051,118 +1051,118 @@
1051
1051
  // Inline function 'kotlinx.io.and' call
1052
1052
  var tmp$ret$1 = data[_unary__edvuaz_0] & 255;
1053
1053
  var s = toShort(tmp | tmp$ret$1);
1054
- this.go_1 = pos;
1054
+ this.qp_1 = pos;
1055
1055
  return s;
1056
1056
  };
1057
- protoOf(Segment).rp = function (sink, byteCount) {
1057
+ protoOf(Segment).br = function (sink, byteCount) {
1058
1058
  // Inline function 'kotlin.check' call
1059
- if (!sink.jo_1) {
1059
+ if (!sink.tp_1) {
1060
1060
  var message = 'only owner can write';
1061
1061
  throw IllegalStateException_init_$Create$(toString(message));
1062
1062
  }
1063
- if ((sink.ho_1 + byteCount | 0) > 8192) {
1064
- if (sink.pp())
1063
+ if ((sink.rp_1 + byteCount | 0) > 8192) {
1064
+ if (sink.zq())
1065
1065
  throw IllegalArgumentException_init_$Create$_0();
1066
- if (((sink.ho_1 + byteCount | 0) - sink.go_1 | 0) > 8192)
1066
+ if (((sink.rp_1 + byteCount | 0) - sink.qp_1 | 0) > 8192)
1067
1067
  throw IllegalArgumentException_init_$Create$_0();
1068
- var tmp0 = sink.fo_1;
1069
- var tmp2 = sink.fo_1;
1070
- var tmp5 = sink.go_1;
1068
+ var tmp0 = sink.pp_1;
1069
+ var tmp2 = sink.pp_1;
1070
+ var tmp5 = sink.qp_1;
1071
1071
  // Inline function 'kotlin.collections.copyInto' call
1072
- var endIndex = sink.ho_1;
1072
+ var endIndex = sink.rp_1;
1073
1073
  // Inline function 'kotlin.js.unsafeCast' call
1074
1074
  // Inline function 'kotlin.js.asDynamic' call
1075
1075
  var tmp = tmp0;
1076
1076
  // Inline function 'kotlin.js.unsafeCast' call
1077
1077
  // Inline function 'kotlin.js.asDynamic' call
1078
1078
  arrayCopy(tmp, tmp2, 0, tmp5, endIndex);
1079
- sink.ho_1 = sink.ho_1 - sink.go_1 | 0;
1080
- sink.go_1 = 0;
1079
+ sink.rp_1 = sink.rp_1 - sink.qp_1 | 0;
1080
+ sink.qp_1 = 0;
1081
1081
  }
1082
- var tmp0_0 = this.fo_1;
1083
- var tmp2_0 = sink.fo_1;
1084
- var tmp4 = sink.ho_1;
1085
- var tmp6 = this.go_1;
1082
+ var tmp0_0 = this.pp_1;
1083
+ var tmp2_0 = sink.pp_1;
1084
+ var tmp4 = sink.rp_1;
1085
+ var tmp6 = this.qp_1;
1086
1086
  // Inline function 'kotlin.collections.copyInto' call
1087
- var endIndex_0 = this.go_1 + byteCount | 0;
1087
+ var endIndex_0 = this.qp_1 + byteCount | 0;
1088
1088
  // Inline function 'kotlin.js.unsafeCast' call
1089
1089
  // Inline function 'kotlin.js.asDynamic' call
1090
1090
  var tmp_0 = tmp0_0;
1091
1091
  // Inline function 'kotlin.js.unsafeCast' call
1092
1092
  // Inline function 'kotlin.js.asDynamic' call
1093
1093
  arrayCopy(tmp_0, tmp2_0, tmp4, tmp6, endIndex_0);
1094
- sink.ho_1 = sink.ho_1 + byteCount | 0;
1095
- this.go_1 = this.go_1 + byteCount | 0;
1094
+ sink.rp_1 = sink.rp_1 + byteCount | 0;
1095
+ this.qp_1 = this.qp_1 + byteCount | 0;
1096
1096
  };
1097
- protoOf(Segment).ap = function (dst, dstStartOffset, dstEndOffset) {
1097
+ protoOf(Segment).kq = function (dst, dstStartOffset, dstEndOffset) {
1098
1098
  var len = dstEndOffset - dstStartOffset | 0;
1099
- var tmp0 = this.fo_1;
1100
- var tmp6 = this.go_1;
1099
+ var tmp0 = this.pp_1;
1100
+ var tmp6 = this.qp_1;
1101
1101
  // Inline function 'kotlin.collections.copyInto' call
1102
- var endIndex = this.go_1 + len | 0;
1102
+ var endIndex = this.qp_1 + len | 0;
1103
1103
  // Inline function 'kotlin.js.unsafeCast' call
1104
1104
  // Inline function 'kotlin.js.asDynamic' call
1105
1105
  var tmp = tmp0;
1106
1106
  // Inline function 'kotlin.js.unsafeCast' call
1107
1107
  // Inline function 'kotlin.js.asDynamic' call
1108
1108
  arrayCopy(tmp, dst, dstStartOffset, tmp6, endIndex);
1109
- this.go_1 = this.go_1 + len | 0;
1109
+ this.qp_1 = this.qp_1 + len | 0;
1110
1110
  };
1111
- protoOf(Segment).mp = function (src, srcStartOffset, srcEndOffset) {
1112
- var tmp2 = this.fo_1;
1111
+ protoOf(Segment).wq = function (src, srcStartOffset, srcEndOffset) {
1112
+ var tmp2 = this.pp_1;
1113
1113
  // Inline function 'kotlin.collections.copyInto' call
1114
- var destinationOffset = this.ho_1;
1114
+ var destinationOffset = this.rp_1;
1115
1115
  // Inline function 'kotlin.js.unsafeCast' call
1116
1116
  // Inline function 'kotlin.js.asDynamic' call
1117
1117
  var tmp = src;
1118
1118
  // Inline function 'kotlin.js.unsafeCast' call
1119
1119
  // Inline function 'kotlin.js.asDynamic' call
1120
1120
  arrayCopy(tmp, tmp2, destinationOffset, srcStartOffset, srcEndOffset);
1121
- this.ho_1 = this.ho_1 + (srcEndOffset - srcStartOffset | 0) | 0;
1121
+ this.rp_1 = this.rp_1 + (srcEndOffset - srcStartOffset | 0) | 0;
1122
1122
  };
1123
1123
  protoOf(Segment).l1 = function () {
1124
- return this.ho_1 - this.go_1 | 0;
1124
+ return this.rp_1 - this.qp_1 | 0;
1125
1125
  };
1126
- protoOf(Segment).lp = function () {
1127
- return this.fo_1.length - this.ho_1 | 0;
1126
+ protoOf(Segment).vq = function () {
1127
+ return this.pp_1.length - this.rp_1 | 0;
1128
1128
  };
1129
- protoOf(Segment).qq = function (readOnly) {
1130
- return this.fo_1;
1129
+ protoOf(Segment).as = function (readOnly) {
1130
+ return this.pp_1;
1131
1131
  };
1132
- protoOf(Segment).xo = function (index) {
1133
- return this.fo_1[this.go_1 + index | 0];
1132
+ protoOf(Segment).hq = function (index) {
1133
+ return this.pp_1[this.qp_1 + index | 0];
1134
1134
  };
1135
- protoOf(Segment).rq = function (index, value) {
1136
- this.fo_1[this.ho_1 + index | 0] = value;
1135
+ protoOf(Segment).bs = function (index, value) {
1136
+ this.pp_1[this.rp_1 + index | 0] = value;
1137
1137
  };
1138
- protoOf(Segment).sq = function (index, b0, b1) {
1139
- var d = this.fo_1;
1140
- var l = this.ho_1;
1138
+ protoOf(Segment).cs = function (index, b0, b1) {
1139
+ var d = this.pp_1;
1140
+ var l = this.rp_1;
1141
1141
  d[l + index | 0] = b0;
1142
1142
  d[(l + index | 0) + 1 | 0] = b1;
1143
1143
  };
1144
- protoOf(Segment).tq = function (index, b0, b1, b2) {
1145
- var d = this.fo_1;
1146
- var l = this.ho_1;
1144
+ protoOf(Segment).ds = function (index, b0, b1, b2) {
1145
+ var d = this.pp_1;
1146
+ var l = this.rp_1;
1147
1147
  d[l + index | 0] = b0;
1148
1148
  d[(l + index | 0) + 1 | 0] = b1;
1149
1149
  d[(l + index | 0) + 2 | 0] = b2;
1150
1150
  };
1151
- protoOf(Segment).uq = function (index, b0, b1, b2, b3) {
1152
- var d = this.fo_1;
1153
- var l = this.ho_1;
1151
+ protoOf(Segment).es = function (index, b0, b1, b2, b3) {
1152
+ var d = this.pp_1;
1153
+ var l = this.rp_1;
1154
1154
  d[l + index | 0] = b0;
1155
1155
  d[(l + index | 0) + 1 | 0] = b1;
1156
1156
  d[(l + index | 0) + 2 | 0] = b2;
1157
1157
  d[(l + index | 0) + 3 | 0] = b3;
1158
1158
  };
1159
1159
  function Segment() {
1160
- this.go_1 = 0;
1161
- this.ho_1 = 0;
1162
- this.io_1 = null;
1163
- this.jo_1 = false;
1164
- this.ko_1 = null;
1165
- this.lo_1 = null;
1160
+ this.qp_1 = 0;
1161
+ this.rp_1 = 0;
1162
+ this.sp_1 = null;
1163
+ this.tp_1 = false;
1164
+ this.up_1 = null;
1165
+ this.vp_1 = null;
1166
1166
  }
1167
1167
  function isEmpty(_this__u8e3s4) {
1168
1168
  return _this__u8e3s4.l1() === 0;
@@ -1173,10 +1173,10 @@
1173
1173
  AlwaysSharedCopyTracker_instance = this;
1174
1174
  SegmentCopyTracker.call(this);
1175
1175
  }
1176
- protoOf(AlwaysSharedCopyTracker).nq = function () {
1176
+ protoOf(AlwaysSharedCopyTracker).xr = function () {
1177
1177
  return true;
1178
1178
  };
1179
- protoOf(AlwaysSharedCopyTracker).pq = function () {
1179
+ protoOf(AlwaysSharedCopyTracker).zr = function () {
1180
1180
  return Unit_instance;
1181
1181
  };
1182
1182
  var AlwaysSharedCopyTracker_instance;
@@ -1196,8 +1196,8 @@
1196
1196
  var message_0 = '' + endOffset;
1197
1197
  throw IllegalArgumentException_init_$Create$(toString(message_0));
1198
1198
  }
1199
- var p = _this__u8e3s4.go_1;
1200
- var data = _this__u8e3s4.qq(true);
1199
+ var p = _this__u8e3s4.qp_1;
1200
+ var data = _this__u8e3s4.as(true);
1201
1201
  var inductionVariable = startOffset;
1202
1202
  if (inductionVariable < endOffset)
1203
1203
  do {
@@ -1250,23 +1250,23 @@
1250
1250
  // Inline function 'kotlin.Long.plus' call
1251
1251
  var this_0 = offset;
1252
1252
  var tmp$ret$2 = add(this_0, fromInt(1));
1253
- tmp_0 = _this__u8e3s4.do(tmp$ret$2);
1253
+ tmp_0 = _this__u8e3s4.np(tmp$ret$2);
1254
1254
  } else {
1255
1255
  tmp_0 = false;
1256
1256
  }
1257
1257
  if (!tmp_0) {
1258
1258
  break $l$loop;
1259
1259
  }
1260
- var tmp_1 = _this__u8e3s4.ao();
1260
+ var tmp_1 = _this__u8e3s4.kp();
1261
1261
  var tmp_2 = offset;
1262
1262
  // Inline function 'kotlin.comparisons.minOf' call
1263
- var b = _this__u8e3s4.ao().l1();
1263
+ var b = _this__u8e3s4.kp().l1();
1264
1264
  var tmp$ret$3 = endIndex <= b ? endIndex : b;
1265
1265
  var idx = indexOf(tmp_1, byte, tmp_2, tmp$ret$3);
1266
1266
  if (!(idx === -1n)) {
1267
1267
  return idx;
1268
1268
  }
1269
- offset = _this__u8e3s4.ao().l1();
1269
+ offset = _this__u8e3s4.kp().l1();
1270
1270
  }
1271
1271
  return -1n;
1272
1272
  }
@@ -1274,22 +1274,22 @@
1274
1274
  var arraySize = size;
1275
1275
  if (size === -1) {
1276
1276
  var fetchSize = 2147483647n;
1277
- while (_this__u8e3s4.ao().l1() < 2147483647n && _this__u8e3s4.do(fetchSize)) {
1277
+ while (_this__u8e3s4.kp().l1() < 2147483647n && _this__u8e3s4.np(fetchSize)) {
1278
1278
  // Inline function 'kotlin.Long.times' call
1279
1279
  var this_0 = fetchSize;
1280
1280
  fetchSize = multiply(this_0, fromInt(2));
1281
1281
  }
1282
1282
  // Inline function 'kotlin.check' call
1283
- if (!(_this__u8e3s4.ao().l1() < 2147483647n)) {
1284
- var message = "Can't create an array of size " + _this__u8e3s4.ao().l1().toString();
1283
+ if (!(_this__u8e3s4.kp().l1() < 2147483647n)) {
1284
+ var message = "Can't create an array of size " + _this__u8e3s4.kp().l1().toString();
1285
1285
  throw IllegalStateException_init_$Create$(toString(message));
1286
1286
  }
1287
- arraySize = convertToInt(_this__u8e3s4.ao().l1());
1287
+ arraySize = convertToInt(_this__u8e3s4.kp().l1());
1288
1288
  } else {
1289
- _this__u8e3s4.co(fromInt(size));
1289
+ _this__u8e3s4.mp(fromInt(size));
1290
1290
  }
1291
1291
  var array = new Int8Array(arraySize);
1292
- readTo(_this__u8e3s4.ao(), array);
1292
+ readTo(_this__u8e3s4.kp(), array);
1293
1293
  return array;
1294
1294
  }
1295
1295
  function readTo(_this__u8e3s4, sink, startIndex, endIndex) {
@@ -1300,23 +1300,20 @@
1300
1300
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
1301
1301
  var offset = startIndex;
1302
1302
  while (offset < endIndex) {
1303
- var bytesRead = _this__u8e3s4.zo(sink, offset, endIndex);
1303
+ var bytesRead = _this__u8e3s4.jq(sink, offset, endIndex);
1304
1304
  if (bytesRead === -1) {
1305
1305
  throw EOFException_init_$Create$_0('Source exhausted before reading ' + (endIndex - startIndex | 0) + ' bytes. ' + ('Only ' + bytesRead + ' bytes were read.'));
1306
1306
  }
1307
1307
  offset = offset + bytesRead | 0;
1308
1308
  }
1309
1309
  }
1310
- function readString(_this__u8e3s4) {
1311
- return commonReadUtf8(_this__u8e3s4, _this__u8e3s4.l1());
1310
+ function readString(_this__u8e3s4, byteCount) {
1311
+ _this__u8e3s4.mp(byteCount);
1312
+ return commonReadUtf8(_this__u8e3s4.kp(), byteCount);
1312
1313
  }
1313
1314
  function readString_0(_this__u8e3s4) {
1314
- _this__u8e3s4.do(9223372036854775807n);
1315
- return commonReadUtf8(_this__u8e3s4.ao(), _this__u8e3s4.ao().l1());
1316
- }
1317
- function readString_1(_this__u8e3s4, byteCount) {
1318
- _this__u8e3s4.co(byteCount);
1319
- return commonReadUtf8(_this__u8e3s4.ao(), byteCount);
1315
+ _this__u8e3s4.np(9223372036854775807n);
1316
+ return commonReadUtf8(_this__u8e3s4.kp(), _this__u8e3s4.kp().l1());
1320
1317
  }
1321
1318
  function writeString(_this__u8e3s4, string, startIndex, endIndex) {
1322
1319
  startIndex = startIndex === VOID ? 0 : startIndex;
@@ -1326,7 +1323,7 @@
1326
1323
  checkBounds(fromInt(size), fromInt(startIndex), fromInt(endIndex));
1327
1324
  // Inline function 'kotlinx.io.writeToInternalBuffer' call
1328
1325
  // Inline function 'kotlinx.io.commonWriteUtf8' call
1329
- var this_0 = _this__u8e3s4.ao();
1326
+ var this_0 = _this__u8e3s4.kp();
1330
1327
  var i = startIndex;
1331
1328
  while (i < endIndex) {
1332
1329
  var p0 = i;
@@ -1336,15 +1333,15 @@
1336
1333
  if (c < 128) {
1337
1334
  $l$block_0: {
1338
1335
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.writeToTail' call
1339
- var tail = this_0.gp(1);
1336
+ var tail = this_0.qq(1);
1340
1337
  var ctx = get_SegmentWriteContextImpl();
1341
1338
  var segmentOffset = -i | 0;
1342
1339
  // Inline function 'kotlin.comparisons.minOf' call
1343
- var b = i + tail.lp() | 0;
1340
+ var b = i + tail.vq() | 0;
1344
1341
  var runLimit = Math.min(endIndex, b);
1345
1342
  var _unary__edvuaz = i;
1346
1343
  i = _unary__edvuaz + 1 | 0;
1347
- ctx.yq(tail, segmentOffset + _unary__edvuaz | 0, toByte(c));
1344
+ ctx.is(tail, segmentOffset + _unary__edvuaz | 0, toByte(c));
1348
1345
  $l$loop: while (i < runLimit) {
1349
1346
  var p0_0 = i;
1350
1347
  // Inline function 'kotlin.code' call
@@ -1354,95 +1351,95 @@
1354
1351
  break $l$loop;
1355
1352
  var _unary__edvuaz_0 = i;
1356
1353
  i = _unary__edvuaz_0 + 1 | 0;
1357
- ctx.yq(tail, segmentOffset + _unary__edvuaz_0 | 0, toByte(c));
1354
+ ctx.is(tail, segmentOffset + _unary__edvuaz_0 | 0, toByte(c));
1358
1355
  }
1359
1356
  var bytesWritten = i + segmentOffset | 0;
1360
1357
  if (bytesWritten === 1) {
1361
- tail.ho_1 = tail.ho_1 + bytesWritten | 0;
1358
+ tail.rp_1 = tail.rp_1 + bytesWritten | 0;
1362
1359
  var tmp = this_0;
1363
1360
  // Inline function 'kotlin.Long.plus' call
1364
- var this_3 = this_0.zn_1;
1365
- tmp.zn_1 = add(this_3, fromInt(bytesWritten));
1361
+ var this_3 = this_0.jp_1;
1362
+ tmp.jp_1 = add(this_3, fromInt(bytesWritten));
1366
1363
  break $l$block_0;
1367
1364
  }
1368
1365
  // Inline function 'kotlin.check' call
1369
- if (!(0 <= bytesWritten ? bytesWritten <= tail.lp() : false)) {
1370
- var message = 'Invalid number of bytes written: ' + bytesWritten + '. Should be in 0..' + tail.lp();
1366
+ if (!(0 <= bytesWritten ? bytesWritten <= tail.vq() : false)) {
1367
+ var message = 'Invalid number of bytes written: ' + bytesWritten + '. Should be in 0..' + tail.vq();
1371
1368
  throw IllegalStateException_init_$Create$(toString(message));
1372
1369
  }
1373
1370
  if (!(bytesWritten === 0)) {
1374
- tail.ho_1 = tail.ho_1 + bytesWritten | 0;
1371
+ tail.rp_1 = tail.rp_1 + bytesWritten | 0;
1375
1372
  var tmp_0 = this_0;
1376
1373
  // Inline function 'kotlin.Long.plus' call
1377
- var this_4 = this_0.zn_1;
1378
- tmp_0.zn_1 = add(this_4, fromInt(bytesWritten));
1374
+ var this_4 = this_0.jp_1;
1375
+ tmp_0.jp_1 = add(this_4, fromInt(bytesWritten));
1379
1376
  break $l$block_0;
1380
1377
  }
1381
1378
  if (isEmpty(tail)) {
1382
- this_0.aq();
1379
+ this_0.kr();
1383
1380
  }
1384
1381
  }
1385
1382
  } else if (c < 2048) {
1386
1383
  $l$block_2: {
1387
1384
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.writeToTail' call
1388
- var tail_0 = this_0.gp(2);
1389
- get_SegmentWriteContextImpl().xq(tail_0, 0, toByte(c >> 6 | 192), toByte(c & 63 | 128));
1385
+ var tail_0 = this_0.qq(2);
1386
+ get_SegmentWriteContextImpl().hs(tail_0, 0, toByte(c >> 6 | 192), toByte(c & 63 | 128));
1390
1387
  var bytesWritten_0 = 2;
1391
1388
  if (bytesWritten_0 === 2) {
1392
- tail_0.ho_1 = tail_0.ho_1 + bytesWritten_0 | 0;
1389
+ tail_0.rp_1 = tail_0.rp_1 + bytesWritten_0 | 0;
1393
1390
  var tmp_1 = this_0;
1394
1391
  // Inline function 'kotlin.Long.plus' call
1395
- var this_5 = this_0.zn_1;
1396
- tmp_1.zn_1 = add(this_5, fromInt(bytesWritten_0));
1392
+ var this_5 = this_0.jp_1;
1393
+ tmp_1.jp_1 = add(this_5, fromInt(bytesWritten_0));
1397
1394
  break $l$block_2;
1398
1395
  }
1399
1396
  // Inline function 'kotlin.check' call
1400
- if (!(0 <= bytesWritten_0 ? bytesWritten_0 <= tail_0.lp() : false)) {
1401
- var message_0 = 'Invalid number of bytes written: ' + bytesWritten_0 + '. Should be in 0..' + tail_0.lp();
1397
+ if (!(0 <= bytesWritten_0 ? bytesWritten_0 <= tail_0.vq() : false)) {
1398
+ var message_0 = 'Invalid number of bytes written: ' + bytesWritten_0 + '. Should be in 0..' + tail_0.vq();
1402
1399
  throw IllegalStateException_init_$Create$(toString(message_0));
1403
1400
  }
1404
1401
  if (!(bytesWritten_0 === 0)) {
1405
- tail_0.ho_1 = tail_0.ho_1 + bytesWritten_0 | 0;
1402
+ tail_0.rp_1 = tail_0.rp_1 + bytesWritten_0 | 0;
1406
1403
  var tmp_2 = this_0;
1407
1404
  // Inline function 'kotlin.Long.plus' call
1408
- var this_6 = this_0.zn_1;
1409
- tmp_2.zn_1 = add(this_6, fromInt(bytesWritten_0));
1405
+ var this_6 = this_0.jp_1;
1406
+ tmp_2.jp_1 = add(this_6, fromInt(bytesWritten_0));
1410
1407
  break $l$block_2;
1411
1408
  }
1412
1409
  if (isEmpty(tail_0)) {
1413
- this_0.aq();
1410
+ this_0.kr();
1414
1411
  }
1415
1412
  }
1416
1413
  i = i + 1 | 0;
1417
1414
  } else if (c < 55296 || c > 57343) {
1418
1415
  $l$block_4: {
1419
1416
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.writeToTail' call
1420
- var tail_1 = this_0.gp(3);
1421
- get_SegmentWriteContextImpl().wq(tail_1, 0, toByte(c >> 12 | 224), toByte(c >> 6 & 63 | 128), toByte(c & 63 | 128));
1417
+ var tail_1 = this_0.qq(3);
1418
+ get_SegmentWriteContextImpl().gs(tail_1, 0, toByte(c >> 12 | 224), toByte(c >> 6 & 63 | 128), toByte(c & 63 | 128));
1422
1419
  var bytesWritten_1 = 3;
1423
1420
  if (bytesWritten_1 === 3) {
1424
- tail_1.ho_1 = tail_1.ho_1 + bytesWritten_1 | 0;
1421
+ tail_1.rp_1 = tail_1.rp_1 + bytesWritten_1 | 0;
1425
1422
  var tmp_3 = this_0;
1426
1423
  // Inline function 'kotlin.Long.plus' call
1427
- var this_7 = this_0.zn_1;
1428
- tmp_3.zn_1 = add(this_7, fromInt(bytesWritten_1));
1424
+ var this_7 = this_0.jp_1;
1425
+ tmp_3.jp_1 = add(this_7, fromInt(bytesWritten_1));
1429
1426
  break $l$block_4;
1430
1427
  }
1431
1428
  // Inline function 'kotlin.check' call
1432
- if (!(0 <= bytesWritten_1 ? bytesWritten_1 <= tail_1.lp() : false)) {
1433
- var message_1 = 'Invalid number of bytes written: ' + bytesWritten_1 + '. Should be in 0..' + tail_1.lp();
1429
+ if (!(0 <= bytesWritten_1 ? bytesWritten_1 <= tail_1.vq() : false)) {
1430
+ var message_1 = 'Invalid number of bytes written: ' + bytesWritten_1 + '. Should be in 0..' + tail_1.vq();
1434
1431
  throw IllegalStateException_init_$Create$(toString(message_1));
1435
1432
  }
1436
1433
  if (!(bytesWritten_1 === 0)) {
1437
- tail_1.ho_1 = tail_1.ho_1 + bytesWritten_1 | 0;
1434
+ tail_1.rp_1 = tail_1.rp_1 + bytesWritten_1 | 0;
1438
1435
  var tmp_4 = this_0;
1439
1436
  // Inline function 'kotlin.Long.plus' call
1440
- var this_8 = this_0.zn_1;
1441
- tmp_4.zn_1 = add(this_8, fromInt(bytesWritten_1));
1437
+ var this_8 = this_0.jp_1;
1438
+ tmp_4.jp_1 = add(this_8, fromInt(bytesWritten_1));
1442
1439
  break $l$block_4;
1443
1440
  }
1444
1441
  if (isEmpty(tail_1)) {
1445
- this_0.aq();
1442
+ this_0.kr();
1446
1443
  }
1447
1444
  }
1448
1445
  i = i + 1 | 0;
@@ -1461,64 +1458,64 @@
1461
1458
  // Inline function 'kotlin.code' call
1462
1459
  var this_10 = _Char___init__impl__6a9atx(63);
1463
1460
  var tmp$ret$26 = Char__toInt_impl_vasixd(this_10);
1464
- this_0.up(toByte(tmp$ret$26));
1461
+ this_0.er(toByte(tmp$ret$26));
1465
1462
  i = i + 1 | 0;
1466
1463
  } else {
1467
1464
  var codePoint = 65536 + ((c & 1023) << 10 | low & 1023) | 0;
1468
1465
  $l$block_6: {
1469
1466
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.writeToTail' call
1470
- var tail_2 = this_0.gp(4);
1471
- get_SegmentWriteContextImpl().vq(tail_2, 0, toByte(codePoint >> 18 | 240), toByte(codePoint >> 12 & 63 | 128), toByte(codePoint >> 6 & 63 | 128), toByte(codePoint & 63 | 128));
1467
+ var tail_2 = this_0.qq(4);
1468
+ get_SegmentWriteContextImpl().fs(tail_2, 0, toByte(codePoint >> 18 | 240), toByte(codePoint >> 12 & 63 | 128), toByte(codePoint >> 6 & 63 | 128), toByte(codePoint & 63 | 128));
1472
1469
  var bytesWritten_2 = 4;
1473
1470
  if (bytesWritten_2 === 4) {
1474
- tail_2.ho_1 = tail_2.ho_1 + bytesWritten_2 | 0;
1471
+ tail_2.rp_1 = tail_2.rp_1 + bytesWritten_2 | 0;
1475
1472
  var tmp_6 = this_0;
1476
1473
  // Inline function 'kotlin.Long.plus' call
1477
- var this_11 = this_0.zn_1;
1478
- tmp_6.zn_1 = add(this_11, fromInt(bytesWritten_2));
1474
+ var this_11 = this_0.jp_1;
1475
+ tmp_6.jp_1 = add(this_11, fromInt(bytesWritten_2));
1479
1476
  break $l$block_6;
1480
1477
  }
1481
1478
  // Inline function 'kotlin.check' call
1482
- if (!(0 <= bytesWritten_2 ? bytesWritten_2 <= tail_2.lp() : false)) {
1483
- var message_2 = 'Invalid number of bytes written: ' + bytesWritten_2 + '. Should be in 0..' + tail_2.lp();
1479
+ if (!(0 <= bytesWritten_2 ? bytesWritten_2 <= tail_2.vq() : false)) {
1480
+ var message_2 = 'Invalid number of bytes written: ' + bytesWritten_2 + '. Should be in 0..' + tail_2.vq();
1484
1481
  throw IllegalStateException_init_$Create$(toString(message_2));
1485
1482
  }
1486
1483
  if (!(bytesWritten_2 === 0)) {
1487
- tail_2.ho_1 = tail_2.ho_1 + bytesWritten_2 | 0;
1484
+ tail_2.rp_1 = tail_2.rp_1 + bytesWritten_2 | 0;
1488
1485
  var tmp_7 = this_0;
1489
1486
  // Inline function 'kotlin.Long.plus' call
1490
- var this_12 = this_0.zn_1;
1491
- tmp_7.zn_1 = add(this_12, fromInt(bytesWritten_2));
1487
+ var this_12 = this_0.jp_1;
1488
+ tmp_7.jp_1 = add(this_12, fromInt(bytesWritten_2));
1492
1489
  break $l$block_6;
1493
1490
  }
1494
1491
  if (isEmpty(tail_2)) {
1495
- this_0.aq();
1492
+ this_0.kr();
1496
1493
  }
1497
1494
  }
1498
1495
  i = i + 2 | 0;
1499
1496
  }
1500
1497
  }
1501
1498
  }
1502
- _this__u8e3s4.qo();
1499
+ _this__u8e3s4.aq();
1503
1500
  }
1504
1501
  function commonReadUtf8(_this__u8e3s4, byteCount) {
1505
1502
  if (byteCount === 0n)
1506
1503
  return '';
1507
1504
  // Inline function 'kotlinx.io.unsafe.UnsafeBufferOperations.forEachSegment' call
1508
- var curr = _this__u8e3s4.xn_1;
1505
+ var curr = _this__u8e3s4.hp_1;
1509
1506
  while (!(curr == null)) {
1510
1507
  get_SegmentReadContextImpl();
1511
1508
  if (fromInt(curr.l1()) >= byteCount) {
1512
1509
  var result = '';
1513
1510
  // Inline function 'kotlinx.io.unsafe.withData' call
1514
- var tmp0 = curr.qq(true);
1515
- var tmp2 = curr.go_1;
1516
- var tmp0_0 = curr.ho_1;
1511
+ var tmp0 = curr.as(true);
1512
+ var tmp2 = curr.qp_1;
1513
+ var tmp0_0 = curr.rp_1;
1517
1514
  // Inline function 'kotlin.math.min' call
1518
1515
  var b = tmp2 + convertToInt(byteCount) | 0;
1519
1516
  var tmp$ret$0 = Math.min(tmp0_0, b);
1520
1517
  result = commonToUtf8String(tmp0, tmp2, tmp$ret$0);
1521
- _this__u8e3s4.yo(byteCount);
1518
+ _this__u8e3s4.iq(byteCount);
1522
1519
  return result;
1523
1520
  }
1524
1521
  return commonToUtf8String(readByteArray_0(_this__u8e3s4, convertToInt(byteCount)));
@@ -1889,27 +1886,27 @@
1889
1886
  }
1890
1887
  function SegmentReadContextImpl$1() {
1891
1888
  }
1892
- protoOf(SegmentReadContextImpl$1).yp = function (segment, offset) {
1893
- return segment.xo(offset);
1889
+ protoOf(SegmentReadContextImpl$1).ir = function (segment, offset) {
1890
+ return segment.hq(offset);
1894
1891
  };
1895
1892
  function SegmentWriteContextImpl$1() {
1896
1893
  }
1897
- protoOf(SegmentWriteContextImpl$1).yq = function (segment, offset, value) {
1898
- segment.rq(offset, value);
1894
+ protoOf(SegmentWriteContextImpl$1).is = function (segment, offset, value) {
1895
+ segment.bs(offset, value);
1899
1896
  };
1900
- protoOf(SegmentWriteContextImpl$1).xq = function (segment, offset, b0, b1) {
1901
- segment.sq(offset, b0, b1);
1897
+ protoOf(SegmentWriteContextImpl$1).hs = function (segment, offset, b0, b1) {
1898
+ segment.cs(offset, b0, b1);
1902
1899
  };
1903
- protoOf(SegmentWriteContextImpl$1).wq = function (segment, offset, b0, b1, b2) {
1904
- segment.tq(offset, b0, b1, b2);
1900
+ protoOf(SegmentWriteContextImpl$1).gs = function (segment, offset, b0, b1, b2) {
1901
+ segment.ds(offset, b0, b1, b2);
1905
1902
  };
1906
- protoOf(SegmentWriteContextImpl$1).vq = function (segment, offset, b0, b1, b2, b3) {
1907
- segment.uq(offset, b0, b1, b2, b3);
1903
+ protoOf(SegmentWriteContextImpl$1).fs = function (segment, offset, b0, b1, b2, b3) {
1904
+ segment.es(offset, b0, b1, b2, b3);
1908
1905
  };
1909
1906
  function BufferIterationContextImpl$1() {
1910
1907
  }
1911
- protoOf(BufferIterationContextImpl$1).yp = function (segment, offset) {
1912
- return get_SegmentReadContextImpl().yp(segment, offset);
1908
+ protoOf(BufferIterationContextImpl$1).ir = function (segment, offset) {
1909
+ return get_SegmentReadContextImpl().ir(segment, offset);
1913
1910
  };
1914
1911
  var properties_initialized_UnsafeBufferOperations_kt_2xfgoc;
1915
1912
  function _init_properties_UnsafeBufferOperations_kt__xw75gy() {
@@ -1977,15 +1974,15 @@
1977
1974
  captureStack(this, EOFException);
1978
1975
  }
1979
1976
  function SegmentPool() {
1980
- this.hp_1 = 0;
1981
- this.ip_1 = 0;
1977
+ this.rq_1 = 0;
1978
+ this.sq_1 = 0;
1982
1979
  }
1983
- protoOf(SegmentPool).jp = function () {
1984
- return Companion_instance.mq();
1980
+ protoOf(SegmentPool).tq = function () {
1981
+ return Companion_instance.wr();
1985
1982
  };
1986
- protoOf(SegmentPool).zp = function (segment) {
1983
+ protoOf(SegmentPool).jr = function (segment) {
1987
1984
  };
1988
- protoOf(SegmentPool).oq = function () {
1985
+ protoOf(SegmentPool).yr = function () {
1989
1986
  return AlwaysSharedCopyTracker_getInstance();
1990
1987
  };
1991
1988
  var SegmentPool_instance;
@@ -1993,7 +1990,7 @@
1993
1990
  return SegmentPool_instance;
1994
1991
  }
1995
1992
  //region block: post-declaration
1996
- protoOf(Buffer).np = write$default;
1993
+ protoOf(Buffer).xq = write$default;
1997
1994
  //endregion
1998
1995
  //region block: init
1999
1996
  Companion_instance = new Companion();
@@ -2015,9 +2012,8 @@
2015
2012
  _.$_$.k = readByteArray;
2016
2013
  _.$_$.l = readByteString;
2017
2014
  _.$_$.m = readString_0;
2018
- _.$_$.n = readString_1;
2019
- _.$_$.o = readString;
2020
- _.$_$.p = writeString;
2015
+ _.$_$.n = readString;
2016
+ _.$_$.o = writeString;
2021
2017
  //endregion
2022
2018
  return _;
2023
2019
  }(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlinx-io-kotlinx-io-bytestring.js')));