@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1591 → 1.1.0-SNAPSHOT.1606

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/kotlin-js.js CHANGED
@@ -17,14 +17,14 @@
17
17
  return instance && (typeof instance === 'object') && (instance.done === false)
18
18
  }
19
19
  }.prototype).constructor;
20
- var iterator = kotlin_kotlin.$_$.q7;
20
+ var iterator = kotlin_kotlin.$_$.s7;
21
21
  var CoroutineImpl = kotlin_kotlin.$_$.q5;
22
22
  var Unit_instance = kotlin_kotlin.$_$.l2;
23
- var protoOf = kotlin_kotlin.$_$.z6;
24
- var THROW_CCE = kotlin_kotlin.$_$.n9;
25
- var SequenceScope = kotlin_kotlin.$_$.p7;
23
+ var protoOf = kotlin_kotlin.$_$.a7;
24
+ var THROW_CCE = kotlin_kotlin.$_$.q9;
25
+ var SequenceScope = kotlin_kotlin.$_$.r7;
26
26
  var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.b5;
27
- var initMetadataForLambda = kotlin_kotlin.$_$.o6;
27
+ var initMetadataForLambda = kotlin_kotlin.$_$.p6;
28
28
  var VOID = kotlin_kotlin.$_$.d;
29
29
  //endregion
30
30
  //region block: pre-declaration
@@ -59,17 +59,17 @@
59
59
  return iterator(iteratorFor$slambda_0(source, null));
60
60
  }
61
61
  function iteratorFor$slambda($source, resultContinuation) {
62
- this.e1u_1 = $source;
62
+ this.i1u_1 = $source;
63
63
  CoroutineImpl.call(this, resultContinuation);
64
64
  }
65
- protoOf(iteratorFor$slambda).j1u = function ($this$iterator, $completion) {
66
- var tmp = this.k1u($this$iterator, $completion);
65
+ protoOf(iteratorFor$slambda).n1u = function ($this$iterator, $completion) {
66
+ var tmp = this.o1u($this$iterator, $completion);
67
67
  tmp.d9_1 = Unit_instance;
68
68
  tmp.e9_1 = null;
69
69
  return tmp.t9();
70
70
  };
71
71
  protoOf(iteratorFor$slambda).da = function (p1, $completion) {
72
- return this.j1u(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
72
+ return this.n1u(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
73
73
  };
74
74
  protoOf(iteratorFor$slambda).t9 = function () {
75
75
  var suspendResult = this.d9_1;
@@ -83,22 +83,22 @@
83
83
  continue $sm;
84
84
  case 1:
85
85
  var tmp_0 = this;
86
- var tmp_1 = this.e1u_1.next();
87
- tmp_0.g1u_1 = tmp_1 instanceof constructor ? tmp_1 : null;
88
- if (this.g1u_1 == null) {
86
+ var tmp_1 = this.i1u_1.next();
87
+ tmp_0.k1u_1 = tmp_1 instanceof constructor ? tmp_1 : null;
88
+ if (this.k1u_1 == null) {
89
89
  this.b9_1 = 4;
90
90
  var tmp_2 = this;
91
91
  continue $sm;
92
92
  } else {
93
- this.h1u_1 = this.g1u_1;
93
+ this.l1u_1 = this.k1u_1;
94
94
  this.b9_1 = 2;
95
95
  continue $sm;
96
96
  }
97
97
 
98
98
  case 2:
99
- this.i1u_1 = this.h1u_1;
99
+ this.m1u_1 = this.l1u_1;
100
100
  this.b9_1 = 3;
101
- suspendResult = this.f1u_1.uf(this.i1u_1.value, this);
101
+ suspendResult = this.j1u_1.uf(this.m1u_1.value, this);
102
102
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
103
103
  return suspendResult;
104
104
  }
@@ -123,15 +123,15 @@
123
123
  }
124
124
  while (true);
125
125
  };
126
- protoOf(iteratorFor$slambda).k1u = function ($this$iterator, completion) {
127
- var i = new iteratorFor$slambda(this.e1u_1, completion);
128
- i.f1u_1 = $this$iterator;
126
+ protoOf(iteratorFor$slambda).o1u = function ($this$iterator, completion) {
127
+ var i = new iteratorFor$slambda(this.i1u_1, completion);
128
+ i.j1u_1 = $this$iterator;
129
129
  return i;
130
130
  };
131
131
  function iteratorFor$slambda_0($source, resultContinuation) {
132
132
  var i = new iteratorFor$slambda($source, resultContinuation);
133
133
  var l = function ($this$iterator, $completion) {
134
- return i.j1u($this$iterator, $completion);
134
+ return i.n1u($this$iterator, $completion);
135
135
  };
136
136
  l.$arity = 1;
137
137
  return l;
@@ -62,12 +62,6 @@ if (typeof Math.clz32 === 'undefined') {
62
62
  };
63
63
  }(Math.log, Math.LN2);
64
64
  }
65
- if (typeof String.prototype.startsWith === 'undefined') {
66
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
67
- position = position || 0;
68
- return this.lastIndexOf(searchString, position) === position;
69
- }});
70
- }
71
65
  if (typeof String.prototype.endsWith === 'undefined') {
72
66
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
73
67
  var subjectString = this.toString();
@@ -79,6 +73,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
79
73
  return lastIndex !== -1 && lastIndex === position;
80
74
  }});
81
75
  }
76
+ if (typeof String.prototype.startsWith === 'undefined') {
77
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
78
+ position = position || 0;
79
+ return this.lastIndexOf(searchString, position) === position;
80
+ }});
81
+ }
82
82
  //endregion
83
83
  (function (factory) {
84
84
  if (typeof define === 'function' && define.amd)
@@ -249,6 +249,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
249
249
  initMetadataForClass(SimpleKClassImpl, 'SimpleKClassImpl', VOID, KClassImpl);
250
250
  initMetadataForInterface(KProperty1, 'KProperty1');
251
251
  initMetadataForInterface(KMutableProperty1, 'KMutableProperty1', VOID, VOID, [KProperty1]);
252
+ initMetadataForInterface(KProperty0, 'KProperty0');
252
253
  initMetadataForObject(PrimitiveClasses, 'PrimitiveClasses');
253
254
  initMetadataForClass(StringBuilder, 'StringBuilder', StringBuilder_init_$Create$_0, VOID, [CharSequence]);
254
255
  initMetadataForCompanion(Companion_9);
@@ -2409,6 +2410,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
2409
2410
  function throwKotlinNothingValueException() {
2410
2411
  throw KotlinNothingValueException_init_$Create$();
2411
2412
  }
2413
+ function THROW_ISE() {
2414
+ throw IllegalStateException_init_$Create$();
2415
+ }
2412
2416
  function THROW_IAE(msg) {
2413
2417
  throw IllegalArgumentException_init_$Create$_0(msg);
2414
2418
  }
@@ -2935,6 +2939,10 @@ if (typeof String.prototype.endsWith === 'undefined') {
2935
2939
  }
2936
2940
  return tmp;
2937
2941
  }
2942
+ function getLocalDelegateReference(name, superType, mutable, lambda) {
2943
+ _init_properties_reflectRuntime_kt__5r4uu3();
2944
+ return getPropertyCallableRef(name, 0, superType, lambda, mutable ? lambda : null);
2945
+ }
2938
2946
  var properties_initialized_reflectRuntime_kt_inkhwd;
2939
2947
  function _init_properties_reflectRuntime_kt__5r4uu3() {
2940
2948
  if (!properties_initialized_reflectRuntime_kt_inkhwd) {
@@ -6128,6 +6136,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
6128
6136
  }
6129
6137
  function KMutableProperty1() {
6130
6138
  }
6139
+ function KProperty0() {
6140
+ }
6131
6141
  function get_functionClasses() {
6132
6142
  _init_properties_primitives_kt__3fums4();
6133
6143
  return functionClasses;
@@ -7453,7 +7463,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
7453
7463
  // Inline function 'kotlin.let' call
7454
7464
  // Inline function 'kotlin.contracts.contract' call
7455
7465
  // Inline function 'kotlin.ExceptionTraceBuilder.dumpSelfTrace.<anonymous>' call
7456
- var it = indexOf_3(stack, shortInfo);
7466
+ var it = indexOf_2(stack, shortInfo);
7457
7467
  var stackStart = it < 0 ? 0 : it + shortInfo.length | 0;
7458
7468
  if (stackStart === 0) {
7459
7469
  $this.qd_1.k8(shortInfo).k8('\n');
@@ -10960,9 +10970,37 @@ if (typeof String.prototype.endsWith === 'undefined') {
10960
10970
  }
10961
10971
  return destination;
10962
10972
  }
10973
+ function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
10974
+ missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
10975
+ var index = indexOf_2(_this__u8e3s4, delimiter);
10976
+ var tmp;
10977
+ if (index === -1) {
10978
+ tmp = missingDelimiterValue;
10979
+ } else {
10980
+ // Inline function 'kotlin.text.substring' call
10981
+ // Inline function 'kotlin.js.asDynamic' call
10982
+ tmp = _this__u8e3s4.substring(0, index);
10983
+ }
10984
+ return tmp;
10985
+ }
10986
+ function substringAfter(_this__u8e3s4, delimiter, missingDelimiterValue) {
10987
+ missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
10988
+ var index = indexOf_2(_this__u8e3s4, delimiter);
10989
+ var tmp;
10990
+ if (index === -1) {
10991
+ tmp = missingDelimiterValue;
10992
+ } else {
10993
+ // Inline function 'kotlin.text.substring' call
10994
+ var startIndex = index + delimiter.length | 0;
10995
+ var endIndex = _this__u8e3s4.length;
10996
+ // Inline function 'kotlin.js.asDynamic' call
10997
+ tmp = _this__u8e3s4.substring(startIndex, endIndex);
10998
+ }
10999
+ return tmp;
11000
+ }
10963
11001
  function contains_6(_this__u8e3s4, char, ignoreCase) {
10964
11002
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
10965
- return indexOf_2(_this__u8e3s4, char, VOID, ignoreCase) >= 0;
11003
+ return indexOf_3(_this__u8e3s4, char, VOID, ignoreCase) >= 0;
10966
11004
  }
10967
11005
  function get_lastIndex_2(_this__u8e3s4) {
10968
11006
  return charSequenceLength(_this__u8e3s4) - 1 | 0;
@@ -11032,7 +11070,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
11032
11070
  function split_1(_this__u8e3s4, delimiter, ignoreCase, limit) {
11033
11071
  requireNonNegativeLimit(limit);
11034
11072
  var currentOffset = 0;
11035
- var nextIndex = indexOf_3(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
11073
+ var nextIndex = indexOf_2(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
11036
11074
  if (nextIndex === -1 || limit === 1) {
11037
11075
  return listOf(toString_1(_this__u8e3s4));
11038
11076
  }
@@ -11047,7 +11085,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
11047
11085
  currentOffset = nextIndex + delimiter.length | 0;
11048
11086
  if (isLimited && result.m() === (limit - 1 | 0))
11049
11087
  break $l$loop;
11050
- nextIndex = indexOf_3(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
11088
+ nextIndex = indexOf_2(_this__u8e3s4, delimiter, currentOffset, ignoreCase);
11051
11089
  }
11052
11090
  while (!(nextIndex === -1));
11053
11091
  // Inline function 'kotlin.text.substring' call
@@ -11098,7 +11136,26 @@ if (typeof String.prototype.endsWith === 'undefined') {
11098
11136
  var delimitersList = asList(delimiters);
11099
11137
  return new DelimitedRangesSequence(_this__u8e3s4, startIndex, limit, rangesDelimitedBy$lambda_0(delimitersList, ignoreCase));
11100
11138
  }
11101
- function indexOf_2(_this__u8e3s4, char, startIndex, ignoreCase) {
11139
+ function indexOf_2(_this__u8e3s4, string, startIndex, ignoreCase) {
11140
+ startIndex = startIndex === VOID ? 0 : startIndex;
11141
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11142
+ var tmp;
11143
+ var tmp_0;
11144
+ if (ignoreCase) {
11145
+ tmp_0 = true;
11146
+ } else {
11147
+ tmp_0 = !(typeof _this__u8e3s4 === 'string');
11148
+ }
11149
+ if (tmp_0) {
11150
+ tmp = indexOf_4(_this__u8e3s4, string, startIndex, charSequenceLength(_this__u8e3s4), ignoreCase);
11151
+ } else {
11152
+ // Inline function 'kotlin.text.nativeIndexOf' call
11153
+ // Inline function 'kotlin.js.asDynamic' call
11154
+ tmp = _this__u8e3s4.indexOf(string, startIndex);
11155
+ }
11156
+ return tmp;
11157
+ }
11158
+ function indexOf_3(_this__u8e3s4, char, startIndex, ignoreCase) {
11102
11159
  startIndex = startIndex === VOID ? 0 : startIndex;
11103
11160
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11104
11161
  var tmp;
@@ -11134,25 +11191,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
11134
11191
  }
11135
11192
  return tmp;
11136
11193
  }
11137
- function indexOf_3(_this__u8e3s4, string, startIndex, ignoreCase) {
11138
- startIndex = startIndex === VOID ? 0 : startIndex;
11139
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11140
- var tmp;
11141
- var tmp_0;
11142
- if (ignoreCase) {
11143
- tmp_0 = true;
11144
- } else {
11145
- tmp_0 = !(typeof _this__u8e3s4 === 'string');
11146
- }
11147
- if (tmp_0) {
11148
- tmp = indexOf_4(_this__u8e3s4, string, startIndex, charSequenceLength(_this__u8e3s4), ignoreCase);
11149
- } else {
11150
- // Inline function 'kotlin.text.nativeIndexOf' call
11151
- // Inline function 'kotlin.js.asDynamic' call
11152
- tmp = _this__u8e3s4.indexOf(string, startIndex);
11153
- }
11154
- return tmp;
11155
- }
11156
11194
  function calcNext_0($this) {
11157
11195
  if ($this.ej_1 < 0) {
11158
11196
  $this.cj_1 = 0;
@@ -11274,7 +11312,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
11274
11312
  function findAnyOf(_this__u8e3s4, strings, startIndex, ignoreCase, last) {
11275
11313
  if (!ignoreCase && strings.m() === 1) {
11276
11314
  var string = single_0(strings);
11277
- var index = !last ? indexOf_3(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
11315
+ var index = !last ? indexOf_2(_this__u8e3s4, string, startIndex) : lastIndexOf_0(_this__u8e3s4, string, startIndex);
11278
11316
  return index < 0 ? null : to(index, string);
11279
11317
  }
11280
11318
  var indices = !last ? numberRangeToNumber(coerceAtLeast_1(startIndex, 0), charSequenceLength(_this__u8e3s4)) : downTo(coerceAtMost_0(startIndex, get_lastIndex_2(_this__u8e3s4)), 0);
@@ -11335,12 +11373,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
11335
11373
  }
11336
11374
  return null;
11337
11375
  }
11338
- function splitToSequence(_this__u8e3s4, delimiters, ignoreCase, limit) {
11339
- ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11340
- limit = limit === VOID ? 0 : limit;
11341
- var tmp = rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit);
11342
- return map(tmp, splitToSequence$lambda(_this__u8e3s4));
11343
- }
11344
11376
  function indexOf_4(_this__u8e3s4, other, startIndex, endIndex, ignoreCase, last) {
11345
11377
  last = last === VOID ? false : last;
11346
11378
  var indices = !last ? numberRangeToNumber(coerceAtLeast_1(startIndex, 0), coerceAtMost_0(endIndex, charSequenceLength(_this__u8e3s4))) : downTo(coerceAtMost_0(startIndex, get_lastIndex_2(_this__u8e3s4)), coerceAtLeast_1(endIndex, 0));
@@ -11377,6 +11409,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
11377
11409
  }
11378
11410
  return -1;
11379
11411
  }
11412
+ function splitToSequence(_this__u8e3s4, delimiters, ignoreCase, limit) {
11413
+ ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11414
+ limit = limit === VOID ? 0 : limit;
11415
+ var tmp = rangesDelimitedBy_0(_this__u8e3s4, delimiters, VOID, ignoreCase, limit);
11416
+ return map(tmp, splitToSequence$lambda(_this__u8e3s4));
11417
+ }
11380
11418
  function lastIndexOf_0(_this__u8e3s4, string, startIndex, ignoreCase) {
11381
11419
  startIndex = startIndex === VOID ? get_lastIndex_2(_this__u8e3s4) : startIndex;
11382
11420
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
@@ -11432,25 +11470,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
11432
11470
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11433
11471
  var tmp;
11434
11472
  if (typeof other === 'string') {
11435
- tmp = indexOf_3(_this__u8e3s4, other, VOID, ignoreCase) >= 0;
11473
+ tmp = indexOf_2(_this__u8e3s4, other, VOID, ignoreCase) >= 0;
11436
11474
  } else {
11437
11475
  tmp = indexOf_4(_this__u8e3s4, other, 0, charSequenceLength(_this__u8e3s4), ignoreCase) >= 0;
11438
11476
  }
11439
11477
  return tmp;
11440
11478
  }
11441
- function substringBefore(_this__u8e3s4, delimiter, missingDelimiterValue) {
11442
- missingDelimiterValue = missingDelimiterValue === VOID ? _this__u8e3s4 : missingDelimiterValue;
11443
- var index = indexOf_3(_this__u8e3s4, delimiter);
11444
- var tmp;
11445
- if (index === -1) {
11446
- tmp = missingDelimiterValue;
11447
- } else {
11448
- // Inline function 'kotlin.text.substring' call
11449
- // Inline function 'kotlin.js.asDynamic' call
11450
- tmp = _this__u8e3s4.substring(0, index);
11451
- }
11452
- return tmp;
11453
- }
11454
11479
  function splitToSequence_0(_this__u8e3s4, delimiters, ignoreCase, limit) {
11455
11480
  ignoreCase = ignoreCase === VOID ? false : ignoreCase;
11456
11481
  limit = limit === VOID ? 0 : limit;
@@ -12033,109 +12058,113 @@ if (typeof String.prototype.endsWith === 'undefined') {
12033
12058
  _.$_$.d6 = equals;
12034
12059
  _.$_$.e6 = fillArrayVal;
12035
12060
  _.$_$.f6 = getBooleanHashCode;
12036
- _.$_$.g6 = getNumberHashCode;
12037
- _.$_$.h6 = getPropertyCallableRef;
12038
- _.$_$.i6 = getStringHashCode;
12039
- _.$_$.j6 = hashCode;
12040
- _.$_$.k6 = initMetadataForClass;
12041
- _.$_$.l6 = initMetadataForCompanion;
12042
- _.$_$.m6 = initMetadataForCoroutine;
12043
- _.$_$.n6 = initMetadataForInterface;
12044
- _.$_$.o6 = initMetadataForLambda;
12045
- _.$_$.p6 = initMetadataForObject;
12046
- _.$_$.q6 = isArray;
12047
- _.$_$.r6 = isCharSequence;
12048
- _.$_$.s6 = isInterface;
12049
- _.$_$.t6 = numberRangeToNumber;
12050
- _.$_$.u6 = numberToByte;
12051
- _.$_$.v6 = numberToChar;
12052
- _.$_$.w6 = numberToDouble;
12053
- _.$_$.x6 = numberToInt;
12054
- _.$_$.y6 = objectCreate;
12055
- _.$_$.z6 = protoOf;
12056
- _.$_$.a7 = toByte;
12057
- _.$_$.b7 = toLong;
12058
- _.$_$.c7 = toString_1;
12059
- _.$_$.d7 = roundToInt;
12060
- _.$_$.e7 = withSign;
12061
- _.$_$.f7 = coerceAtLeast_0;
12062
- _.$_$.g7 = coerceAtLeast_1;
12063
- _.$_$.h7 = coerceAtLeast;
12064
- _.$_$.i7 = coerceAtMost;
12065
- _.$_$.j7 = coerceIn;
12066
- _.$_$.k7 = coerceIn_0;
12067
- _.$_$.l7 = contains_3;
12068
- _.$_$.m7 = rangeTo;
12069
- _.$_$.n7 = KMutableProperty1;
12070
- _.$_$.o7 = KProperty1;
12071
- _.$_$.p7 = SequenceScope;
12072
- _.$_$.q7 = iterator;
12073
- _.$_$.r7 = Builder_0;
12074
- _.$_$.s7 = StringBuilder;
12075
- _.$_$.t7 = concatToString;
12076
- _.$_$.u7 = contains_7;
12077
- _.$_$.v7 = contains_6;
12078
- _.$_$.w7 = dropLast_0;
12079
- _.$_$.x7 = endsWith;
12080
- _.$_$.y7 = equals_0;
12081
- _.$_$.z7 = equals_1;
12082
- _.$_$.a8 = indexOf_2;
12083
- _.$_$.b8 = isBlank;
12084
- _.$_$.c8 = isHighSurrogate;
12085
- _.$_$.d8 = isUpperCase;
12086
- _.$_$.e8 = last;
12087
- _.$_$.f8 = padStart;
12088
- _.$_$.g8 = replace;
12089
- _.$_$.h8 = slice;
12090
- _.$_$.i8 = splitToSequence_0;
12091
- _.$_$.j8 = split;
12092
- _.$_$.k8 = split_0;
12093
- _.$_$.l8 = startsWith;
12094
- _.$_$.m8 = substringBefore;
12095
- _.$_$.n8 = toBoolean;
12096
- _.$_$.o8 = toCharArray;
12097
- _.$_$.p8 = toDoubleOrNull;
12098
- _.$_$.q8 = toDouble;
12099
- _.$_$.r8 = toHexString;
12100
- _.$_$.s8 = toIntOrNull;
12101
- _.$_$.t8 = toInt_0;
12102
- _.$_$.u8 = toInt;
12103
- _.$_$.v8 = toLongOrNull;
12104
- _.$_$.w8 = toUInt;
12105
- _.$_$.x8 = trimEnd;
12106
- _.$_$.y8 = trimMargin;
12107
- _.$_$.z8 = trim;
12108
- _.$_$.a9 = Char;
12109
- _.$_$.b9 = Comparable;
12110
- _.$_$.c9 = Comparator;
12111
- _.$_$.d9 = Enum;
12112
- _.$_$.e9 = Error_0;
12113
- _.$_$.f9 = Exception;
12114
- _.$_$.g9 = IllegalArgumentException;
12115
- _.$_$.h9 = IllegalStateException;
12116
- _.$_$.i9 = Long;
12117
- _.$_$.j9 = NoSuchElementException;
12118
- _.$_$.k9 = NumberFormatException;
12119
- _.$_$.l9 = Pair;
12120
- _.$_$.m9 = RuntimeException;
12121
- _.$_$.n9 = THROW_CCE;
12122
- _.$_$.o9 = THROW_IAE;
12123
- _.$_$.p9 = UInt;
12124
- _.$_$.q9 = Unit;
12125
- _.$_$.r9 = UnsupportedOperationException;
12126
- _.$_$.s9 = addSuppressed;
12127
- _.$_$.t9 = createFailure;
12128
- _.$_$.u9 = ensureNotNull;
12129
- _.$_$.v9 = isNaN_1;
12130
- _.$_$.w9 = lazy;
12131
- _.$_$.x9 = noWhenBranchMatchedException;
12132
- _.$_$.y9 = stackTraceToString;
12133
- _.$_$.z9 = throwKotlinNothingValueException;
12134
- _.$_$.aa = throwUninitializedPropertyAccessException;
12135
- _.$_$.ba = toString_0;
12136
- _.$_$.ca = to;
12137
- _.$_$.da = uintCompare;
12138
- _.$_$.ea = uintToDouble;
12061
+ _.$_$.g6 = getLocalDelegateReference;
12062
+ _.$_$.h6 = getNumberHashCode;
12063
+ _.$_$.i6 = getPropertyCallableRef;
12064
+ _.$_$.j6 = getStringHashCode;
12065
+ _.$_$.k6 = hashCode;
12066
+ _.$_$.l6 = initMetadataForClass;
12067
+ _.$_$.m6 = initMetadataForCompanion;
12068
+ _.$_$.n6 = initMetadataForCoroutine;
12069
+ _.$_$.o6 = initMetadataForInterface;
12070
+ _.$_$.p6 = initMetadataForLambda;
12071
+ _.$_$.q6 = initMetadataForObject;
12072
+ _.$_$.r6 = isArray;
12073
+ _.$_$.s6 = isCharSequence;
12074
+ _.$_$.t6 = isInterface;
12075
+ _.$_$.u6 = numberRangeToNumber;
12076
+ _.$_$.v6 = numberToByte;
12077
+ _.$_$.w6 = numberToChar;
12078
+ _.$_$.x6 = numberToDouble;
12079
+ _.$_$.y6 = numberToInt;
12080
+ _.$_$.z6 = objectCreate;
12081
+ _.$_$.a7 = protoOf;
12082
+ _.$_$.b7 = toByte;
12083
+ _.$_$.c7 = toLong;
12084
+ _.$_$.d7 = toString_1;
12085
+ _.$_$.e7 = roundToInt;
12086
+ _.$_$.f7 = withSign;
12087
+ _.$_$.g7 = coerceAtLeast_0;
12088
+ _.$_$.h7 = coerceAtLeast_1;
12089
+ _.$_$.i7 = coerceAtLeast;
12090
+ _.$_$.j7 = coerceAtMost;
12091
+ _.$_$.k7 = coerceIn;
12092
+ _.$_$.l7 = coerceIn_0;
12093
+ _.$_$.m7 = contains_3;
12094
+ _.$_$.n7 = rangeTo;
12095
+ _.$_$.o7 = KMutableProperty1;
12096
+ _.$_$.p7 = KProperty0;
12097
+ _.$_$.q7 = KProperty1;
12098
+ _.$_$.r7 = SequenceScope;
12099
+ _.$_$.s7 = iterator;
12100
+ _.$_$.t7 = Builder_0;
12101
+ _.$_$.u7 = StringBuilder;
12102
+ _.$_$.v7 = concatToString;
12103
+ _.$_$.w7 = contains_7;
12104
+ _.$_$.x7 = contains_6;
12105
+ _.$_$.y7 = dropLast_0;
12106
+ _.$_$.z7 = endsWith;
12107
+ _.$_$.a8 = equals_0;
12108
+ _.$_$.b8 = equals_1;
12109
+ _.$_$.c8 = indexOf_3;
12110
+ _.$_$.d8 = isBlank;
12111
+ _.$_$.e8 = isHighSurrogate;
12112
+ _.$_$.f8 = isUpperCase;
12113
+ _.$_$.g8 = last;
12114
+ _.$_$.h8 = padStart;
12115
+ _.$_$.i8 = replace;
12116
+ _.$_$.j8 = slice;
12117
+ _.$_$.k8 = splitToSequence_0;
12118
+ _.$_$.l8 = split;
12119
+ _.$_$.m8 = split_0;
12120
+ _.$_$.n8 = startsWith;
12121
+ _.$_$.o8 = substringAfter;
12122
+ _.$_$.p8 = substringBefore;
12123
+ _.$_$.q8 = toBoolean;
12124
+ _.$_$.r8 = toCharArray;
12125
+ _.$_$.s8 = toDoubleOrNull;
12126
+ _.$_$.t8 = toDouble;
12127
+ _.$_$.u8 = toHexString;
12128
+ _.$_$.v8 = toIntOrNull;
12129
+ _.$_$.w8 = toInt_0;
12130
+ _.$_$.x8 = toInt;
12131
+ _.$_$.y8 = toLongOrNull;
12132
+ _.$_$.z8 = toUInt;
12133
+ _.$_$.a9 = trimEnd;
12134
+ _.$_$.b9 = trimMargin;
12135
+ _.$_$.c9 = trim;
12136
+ _.$_$.d9 = Char;
12137
+ _.$_$.e9 = Comparable;
12138
+ _.$_$.f9 = Comparator;
12139
+ _.$_$.g9 = Enum;
12140
+ _.$_$.h9 = Error_0;
12141
+ _.$_$.i9 = Exception;
12142
+ _.$_$.j9 = IllegalArgumentException;
12143
+ _.$_$.k9 = IllegalStateException;
12144
+ _.$_$.l9 = Long;
12145
+ _.$_$.m9 = NoSuchElementException;
12146
+ _.$_$.n9 = NumberFormatException;
12147
+ _.$_$.o9 = Pair;
12148
+ _.$_$.p9 = RuntimeException;
12149
+ _.$_$.q9 = THROW_CCE;
12150
+ _.$_$.r9 = THROW_IAE;
12151
+ _.$_$.s9 = THROW_ISE;
12152
+ _.$_$.t9 = UInt;
12153
+ _.$_$.u9 = Unit;
12154
+ _.$_$.v9 = UnsupportedOperationException;
12155
+ _.$_$.w9 = addSuppressed;
12156
+ _.$_$.x9 = createFailure;
12157
+ _.$_$.y9 = ensureNotNull;
12158
+ _.$_$.z9 = isNaN_1;
12159
+ _.$_$.aa = lazy;
12160
+ _.$_$.ba = noWhenBranchMatchedException;
12161
+ _.$_$.ca = stackTraceToString;
12162
+ _.$_$.da = throwKotlinNothingValueException;
12163
+ _.$_$.ea = throwUninitializedPropertyAccessException;
12164
+ _.$_$.fa = toString_0;
12165
+ _.$_$.ga = to;
12166
+ _.$_$.ha = uintCompare;
12167
+ _.$_$.ia = uintToDouble;
12139
12168
  //endregion
12140
12169
  return _;
12141
12170
  }));