@tsonic/js 10.0.39 → 10.0.41
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/__internal/extensions/index.d.ts +2 -0
- package/bindings.json +61 -4
- package/core-globals.d.ts +206 -0
- package/globals.d.ts +241 -70
- package/index/bindings.json +1093 -507
- package/index/internal/index.d.ts +85 -11
- package/index.d.ts +12 -3
- package/package.json +16 -4
- package/tsonic.bindings.json +7 -2
- package/tsonic.surface.json +3 -1
package/index/bindings.json
CHANGED
|
@@ -1065,6 +1065,125 @@
|
|
|
1065
1065
|
}
|
|
1066
1066
|
]
|
|
1067
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error",
|
|
1070
|
+
"clrName": "Tsonic.JSRuntime.Error",
|
|
1071
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
1072
|
+
"metadataToken": 0,
|
|
1073
|
+
"kind": "Class",
|
|
1074
|
+
"accessibility": "Public",
|
|
1075
|
+
"isAbstract": false,
|
|
1076
|
+
"isSealed": false,
|
|
1077
|
+
"isStatic": false,
|
|
1078
|
+
"arity": 0,
|
|
1079
|
+
"baseType": {
|
|
1080
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
1081
|
+
"clrName": "System.Exception"
|
|
1082
|
+
},
|
|
1083
|
+
"interfaces": [
|
|
1084
|
+
{
|
|
1085
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1086
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"methods": [],
|
|
1090
|
+
"properties": [
|
|
1091
|
+
{
|
|
1092
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::name:System.String",
|
|
1093
|
+
"clrName": "name",
|
|
1094
|
+
"metadataToken": 385875970,
|
|
1095
|
+
"canonicalSignature": ":System.String",
|
|
1096
|
+
"normalizedSignature": "name|:System.String|static=false|accessor=get",
|
|
1097
|
+
"emitScope": "ClassSurface",
|
|
1098
|
+
"provenance": "Original",
|
|
1099
|
+
"isIndexer": false,
|
|
1100
|
+
"hasGetter": true,
|
|
1101
|
+
"hasSetter": false,
|
|
1102
|
+
"isStatic": false,
|
|
1103
|
+
"isAbstract": false,
|
|
1104
|
+
"isVirtual": true,
|
|
1105
|
+
"isOverride": false,
|
|
1106
|
+
"visibility": "Public",
|
|
1107
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1108
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::message:System.String",
|
|
1112
|
+
"clrName": "message",
|
|
1113
|
+
"metadataToken": 385875971,
|
|
1114
|
+
"canonicalSignature": ":System.String",
|
|
1115
|
+
"normalizedSignature": "message|:System.String|static=false|accessor=get",
|
|
1116
|
+
"emitScope": "ClassSurface",
|
|
1117
|
+
"provenance": "Original",
|
|
1118
|
+
"isIndexer": false,
|
|
1119
|
+
"hasGetter": true,
|
|
1120
|
+
"hasSetter": false,
|
|
1121
|
+
"isStatic": false,
|
|
1122
|
+
"isAbstract": false,
|
|
1123
|
+
"isVirtual": false,
|
|
1124
|
+
"isOverride": false,
|
|
1125
|
+
"visibility": "Public",
|
|
1126
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1127
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::stack:System.String",
|
|
1131
|
+
"clrName": "stack",
|
|
1132
|
+
"metadataToken": 385875972,
|
|
1133
|
+
"canonicalSignature": ":System.String",
|
|
1134
|
+
"normalizedSignature": "stack|:System.String|static=false|accessor=get",
|
|
1135
|
+
"emitScope": "ClassSurface",
|
|
1136
|
+
"provenance": "Original",
|
|
1137
|
+
"isIndexer": false,
|
|
1138
|
+
"hasGetter": true,
|
|
1139
|
+
"hasSetter": false,
|
|
1140
|
+
"isStatic": false,
|
|
1141
|
+
"isAbstract": false,
|
|
1142
|
+
"isVirtual": false,
|
|
1143
|
+
"isOverride": false,
|
|
1144
|
+
"visibility": "Public",
|
|
1145
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1146
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
"fields": [],
|
|
1150
|
+
"events": [],
|
|
1151
|
+
"constructors": [
|
|
1152
|
+
{
|
|
1153
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::.ctor():void",
|
|
1154
|
+
"metadataToken": 100663371,
|
|
1155
|
+
"canonicalSignature": "():void",
|
|
1156
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1157
|
+
"isStatic": false,
|
|
1158
|
+
"parameterCount": 0,
|
|
1159
|
+
"visibility": "Public",
|
|
1160
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1161
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::.ctor(System.String):void",
|
|
1165
|
+
"metadataToken": 100663372,
|
|
1166
|
+
"canonicalSignature": "(System.String):void",
|
|
1167
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1168
|
+
"isStatic": false,
|
|
1169
|
+
"parameterCount": 1,
|
|
1170
|
+
"visibility": "Public",
|
|
1171
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1172
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error::.ctor(System.String,System.Exception):void",
|
|
1176
|
+
"metadataToken": 100663373,
|
|
1177
|
+
"canonicalSignature": "(System.String,System.Exception):void",
|
|
1178
|
+
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
1179
|
+
"isStatic": false,
|
|
1180
|
+
"parameterCount": 2,
|
|
1181
|
+
"visibility": "Public",
|
|
1182
|
+
"declaringClrType": "Tsonic.JSRuntime.Error",
|
|
1183
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1186
|
+
},
|
|
1068
1187
|
{
|
|
1069
1188
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array",
|
|
1070
1189
|
"clrName": "Tsonic.JSRuntime.Float32Array",
|
|
@@ -1097,7 +1216,7 @@
|
|
|
1097
1216
|
{
|
|
1098
1217
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::at(System.Int32):System.Nullable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1099
1218
|
"clrName": "at",
|
|
1100
|
-
"metadataToken":
|
|
1219
|
+
"metadataToken": 100663385,
|
|
1101
1220
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1102
1221
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1103
1222
|
"emitScope": "ClassSurface",
|
|
@@ -1117,7 +1236,7 @@
|
|
|
1117
1236
|
{
|
|
1118
1237
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::fill(System.Single,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1119
1238
|
"clrName": "fill",
|
|
1120
|
-
"metadataToken":
|
|
1239
|
+
"metadataToken": 100663386,
|
|
1121
1240
|
"canonicalSignature": "(System.Single,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1122
1241
|
"normalizedSignature": "fill|(System.Single,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array|static=false",
|
|
1123
1242
|
"emitScope": "ClassSurface",
|
|
@@ -1137,7 +1256,7 @@
|
|
|
1137
1256
|
{
|
|
1138
1257
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::set(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1139
1258
|
"clrName": "set",
|
|
1140
|
-
"metadataToken":
|
|
1259
|
+
"metadataToken": 100663387,
|
|
1141
1260
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1142
1261
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
1143
1262
|
"emitScope": "ClassSurface",
|
|
@@ -1157,7 +1276,7 @@
|
|
|
1157
1276
|
{
|
|
1158
1277
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1159
1278
|
"clrName": "subarray",
|
|
1160
|
-
"metadataToken":
|
|
1279
|
+
"metadataToken": 100663388,
|
|
1161
1280
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1162
1281
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array|static=false",
|
|
1163
1282
|
"emitScope": "ClassSurface",
|
|
@@ -1177,7 +1296,7 @@
|
|
|
1177
1296
|
{
|
|
1178
1297
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1179
1298
|
"clrName": "slice",
|
|
1180
|
-
"metadataToken":
|
|
1299
|
+
"metadataToken": 100663389,
|
|
1181
1300
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1182
1301
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array|static=false",
|
|
1183
1302
|
"emitScope": "ClassSurface",
|
|
@@ -1197,7 +1316,7 @@
|
|
|
1197
1316
|
{
|
|
1198
1317
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::indexOf(System.Single,System.Int32):System.Int32",
|
|
1199
1318
|
"clrName": "indexOf",
|
|
1200
|
-
"metadataToken":
|
|
1319
|
+
"metadataToken": 100663390,
|
|
1201
1320
|
"canonicalSignature": "(System.Single,System.Int32):System.Int32",
|
|
1202
1321
|
"normalizedSignature": "indexOf|(System.Single,System.Int32):System.Int32|static=false",
|
|
1203
1322
|
"emitScope": "ClassSurface",
|
|
@@ -1217,7 +1336,7 @@
|
|
|
1217
1336
|
{
|
|
1218
1337
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::includes(System.Single,System.Int32):System.Boolean",
|
|
1219
1338
|
"clrName": "includes",
|
|
1220
|
-
"metadataToken":
|
|
1339
|
+
"metadataToken": 100663391,
|
|
1221
1340
|
"canonicalSignature": "(System.Single,System.Int32):System.Boolean",
|
|
1222
1341
|
"normalizedSignature": "includes|(System.Single,System.Int32):System.Boolean|static=false",
|
|
1223
1342
|
"emitScope": "ClassSurface",
|
|
@@ -1237,7 +1356,7 @@
|
|
|
1237
1356
|
{
|
|
1238
1357
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::join(System.String):System.String",
|
|
1239
1358
|
"clrName": "join",
|
|
1240
|
-
"metadataToken":
|
|
1359
|
+
"metadataToken": 100663392,
|
|
1241
1360
|
"canonicalSignature": "(System.String):System.String",
|
|
1242
1361
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
1243
1362
|
"emitScope": "ClassSurface",
|
|
@@ -1257,7 +1376,7 @@
|
|
|
1257
1376
|
{
|
|
1258
1377
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::reverse():Tsonic.JSRuntime.Float32Array",
|
|
1259
1378
|
"clrName": "reverse",
|
|
1260
|
-
"metadataToken":
|
|
1379
|
+
"metadataToken": 100663393,
|
|
1261
1380
|
"canonicalSignature": "():Tsonic.JSRuntime.Float32Array",
|
|
1262
1381
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Float32Array|static=false",
|
|
1263
1382
|
"emitScope": "ClassSurface",
|
|
@@ -1277,7 +1396,7 @@
|
|
|
1277
1396
|
{
|
|
1278
1397
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::sort(System.Comparison_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1279
1398
|
"clrName": "sort",
|
|
1280
|
-
"metadataToken":
|
|
1399
|
+
"metadataToken": 100663394,
|
|
1281
1400
|
"canonicalSignature": "(System.Comparison_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array",
|
|
1282
1401
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float32Array|static=false",
|
|
1283
1402
|
"emitScope": "ClassSurface",
|
|
@@ -1297,7 +1416,7 @@
|
|
|
1297
1416
|
{
|
|
1298
1417
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1299
1418
|
"clrName": "GetEnumerator",
|
|
1300
|
-
"metadataToken":
|
|
1419
|
+
"metadataToken": 100663395,
|
|
1301
1420
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1302
1421
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1303
1422
|
"emitScope": "ClassSurface",
|
|
@@ -1319,7 +1438,7 @@
|
|
|
1319
1438
|
{
|
|
1320
1439
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::BYTES_PER_ELEMENT:System.Int32",
|
|
1321
1440
|
"clrName": "BYTES_PER_ELEMENT",
|
|
1322
|
-
"metadataToken":
|
|
1441
|
+
"metadataToken": 385875973,
|
|
1323
1442
|
"canonicalSignature": ":System.Int32",
|
|
1324
1443
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
1325
1444
|
"emitScope": "ClassSurface",
|
|
@@ -1338,7 +1457,7 @@
|
|
|
1338
1457
|
{
|
|
1339
1458
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::length:System.Int32",
|
|
1340
1459
|
"clrName": "length",
|
|
1341
|
-
"metadataToken":
|
|
1460
|
+
"metadataToken": 385875974,
|
|
1342
1461
|
"canonicalSignature": ":System.Int32",
|
|
1343
1462
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
1344
1463
|
"emitScope": "ClassSurface",
|
|
@@ -1357,7 +1476,7 @@
|
|
|
1357
1476
|
{
|
|
1358
1477
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::byteLength:System.Int32",
|
|
1359
1478
|
"clrName": "byteLength",
|
|
1360
|
-
"metadataToken":
|
|
1479
|
+
"metadataToken": 385875975,
|
|
1361
1480
|
"canonicalSignature": ":System.Int32",
|
|
1362
1481
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
1363
1482
|
"emitScope": "ClassSurface",
|
|
@@ -1376,7 +1495,7 @@
|
|
|
1376
1495
|
{
|
|
1377
1496
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::Item[System.Int32]:System.Single",
|
|
1378
1497
|
"clrName": "Item",
|
|
1379
|
-
"metadataToken":
|
|
1498
|
+
"metadataToken": 385875976,
|
|
1380
1499
|
"canonicalSignature": "[System.Int32]:System.Single",
|
|
1381
1500
|
"normalizedSignature": "Item|[System.Int32]:System.Single|static=false|accessor=getset",
|
|
1382
1501
|
"emitScope": "ClassSurface",
|
|
@@ -1398,7 +1517,7 @@
|
|
|
1398
1517
|
"constructors": [
|
|
1399
1518
|
{
|
|
1400
1519
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::.ctor(System.Int32):void",
|
|
1401
|
-
"metadataToken":
|
|
1520
|
+
"metadataToken": 100663378,
|
|
1402
1521
|
"canonicalSignature": "(System.Int32):void",
|
|
1403
1522
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1404
1523
|
"isStatic": false,
|
|
@@ -1409,7 +1528,7 @@
|
|
|
1409
1528
|
},
|
|
1410
1529
|
{
|
|
1411
1530
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1412
|
-
"metadataToken":
|
|
1531
|
+
"metadataToken": 100663379,
|
|
1413
1532
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1414
1533
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1415
1534
|
"isStatic": false,
|
|
@@ -1420,7 +1539,7 @@
|
|
|
1420
1539
|
},
|
|
1421
1540
|
{
|
|
1422
1541
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::.ctor(System.Single[]):void",
|
|
1423
|
-
"metadataToken":
|
|
1542
|
+
"metadataToken": 100663380,
|
|
1424
1543
|
"canonicalSignature": "(System.Single[]):void",
|
|
1425
1544
|
"normalizedSignature": "constructor|(System.Single[]):void|static=false",
|
|
1426
1545
|
"isStatic": false,
|
|
@@ -1463,7 +1582,7 @@
|
|
|
1463
1582
|
{
|
|
1464
1583
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::at(System.Int32):System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1465
1584
|
"clrName": "at",
|
|
1466
|
-
"metadataToken":
|
|
1585
|
+
"metadataToken": 100663405,
|
|
1467
1586
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1468
1587
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1469
1588
|
"emitScope": "ClassSurface",
|
|
@@ -1483,7 +1602,7 @@
|
|
|
1483
1602
|
{
|
|
1484
1603
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::fill(System.Double,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1485
1604
|
"clrName": "fill",
|
|
1486
|
-
"metadataToken":
|
|
1605
|
+
"metadataToken": 100663406,
|
|
1487
1606
|
"canonicalSignature": "(System.Double,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1488
1607
|
"normalizedSignature": "fill|(System.Double,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array|static=false",
|
|
1489
1608
|
"emitScope": "ClassSurface",
|
|
@@ -1503,7 +1622,7 @@
|
|
|
1503
1622
|
{
|
|
1504
1623
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::set(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1505
1624
|
"clrName": "set",
|
|
1506
|
-
"metadataToken":
|
|
1625
|
+
"metadataToken": 100663407,
|
|
1507
1626
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1508
1627
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
1509
1628
|
"emitScope": "ClassSurface",
|
|
@@ -1523,7 +1642,7 @@
|
|
|
1523
1642
|
{
|
|
1524
1643
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1525
1644
|
"clrName": "subarray",
|
|
1526
|
-
"metadataToken":
|
|
1645
|
+
"metadataToken": 100663408,
|
|
1527
1646
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1528
1647
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array|static=false",
|
|
1529
1648
|
"emitScope": "ClassSurface",
|
|
@@ -1543,7 +1662,7 @@
|
|
|
1543
1662
|
{
|
|
1544
1663
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1545
1664
|
"clrName": "slice",
|
|
1546
|
-
"metadataToken":
|
|
1665
|
+
"metadataToken": 100663409,
|
|
1547
1666
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1548
1667
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array|static=false",
|
|
1549
1668
|
"emitScope": "ClassSurface",
|
|
@@ -1563,7 +1682,7 @@
|
|
|
1563
1682
|
{
|
|
1564
1683
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::indexOf(System.Double,System.Int32):System.Int32",
|
|
1565
1684
|
"clrName": "indexOf",
|
|
1566
|
-
"metadataToken":
|
|
1685
|
+
"metadataToken": 100663410,
|
|
1567
1686
|
"canonicalSignature": "(System.Double,System.Int32):System.Int32",
|
|
1568
1687
|
"normalizedSignature": "indexOf|(System.Double,System.Int32):System.Int32|static=false",
|
|
1569
1688
|
"emitScope": "ClassSurface",
|
|
@@ -1583,7 +1702,7 @@
|
|
|
1583
1702
|
{
|
|
1584
1703
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::includes(System.Double,System.Int32):System.Boolean",
|
|
1585
1704
|
"clrName": "includes",
|
|
1586
|
-
"metadataToken":
|
|
1705
|
+
"metadataToken": 100663411,
|
|
1587
1706
|
"canonicalSignature": "(System.Double,System.Int32):System.Boolean",
|
|
1588
1707
|
"normalizedSignature": "includes|(System.Double,System.Int32):System.Boolean|static=false",
|
|
1589
1708
|
"emitScope": "ClassSurface",
|
|
@@ -1603,7 +1722,7 @@
|
|
|
1603
1722
|
{
|
|
1604
1723
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::join(System.String):System.String",
|
|
1605
1724
|
"clrName": "join",
|
|
1606
|
-
"metadataToken":
|
|
1725
|
+
"metadataToken": 100663412,
|
|
1607
1726
|
"canonicalSignature": "(System.String):System.String",
|
|
1608
1727
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
1609
1728
|
"emitScope": "ClassSurface",
|
|
@@ -1623,7 +1742,7 @@
|
|
|
1623
1742
|
{
|
|
1624
1743
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::reverse():Tsonic.JSRuntime.Float64Array",
|
|
1625
1744
|
"clrName": "reverse",
|
|
1626
|
-
"metadataToken":
|
|
1745
|
+
"metadataToken": 100663413,
|
|
1627
1746
|
"canonicalSignature": "():Tsonic.JSRuntime.Float64Array",
|
|
1628
1747
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Float64Array|static=false",
|
|
1629
1748
|
"emitScope": "ClassSurface",
|
|
@@ -1643,7 +1762,7 @@
|
|
|
1643
1762
|
{
|
|
1644
1763
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::sort(System.Comparison_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1645
1764
|
"clrName": "sort",
|
|
1646
|
-
"metadataToken":
|
|
1765
|
+
"metadataToken": 100663414,
|
|
1647
1766
|
"canonicalSignature": "(System.Comparison_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array",
|
|
1648
1767
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Float64Array|static=false",
|
|
1649
1768
|
"emitScope": "ClassSurface",
|
|
@@ -1663,7 +1782,7 @@
|
|
|
1663
1782
|
{
|
|
1664
1783
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1665
1784
|
"clrName": "GetEnumerator",
|
|
1666
|
-
"metadataToken":
|
|
1785
|
+
"metadataToken": 100663415,
|
|
1667
1786
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1668
1787
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1669
1788
|
"emitScope": "ClassSurface",
|
|
@@ -1685,7 +1804,7 @@
|
|
|
1685
1804
|
{
|
|
1686
1805
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::BYTES_PER_ELEMENT:System.Int32",
|
|
1687
1806
|
"clrName": "BYTES_PER_ELEMENT",
|
|
1688
|
-
"metadataToken":
|
|
1807
|
+
"metadataToken": 385875977,
|
|
1689
1808
|
"canonicalSignature": ":System.Int32",
|
|
1690
1809
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
1691
1810
|
"emitScope": "ClassSurface",
|
|
@@ -1704,7 +1823,7 @@
|
|
|
1704
1823
|
{
|
|
1705
1824
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::length:System.Int32",
|
|
1706
1825
|
"clrName": "length",
|
|
1707
|
-
"metadataToken":
|
|
1826
|
+
"metadataToken": 385875978,
|
|
1708
1827
|
"canonicalSignature": ":System.Int32",
|
|
1709
1828
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
1710
1829
|
"emitScope": "ClassSurface",
|
|
@@ -1723,7 +1842,7 @@
|
|
|
1723
1842
|
{
|
|
1724
1843
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::byteLength:System.Int32",
|
|
1725
1844
|
"clrName": "byteLength",
|
|
1726
|
-
"metadataToken":
|
|
1845
|
+
"metadataToken": 385875979,
|
|
1727
1846
|
"canonicalSignature": ":System.Int32",
|
|
1728
1847
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
1729
1848
|
"emitScope": "ClassSurface",
|
|
@@ -1742,7 +1861,7 @@
|
|
|
1742
1861
|
{
|
|
1743
1862
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::Item[System.Int32]:System.Double",
|
|
1744
1863
|
"clrName": "Item",
|
|
1745
|
-
"metadataToken":
|
|
1864
|
+
"metadataToken": 385875980,
|
|
1746
1865
|
"canonicalSignature": "[System.Int32]:System.Double",
|
|
1747
1866
|
"normalizedSignature": "Item|[System.Int32]:System.Double|static=false|accessor=getset",
|
|
1748
1867
|
"emitScope": "ClassSurface",
|
|
@@ -1764,7 +1883,7 @@
|
|
|
1764
1883
|
"constructors": [
|
|
1765
1884
|
{
|
|
1766
1885
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::.ctor(System.Int32):void",
|
|
1767
|
-
"metadataToken":
|
|
1886
|
+
"metadataToken": 100663398,
|
|
1768
1887
|
"canonicalSignature": "(System.Int32):void",
|
|
1769
1888
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1770
1889
|
"isStatic": false,
|
|
@@ -1775,7 +1894,7 @@
|
|
|
1775
1894
|
},
|
|
1776
1895
|
{
|
|
1777
1896
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1778
|
-
"metadataToken":
|
|
1897
|
+
"metadataToken": 100663399,
|
|
1779
1898
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
1780
1899
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1781
1900
|
"isStatic": false,
|
|
@@ -1786,7 +1905,7 @@
|
|
|
1786
1905
|
},
|
|
1787
1906
|
{
|
|
1788
1907
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::.ctor(System.Double[]):void",
|
|
1789
|
-
"metadataToken":
|
|
1908
|
+
"metadataToken": 100663400,
|
|
1790
1909
|
"canonicalSignature": "(System.Double[]):void",
|
|
1791
1910
|
"normalizedSignature": "constructor|(System.Double[]):void|static=false",
|
|
1792
1911
|
"isStatic": false,
|
|
@@ -1829,7 +1948,7 @@
|
|
|
1829
1948
|
{
|
|
1830
1949
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::at(System.Int32):System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1831
1950
|
"clrName": "at",
|
|
1832
|
-
"metadataToken":
|
|
1951
|
+
"metadataToken": 100663439,
|
|
1833
1952
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1834
1953
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1835
1954
|
"emitScope": "ClassSurface",
|
|
@@ -1849,7 +1968,7 @@
|
|
|
1849
1968
|
{
|
|
1850
1969
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::fill(System.Int16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1851
1970
|
"clrName": "fill",
|
|
1852
|
-
"metadataToken":
|
|
1971
|
+
"metadataToken": 100663440,
|
|
1853
1972
|
"canonicalSignature": "(System.Int16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1854
1973
|
"normalizedSignature": "fill|(System.Int16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array|static=false",
|
|
1855
1974
|
"emitScope": "ClassSurface",
|
|
@@ -1869,7 +1988,7 @@
|
|
|
1869
1988
|
{
|
|
1870
1989
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::set(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1871
1990
|
"clrName": "set",
|
|
1872
|
-
"metadataToken":
|
|
1991
|
+
"metadataToken": 100663441,
|
|
1873
1992
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
1874
1993
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
1875
1994
|
"emitScope": "ClassSurface",
|
|
@@ -1889,7 +2008,7 @@
|
|
|
1889
2008
|
{
|
|
1890
2009
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1891
2010
|
"clrName": "subarray",
|
|
1892
|
-
"metadataToken":
|
|
2011
|
+
"metadataToken": 100663442,
|
|
1893
2012
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1894
2013
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array|static=false",
|
|
1895
2014
|
"emitScope": "ClassSurface",
|
|
@@ -1909,7 +2028,7 @@
|
|
|
1909
2028
|
{
|
|
1910
2029
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1911
2030
|
"clrName": "slice",
|
|
1912
|
-
"metadataToken":
|
|
2031
|
+
"metadataToken": 100663443,
|
|
1913
2032
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
1914
2033
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array|static=false",
|
|
1915
2034
|
"emitScope": "ClassSurface",
|
|
@@ -1929,7 +2048,7 @@
|
|
|
1929
2048
|
{
|
|
1930
2049
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::indexOf(System.Int16,System.Int32):System.Int32",
|
|
1931
2050
|
"clrName": "indexOf",
|
|
1932
|
-
"metadataToken":
|
|
2051
|
+
"metadataToken": 100663444,
|
|
1933
2052
|
"canonicalSignature": "(System.Int16,System.Int32):System.Int32",
|
|
1934
2053
|
"normalizedSignature": "indexOf|(System.Int16,System.Int32):System.Int32|static=false",
|
|
1935
2054
|
"emitScope": "ClassSurface",
|
|
@@ -1949,7 +2068,7 @@
|
|
|
1949
2068
|
{
|
|
1950
2069
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::includes(System.Int16,System.Int32):System.Boolean",
|
|
1951
2070
|
"clrName": "includes",
|
|
1952
|
-
"metadataToken":
|
|
2071
|
+
"metadataToken": 100663445,
|
|
1953
2072
|
"canonicalSignature": "(System.Int16,System.Int32):System.Boolean",
|
|
1954
2073
|
"normalizedSignature": "includes|(System.Int16,System.Int32):System.Boolean|static=false",
|
|
1955
2074
|
"emitScope": "ClassSurface",
|
|
@@ -1969,7 +2088,7 @@
|
|
|
1969
2088
|
{
|
|
1970
2089
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::join(System.String):System.String",
|
|
1971
2090
|
"clrName": "join",
|
|
1972
|
-
"metadataToken":
|
|
2091
|
+
"metadataToken": 100663446,
|
|
1973
2092
|
"canonicalSignature": "(System.String):System.String",
|
|
1974
2093
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
1975
2094
|
"emitScope": "ClassSurface",
|
|
@@ -1989,7 +2108,7 @@
|
|
|
1989
2108
|
{
|
|
1990
2109
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::reverse():Tsonic.JSRuntime.Int16Array",
|
|
1991
2110
|
"clrName": "reverse",
|
|
1992
|
-
"metadataToken":
|
|
2111
|
+
"metadataToken": 100663447,
|
|
1993
2112
|
"canonicalSignature": "():Tsonic.JSRuntime.Int16Array",
|
|
1994
2113
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Int16Array|static=false",
|
|
1995
2114
|
"emitScope": "ClassSurface",
|
|
@@ -2009,7 +2128,7 @@
|
|
|
2009
2128
|
{
|
|
2010
2129
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::sort(System.Comparison_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
2011
2130
|
"clrName": "sort",
|
|
2012
|
-
"metadataToken":
|
|
2131
|
+
"metadataToken": 100663448,
|
|
2013
2132
|
"canonicalSignature": "(System.Comparison_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array",
|
|
2014
2133
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int16Array|static=false",
|
|
2015
2134
|
"emitScope": "ClassSurface",
|
|
@@ -2029,7 +2148,7 @@
|
|
|
2029
2148
|
{
|
|
2030
2149
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2031
2150
|
"clrName": "GetEnumerator",
|
|
2032
|
-
"metadataToken":
|
|
2151
|
+
"metadataToken": 100663449,
|
|
2033
2152
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2034
2153
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2035
2154
|
"emitScope": "ClassSurface",
|
|
@@ -2051,7 +2170,7 @@
|
|
|
2051
2170
|
{
|
|
2052
2171
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::BYTES_PER_ELEMENT:System.Int32",
|
|
2053
2172
|
"clrName": "BYTES_PER_ELEMENT",
|
|
2054
|
-
"metadataToken":
|
|
2173
|
+
"metadataToken": 385875981,
|
|
2055
2174
|
"canonicalSignature": ":System.Int32",
|
|
2056
2175
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
2057
2176
|
"emitScope": "ClassSurface",
|
|
@@ -2070,7 +2189,7 @@
|
|
|
2070
2189
|
{
|
|
2071
2190
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::length:System.Int32",
|
|
2072
2191
|
"clrName": "length",
|
|
2073
|
-
"metadataToken":
|
|
2192
|
+
"metadataToken": 385875982,
|
|
2074
2193
|
"canonicalSignature": ":System.Int32",
|
|
2075
2194
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
2076
2195
|
"emitScope": "ClassSurface",
|
|
@@ -2089,7 +2208,7 @@
|
|
|
2089
2208
|
{
|
|
2090
2209
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::byteLength:System.Int32",
|
|
2091
2210
|
"clrName": "byteLength",
|
|
2092
|
-
"metadataToken":
|
|
2211
|
+
"metadataToken": 385875983,
|
|
2093
2212
|
"canonicalSignature": ":System.Int32",
|
|
2094
2213
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
2095
2214
|
"emitScope": "ClassSurface",
|
|
@@ -2108,7 +2227,7 @@
|
|
|
2108
2227
|
{
|
|
2109
2228
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::Item[System.Int32]:System.Int16",
|
|
2110
2229
|
"clrName": "Item",
|
|
2111
|
-
"metadataToken":
|
|
2230
|
+
"metadataToken": 385875984,
|
|
2112
2231
|
"canonicalSignature": "[System.Int32]:System.Int16",
|
|
2113
2232
|
"normalizedSignature": "Item|[System.Int32]:System.Int16|static=false|accessor=getset",
|
|
2114
2233
|
"emitScope": "ClassSurface",
|
|
@@ -2130,7 +2249,7 @@
|
|
|
2130
2249
|
"constructors": [
|
|
2131
2250
|
{
|
|
2132
2251
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::.ctor(System.Int32):void",
|
|
2133
|
-
"metadataToken":
|
|
2252
|
+
"metadataToken": 100663432,
|
|
2134
2253
|
"canonicalSignature": "(System.Int32):void",
|
|
2135
2254
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
2136
2255
|
"isStatic": false,
|
|
@@ -2141,7 +2260,7 @@
|
|
|
2141
2260
|
},
|
|
2142
2261
|
{
|
|
2143
2262
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2144
|
-
"metadataToken":
|
|
2263
|
+
"metadataToken": 100663433,
|
|
2145
2264
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2146
2265
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
2147
2266
|
"isStatic": false,
|
|
@@ -2152,7 +2271,7 @@
|
|
|
2152
2271
|
},
|
|
2153
2272
|
{
|
|
2154
2273
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::.ctor(System.Int16[]):void",
|
|
2155
|
-
"metadataToken":
|
|
2274
|
+
"metadataToken": 100663434,
|
|
2156
2275
|
"canonicalSignature": "(System.Int16[]):void",
|
|
2157
2276
|
"normalizedSignature": "constructor|(System.Int16[]):void|static=false",
|
|
2158
2277
|
"isStatic": false,
|
|
@@ -2195,7 +2314,7 @@
|
|
|
2195
2314
|
{
|
|
2196
2315
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::at(System.Int32):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2197
2316
|
"clrName": "at",
|
|
2198
|
-
"metadataToken":
|
|
2317
|
+
"metadataToken": 100663459,
|
|
2199
2318
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2200
2319
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2201
2320
|
"emitScope": "ClassSurface",
|
|
@@ -2215,7 +2334,7 @@
|
|
|
2215
2334
|
{
|
|
2216
2335
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::fill(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2217
2336
|
"clrName": "fill",
|
|
2218
|
-
"metadataToken":
|
|
2337
|
+
"metadataToken": 100663460,
|
|
2219
2338
|
"canonicalSignature": "(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2220
2339
|
"normalizedSignature": "fill|(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array|static=false",
|
|
2221
2340
|
"emitScope": "ClassSurface",
|
|
@@ -2235,7 +2354,7 @@
|
|
|
2235
2354
|
{
|
|
2236
2355
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::set(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
2237
2356
|
"clrName": "set",
|
|
2238
|
-
"metadataToken":
|
|
2357
|
+
"metadataToken": 100663461,
|
|
2239
2358
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
2240
2359
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
2241
2360
|
"emitScope": "ClassSurface",
|
|
@@ -2255,7 +2374,7 @@
|
|
|
2255
2374
|
{
|
|
2256
2375
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2257
2376
|
"clrName": "subarray",
|
|
2258
|
-
"metadataToken":
|
|
2377
|
+
"metadataToken": 100663462,
|
|
2259
2378
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2260
2379
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array|static=false",
|
|
2261
2380
|
"emitScope": "ClassSurface",
|
|
@@ -2275,7 +2394,7 @@
|
|
|
2275
2394
|
{
|
|
2276
2395
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2277
2396
|
"clrName": "slice",
|
|
2278
|
-
"metadataToken":
|
|
2397
|
+
"metadataToken": 100663463,
|
|
2279
2398
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2280
2399
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array|static=false",
|
|
2281
2400
|
"emitScope": "ClassSurface",
|
|
@@ -2295,7 +2414,7 @@
|
|
|
2295
2414
|
{
|
|
2296
2415
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::indexOf(System.Int32,System.Int32):System.Int32",
|
|
2297
2416
|
"clrName": "indexOf",
|
|
2298
|
-
"metadataToken":
|
|
2417
|
+
"metadataToken": 100663464,
|
|
2299
2418
|
"canonicalSignature": "(System.Int32,System.Int32):System.Int32",
|
|
2300
2419
|
"normalizedSignature": "indexOf|(System.Int32,System.Int32):System.Int32|static=false",
|
|
2301
2420
|
"emitScope": "ClassSurface",
|
|
@@ -2315,7 +2434,7 @@
|
|
|
2315
2434
|
{
|
|
2316
2435
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::includes(System.Int32,System.Int32):System.Boolean",
|
|
2317
2436
|
"clrName": "includes",
|
|
2318
|
-
"metadataToken":
|
|
2437
|
+
"metadataToken": 100663465,
|
|
2319
2438
|
"canonicalSignature": "(System.Int32,System.Int32):System.Boolean",
|
|
2320
2439
|
"normalizedSignature": "includes|(System.Int32,System.Int32):System.Boolean|static=false",
|
|
2321
2440
|
"emitScope": "ClassSurface",
|
|
@@ -2335,7 +2454,7 @@
|
|
|
2335
2454
|
{
|
|
2336
2455
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::join(System.String):System.String",
|
|
2337
2456
|
"clrName": "join",
|
|
2338
|
-
"metadataToken":
|
|
2457
|
+
"metadataToken": 100663466,
|
|
2339
2458
|
"canonicalSignature": "(System.String):System.String",
|
|
2340
2459
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
2341
2460
|
"emitScope": "ClassSurface",
|
|
@@ -2355,7 +2474,7 @@
|
|
|
2355
2474
|
{
|
|
2356
2475
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::reverse():Tsonic.JSRuntime.Int32Array",
|
|
2357
2476
|
"clrName": "reverse",
|
|
2358
|
-
"metadataToken":
|
|
2477
|
+
"metadataToken": 100663467,
|
|
2359
2478
|
"canonicalSignature": "():Tsonic.JSRuntime.Int32Array",
|
|
2360
2479
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Int32Array|static=false",
|
|
2361
2480
|
"emitScope": "ClassSurface",
|
|
@@ -2375,7 +2494,7 @@
|
|
|
2375
2494
|
{
|
|
2376
2495
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::sort(System.Comparison_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2377
2496
|
"clrName": "sort",
|
|
2378
|
-
"metadataToken":
|
|
2497
|
+
"metadataToken": 100663468,
|
|
2379
2498
|
"canonicalSignature": "(System.Comparison_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array",
|
|
2380
2499
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int32Array|static=false",
|
|
2381
2500
|
"emitScope": "ClassSurface",
|
|
@@ -2395,7 +2514,7 @@
|
|
|
2395
2514
|
{
|
|
2396
2515
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2397
2516
|
"clrName": "GetEnumerator",
|
|
2398
|
-
"metadataToken":
|
|
2517
|
+
"metadataToken": 100663469,
|
|
2399
2518
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2400
2519
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2401
2520
|
"emitScope": "ClassSurface",
|
|
@@ -2417,7 +2536,7 @@
|
|
|
2417
2536
|
{
|
|
2418
2537
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::BYTES_PER_ELEMENT:System.Int32",
|
|
2419
2538
|
"clrName": "BYTES_PER_ELEMENT",
|
|
2420
|
-
"metadataToken":
|
|
2539
|
+
"metadataToken": 385875985,
|
|
2421
2540
|
"canonicalSignature": ":System.Int32",
|
|
2422
2541
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
2423
2542
|
"emitScope": "ClassSurface",
|
|
@@ -2436,7 +2555,7 @@
|
|
|
2436
2555
|
{
|
|
2437
2556
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::length:System.Int32",
|
|
2438
2557
|
"clrName": "length",
|
|
2439
|
-
"metadataToken":
|
|
2558
|
+
"metadataToken": 385875986,
|
|
2440
2559
|
"canonicalSignature": ":System.Int32",
|
|
2441
2560
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
2442
2561
|
"emitScope": "ClassSurface",
|
|
@@ -2455,7 +2574,7 @@
|
|
|
2455
2574
|
{
|
|
2456
2575
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::byteLength:System.Int32",
|
|
2457
2576
|
"clrName": "byteLength",
|
|
2458
|
-
"metadataToken":
|
|
2577
|
+
"metadataToken": 385875987,
|
|
2459
2578
|
"canonicalSignature": ":System.Int32",
|
|
2460
2579
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
2461
2580
|
"emitScope": "ClassSurface",
|
|
@@ -2474,7 +2593,7 @@
|
|
|
2474
2593
|
{
|
|
2475
2594
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::Item[System.Int32]:System.Int32",
|
|
2476
2595
|
"clrName": "Item",
|
|
2477
|
-
"metadataToken":
|
|
2596
|
+
"metadataToken": 385875988,
|
|
2478
2597
|
"canonicalSignature": "[System.Int32]:System.Int32",
|
|
2479
2598
|
"normalizedSignature": "Item|[System.Int32]:System.Int32|static=false|accessor=getset",
|
|
2480
2599
|
"emitScope": "ClassSurface",
|
|
@@ -2496,7 +2615,7 @@
|
|
|
2496
2615
|
"constructors": [
|
|
2497
2616
|
{
|
|
2498
2617
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::.ctor(System.Int32):void",
|
|
2499
|
-
"metadataToken":
|
|
2618
|
+
"metadataToken": 100663452,
|
|
2500
2619
|
"canonicalSignature": "(System.Int32):void",
|
|
2501
2620
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
2502
2621
|
"isStatic": false,
|
|
@@ -2507,7 +2626,7 @@
|
|
|
2507
2626
|
},
|
|
2508
2627
|
{
|
|
2509
2628
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2510
|
-
"metadataToken":
|
|
2629
|
+
"metadataToken": 100663453,
|
|
2511
2630
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2512
2631
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
2513
2632
|
"isStatic": false,
|
|
@@ -2518,7 +2637,7 @@
|
|
|
2518
2637
|
},
|
|
2519
2638
|
{
|
|
2520
2639
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::.ctor(System.Int32[]):void",
|
|
2521
|
-
"metadataToken":
|
|
2640
|
+
"metadataToken": 100663454,
|
|
2522
2641
|
"canonicalSignature": "(System.Int32[]):void",
|
|
2523
2642
|
"normalizedSignature": "constructor|(System.Int32[]):void|static=false",
|
|
2524
2643
|
"isStatic": false,
|
|
@@ -2561,7 +2680,7 @@
|
|
|
2561
2680
|
{
|
|
2562
2681
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::at(System.Int32):System.Nullable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2563
2682
|
"clrName": "at",
|
|
2564
|
-
"metadataToken":
|
|
2683
|
+
"metadataToken": 100663479,
|
|
2565
2684
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2566
2685
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2567
2686
|
"emitScope": "ClassSurface",
|
|
@@ -2581,7 +2700,7 @@
|
|
|
2581
2700
|
{
|
|
2582
2701
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::fill(System.SByte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2583
2702
|
"clrName": "fill",
|
|
2584
|
-
"metadataToken":
|
|
2703
|
+
"metadataToken": 100663480,
|
|
2585
2704
|
"canonicalSignature": "(System.SByte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2586
2705
|
"normalizedSignature": "fill|(System.SByte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array|static=false",
|
|
2587
2706
|
"emitScope": "ClassSurface",
|
|
@@ -2601,7 +2720,7 @@
|
|
|
2601
2720
|
{
|
|
2602
2721
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::set(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
2603
2722
|
"clrName": "set",
|
|
2604
|
-
"metadataToken":
|
|
2723
|
+
"metadataToken": 100663481,
|
|
2605
2724
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
2606
2725
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
2607
2726
|
"emitScope": "ClassSurface",
|
|
@@ -2621,7 +2740,7 @@
|
|
|
2621
2740
|
{
|
|
2622
2741
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2623
2742
|
"clrName": "subarray",
|
|
2624
|
-
"metadataToken":
|
|
2743
|
+
"metadataToken": 100663482,
|
|
2625
2744
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2626
2745
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array|static=false",
|
|
2627
2746
|
"emitScope": "ClassSurface",
|
|
@@ -2641,7 +2760,7 @@
|
|
|
2641
2760
|
{
|
|
2642
2761
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2643
2762
|
"clrName": "slice",
|
|
2644
|
-
"metadataToken":
|
|
2763
|
+
"metadataToken": 100663483,
|
|
2645
2764
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2646
2765
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array|static=false",
|
|
2647
2766
|
"emitScope": "ClassSurface",
|
|
@@ -2661,7 +2780,7 @@
|
|
|
2661
2780
|
{
|
|
2662
2781
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::indexOf(System.SByte,System.Int32):System.Int32",
|
|
2663
2782
|
"clrName": "indexOf",
|
|
2664
|
-
"metadataToken":
|
|
2783
|
+
"metadataToken": 100663484,
|
|
2665
2784
|
"canonicalSignature": "(System.SByte,System.Int32):System.Int32",
|
|
2666
2785
|
"normalizedSignature": "indexOf|(System.SByte,System.Int32):System.Int32|static=false",
|
|
2667
2786
|
"emitScope": "ClassSurface",
|
|
@@ -2681,7 +2800,7 @@
|
|
|
2681
2800
|
{
|
|
2682
2801
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::includes(System.SByte,System.Int32):System.Boolean",
|
|
2683
2802
|
"clrName": "includes",
|
|
2684
|
-
"metadataToken":
|
|
2803
|
+
"metadataToken": 100663485,
|
|
2685
2804
|
"canonicalSignature": "(System.SByte,System.Int32):System.Boolean",
|
|
2686
2805
|
"normalizedSignature": "includes|(System.SByte,System.Int32):System.Boolean|static=false",
|
|
2687
2806
|
"emitScope": "ClassSurface",
|
|
@@ -2701,7 +2820,7 @@
|
|
|
2701
2820
|
{
|
|
2702
2821
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::join(System.String):System.String",
|
|
2703
2822
|
"clrName": "join",
|
|
2704
|
-
"metadataToken":
|
|
2823
|
+
"metadataToken": 100663486,
|
|
2705
2824
|
"canonicalSignature": "(System.String):System.String",
|
|
2706
2825
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
2707
2826
|
"emitScope": "ClassSurface",
|
|
@@ -2721,7 +2840,7 @@
|
|
|
2721
2840
|
{
|
|
2722
2841
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::reverse():Tsonic.JSRuntime.Int8Array",
|
|
2723
2842
|
"clrName": "reverse",
|
|
2724
|
-
"metadataToken":
|
|
2843
|
+
"metadataToken": 100663487,
|
|
2725
2844
|
"canonicalSignature": "():Tsonic.JSRuntime.Int8Array",
|
|
2726
2845
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Int8Array|static=false",
|
|
2727
2846
|
"emitScope": "ClassSurface",
|
|
@@ -2741,7 +2860,7 @@
|
|
|
2741
2860
|
{
|
|
2742
2861
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::sort(System.Comparison_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2743
2862
|
"clrName": "sort",
|
|
2744
|
-
"metadataToken":
|
|
2863
|
+
"metadataToken": 100663488,
|
|
2745
2864
|
"canonicalSignature": "(System.Comparison_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array",
|
|
2746
2865
|
"normalizedSignature": "sort|(System.Comparison_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Int8Array|static=false",
|
|
2747
2866
|
"emitScope": "ClassSurface",
|
|
@@ -2761,7 +2880,7 @@
|
|
|
2761
2880
|
{
|
|
2762
2881
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2763
2882
|
"clrName": "GetEnumerator",
|
|
2764
|
-
"metadataToken":
|
|
2883
|
+
"metadataToken": 100663489,
|
|
2765
2884
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2766
2885
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2767
2886
|
"emitScope": "ClassSurface",
|
|
@@ -2783,7 +2902,7 @@
|
|
|
2783
2902
|
{
|
|
2784
2903
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::BYTES_PER_ELEMENT:System.Int32",
|
|
2785
2904
|
"clrName": "BYTES_PER_ELEMENT",
|
|
2786
|
-
"metadataToken":
|
|
2905
|
+
"metadataToken": 385875989,
|
|
2787
2906
|
"canonicalSignature": ":System.Int32",
|
|
2788
2907
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
2789
2908
|
"emitScope": "ClassSurface",
|
|
@@ -2802,7 +2921,7 @@
|
|
|
2802
2921
|
{
|
|
2803
2922
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::length:System.Int32",
|
|
2804
2923
|
"clrName": "length",
|
|
2805
|
-
"metadataToken":
|
|
2924
|
+
"metadataToken": 385875990,
|
|
2806
2925
|
"canonicalSignature": ":System.Int32",
|
|
2807
2926
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
2808
2927
|
"emitScope": "ClassSurface",
|
|
@@ -2821,7 +2940,7 @@
|
|
|
2821
2940
|
{
|
|
2822
2941
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::byteLength:System.Int32",
|
|
2823
2942
|
"clrName": "byteLength",
|
|
2824
|
-
"metadataToken":
|
|
2943
|
+
"metadataToken": 385875991,
|
|
2825
2944
|
"canonicalSignature": ":System.Int32",
|
|
2826
2945
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
2827
2946
|
"emitScope": "ClassSurface",
|
|
@@ -2840,7 +2959,7 @@
|
|
|
2840
2959
|
{
|
|
2841
2960
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::Item[System.Int32]:System.SByte",
|
|
2842
2961
|
"clrName": "Item",
|
|
2843
|
-
"metadataToken":
|
|
2962
|
+
"metadataToken": 385875992,
|
|
2844
2963
|
"canonicalSignature": "[System.Int32]:System.SByte",
|
|
2845
2964
|
"normalizedSignature": "Item|[System.Int32]:System.SByte|static=false|accessor=getset",
|
|
2846
2965
|
"emitScope": "ClassSurface",
|
|
@@ -2862,7 +2981,7 @@
|
|
|
2862
2981
|
"constructors": [
|
|
2863
2982
|
{
|
|
2864
2983
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::.ctor(System.Int32):void",
|
|
2865
|
-
"metadataToken":
|
|
2984
|
+
"metadataToken": 100663472,
|
|
2866
2985
|
"canonicalSignature": "(System.Int32):void",
|
|
2867
2986
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
2868
2987
|
"isStatic": false,
|
|
@@ -2873,7 +2992,7 @@
|
|
|
2873
2992
|
},
|
|
2874
2993
|
{
|
|
2875
2994
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2876
|
-
"metadataToken":
|
|
2995
|
+
"metadataToken": 100663473,
|
|
2877
2996
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
2878
2997
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
2879
2998
|
"isStatic": false,
|
|
@@ -2884,7 +3003,7 @@
|
|
|
2884
3003
|
},
|
|
2885
3004
|
{
|
|
2886
3005
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::.ctor(System.SByte[]):void",
|
|
2887
|
-
"metadataToken":
|
|
3006
|
+
"metadataToken": 100663474,
|
|
2888
3007
|
"canonicalSignature": "(System.SByte[]):void",
|
|
2889
3008
|
"normalizedSignature": "constructor|(System.SByte[]):void|static=false",
|
|
2890
3009
|
"isStatic": false,
|
|
@@ -2930,7 +3049,7 @@
|
|
|
2930
3049
|
{
|
|
2931
3050
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::setLength(System.Int32):System.Void",
|
|
2932
3051
|
"clrName": "setLength",
|
|
2933
|
-
"metadataToken":
|
|
3052
|
+
"metadataToken": 100663499,
|
|
2934
3053
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2935
3054
|
"normalizedSignature": "setLength|(System.Int32):System.Void|static=false",
|
|
2936
3055
|
"emitScope": "ClassSurface",
|
|
@@ -2950,7 +3069,7 @@
|
|
|
2950
3069
|
{
|
|
2951
3070
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::push(T):System.Int32",
|
|
2952
3071
|
"clrName": "push",
|
|
2953
|
-
"metadataToken":
|
|
3072
|
+
"metadataToken": 100663500,
|
|
2954
3073
|
"canonicalSignature": "(T):System.Int32",
|
|
2955
3074
|
"normalizedSignature": "push|(T):System.Int32|static=false",
|
|
2956
3075
|
"emitScope": "ClassSurface",
|
|
@@ -2970,7 +3089,7 @@
|
|
|
2970
3089
|
{
|
|
2971
3090
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::push(T[]):System.Int32",
|
|
2972
3091
|
"clrName": "push",
|
|
2973
|
-
"metadataToken":
|
|
3092
|
+
"metadataToken": 100663501,
|
|
2974
3093
|
"canonicalSignature": "(T[]):System.Int32",
|
|
2975
3094
|
"normalizedSignature": "push|(T[]):System.Int32|static=false",
|
|
2976
3095
|
"emitScope": "ClassSurface",
|
|
@@ -2990,7 +3109,7 @@
|
|
|
2990
3109
|
{
|
|
2991
3110
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::pop():T",
|
|
2992
3111
|
"clrName": "pop",
|
|
2993
|
-
"metadataToken":
|
|
3112
|
+
"metadataToken": 100663502,
|
|
2994
3113
|
"canonicalSignature": "():T",
|
|
2995
3114
|
"normalizedSignature": "pop|():T|static=false",
|
|
2996
3115
|
"emitScope": "ClassSurface",
|
|
@@ -3010,7 +3129,7 @@
|
|
|
3010
3129
|
{
|
|
3011
3130
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::shift():T",
|
|
3012
3131
|
"clrName": "shift",
|
|
3013
|
-
"metadataToken":
|
|
3132
|
+
"metadataToken": 100663503,
|
|
3014
3133
|
"canonicalSignature": "():T",
|
|
3015
3134
|
"normalizedSignature": "shift|():T|static=false",
|
|
3016
3135
|
"emitScope": "ClassSurface",
|
|
@@ -3030,7 +3149,7 @@
|
|
|
3030
3149
|
{
|
|
3031
3150
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::unshift(T):System.Int32",
|
|
3032
3151
|
"clrName": "unshift",
|
|
3033
|
-
"metadataToken":
|
|
3152
|
+
"metadataToken": 100663504,
|
|
3034
3153
|
"canonicalSignature": "(T):System.Int32",
|
|
3035
3154
|
"normalizedSignature": "unshift|(T):System.Int32|static=false",
|
|
3036
3155
|
"emitScope": "ClassSurface",
|
|
@@ -3050,7 +3169,7 @@
|
|
|
3050
3169
|
{
|
|
3051
3170
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::unshift(T[]):System.Int32",
|
|
3052
3171
|
"clrName": "unshift",
|
|
3053
|
-
"metadataToken":
|
|
3172
|
+
"metadataToken": 100663505,
|
|
3054
3173
|
"canonicalSignature": "(T[]):System.Int32",
|
|
3055
3174
|
"normalizedSignature": "unshift|(T[]):System.Int32|static=false",
|
|
3056
3175
|
"emitScope": "ClassSurface",
|
|
@@ -3070,7 +3189,7 @@
|
|
|
3070
3189
|
{
|
|
3071
3190
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
3072
3191
|
"clrName": "slice",
|
|
3073
|
-
"metadataToken":
|
|
3192
|
+
"metadataToken": 100663506,
|
|
3074
3193
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
3075
3194
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1|static=false",
|
|
3076
3195
|
"emitScope": "ClassSurface",
|
|
@@ -3090,7 +3209,7 @@
|
|
|
3090
3209
|
{
|
|
3091
3210
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::splice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1",
|
|
3092
3211
|
"clrName": "splice",
|
|
3093
|
-
"metadataToken":
|
|
3212
|
+
"metadataToken": 100663507,
|
|
3094
3213
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1",
|
|
3095
3214
|
"normalizedSignature": "splice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1|static=false",
|
|
3096
3215
|
"emitScope": "ClassSurface",
|
|
@@ -3110,7 +3229,7 @@
|
|
|
3110
3229
|
{
|
|
3111
3230
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::map(Func_2):JSArray_1",
|
|
3112
3231
|
"clrName": "map",
|
|
3113
|
-
"metadataToken":
|
|
3232
|
+
"metadataToken": 100663508,
|
|
3114
3233
|
"canonicalSignature": "(Func_2):JSArray_1",
|
|
3115
3234
|
"normalizedSignature": "map|(Func_2):JSArray_1|static=false",
|
|
3116
3235
|
"emitScope": "ClassSurface",
|
|
@@ -3130,7 +3249,7 @@
|
|
|
3130
3249
|
{
|
|
3131
3250
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::map(Func_3):JSArray_1",
|
|
3132
3251
|
"clrName": "map",
|
|
3133
|
-
"metadataToken":
|
|
3252
|
+
"metadataToken": 100663509,
|
|
3134
3253
|
"canonicalSignature": "(Func_3):JSArray_1",
|
|
3135
3254
|
"normalizedSignature": "map|(Func_3):JSArray_1|static=false",
|
|
3136
3255
|
"emitScope": "ClassSurface",
|
|
@@ -3150,7 +3269,7 @@
|
|
|
3150
3269
|
{
|
|
3151
3270
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::map(Func_4):JSArray_1",
|
|
3152
3271
|
"clrName": "map",
|
|
3153
|
-
"metadataToken":
|
|
3272
|
+
"metadataToken": 100663510,
|
|
3154
3273
|
"canonicalSignature": "(Func_4):JSArray_1",
|
|
3155
3274
|
"normalizedSignature": "map|(Func_4):JSArray_1|static=false",
|
|
3156
3275
|
"emitScope": "ClassSurface",
|
|
@@ -3170,7 +3289,7 @@
|
|
|
3170
3289
|
{
|
|
3171
3290
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::filter(Func_2):JSArray_1",
|
|
3172
3291
|
"clrName": "filter",
|
|
3173
|
-
"metadataToken":
|
|
3292
|
+
"metadataToken": 100663511,
|
|
3174
3293
|
"canonicalSignature": "(Func_2):JSArray_1",
|
|
3175
3294
|
"normalizedSignature": "filter|(Func_2):JSArray_1|static=false",
|
|
3176
3295
|
"emitScope": "ClassSurface",
|
|
@@ -3190,7 +3309,7 @@
|
|
|
3190
3309
|
{
|
|
3191
3310
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::filter(Func_3):JSArray_1",
|
|
3192
3311
|
"clrName": "filter",
|
|
3193
|
-
"metadataToken":
|
|
3312
|
+
"metadataToken": 100663512,
|
|
3194
3313
|
"canonicalSignature": "(Func_3):JSArray_1",
|
|
3195
3314
|
"normalizedSignature": "filter|(Func_3):JSArray_1|static=false",
|
|
3196
3315
|
"emitScope": "ClassSurface",
|
|
@@ -3210,7 +3329,7 @@
|
|
|
3210
3329
|
{
|
|
3211
3330
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::filter(Func_4):JSArray_1",
|
|
3212
3331
|
"clrName": "filter",
|
|
3213
|
-
"metadataToken":
|
|
3332
|
+
"metadataToken": 100663513,
|
|
3214
3333
|
"canonicalSignature": "(Func_4):JSArray_1",
|
|
3215
3334
|
"normalizedSignature": "filter|(Func_4):JSArray_1|static=false",
|
|
3216
3335
|
"emitScope": "ClassSurface",
|
|
@@ -3230,7 +3349,7 @@
|
|
|
3230
3349
|
{
|
|
3231
3350
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduce(Func_3,TResult):TResult",
|
|
3232
3351
|
"clrName": "reduce",
|
|
3233
|
-
"metadataToken":
|
|
3352
|
+
"metadataToken": 100663514,
|
|
3234
3353
|
"canonicalSignature": "(Func_3,TResult):TResult",
|
|
3235
3354
|
"normalizedSignature": "reduce|(Func_3,TResult):TResult|static=false",
|
|
3236
3355
|
"emitScope": "ClassSurface",
|
|
@@ -3250,7 +3369,7 @@
|
|
|
3250
3369
|
{
|
|
3251
3370
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduce(Func_4,TResult):TResult",
|
|
3252
3371
|
"clrName": "reduce",
|
|
3253
|
-
"metadataToken":
|
|
3372
|
+
"metadataToken": 100663515,
|
|
3254
3373
|
"canonicalSignature": "(Func_4,TResult):TResult",
|
|
3255
3374
|
"normalizedSignature": "reduce|(Func_4,TResult):TResult|static=false",
|
|
3256
3375
|
"emitScope": "ClassSurface",
|
|
@@ -3270,7 +3389,7 @@
|
|
|
3270
3389
|
{
|
|
3271
3390
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduce(Func_5,TResult):TResult",
|
|
3272
3391
|
"clrName": "reduce",
|
|
3273
|
-
"metadataToken":
|
|
3392
|
+
"metadataToken": 100663516,
|
|
3274
3393
|
"canonicalSignature": "(Func_5,TResult):TResult",
|
|
3275
3394
|
"normalizedSignature": "reduce|(Func_5,TResult):TResult|static=false",
|
|
3276
3395
|
"emitScope": "ClassSurface",
|
|
@@ -3290,7 +3409,7 @@
|
|
|
3290
3409
|
{
|
|
3291
3410
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduce(Func_3):T",
|
|
3292
3411
|
"clrName": "reduce",
|
|
3293
|
-
"metadataToken":
|
|
3412
|
+
"metadataToken": 100663517,
|
|
3294
3413
|
"canonicalSignature": "(Func_3):T",
|
|
3295
3414
|
"normalizedSignature": "reduce|(Func_3):T|static=false",
|
|
3296
3415
|
"emitScope": "ClassSurface",
|
|
@@ -3310,7 +3429,7 @@
|
|
|
3310
3429
|
{
|
|
3311
3430
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduceRight(Func_3,TResult):TResult",
|
|
3312
3431
|
"clrName": "reduceRight",
|
|
3313
|
-
"metadataToken":
|
|
3432
|
+
"metadataToken": 100663518,
|
|
3314
3433
|
"canonicalSignature": "(Func_3,TResult):TResult",
|
|
3315
3434
|
"normalizedSignature": "reduceRight|(Func_3,TResult):TResult|static=false",
|
|
3316
3435
|
"emitScope": "ClassSurface",
|
|
@@ -3330,7 +3449,7 @@
|
|
|
3330
3449
|
{
|
|
3331
3450
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduceRight(Func_4,TResult):TResult",
|
|
3332
3451
|
"clrName": "reduceRight",
|
|
3333
|
-
"metadataToken":
|
|
3452
|
+
"metadataToken": 100663519,
|
|
3334
3453
|
"canonicalSignature": "(Func_4,TResult):TResult",
|
|
3335
3454
|
"normalizedSignature": "reduceRight|(Func_4,TResult):TResult|static=false",
|
|
3336
3455
|
"emitScope": "ClassSurface",
|
|
@@ -3350,7 +3469,7 @@
|
|
|
3350
3469
|
{
|
|
3351
3470
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reduceRight(Func_5,TResult):TResult",
|
|
3352
3471
|
"clrName": "reduceRight",
|
|
3353
|
-
"metadataToken":
|
|
3472
|
+
"metadataToken": 100663520,
|
|
3354
3473
|
"canonicalSignature": "(Func_5,TResult):TResult",
|
|
3355
3474
|
"normalizedSignature": "reduceRight|(Func_5,TResult):TResult|static=false",
|
|
3356
3475
|
"emitScope": "ClassSurface",
|
|
@@ -3370,7 +3489,7 @@
|
|
|
3370
3489
|
{
|
|
3371
3490
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::forEach(Action_1):System.Void",
|
|
3372
3491
|
"clrName": "forEach",
|
|
3373
|
-
"metadataToken":
|
|
3492
|
+
"metadataToken": 100663521,
|
|
3374
3493
|
"canonicalSignature": "(Action_1):System.Void",
|
|
3375
3494
|
"normalizedSignature": "forEach|(Action_1):System.Void|static=false",
|
|
3376
3495
|
"emitScope": "ClassSurface",
|
|
@@ -3390,7 +3509,7 @@
|
|
|
3390
3509
|
{
|
|
3391
3510
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::forEach(Action_2):System.Void",
|
|
3392
3511
|
"clrName": "forEach",
|
|
3393
|
-
"metadataToken":
|
|
3512
|
+
"metadataToken": 100663522,
|
|
3394
3513
|
"canonicalSignature": "(Action_2):System.Void",
|
|
3395
3514
|
"normalizedSignature": "forEach|(Action_2):System.Void|static=false",
|
|
3396
3515
|
"emitScope": "ClassSurface",
|
|
@@ -3410,7 +3529,7 @@
|
|
|
3410
3529
|
{
|
|
3411
3530
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::forEach(Action_3):System.Void",
|
|
3412
3531
|
"clrName": "forEach",
|
|
3413
|
-
"metadataToken":
|
|
3532
|
+
"metadataToken": 100663523,
|
|
3414
3533
|
"canonicalSignature": "(Action_3):System.Void",
|
|
3415
3534
|
"normalizedSignature": "forEach|(Action_3):System.Void|static=false",
|
|
3416
3535
|
"emitScope": "ClassSurface",
|
|
@@ -3430,7 +3549,7 @@
|
|
|
3430
3549
|
{
|
|
3431
3550
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::find(Func_2):T",
|
|
3432
3551
|
"clrName": "find",
|
|
3433
|
-
"metadataToken":
|
|
3552
|
+
"metadataToken": 100663524,
|
|
3434
3553
|
"canonicalSignature": "(Func_2):T",
|
|
3435
3554
|
"normalizedSignature": "find|(Func_2):T|static=false",
|
|
3436
3555
|
"emitScope": "ClassSurface",
|
|
@@ -3450,7 +3569,7 @@
|
|
|
3450
3569
|
{
|
|
3451
3570
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::find(Func_3):T",
|
|
3452
3571
|
"clrName": "find",
|
|
3453
|
-
"metadataToken":
|
|
3572
|
+
"metadataToken": 100663525,
|
|
3454
3573
|
"canonicalSignature": "(Func_3):T",
|
|
3455
3574
|
"normalizedSignature": "find|(Func_3):T|static=false",
|
|
3456
3575
|
"emitScope": "ClassSurface",
|
|
@@ -3470,7 +3589,7 @@
|
|
|
3470
3589
|
{
|
|
3471
3590
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::find(Func_4):T",
|
|
3472
3591
|
"clrName": "find",
|
|
3473
|
-
"metadataToken":
|
|
3592
|
+
"metadataToken": 100663526,
|
|
3474
3593
|
"canonicalSignature": "(Func_4):T",
|
|
3475
3594
|
"normalizedSignature": "find|(Func_4):T|static=false",
|
|
3476
3595
|
"emitScope": "ClassSurface",
|
|
@@ -3490,7 +3609,7 @@
|
|
|
3490
3609
|
{
|
|
3491
3610
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findIndex(Func_2):System.Int32",
|
|
3492
3611
|
"clrName": "findIndex",
|
|
3493
|
-
"metadataToken":
|
|
3612
|
+
"metadataToken": 100663527,
|
|
3494
3613
|
"canonicalSignature": "(Func_2):System.Int32",
|
|
3495
3614
|
"normalizedSignature": "findIndex|(Func_2):System.Int32|static=false",
|
|
3496
3615
|
"emitScope": "ClassSurface",
|
|
@@ -3510,7 +3629,7 @@
|
|
|
3510
3629
|
{
|
|
3511
3630
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findIndex(Func_3):System.Int32",
|
|
3512
3631
|
"clrName": "findIndex",
|
|
3513
|
-
"metadataToken":
|
|
3632
|
+
"metadataToken": 100663528,
|
|
3514
3633
|
"canonicalSignature": "(Func_3):System.Int32",
|
|
3515
3634
|
"normalizedSignature": "findIndex|(Func_3):System.Int32|static=false",
|
|
3516
3635
|
"emitScope": "ClassSurface",
|
|
@@ -3530,7 +3649,7 @@
|
|
|
3530
3649
|
{
|
|
3531
3650
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findIndex(Func_4):System.Int32",
|
|
3532
3651
|
"clrName": "findIndex",
|
|
3533
|
-
"metadataToken":
|
|
3652
|
+
"metadataToken": 100663529,
|
|
3534
3653
|
"canonicalSignature": "(Func_4):System.Int32",
|
|
3535
3654
|
"normalizedSignature": "findIndex|(Func_4):System.Int32|static=false",
|
|
3536
3655
|
"emitScope": "ClassSurface",
|
|
@@ -3550,7 +3669,7 @@
|
|
|
3550
3669
|
{
|
|
3551
3670
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLast(Func_2):T",
|
|
3552
3671
|
"clrName": "findLast",
|
|
3553
|
-
"metadataToken":
|
|
3672
|
+
"metadataToken": 100663530,
|
|
3554
3673
|
"canonicalSignature": "(Func_2):T",
|
|
3555
3674
|
"normalizedSignature": "findLast|(Func_2):T|static=false",
|
|
3556
3675
|
"emitScope": "ClassSurface",
|
|
@@ -3570,7 +3689,7 @@
|
|
|
3570
3689
|
{
|
|
3571
3690
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLast(Func_3):T",
|
|
3572
3691
|
"clrName": "findLast",
|
|
3573
|
-
"metadataToken":
|
|
3692
|
+
"metadataToken": 100663531,
|
|
3574
3693
|
"canonicalSignature": "(Func_3):T",
|
|
3575
3694
|
"normalizedSignature": "findLast|(Func_3):T|static=false",
|
|
3576
3695
|
"emitScope": "ClassSurface",
|
|
@@ -3590,7 +3709,7 @@
|
|
|
3590
3709
|
{
|
|
3591
3710
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLast(Func_4):T",
|
|
3592
3711
|
"clrName": "findLast",
|
|
3593
|
-
"metadataToken":
|
|
3712
|
+
"metadataToken": 100663532,
|
|
3594
3713
|
"canonicalSignature": "(Func_4):T",
|
|
3595
3714
|
"normalizedSignature": "findLast|(Func_4):T|static=false",
|
|
3596
3715
|
"emitScope": "ClassSurface",
|
|
@@ -3610,7 +3729,7 @@
|
|
|
3610
3729
|
{
|
|
3611
3730
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLastIndex(Func_2):System.Int32",
|
|
3612
3731
|
"clrName": "findLastIndex",
|
|
3613
|
-
"metadataToken":
|
|
3732
|
+
"metadataToken": 100663533,
|
|
3614
3733
|
"canonicalSignature": "(Func_2):System.Int32",
|
|
3615
3734
|
"normalizedSignature": "findLastIndex|(Func_2):System.Int32|static=false",
|
|
3616
3735
|
"emitScope": "ClassSurface",
|
|
@@ -3630,7 +3749,7 @@
|
|
|
3630
3749
|
{
|
|
3631
3750
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLastIndex(Func_3):System.Int32",
|
|
3632
3751
|
"clrName": "findLastIndex",
|
|
3633
|
-
"metadataToken":
|
|
3752
|
+
"metadataToken": 100663534,
|
|
3634
3753
|
"canonicalSignature": "(Func_3):System.Int32",
|
|
3635
3754
|
"normalizedSignature": "findLastIndex|(Func_3):System.Int32|static=false",
|
|
3636
3755
|
"emitScope": "ClassSurface",
|
|
@@ -3650,7 +3769,7 @@
|
|
|
3650
3769
|
{
|
|
3651
3770
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::findLastIndex(Func_4):System.Int32",
|
|
3652
3771
|
"clrName": "findLastIndex",
|
|
3653
|
-
"metadataToken":
|
|
3772
|
+
"metadataToken": 100663535,
|
|
3654
3773
|
"canonicalSignature": "(Func_4):System.Int32",
|
|
3655
3774
|
"normalizedSignature": "findLastIndex|(Func_4):System.Int32|static=false",
|
|
3656
3775
|
"emitScope": "ClassSurface",
|
|
@@ -3670,7 +3789,7 @@
|
|
|
3670
3789
|
{
|
|
3671
3790
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::indexOf(T,System.Int32):System.Int32",
|
|
3672
3791
|
"clrName": "indexOf",
|
|
3673
|
-
"metadataToken":
|
|
3792
|
+
"metadataToken": 100663536,
|
|
3674
3793
|
"canonicalSignature": "(T,System.Int32):System.Int32",
|
|
3675
3794
|
"normalizedSignature": "indexOf|(T,System.Int32):System.Int32|static=false",
|
|
3676
3795
|
"emitScope": "ClassSurface",
|
|
@@ -3690,7 +3809,7 @@
|
|
|
3690
3809
|
{
|
|
3691
3810
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::lastIndexOf(T,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
3692
3811
|
"clrName": "lastIndexOf",
|
|
3693
|
-
"metadataToken":
|
|
3812
|
+
"metadataToken": 100663537,
|
|
3694
3813
|
"canonicalSignature": "(T,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
3695
3814
|
"normalizedSignature": "lastIndexOf|(T,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false",
|
|
3696
3815
|
"emitScope": "ClassSurface",
|
|
@@ -3710,7 +3829,7 @@
|
|
|
3710
3829
|
{
|
|
3711
3830
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::includes(T):System.Boolean",
|
|
3712
3831
|
"clrName": "includes",
|
|
3713
|
-
"metadataToken":
|
|
3832
|
+
"metadataToken": 100663538,
|
|
3714
3833
|
"canonicalSignature": "(T):System.Boolean",
|
|
3715
3834
|
"normalizedSignature": "includes|(T):System.Boolean|static=false",
|
|
3716
3835
|
"emitScope": "ClassSurface",
|
|
@@ -3730,7 +3849,7 @@
|
|
|
3730
3849
|
{
|
|
3731
3850
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::every(Func_2):System.Boolean",
|
|
3732
3851
|
"clrName": "every",
|
|
3733
|
-
"metadataToken":
|
|
3852
|
+
"metadataToken": 100663539,
|
|
3734
3853
|
"canonicalSignature": "(Func_2):System.Boolean",
|
|
3735
3854
|
"normalizedSignature": "every|(Func_2):System.Boolean|static=false",
|
|
3736
3855
|
"emitScope": "ClassSurface",
|
|
@@ -3750,7 +3869,7 @@
|
|
|
3750
3869
|
{
|
|
3751
3870
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::every(Func_4):System.Boolean",
|
|
3752
3871
|
"clrName": "every",
|
|
3753
|
-
"metadataToken":
|
|
3872
|
+
"metadataToken": 100663540,
|
|
3754
3873
|
"canonicalSignature": "(Func_4):System.Boolean",
|
|
3755
3874
|
"normalizedSignature": "every|(Func_4):System.Boolean|static=false",
|
|
3756
3875
|
"emitScope": "ClassSurface",
|
|
@@ -3770,7 +3889,7 @@
|
|
|
3770
3889
|
{
|
|
3771
3890
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::some(Func_2):System.Boolean",
|
|
3772
3891
|
"clrName": "some",
|
|
3773
|
-
"metadataToken":
|
|
3892
|
+
"metadataToken": 100663541,
|
|
3774
3893
|
"canonicalSignature": "(Func_2):System.Boolean",
|
|
3775
3894
|
"normalizedSignature": "some|(Func_2):System.Boolean|static=false",
|
|
3776
3895
|
"emitScope": "ClassSurface",
|
|
@@ -3790,7 +3909,7 @@
|
|
|
3790
3909
|
{
|
|
3791
3910
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::some(Func_4):System.Boolean",
|
|
3792
3911
|
"clrName": "some",
|
|
3793
|
-
"metadataToken":
|
|
3912
|
+
"metadataToken": 100663542,
|
|
3794
3913
|
"canonicalSignature": "(Func_4):System.Boolean",
|
|
3795
3914
|
"normalizedSignature": "some|(Func_4):System.Boolean|static=false",
|
|
3796
3915
|
"emitScope": "ClassSurface",
|
|
@@ -3810,7 +3929,7 @@
|
|
|
3810
3929
|
{
|
|
3811
3930
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::sort(Func_3):JSArray_1",
|
|
3812
3931
|
"clrName": "sort",
|
|
3813
|
-
"metadataToken":
|
|
3932
|
+
"metadataToken": 100663543,
|
|
3814
3933
|
"canonicalSignature": "(Func_3):JSArray_1",
|
|
3815
3934
|
"normalizedSignature": "sort|(Func_3):JSArray_1|static=false",
|
|
3816
3935
|
"emitScope": "ClassSurface",
|
|
@@ -3830,7 +3949,7 @@
|
|
|
3830
3949
|
{
|
|
3831
3950
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::reverse():JSArray_1",
|
|
3832
3951
|
"clrName": "reverse",
|
|
3833
|
-
"metadataToken":
|
|
3952
|
+
"metadataToken": 100663544,
|
|
3834
3953
|
"canonicalSignature": "():JSArray_1",
|
|
3835
3954
|
"normalizedSignature": "reverse|():JSArray_1|static=false",
|
|
3836
3955
|
"emitScope": "ClassSurface",
|
|
@@ -3850,7 +3969,7 @@
|
|
|
3850
3969
|
{
|
|
3851
3970
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::join(System.String):System.String",
|
|
3852
3971
|
"clrName": "join",
|
|
3853
|
-
"metadataToken":
|
|
3972
|
+
"metadataToken": 100663545,
|
|
3854
3973
|
"canonicalSignature": "(System.String):System.String",
|
|
3855
3974
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
3856
3975
|
"emitScope": "ClassSurface",
|
|
@@ -3870,7 +3989,7 @@
|
|
|
3870
3989
|
{
|
|
3871
3990
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::ToString():System.String",
|
|
3872
3991
|
"clrName": "ToString",
|
|
3873
|
-
"metadataToken":
|
|
3992
|
+
"metadataToken": 100663546,
|
|
3874
3993
|
"canonicalSignature": "():System.String",
|
|
3875
3994
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
3876
3995
|
"emitScope": "ClassSurface",
|
|
@@ -3890,7 +4009,7 @@
|
|
|
3890
4009
|
{
|
|
3891
4010
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toLocaleString():System.String",
|
|
3892
4011
|
"clrName": "toLocaleString",
|
|
3893
|
-
"metadataToken":
|
|
4012
|
+
"metadataToken": 100663547,
|
|
3894
4013
|
"canonicalSignature": "():System.String",
|
|
3895
4014
|
"normalizedSignature": "toLocaleString|():System.String|static=false",
|
|
3896
4015
|
"emitScope": "ClassSurface",
|
|
@@ -3910,7 +4029,7 @@
|
|
|
3910
4029
|
{
|
|
3911
4030
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::concat(System.Object[]):JSArray_1",
|
|
3912
4031
|
"clrName": "concat",
|
|
3913
|
-
"metadataToken":
|
|
4032
|
+
"metadataToken": 100663548,
|
|
3914
4033
|
"canonicalSignature": "(System.Object[]):JSArray_1",
|
|
3915
4034
|
"normalizedSignature": "concat|(System.Object[]):JSArray_1|static=false",
|
|
3916
4035
|
"emitScope": "ClassSurface",
|
|
@@ -3930,7 +4049,7 @@
|
|
|
3930
4049
|
{
|
|
3931
4050
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toArray():T[]",
|
|
3932
4051
|
"clrName": "toArray",
|
|
3933
|
-
"metadataToken":
|
|
4052
|
+
"metadataToken": 100663549,
|
|
3934
4053
|
"canonicalSignature": "():T[]",
|
|
3935
4054
|
"normalizedSignature": "toArray|():T[]|static=false",
|
|
3936
4055
|
"emitScope": "ClassSurface",
|
|
@@ -3950,7 +4069,7 @@
|
|
|
3950
4069
|
{
|
|
3951
4070
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toList():List_1",
|
|
3952
4071
|
"clrName": "toList",
|
|
3953
|
-
"metadataToken":
|
|
4072
|
+
"metadataToken": 100663550,
|
|
3954
4073
|
"canonicalSignature": "():List_1",
|
|
3955
4074
|
"normalizedSignature": "toList|():List_1|static=false",
|
|
3956
4075
|
"emitScope": "ClassSurface",
|
|
@@ -3970,7 +4089,7 @@
|
|
|
3970
4089
|
{
|
|
3971
4090
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::entries():IEnumerable_1",
|
|
3972
4091
|
"clrName": "entries",
|
|
3973
|
-
"metadataToken":
|
|
4092
|
+
"metadataToken": 100663551,
|
|
3974
4093
|
"canonicalSignature": "():IEnumerable_1",
|
|
3975
4094
|
"normalizedSignature": "entries|():IEnumerable_1|static=false",
|
|
3976
4095
|
"emitScope": "ClassSurface",
|
|
@@ -3990,7 +4109,7 @@
|
|
|
3990
4109
|
{
|
|
3991
4110
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::keys():System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3992
4111
|
"clrName": "keys",
|
|
3993
|
-
"metadataToken":
|
|
4112
|
+
"metadataToken": 100663552,
|
|
3994
4113
|
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3995
4114
|
"normalizedSignature": "keys|():System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
3996
4115
|
"emitScope": "ClassSurface",
|
|
@@ -4010,7 +4129,7 @@
|
|
|
4010
4129
|
{
|
|
4011
4130
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::values():IEnumerable_1",
|
|
4012
4131
|
"clrName": "values",
|
|
4013
|
-
"metadataToken":
|
|
4132
|
+
"metadataToken": 100663553,
|
|
4014
4133
|
"canonicalSignature": "():IEnumerable_1",
|
|
4015
4134
|
"normalizedSignature": "values|():IEnumerable_1|static=false",
|
|
4016
4135
|
"emitScope": "ClassSurface",
|
|
@@ -4030,7 +4149,7 @@
|
|
|
4030
4149
|
{
|
|
4031
4150
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::at(System.Int32):T",
|
|
4032
4151
|
"clrName": "at",
|
|
4033
|
-
"metadataToken":
|
|
4152
|
+
"metadataToken": 100663554,
|
|
4034
4153
|
"canonicalSignature": "(System.Int32):T",
|
|
4035
4154
|
"normalizedSignature": "at|(System.Int32):T|static=false",
|
|
4036
4155
|
"emitScope": "ClassSurface",
|
|
@@ -4050,7 +4169,7 @@
|
|
|
4050
4169
|
{
|
|
4051
4170
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::flat(System.Int32):Tsonic.JSRuntime.JSArray_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4052
4171
|
"clrName": "flat",
|
|
4053
|
-
"metadataToken":
|
|
4172
|
+
"metadataToken": 100663555,
|
|
4054
4173
|
"canonicalSignature": "(System.Int32):Tsonic.JSRuntime.JSArray_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
4055
4174
|
"normalizedSignature": "flat|(System.Int32):Tsonic.JSRuntime.JSArray_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
4056
4175
|
"emitScope": "ClassSurface",
|
|
@@ -4070,7 +4189,7 @@
|
|
|
4070
4189
|
{
|
|
4071
4190
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::flatMap(Func_4):JSArray_1",
|
|
4072
4191
|
"clrName": "flatMap",
|
|
4073
|
-
"metadataToken":
|
|
4192
|
+
"metadataToken": 100663557,
|
|
4074
4193
|
"canonicalSignature": "(Func_4):JSArray_1",
|
|
4075
4194
|
"normalizedSignature": "flatMap|(Func_4):JSArray_1|static=false",
|
|
4076
4195
|
"emitScope": "ClassSurface",
|
|
@@ -4090,7 +4209,7 @@
|
|
|
4090
4209
|
{
|
|
4091
4210
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::fill(T,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
4092
4211
|
"clrName": "fill",
|
|
4093
|
-
"metadataToken":
|
|
4212
|
+
"metadataToken": 100663558,
|
|
4094
4213
|
"canonicalSignature": "(T,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
4095
4214
|
"normalizedSignature": "fill|(T,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1|static=false",
|
|
4096
4215
|
"emitScope": "ClassSurface",
|
|
@@ -4110,7 +4229,7 @@
|
|
|
4110
4229
|
{
|
|
4111
4230
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::copyWithin(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
4112
4231
|
"clrName": "copyWithin",
|
|
4113
|
-
"metadataToken":
|
|
4232
|
+
"metadataToken": 100663559,
|
|
4114
4233
|
"canonicalSignature": "(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1",
|
|
4115
4234
|
"normalizedSignature": "copyWithin|(System.Int32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):JSArray_1|static=false",
|
|
4116
4235
|
"emitScope": "ClassSurface",
|
|
@@ -4130,7 +4249,7 @@
|
|
|
4130
4249
|
{
|
|
4131
4250
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::with(System.Int32,T):JSArray_1",
|
|
4132
4251
|
"clrName": "with",
|
|
4133
|
-
"metadataToken":
|
|
4252
|
+
"metadataToken": 100663560,
|
|
4134
4253
|
"canonicalSignature": "(System.Int32,T):JSArray_1",
|
|
4135
4254
|
"normalizedSignature": "with|(System.Int32,T):JSArray_1|static=false",
|
|
4136
4255
|
"emitScope": "ClassSurface",
|
|
@@ -4150,7 +4269,7 @@
|
|
|
4150
4269
|
{
|
|
4151
4270
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toReversed():JSArray_1",
|
|
4152
4271
|
"clrName": "toReversed",
|
|
4153
|
-
"metadataToken":
|
|
4272
|
+
"metadataToken": 100663561,
|
|
4154
4273
|
"canonicalSignature": "():JSArray_1",
|
|
4155
4274
|
"normalizedSignature": "toReversed|():JSArray_1|static=false",
|
|
4156
4275
|
"emitScope": "ClassSurface",
|
|
@@ -4170,7 +4289,7 @@
|
|
|
4170
4289
|
{
|
|
4171
4290
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toSorted(Func_3):JSArray_1",
|
|
4172
4291
|
"clrName": "toSorted",
|
|
4173
|
-
"metadataToken":
|
|
4292
|
+
"metadataToken": 100663562,
|
|
4174
4293
|
"canonicalSignature": "(Func_3):JSArray_1",
|
|
4175
4294
|
"normalizedSignature": "toSorted|(Func_3):JSArray_1|static=false",
|
|
4176
4295
|
"emitScope": "ClassSurface",
|
|
@@ -4190,7 +4309,7 @@
|
|
|
4190
4309
|
{
|
|
4191
4310
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::toSpliced(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1",
|
|
4192
4311
|
"clrName": "toSpliced",
|
|
4193
|
-
"metadataToken":
|
|
4312
|
+
"metadataToken": 100663563,
|
|
4194
4313
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1",
|
|
4195
4314
|
"normalizedSignature": "toSpliced|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],T[]):JSArray_1|static=false",
|
|
4196
4315
|
"emitScope": "ClassSurface",
|
|
@@ -4210,7 +4329,7 @@
|
|
|
4210
4329
|
{
|
|
4211
4330
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::isArray(System.Object):System.Boolean",
|
|
4212
4331
|
"clrName": "isArray",
|
|
4213
|
-
"metadataToken":
|
|
4332
|
+
"metadataToken": 100663564,
|
|
4214
4333
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4215
4334
|
"normalizedSignature": "isArray|(System.Object):System.Boolean|static=true",
|
|
4216
4335
|
"emitScope": "ClassSurface",
|
|
@@ -4230,7 +4349,7 @@
|
|
|
4230
4349
|
{
|
|
4231
4350
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1):JSArray_1",
|
|
4232
4351
|
"clrName": "from",
|
|
4233
|
-
"metadataToken":
|
|
4352
|
+
"metadataToken": 100663565,
|
|
4234
4353
|
"canonicalSignature": "(IEnumerable_1):JSArray_1",
|
|
4235
4354
|
"normalizedSignature": "from|(IEnumerable_1):JSArray_1|static=true",
|
|
4236
4355
|
"emitScope": "ClassSurface",
|
|
@@ -4250,7 +4369,7 @@
|
|
|
4250
4369
|
{
|
|
4251
4370
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1,Func_3):JSArray_1",
|
|
4252
4371
|
"clrName": "from",
|
|
4253
|
-
"metadataToken":
|
|
4372
|
+
"metadataToken": 100663566,
|
|
4254
4373
|
"canonicalSignature": "(IEnumerable_1,Func_3):JSArray_1",
|
|
4255
4374
|
"normalizedSignature": "from|(IEnumerable_1,Func_3):JSArray_1|static=true",
|
|
4256
4375
|
"emitScope": "ClassSurface",
|
|
@@ -4267,10 +4386,30 @@
|
|
|
4267
4386
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
4268
4387
|
"isExtensionMethod": false
|
|
4269
4388
|
},
|
|
4389
|
+
{
|
|
4390
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1,Func_2):JSArray_1",
|
|
4391
|
+
"clrName": "from",
|
|
4392
|
+
"metadataToken": 100663567,
|
|
4393
|
+
"canonicalSignature": "(IEnumerable_1,Func_2):JSArray_1",
|
|
4394
|
+
"normalizedSignature": "from|(IEnumerable_1,Func_2):JSArray_1|static=true",
|
|
4395
|
+
"emitScope": "ClassSurface",
|
|
4396
|
+
"provenance": "Original",
|
|
4397
|
+
"arity": 2,
|
|
4398
|
+
"parameterCount": 2,
|
|
4399
|
+
"isStatic": true,
|
|
4400
|
+
"isAbstract": false,
|
|
4401
|
+
"isVirtual": false,
|
|
4402
|
+
"isOverride": false,
|
|
4403
|
+
"isSealed": false,
|
|
4404
|
+
"visibility": "Public",
|
|
4405
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArray\u00601",
|
|
4406
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
4407
|
+
"isExtensionMethod": false
|
|
4408
|
+
},
|
|
4270
4409
|
{
|
|
4271
4410
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::of(T[]):JSArray_1",
|
|
4272
4411
|
"clrName": "of",
|
|
4273
|
-
"metadataToken":
|
|
4412
|
+
"metadataToken": 100663568,
|
|
4274
4413
|
"canonicalSignature": "(T[]):JSArray_1",
|
|
4275
4414
|
"normalizedSignature": "of|(T[]):JSArray_1|static=true",
|
|
4276
4415
|
"emitScope": "ClassSurface",
|
|
@@ -4290,7 +4429,7 @@
|
|
|
4290
4429
|
{
|
|
4291
4430
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::GetEnumerator():IEnumerator_1",
|
|
4292
4431
|
"clrName": "GetEnumerator",
|
|
4293
|
-
"metadataToken":
|
|
4432
|
+
"metadataToken": 100663569,
|
|
4294
4433
|
"canonicalSignature": "():IEnumerator_1",
|
|
4295
4434
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4296
4435
|
"emitScope": "ClassSurface",
|
|
@@ -4312,7 +4451,7 @@
|
|
|
4312
4451
|
{
|
|
4313
4452
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::length:System.Int32",
|
|
4314
4453
|
"clrName": "length",
|
|
4315
|
-
"metadataToken":
|
|
4454
|
+
"metadataToken": 385875993,
|
|
4316
4455
|
"canonicalSignature": ":System.Int32",
|
|
4317
4456
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
4318
4457
|
"emitScope": "ClassSurface",
|
|
@@ -4331,7 +4470,7 @@
|
|
|
4331
4470
|
{
|
|
4332
4471
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::Item[System.Int32]:T",
|
|
4333
4472
|
"clrName": "Item",
|
|
4334
|
-
"metadataToken":
|
|
4473
|
+
"metadataToken": 385875994,
|
|
4335
4474
|
"canonicalSignature": "[System.Int32]:T",
|
|
4336
4475
|
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=getset",
|
|
4337
4476
|
"emitScope": "ClassSurface",
|
|
@@ -4353,7 +4492,7 @@
|
|
|
4353
4492
|
"constructors": [
|
|
4354
4493
|
{
|
|
4355
4494
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::.ctor():void",
|
|
4356
|
-
"metadataToken":
|
|
4495
|
+
"metadataToken": 100663491,
|
|
4357
4496
|
"canonicalSignature": "():void",
|
|
4358
4497
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4359
4498
|
"isStatic": false,
|
|
@@ -4364,7 +4503,7 @@
|
|
|
4364
4503
|
},
|
|
4365
4504
|
{
|
|
4366
4505
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::.ctor(System.Int32):void",
|
|
4367
|
-
"metadataToken":
|
|
4506
|
+
"metadataToken": 100663492,
|
|
4368
4507
|
"canonicalSignature": "(System.Int32):void",
|
|
4369
4508
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
4370
4509
|
"isStatic": false,
|
|
@@ -4375,7 +4514,7 @@
|
|
|
4375
4514
|
},
|
|
4376
4515
|
{
|
|
4377
4516
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::.ctor(T[]):void",
|
|
4378
|
-
"metadataToken":
|
|
4517
|
+
"metadataToken": 100663493,
|
|
4379
4518
|
"canonicalSignature": "(T[]):void",
|
|
4380
4519
|
"normalizedSignature": "constructor|(T[]):void|static=false",
|
|
4381
4520
|
"isStatic": false,
|
|
@@ -4386,7 +4525,7 @@
|
|
|
4386
4525
|
},
|
|
4387
4526
|
{
|
|
4388
4527
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::.ctor(List_1):void",
|
|
4389
|
-
"metadataToken":
|
|
4528
|
+
"metadataToken": 100663494,
|
|
4390
4529
|
"canonicalSignature": "(List_1):void",
|
|
4391
4530
|
"normalizedSignature": "constructor|(List_1):void|static=false",
|
|
4392
4531
|
"isStatic": false,
|
|
@@ -4397,7 +4536,7 @@
|
|
|
4397
4536
|
},
|
|
4398
4537
|
{
|
|
4399
4538
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::.ctor(IEnumerable_1):void",
|
|
4400
|
-
"metadataToken":
|
|
4539
|
+
"metadataToken": 100663495,
|
|
4401
4540
|
"canonicalSignature": "(IEnumerable_1):void",
|
|
4402
4541
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
4403
4542
|
"isStatic": false,
|
|
@@ -4428,7 +4567,7 @@
|
|
|
4428
4567
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4429
4568
|
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4430
4569
|
"typeArguments": [
|
|
4431
|
-
"
|
|
4570
|
+
"ValueTuple_2[[K,V]]"
|
|
4432
4571
|
]
|
|
4433
4572
|
},
|
|
4434
4573
|
{
|
|
@@ -4444,7 +4583,7 @@
|
|
|
4444
4583
|
{
|
|
4445
4584
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::get(K):V",
|
|
4446
4585
|
"clrName": "get",
|
|
4447
|
-
"metadataToken":
|
|
4586
|
+
"metadataToken": 100663592,
|
|
4448
4587
|
"canonicalSignature": "(K):V",
|
|
4449
4588
|
"normalizedSignature": "get|(K):V|static=false",
|
|
4450
4589
|
"emitScope": "ClassSurface",
|
|
@@ -4464,7 +4603,7 @@
|
|
|
4464
4603
|
{
|
|
4465
4604
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::set(K,V):Map_2",
|
|
4466
4605
|
"clrName": "set",
|
|
4467
|
-
"metadataToken":
|
|
4606
|
+
"metadataToken": 100663593,
|
|
4468
4607
|
"canonicalSignature": "(K,V):Map_2",
|
|
4469
4608
|
"normalizedSignature": "set|(K,V):Map_2|static=false",
|
|
4470
4609
|
"emitScope": "ClassSurface",
|
|
@@ -4484,7 +4623,7 @@
|
|
|
4484
4623
|
{
|
|
4485
4624
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::has(K):System.Boolean",
|
|
4486
4625
|
"clrName": "has",
|
|
4487
|
-
"metadataToken":
|
|
4626
|
+
"metadataToken": 100663594,
|
|
4488
4627
|
"canonicalSignature": "(K):System.Boolean",
|
|
4489
4628
|
"normalizedSignature": "has|(K):System.Boolean|static=false",
|
|
4490
4629
|
"emitScope": "ClassSurface",
|
|
@@ -4504,7 +4643,7 @@
|
|
|
4504
4643
|
{
|
|
4505
4644
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::delete(K):System.Boolean",
|
|
4506
4645
|
"clrName": "delete",
|
|
4507
|
-
"metadataToken":
|
|
4646
|
+
"metadataToken": 100663595,
|
|
4508
4647
|
"canonicalSignature": "(K):System.Boolean",
|
|
4509
4648
|
"normalizedSignature": "delete|(K):System.Boolean|static=false",
|
|
4510
4649
|
"emitScope": "ClassSurface",
|
|
@@ -4524,7 +4663,7 @@
|
|
|
4524
4663
|
{
|
|
4525
4664
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::clear():System.Void",
|
|
4526
4665
|
"clrName": "clear",
|
|
4527
|
-
"metadataToken":
|
|
4666
|
+
"metadataToken": 100663596,
|
|
4528
4667
|
"canonicalSignature": "():System.Void",
|
|
4529
4668
|
"normalizedSignature": "clear|():System.Void|static=false",
|
|
4530
4669
|
"emitScope": "ClassSurface",
|
|
@@ -4544,7 +4683,7 @@
|
|
|
4544
4683
|
{
|
|
4545
4684
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::keys():IEnumerable_1",
|
|
4546
4685
|
"clrName": "keys",
|
|
4547
|
-
"metadataToken":
|
|
4686
|
+
"metadataToken": 100663597,
|
|
4548
4687
|
"canonicalSignature": "():IEnumerable_1",
|
|
4549
4688
|
"normalizedSignature": "keys|():IEnumerable_1|static=false",
|
|
4550
4689
|
"emitScope": "ClassSurface",
|
|
@@ -4564,7 +4703,7 @@
|
|
|
4564
4703
|
{
|
|
4565
4704
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::values():IEnumerable_1",
|
|
4566
4705
|
"clrName": "values",
|
|
4567
|
-
"metadataToken":
|
|
4706
|
+
"metadataToken": 100663598,
|
|
4568
4707
|
"canonicalSignature": "():IEnumerable_1",
|
|
4569
4708
|
"normalizedSignature": "values|():IEnumerable_1|static=false",
|
|
4570
4709
|
"emitScope": "ClassSurface",
|
|
@@ -4584,7 +4723,7 @@
|
|
|
4584
4723
|
{
|
|
4585
4724
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::entries():IEnumerable_1",
|
|
4586
4725
|
"clrName": "entries",
|
|
4587
|
-
"metadataToken":
|
|
4726
|
+
"metadataToken": 100663599,
|
|
4588
4727
|
"canonicalSignature": "():IEnumerable_1",
|
|
4589
4728
|
"normalizedSignature": "entries|():IEnumerable_1|static=false",
|
|
4590
4729
|
"emitScope": "ClassSurface",
|
|
@@ -4604,7 +4743,7 @@
|
|
|
4604
4743
|
{
|
|
4605
4744
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::forEach(Action_3):System.Void",
|
|
4606
4745
|
"clrName": "forEach",
|
|
4607
|
-
"metadataToken":
|
|
4746
|
+
"metadataToken": 100663600,
|
|
4608
4747
|
"canonicalSignature": "(Action_3):System.Void",
|
|
4609
4748
|
"normalizedSignature": "forEach|(Action_3):System.Void|static=false",
|
|
4610
4749
|
"emitScope": "ClassSurface",
|
|
@@ -4624,7 +4763,7 @@
|
|
|
4624
4763
|
{
|
|
4625
4764
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::forEach(Action_2):System.Void",
|
|
4626
4765
|
"clrName": "forEach",
|
|
4627
|
-
"metadataToken":
|
|
4766
|
+
"metadataToken": 100663601,
|
|
4628
4767
|
"canonicalSignature": "(Action_2):System.Void",
|
|
4629
4768
|
"normalizedSignature": "forEach|(Action_2):System.Void|static=false",
|
|
4630
4769
|
"emitScope": "ClassSurface",
|
|
@@ -4644,7 +4783,7 @@
|
|
|
4644
4783
|
{
|
|
4645
4784
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::forEach(Action_1):System.Void",
|
|
4646
4785
|
"clrName": "forEach",
|
|
4647
|
-
"metadataToken":
|
|
4786
|
+
"metadataToken": 100663602,
|
|
4648
4787
|
"canonicalSignature": "(Action_1):System.Void",
|
|
4649
4788
|
"normalizedSignature": "forEach|(Action_1):System.Void|static=false",
|
|
4650
4789
|
"emitScope": "ClassSurface",
|
|
@@ -4664,7 +4803,7 @@
|
|
|
4664
4803
|
{
|
|
4665
4804
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::GetEnumerator():IEnumerator_1",
|
|
4666
4805
|
"clrName": "GetEnumerator",
|
|
4667
|
-
"metadataToken":
|
|
4806
|
+
"metadataToken": 100663603,
|
|
4668
4807
|
"canonicalSignature": "():IEnumerator_1",
|
|
4669
4808
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4670
4809
|
"emitScope": "ClassSurface",
|
|
@@ -4686,7 +4825,7 @@
|
|
|
4686
4825
|
{
|
|
4687
4826
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::size:System.Int32",
|
|
4688
4827
|
"clrName": "size",
|
|
4689
|
-
"metadataToken":
|
|
4828
|
+
"metadataToken": 385875995,
|
|
4690
4829
|
"canonicalSignature": ":System.Int32",
|
|
4691
4830
|
"normalizedSignature": "size|:System.Int32|static=false|accessor=get",
|
|
4692
4831
|
"emitScope": "ClassSurface",
|
|
@@ -4708,7 +4847,7 @@
|
|
|
4708
4847
|
"constructors": [
|
|
4709
4848
|
{
|
|
4710
4849
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::.ctor():void",
|
|
4711
|
-
"metadataToken":
|
|
4850
|
+
"metadataToken": 100663588,
|
|
4712
4851
|
"canonicalSignature": "():void",
|
|
4713
4852
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4714
4853
|
"isStatic": false,
|
|
@@ -4719,7 +4858,7 @@
|
|
|
4719
4858
|
},
|
|
4720
4859
|
{
|
|
4721
4860
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::.ctor(IEnumerable_1):void",
|
|
4722
|
-
"metadataToken":
|
|
4861
|
+
"metadataToken": 100663589,
|
|
4723
4862
|
"canonicalSignature": "(IEnumerable_1):void",
|
|
4724
4863
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
4725
4864
|
"isStatic": false,
|
|
@@ -4730,6 +4869,87 @@
|
|
|
4730
4869
|
}
|
|
4731
4870
|
]
|
|
4732
4871
|
},
|
|
4872
|
+
{
|
|
4873
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RangeError",
|
|
4874
|
+
"clrName": "Tsonic.JSRuntime.RangeError",
|
|
4875
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
4876
|
+
"metadataToken": 0,
|
|
4877
|
+
"kind": "Class",
|
|
4878
|
+
"accessibility": "Public",
|
|
4879
|
+
"isAbstract": false,
|
|
4880
|
+
"isSealed": false,
|
|
4881
|
+
"isStatic": false,
|
|
4882
|
+
"arity": 0,
|
|
4883
|
+
"baseType": {
|
|
4884
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Error",
|
|
4885
|
+
"clrName": "Tsonic.JSRuntime.Error"
|
|
4886
|
+
},
|
|
4887
|
+
"interfaces": [
|
|
4888
|
+
{
|
|
4889
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
4890
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
4891
|
+
}
|
|
4892
|
+
],
|
|
4893
|
+
"methods": [],
|
|
4894
|
+
"properties": [
|
|
4895
|
+
{
|
|
4896
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RangeError::name:System.String",
|
|
4897
|
+
"clrName": "name",
|
|
4898
|
+
"metadataToken": 385875996,
|
|
4899
|
+
"canonicalSignature": ":System.String",
|
|
4900
|
+
"normalizedSignature": "name|:System.String|static=false|accessor=get",
|
|
4901
|
+
"emitScope": "ClassSurface",
|
|
4902
|
+
"provenance": "Original",
|
|
4903
|
+
"isIndexer": false,
|
|
4904
|
+
"hasGetter": true,
|
|
4905
|
+
"hasSetter": false,
|
|
4906
|
+
"isStatic": false,
|
|
4907
|
+
"isAbstract": false,
|
|
4908
|
+
"isVirtual": true,
|
|
4909
|
+
"isOverride": true,
|
|
4910
|
+
"visibility": "Public",
|
|
4911
|
+
"declaringClrType": "Tsonic.JSRuntime.RangeError",
|
|
4912
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
4913
|
+
}
|
|
4914
|
+
],
|
|
4915
|
+
"fields": [],
|
|
4916
|
+
"events": [],
|
|
4917
|
+
"constructors": [
|
|
4918
|
+
{
|
|
4919
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RangeError::.ctor():void",
|
|
4920
|
+
"metadataToken": 100663657,
|
|
4921
|
+
"canonicalSignature": "():void",
|
|
4922
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
4923
|
+
"isStatic": false,
|
|
4924
|
+
"parameterCount": 0,
|
|
4925
|
+
"visibility": "Public",
|
|
4926
|
+
"declaringClrType": "Tsonic.JSRuntime.RangeError",
|
|
4927
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RangeError::.ctor(System.String):void",
|
|
4931
|
+
"metadataToken": 100663658,
|
|
4932
|
+
"canonicalSignature": "(System.String):void",
|
|
4933
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
4934
|
+
"isStatic": false,
|
|
4935
|
+
"parameterCount": 1,
|
|
4936
|
+
"visibility": "Public",
|
|
4937
|
+
"declaringClrType": "Tsonic.JSRuntime.RangeError",
|
|
4938
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RangeError::.ctor(System.String,System.Exception):void",
|
|
4942
|
+
"metadataToken": 100663659,
|
|
4943
|
+
"canonicalSignature": "(System.String,System.Exception):void",
|
|
4944
|
+
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
4945
|
+
"isStatic": false,
|
|
4946
|
+
"parameterCount": 2,
|
|
4947
|
+
"visibility": "Public",
|
|
4948
|
+
"declaringClrType": "Tsonic.JSRuntime.RangeError",
|
|
4949
|
+
"declaringAssemblyName": "Tsonic.JSRuntime"
|
|
4950
|
+
}
|
|
4951
|
+
]
|
|
4952
|
+
},
|
|
4733
4953
|
{
|
|
4734
4954
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp",
|
|
4735
4955
|
"clrName": "Tsonic.JSRuntime.RegExp",
|
|
@@ -4749,7 +4969,7 @@
|
|
|
4749
4969
|
{
|
|
4750
4970
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::exec(System.String):Tsonic.JSRuntime.RegExpMatchResult",
|
|
4751
4971
|
"clrName": "exec",
|
|
4752
|
-
"metadataToken":
|
|
4972
|
+
"metadataToken": 100663673,
|
|
4753
4973
|
"canonicalSignature": "(System.String):Tsonic.JSRuntime.RegExpMatchResult",
|
|
4754
4974
|
"normalizedSignature": "exec|(System.String):Tsonic.JSRuntime.RegExpMatchResult|static=false",
|
|
4755
4975
|
"emitScope": "ClassSurface",
|
|
@@ -4769,7 +4989,7 @@
|
|
|
4769
4989
|
{
|
|
4770
4990
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::test(System.String):System.Boolean",
|
|
4771
4991
|
"clrName": "test",
|
|
4772
|
-
"metadataToken":
|
|
4992
|
+
"metadataToken": 100663674,
|
|
4773
4993
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
4774
4994
|
"normalizedSignature": "test|(System.String):System.Boolean|static=false",
|
|
4775
4995
|
"emitScope": "ClassSurface",
|
|
@@ -4789,7 +5009,7 @@
|
|
|
4789
5009
|
{
|
|
4790
5010
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::ToString():System.String",
|
|
4791
5011
|
"clrName": "ToString",
|
|
4792
|
-
"metadataToken":
|
|
5012
|
+
"metadataToken": 100663675,
|
|
4793
5013
|
"canonicalSignature": "():System.String",
|
|
4794
5014
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
4795
5015
|
"emitScope": "ClassSurface",
|
|
@@ -4811,7 +5031,7 @@
|
|
|
4811
5031
|
{
|
|
4812
5032
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::source:System.String",
|
|
4813
5033
|
"clrName": "source",
|
|
4814
|
-
"metadataToken":
|
|
5034
|
+
"metadataToken": 385875997,
|
|
4815
5035
|
"canonicalSignature": ":System.String",
|
|
4816
5036
|
"normalizedSignature": "source|:System.String|static=false|accessor=get",
|
|
4817
5037
|
"emitScope": "ClassSurface",
|
|
@@ -4830,7 +5050,7 @@
|
|
|
4830
5050
|
{
|
|
4831
5051
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::flags:System.String",
|
|
4832
5052
|
"clrName": "flags",
|
|
4833
|
-
"metadataToken":
|
|
5053
|
+
"metadataToken": 385875998,
|
|
4834
5054
|
"canonicalSignature": ":System.String",
|
|
4835
5055
|
"normalizedSignature": "flags|:System.String|static=false|accessor=get",
|
|
4836
5056
|
"emitScope": "ClassSurface",
|
|
@@ -4849,7 +5069,7 @@
|
|
|
4849
5069
|
{
|
|
4850
5070
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::global:System.Boolean",
|
|
4851
5071
|
"clrName": "global",
|
|
4852
|
-
"metadataToken":
|
|
5072
|
+
"metadataToken": 385875999,
|
|
4853
5073
|
"canonicalSignature": ":System.Boolean",
|
|
4854
5074
|
"normalizedSignature": "global|:System.Boolean|static=false|accessor=get",
|
|
4855
5075
|
"emitScope": "ClassSurface",
|
|
@@ -4868,7 +5088,7 @@
|
|
|
4868
5088
|
{
|
|
4869
5089
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::ignoreCase:System.Boolean",
|
|
4870
5090
|
"clrName": "ignoreCase",
|
|
4871
|
-
"metadataToken":
|
|
5091
|
+
"metadataToken": 385876000,
|
|
4872
5092
|
"canonicalSignature": ":System.Boolean",
|
|
4873
5093
|
"normalizedSignature": "ignoreCase|:System.Boolean|static=false|accessor=get",
|
|
4874
5094
|
"emitScope": "ClassSurface",
|
|
@@ -4887,7 +5107,7 @@
|
|
|
4887
5107
|
{
|
|
4888
5108
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::multiline:System.Boolean",
|
|
4889
5109
|
"clrName": "multiline",
|
|
4890
|
-
"metadataToken":
|
|
5110
|
+
"metadataToken": 385876001,
|
|
4891
5111
|
"canonicalSignature": ":System.Boolean",
|
|
4892
5112
|
"normalizedSignature": "multiline|:System.Boolean|static=false|accessor=get",
|
|
4893
5113
|
"emitScope": "ClassSurface",
|
|
@@ -4906,7 +5126,7 @@
|
|
|
4906
5126
|
{
|
|
4907
5127
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::dotAll:System.Boolean",
|
|
4908
5128
|
"clrName": "dotAll",
|
|
4909
|
-
"metadataToken":
|
|
5129
|
+
"metadataToken": 385876002,
|
|
4910
5130
|
"canonicalSignature": ":System.Boolean",
|
|
4911
5131
|
"normalizedSignature": "dotAll|:System.Boolean|static=false|accessor=get",
|
|
4912
5132
|
"emitScope": "ClassSurface",
|
|
@@ -4925,7 +5145,7 @@
|
|
|
4925
5145
|
{
|
|
4926
5146
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::unicode:System.Boolean",
|
|
4927
5147
|
"clrName": "unicode",
|
|
4928
|
-
"metadataToken":
|
|
5148
|
+
"metadataToken": 385876003,
|
|
4929
5149
|
"canonicalSignature": ":System.Boolean",
|
|
4930
5150
|
"normalizedSignature": "unicode|:System.Boolean|static=false|accessor=get",
|
|
4931
5151
|
"emitScope": "ClassSurface",
|
|
@@ -4944,7 +5164,7 @@
|
|
|
4944
5164
|
{
|
|
4945
5165
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::sticky:System.Boolean",
|
|
4946
5166
|
"clrName": "sticky",
|
|
4947
|
-
"metadataToken":
|
|
5167
|
+
"metadataToken": 385876004,
|
|
4948
5168
|
"canonicalSignature": ":System.Boolean",
|
|
4949
5169
|
"normalizedSignature": "sticky|:System.Boolean|static=false|accessor=get",
|
|
4950
5170
|
"emitScope": "ClassSurface",
|
|
@@ -4963,7 +5183,7 @@
|
|
|
4963
5183
|
{
|
|
4964
5184
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::lastIndex:System.Int32",
|
|
4965
5185
|
"clrName": "lastIndex",
|
|
4966
|
-
"metadataToken":
|
|
5186
|
+
"metadataToken": 385876005,
|
|
4967
5187
|
"canonicalSignature": ":System.Int32",
|
|
4968
5188
|
"normalizedSignature": "lastIndex|:System.Int32|static=false|accessor=getset",
|
|
4969
5189
|
"emitScope": "ClassSurface",
|
|
@@ -4985,7 +5205,7 @@
|
|
|
4985
5205
|
"constructors": [
|
|
4986
5206
|
{
|
|
4987
5207
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::.ctor(System.String):void",
|
|
4988
|
-
"metadataToken":
|
|
5208
|
+
"metadataToken": 100663661,
|
|
4989
5209
|
"canonicalSignature": "(System.String):void",
|
|
4990
5210
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
4991
5211
|
"isStatic": false,
|
|
@@ -4996,7 +5216,7 @@
|
|
|
4996
5216
|
},
|
|
4997
5217
|
{
|
|
4998
5218
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExp::.ctor(System.String,System.String):void",
|
|
4999
|
-
"metadataToken":
|
|
5219
|
+
"metadataToken": 100663662,
|
|
5000
5220
|
"canonicalSignature": "(System.String,System.String):void",
|
|
5001
5221
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
5002
5222
|
"isStatic": false,
|
|
@@ -5027,7 +5247,7 @@
|
|
|
5027
5247
|
{
|
|
5028
5248
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::value:System.String",
|
|
5029
5249
|
"clrName": "value",
|
|
5030
|
-
"metadataToken":
|
|
5250
|
+
"metadataToken": 385876006,
|
|
5031
5251
|
"canonicalSignature": ":System.String",
|
|
5032
5252
|
"normalizedSignature": "value|:System.String|static=false|accessor=get",
|
|
5033
5253
|
"emitScope": "ClassSurface",
|
|
@@ -5046,7 +5266,7 @@
|
|
|
5046
5266
|
{
|
|
5047
5267
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::index:System.Int32",
|
|
5048
5268
|
"clrName": "index",
|
|
5049
|
-
"metadataToken":
|
|
5269
|
+
"metadataToken": 385876007,
|
|
5050
5270
|
"canonicalSignature": ":System.Int32",
|
|
5051
5271
|
"normalizedSignature": "index|:System.Int32|static=false|accessor=get",
|
|
5052
5272
|
"emitScope": "ClassSurface",
|
|
@@ -5065,7 +5285,7 @@
|
|
|
5065
5285
|
{
|
|
5066
5286
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::input:System.String",
|
|
5067
5287
|
"clrName": "input",
|
|
5068
|
-
"metadataToken":
|
|
5288
|
+
"metadataToken": 385876008,
|
|
5069
5289
|
"canonicalSignature": ":System.String",
|
|
5070
5290
|
"normalizedSignature": "input|:System.String|static=false|accessor=get",
|
|
5071
5291
|
"emitScope": "ClassSurface",
|
|
@@ -5084,7 +5304,7 @@
|
|
|
5084
5304
|
{
|
|
5085
5305
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::length:System.Int32",
|
|
5086
5306
|
"clrName": "length",
|
|
5087
|
-
"metadataToken":
|
|
5307
|
+
"metadataToken": 385876009,
|
|
5088
5308
|
"canonicalSignature": ":System.Int32",
|
|
5089
5309
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
5090
5310
|
"emitScope": "ClassSurface",
|
|
@@ -5103,7 +5323,7 @@
|
|
|
5103
5323
|
{
|
|
5104
5324
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::Item[System.Int32]:System.String",
|
|
5105
5325
|
"clrName": "Item",
|
|
5106
|
-
"metadataToken":
|
|
5326
|
+
"metadataToken": 385876010,
|
|
5107
5327
|
"canonicalSignature": "[System.Int32]:System.String",
|
|
5108
5328
|
"normalizedSignature": "Item|[System.Int32]:System.String|static=false|accessor=get",
|
|
5109
5329
|
"emitScope": "ClassSurface",
|
|
@@ -5122,7 +5342,7 @@
|
|
|
5122
5342
|
{
|
|
5123
5343
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::groups:System.String[]",
|
|
5124
5344
|
"clrName": "groups",
|
|
5125
|
-
"metadataToken":
|
|
5345
|
+
"metadataToken": 385876011,
|
|
5126
5346
|
"canonicalSignature": ":System.String[]",
|
|
5127
5347
|
"normalizedSignature": "groups|:System.String[]|static=false|accessor=get",
|
|
5128
5348
|
"emitScope": "ClassSurface",
|
|
@@ -5144,7 +5364,7 @@
|
|
|
5144
5364
|
"constructors": [
|
|
5145
5365
|
{
|
|
5146
5366
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.RegExpMatchResult::.ctor(System.String,System.Int32,System.String,System.String[]):void",
|
|
5147
|
-
"metadataToken":
|
|
5367
|
+
"metadataToken": 100663677,
|
|
5148
5368
|
"canonicalSignature": "(System.String,System.Int32,System.String,System.String[]):void",
|
|
5149
5369
|
"normalizedSignature": "constructor|(System.String,System.Int32,System.String,System.String[]):void|static=false",
|
|
5150
5370
|
"isStatic": false,
|
|
@@ -5190,7 +5410,7 @@
|
|
|
5190
5410
|
{
|
|
5191
5411
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::add(T):Set_1",
|
|
5192
5412
|
"clrName": "add",
|
|
5193
|
-
"metadataToken":
|
|
5413
|
+
"metadataToken": 100663687,
|
|
5194
5414
|
"canonicalSignature": "(T):Set_1",
|
|
5195
5415
|
"normalizedSignature": "add|(T):Set_1|static=false",
|
|
5196
5416
|
"emitScope": "ClassSurface",
|
|
@@ -5210,7 +5430,7 @@
|
|
|
5210
5430
|
{
|
|
5211
5431
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::has(T):System.Boolean",
|
|
5212
5432
|
"clrName": "has",
|
|
5213
|
-
"metadataToken":
|
|
5433
|
+
"metadataToken": 100663688,
|
|
5214
5434
|
"canonicalSignature": "(T):System.Boolean",
|
|
5215
5435
|
"normalizedSignature": "has|(T):System.Boolean|static=false",
|
|
5216
5436
|
"emitScope": "ClassSurface",
|
|
@@ -5230,7 +5450,7 @@
|
|
|
5230
5450
|
{
|
|
5231
5451
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::delete(T):System.Boolean",
|
|
5232
5452
|
"clrName": "delete",
|
|
5233
|
-
"metadataToken":
|
|
5453
|
+
"metadataToken": 100663689,
|
|
5234
5454
|
"canonicalSignature": "(T):System.Boolean",
|
|
5235
5455
|
"normalizedSignature": "delete|(T):System.Boolean|static=false",
|
|
5236
5456
|
"emitScope": "ClassSurface",
|
|
@@ -5250,7 +5470,7 @@
|
|
|
5250
5470
|
{
|
|
5251
5471
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::clear():System.Void",
|
|
5252
5472
|
"clrName": "clear",
|
|
5253
|
-
"metadataToken":
|
|
5473
|
+
"metadataToken": 100663690,
|
|
5254
5474
|
"canonicalSignature": "():System.Void",
|
|
5255
5475
|
"normalizedSignature": "clear|():System.Void|static=false",
|
|
5256
5476
|
"emitScope": "ClassSurface",
|
|
@@ -5270,7 +5490,7 @@
|
|
|
5270
5490
|
{
|
|
5271
5491
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::keys():IEnumerable_1",
|
|
5272
5492
|
"clrName": "keys",
|
|
5273
|
-
"metadataToken":
|
|
5493
|
+
"metadataToken": 100663691,
|
|
5274
5494
|
"canonicalSignature": "():IEnumerable_1",
|
|
5275
5495
|
"normalizedSignature": "keys|():IEnumerable_1|static=false",
|
|
5276
5496
|
"emitScope": "ClassSurface",
|
|
@@ -5290,7 +5510,7 @@
|
|
|
5290
5510
|
{
|
|
5291
5511
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::values():IEnumerable_1",
|
|
5292
5512
|
"clrName": "values",
|
|
5293
|
-
"metadataToken":
|
|
5513
|
+
"metadataToken": 100663692,
|
|
5294
5514
|
"canonicalSignature": "():IEnumerable_1",
|
|
5295
5515
|
"normalizedSignature": "values|():IEnumerable_1|static=false",
|
|
5296
5516
|
"emitScope": "ClassSurface",
|
|
@@ -5310,7 +5530,7 @@
|
|
|
5310
5530
|
{
|
|
5311
5531
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::entries():IEnumerable_1",
|
|
5312
5532
|
"clrName": "entries",
|
|
5313
|
-
"metadataToken":
|
|
5533
|
+
"metadataToken": 100663693,
|
|
5314
5534
|
"canonicalSignature": "():IEnumerable_1",
|
|
5315
5535
|
"normalizedSignature": "entries|():IEnumerable_1|static=false",
|
|
5316
5536
|
"emitScope": "ClassSurface",
|
|
@@ -5330,7 +5550,7 @@
|
|
|
5330
5550
|
{
|
|
5331
5551
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::forEach(Action_3):System.Void",
|
|
5332
5552
|
"clrName": "forEach",
|
|
5333
|
-
"metadataToken":
|
|
5553
|
+
"metadataToken": 100663694,
|
|
5334
5554
|
"canonicalSignature": "(Action_3):System.Void",
|
|
5335
5555
|
"normalizedSignature": "forEach|(Action_3):System.Void|static=false",
|
|
5336
5556
|
"emitScope": "ClassSurface",
|
|
@@ -5350,7 +5570,7 @@
|
|
|
5350
5570
|
{
|
|
5351
5571
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::forEach(Action_2):System.Void",
|
|
5352
5572
|
"clrName": "forEach",
|
|
5353
|
-
"metadataToken":
|
|
5573
|
+
"metadataToken": 100663695,
|
|
5354
5574
|
"canonicalSignature": "(Action_2):System.Void",
|
|
5355
5575
|
"normalizedSignature": "forEach|(Action_2):System.Void|static=false",
|
|
5356
5576
|
"emitScope": "ClassSurface",
|
|
@@ -5370,7 +5590,7 @@
|
|
|
5370
5590
|
{
|
|
5371
5591
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::forEach(Action_1):System.Void",
|
|
5372
5592
|
"clrName": "forEach",
|
|
5373
|
-
"metadataToken":
|
|
5593
|
+
"metadataToken": 100663696,
|
|
5374
5594
|
"canonicalSignature": "(Action_1):System.Void",
|
|
5375
5595
|
"normalizedSignature": "forEach|(Action_1):System.Void|static=false",
|
|
5376
5596
|
"emitScope": "ClassSurface",
|
|
@@ -5390,7 +5610,7 @@
|
|
|
5390
5610
|
{
|
|
5391
5611
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::difference(Set_1):Set_1",
|
|
5392
5612
|
"clrName": "difference",
|
|
5393
|
-
"metadataToken":
|
|
5613
|
+
"metadataToken": 100663697,
|
|
5394
5614
|
"canonicalSignature": "(Set_1):Set_1",
|
|
5395
5615
|
"normalizedSignature": "difference|(Set_1):Set_1|static=false",
|
|
5396
5616
|
"emitScope": "ClassSurface",
|
|
@@ -5410,7 +5630,7 @@
|
|
|
5410
5630
|
{
|
|
5411
5631
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::intersection(Set_1):Set_1",
|
|
5412
5632
|
"clrName": "intersection",
|
|
5413
|
-
"metadataToken":
|
|
5633
|
+
"metadataToken": 100663698,
|
|
5414
5634
|
"canonicalSignature": "(Set_1):Set_1",
|
|
5415
5635
|
"normalizedSignature": "intersection|(Set_1):Set_1|static=false",
|
|
5416
5636
|
"emitScope": "ClassSurface",
|
|
@@ -5430,7 +5650,7 @@
|
|
|
5430
5650
|
{
|
|
5431
5651
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::union(Set_1):Set_1",
|
|
5432
5652
|
"clrName": "union",
|
|
5433
|
-
"metadataToken":
|
|
5653
|
+
"metadataToken": 100663699,
|
|
5434
5654
|
"canonicalSignature": "(Set_1):Set_1",
|
|
5435
5655
|
"normalizedSignature": "union|(Set_1):Set_1|static=false",
|
|
5436
5656
|
"emitScope": "ClassSurface",
|
|
@@ -5450,7 +5670,7 @@
|
|
|
5450
5670
|
{
|
|
5451
5671
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::symmetricDifference(Set_1):Set_1",
|
|
5452
5672
|
"clrName": "symmetricDifference",
|
|
5453
|
-
"metadataToken":
|
|
5673
|
+
"metadataToken": 100663700,
|
|
5454
5674
|
"canonicalSignature": "(Set_1):Set_1",
|
|
5455
5675
|
"normalizedSignature": "symmetricDifference|(Set_1):Set_1|static=false",
|
|
5456
5676
|
"emitScope": "ClassSurface",
|
|
@@ -5470,7 +5690,7 @@
|
|
|
5470
5690
|
{
|
|
5471
5691
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::isSubsetOf(Set_1):System.Boolean",
|
|
5472
5692
|
"clrName": "isSubsetOf",
|
|
5473
|
-
"metadataToken":
|
|
5693
|
+
"metadataToken": 100663701,
|
|
5474
5694
|
"canonicalSignature": "(Set_1):System.Boolean",
|
|
5475
5695
|
"normalizedSignature": "isSubsetOf|(Set_1):System.Boolean|static=false",
|
|
5476
5696
|
"emitScope": "ClassSurface",
|
|
@@ -5490,7 +5710,7 @@
|
|
|
5490
5710
|
{
|
|
5491
5711
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::isSupersetOf(Set_1):System.Boolean",
|
|
5492
5712
|
"clrName": "isSupersetOf",
|
|
5493
|
-
"metadataToken":
|
|
5713
|
+
"metadataToken": 100663702,
|
|
5494
5714
|
"canonicalSignature": "(Set_1):System.Boolean",
|
|
5495
5715
|
"normalizedSignature": "isSupersetOf|(Set_1):System.Boolean|static=false",
|
|
5496
5716
|
"emitScope": "ClassSurface",
|
|
@@ -5510,7 +5730,7 @@
|
|
|
5510
5730
|
{
|
|
5511
5731
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::isDisjointFrom(Set_1):System.Boolean",
|
|
5512
5732
|
"clrName": "isDisjointFrom",
|
|
5513
|
-
"metadataToken":
|
|
5733
|
+
"metadataToken": 100663703,
|
|
5514
5734
|
"canonicalSignature": "(Set_1):System.Boolean",
|
|
5515
5735
|
"normalizedSignature": "isDisjointFrom|(Set_1):System.Boolean|static=false",
|
|
5516
5736
|
"emitScope": "ClassSurface",
|
|
@@ -5530,7 +5750,7 @@
|
|
|
5530
5750
|
{
|
|
5531
5751
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::GetEnumerator():IEnumerator_1",
|
|
5532
5752
|
"clrName": "GetEnumerator",
|
|
5533
|
-
"metadataToken":
|
|
5753
|
+
"metadataToken": 100663704,
|
|
5534
5754
|
"canonicalSignature": "():IEnumerator_1",
|
|
5535
5755
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
5536
5756
|
"emitScope": "ClassSurface",
|
|
@@ -5552,7 +5772,7 @@
|
|
|
5552
5772
|
{
|
|
5553
5773
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::size:System.Int32",
|
|
5554
5774
|
"clrName": "size",
|
|
5555
|
-
"metadataToken":
|
|
5775
|
+
"metadataToken": 385876012,
|
|
5556
5776
|
"canonicalSignature": ":System.Int32",
|
|
5557
5777
|
"normalizedSignature": "size|:System.Int32|static=false|accessor=get",
|
|
5558
5778
|
"emitScope": "ClassSurface",
|
|
@@ -5574,7 +5794,7 @@
|
|
|
5574
5794
|
"constructors": [
|
|
5575
5795
|
{
|
|
5576
5796
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::.ctor():void",
|
|
5577
|
-
"metadataToken":
|
|
5797
|
+
"metadataToken": 100663684,
|
|
5578
5798
|
"canonicalSignature": "():void",
|
|
5579
5799
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5580
5800
|
"isStatic": false,
|
|
@@ -5585,7 +5805,7 @@
|
|
|
5585
5805
|
},
|
|
5586
5806
|
{
|
|
5587
5807
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::.ctor(IEnumerable_1):void",
|
|
5588
|
-
"metadataToken":
|
|
5808
|
+
"metadataToken": 100663685,
|
|
5589
5809
|
"canonicalSignature": "(IEnumerable_1):void",
|
|
5590
5810
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
5591
5811
|
"isStatic": false,
|
|
@@ -5628,7 +5848,7 @@
|
|
|
5628
5848
|
{
|
|
5629
5849
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::at(System.Int32):System.Nullable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5630
5850
|
"clrName": "at",
|
|
5631
|
-
"metadataToken":
|
|
5851
|
+
"metadataToken": 100663764,
|
|
5632
5852
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5633
5853
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
5634
5854
|
"emitScope": "ClassSurface",
|
|
@@ -5648,7 +5868,7 @@
|
|
|
5648
5868
|
{
|
|
5649
5869
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::fill(System.UInt16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5650
5870
|
"clrName": "fill",
|
|
5651
|
-
"metadataToken":
|
|
5871
|
+
"metadataToken": 100663765,
|
|
5652
5872
|
"canonicalSignature": "(System.UInt16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5653
5873
|
"normalizedSignature": "fill|(System.UInt16,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array|static=false",
|
|
5654
5874
|
"emitScope": "ClassSurface",
|
|
@@ -5668,7 +5888,7 @@
|
|
|
5668
5888
|
{
|
|
5669
5889
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
5670
5890
|
"clrName": "set",
|
|
5671
|
-
"metadataToken":
|
|
5891
|
+
"metadataToken": 100663766,
|
|
5672
5892
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
5673
5893
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
5674
5894
|
"emitScope": "ClassSurface",
|
|
@@ -5688,7 +5908,7 @@
|
|
|
5688
5908
|
{
|
|
5689
5909
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5690
5910
|
"clrName": "subarray",
|
|
5691
|
-
"metadataToken":
|
|
5911
|
+
"metadataToken": 100663767,
|
|
5692
5912
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5693
5913
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array|static=false",
|
|
5694
5914
|
"emitScope": "ClassSurface",
|
|
@@ -5708,7 +5928,7 @@
|
|
|
5708
5928
|
{
|
|
5709
5929
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5710
5930
|
"clrName": "slice",
|
|
5711
|
-
"metadataToken":
|
|
5931
|
+
"metadataToken": 100663768,
|
|
5712
5932
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5713
5933
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array|static=false",
|
|
5714
5934
|
"emitScope": "ClassSurface",
|
|
@@ -5728,7 +5948,7 @@
|
|
|
5728
5948
|
{
|
|
5729
5949
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::indexOf(System.UInt16,System.Int32):System.Int32",
|
|
5730
5950
|
"clrName": "indexOf",
|
|
5731
|
-
"metadataToken":
|
|
5951
|
+
"metadataToken": 100663769,
|
|
5732
5952
|
"canonicalSignature": "(System.UInt16,System.Int32):System.Int32",
|
|
5733
5953
|
"normalizedSignature": "indexOf|(System.UInt16,System.Int32):System.Int32|static=false",
|
|
5734
5954
|
"emitScope": "ClassSurface",
|
|
@@ -5748,7 +5968,7 @@
|
|
|
5748
5968
|
{
|
|
5749
5969
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::includes(System.UInt16,System.Int32):System.Boolean",
|
|
5750
5970
|
"clrName": "includes",
|
|
5751
|
-
"metadataToken":
|
|
5971
|
+
"metadataToken": 100663770,
|
|
5752
5972
|
"canonicalSignature": "(System.UInt16,System.Int32):System.Boolean",
|
|
5753
5973
|
"normalizedSignature": "includes|(System.UInt16,System.Int32):System.Boolean|static=false",
|
|
5754
5974
|
"emitScope": "ClassSurface",
|
|
@@ -5768,7 +5988,7 @@
|
|
|
5768
5988
|
{
|
|
5769
5989
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::join(System.String):System.String",
|
|
5770
5990
|
"clrName": "join",
|
|
5771
|
-
"metadataToken":
|
|
5991
|
+
"metadataToken": 100663771,
|
|
5772
5992
|
"canonicalSignature": "(System.String):System.String",
|
|
5773
5993
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
5774
5994
|
"emitScope": "ClassSurface",
|
|
@@ -5788,7 +6008,7 @@
|
|
|
5788
6008
|
{
|
|
5789
6009
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::reverse():Tsonic.JSRuntime.Uint16Array",
|
|
5790
6010
|
"clrName": "reverse",
|
|
5791
|
-
"metadataToken":
|
|
6011
|
+
"metadataToken": 100663772,
|
|
5792
6012
|
"canonicalSignature": "():Tsonic.JSRuntime.Uint16Array",
|
|
5793
6013
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Uint16Array|static=false",
|
|
5794
6014
|
"emitScope": "ClassSurface",
|
|
@@ -5808,7 +6028,7 @@
|
|
|
5808
6028
|
{
|
|
5809
6029
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::sort(System.Comparison_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5810
6030
|
"clrName": "sort",
|
|
5811
|
-
"metadataToken":
|
|
6031
|
+
"metadataToken": 100663773,
|
|
5812
6032
|
"canonicalSignature": "(System.Comparison_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array",
|
|
5813
6033
|
"normalizedSignature": "sort|(System.Comparison_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint16Array|static=false",
|
|
5814
6034
|
"emitScope": "ClassSurface",
|
|
@@ -5828,7 +6048,7 @@
|
|
|
5828
6048
|
{
|
|
5829
6049
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5830
6050
|
"clrName": "GetEnumerator",
|
|
5831
|
-
"metadataToken":
|
|
6051
|
+
"metadataToken": 100663774,
|
|
5832
6052
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5833
6053
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
5834
6054
|
"emitScope": "ClassSurface",
|
|
@@ -5850,7 +6070,7 @@
|
|
|
5850
6070
|
{
|
|
5851
6071
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::BYTES_PER_ELEMENT:System.Int32",
|
|
5852
6072
|
"clrName": "BYTES_PER_ELEMENT",
|
|
5853
|
-
"metadataToken":
|
|
6073
|
+
"metadataToken": 385876013,
|
|
5854
6074
|
"canonicalSignature": ":System.Int32",
|
|
5855
6075
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
5856
6076
|
"emitScope": "ClassSurface",
|
|
@@ -5869,7 +6089,7 @@
|
|
|
5869
6089
|
{
|
|
5870
6090
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::length:System.Int32",
|
|
5871
6091
|
"clrName": "length",
|
|
5872
|
-
"metadataToken":
|
|
6092
|
+
"metadataToken": 385876014,
|
|
5873
6093
|
"canonicalSignature": ":System.Int32",
|
|
5874
6094
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
5875
6095
|
"emitScope": "ClassSurface",
|
|
@@ -5888,7 +6108,7 @@
|
|
|
5888
6108
|
{
|
|
5889
6109
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::byteLength:System.Int32",
|
|
5890
6110
|
"clrName": "byteLength",
|
|
5891
|
-
"metadataToken":
|
|
6111
|
+
"metadataToken": 385876015,
|
|
5892
6112
|
"canonicalSignature": ":System.Int32",
|
|
5893
6113
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
5894
6114
|
"emitScope": "ClassSurface",
|
|
@@ -5907,7 +6127,7 @@
|
|
|
5907
6127
|
{
|
|
5908
6128
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::Item[System.Int32]:System.UInt16",
|
|
5909
6129
|
"clrName": "Item",
|
|
5910
|
-
"metadataToken":
|
|
6130
|
+
"metadataToken": 385876016,
|
|
5911
6131
|
"canonicalSignature": "[System.Int32]:System.UInt16",
|
|
5912
6132
|
"normalizedSignature": "Item|[System.Int32]:System.UInt16|static=false|accessor=getset",
|
|
5913
6133
|
"emitScope": "ClassSurface",
|
|
@@ -5929,7 +6149,7 @@
|
|
|
5929
6149
|
"constructors": [
|
|
5930
6150
|
{
|
|
5931
6151
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::.ctor(System.Int32):void",
|
|
5932
|
-
"metadataToken":
|
|
6152
|
+
"metadataToken": 100663757,
|
|
5933
6153
|
"canonicalSignature": "(System.Int32):void",
|
|
5934
6154
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
5935
6155
|
"isStatic": false,
|
|
@@ -5940,7 +6160,7 @@
|
|
|
5940
6160
|
},
|
|
5941
6161
|
{
|
|
5942
6162
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
5943
|
-
"metadataToken":
|
|
6163
|
+
"metadataToken": 100663758,
|
|
5944
6164
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
5945
6165
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
5946
6166
|
"isStatic": false,
|
|
@@ -5951,7 +6171,7 @@
|
|
|
5951
6171
|
},
|
|
5952
6172
|
{
|
|
5953
6173
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::.ctor(System.UInt16[]):void",
|
|
5954
|
-
"metadataToken":
|
|
6174
|
+
"metadataToken": 100663759,
|
|
5955
6175
|
"canonicalSignature": "(System.UInt16[]):void",
|
|
5956
6176
|
"normalizedSignature": "constructor|(System.UInt16[]):void|static=false",
|
|
5957
6177
|
"isStatic": false,
|
|
@@ -5994,7 +6214,7 @@
|
|
|
5994
6214
|
{
|
|
5995
6215
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::at(System.Int32):System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5996
6216
|
"clrName": "at",
|
|
5997
|
-
"metadataToken":
|
|
6217
|
+
"metadataToken": 100663784,
|
|
5998
6218
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5999
6219
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6000
6220
|
"emitScope": "ClassSurface",
|
|
@@ -6014,7 +6234,7 @@
|
|
|
6014
6234
|
{
|
|
6015
6235
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::fill(System.UInt32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6016
6236
|
"clrName": "fill",
|
|
6017
|
-
"metadataToken":
|
|
6237
|
+
"metadataToken": 100663785,
|
|
6018
6238
|
"canonicalSignature": "(System.UInt32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6019
6239
|
"normalizedSignature": "fill|(System.UInt32,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array|static=false",
|
|
6020
6240
|
"emitScope": "ClassSurface",
|
|
@@ -6034,7 +6254,7 @@
|
|
|
6034
6254
|
{
|
|
6035
6255
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6036
6256
|
"clrName": "set",
|
|
6037
|
-
"metadataToken":
|
|
6257
|
+
"metadataToken": 100663786,
|
|
6038
6258
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6039
6259
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
6040
6260
|
"emitScope": "ClassSurface",
|
|
@@ -6054,7 +6274,7 @@
|
|
|
6054
6274
|
{
|
|
6055
6275
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6056
6276
|
"clrName": "subarray",
|
|
6057
|
-
"metadataToken":
|
|
6277
|
+
"metadataToken": 100663787,
|
|
6058
6278
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6059
6279
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array|static=false",
|
|
6060
6280
|
"emitScope": "ClassSurface",
|
|
@@ -6074,7 +6294,7 @@
|
|
|
6074
6294
|
{
|
|
6075
6295
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6076
6296
|
"clrName": "slice",
|
|
6077
|
-
"metadataToken":
|
|
6297
|
+
"metadataToken": 100663788,
|
|
6078
6298
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6079
6299
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array|static=false",
|
|
6080
6300
|
"emitScope": "ClassSurface",
|
|
@@ -6094,7 +6314,7 @@
|
|
|
6094
6314
|
{
|
|
6095
6315
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::indexOf(System.UInt32,System.Int32):System.Int32",
|
|
6096
6316
|
"clrName": "indexOf",
|
|
6097
|
-
"metadataToken":
|
|
6317
|
+
"metadataToken": 100663789,
|
|
6098
6318
|
"canonicalSignature": "(System.UInt32,System.Int32):System.Int32",
|
|
6099
6319
|
"normalizedSignature": "indexOf|(System.UInt32,System.Int32):System.Int32|static=false",
|
|
6100
6320
|
"emitScope": "ClassSurface",
|
|
@@ -6114,7 +6334,7 @@
|
|
|
6114
6334
|
{
|
|
6115
6335
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::includes(System.UInt32,System.Int32):System.Boolean",
|
|
6116
6336
|
"clrName": "includes",
|
|
6117
|
-
"metadataToken":
|
|
6337
|
+
"metadataToken": 100663790,
|
|
6118
6338
|
"canonicalSignature": "(System.UInt32,System.Int32):System.Boolean",
|
|
6119
6339
|
"normalizedSignature": "includes|(System.UInt32,System.Int32):System.Boolean|static=false",
|
|
6120
6340
|
"emitScope": "ClassSurface",
|
|
@@ -6134,7 +6354,7 @@
|
|
|
6134
6354
|
{
|
|
6135
6355
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::join(System.String):System.String",
|
|
6136
6356
|
"clrName": "join",
|
|
6137
|
-
"metadataToken":
|
|
6357
|
+
"metadataToken": 100663791,
|
|
6138
6358
|
"canonicalSignature": "(System.String):System.String",
|
|
6139
6359
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
6140
6360
|
"emitScope": "ClassSurface",
|
|
@@ -6154,7 +6374,7 @@
|
|
|
6154
6374
|
{
|
|
6155
6375
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::reverse():Tsonic.JSRuntime.Uint32Array",
|
|
6156
6376
|
"clrName": "reverse",
|
|
6157
|
-
"metadataToken":
|
|
6377
|
+
"metadataToken": 100663792,
|
|
6158
6378
|
"canonicalSignature": "():Tsonic.JSRuntime.Uint32Array",
|
|
6159
6379
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Uint32Array|static=false",
|
|
6160
6380
|
"emitScope": "ClassSurface",
|
|
@@ -6174,7 +6394,7 @@
|
|
|
6174
6394
|
{
|
|
6175
6395
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::sort(System.Comparison_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6176
6396
|
"clrName": "sort",
|
|
6177
|
-
"metadataToken":
|
|
6397
|
+
"metadataToken": 100663793,
|
|
6178
6398
|
"canonicalSignature": "(System.Comparison_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array",
|
|
6179
6399
|
"normalizedSignature": "sort|(System.Comparison_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint32Array|static=false",
|
|
6180
6400
|
"emitScope": "ClassSurface",
|
|
@@ -6194,7 +6414,7 @@
|
|
|
6194
6414
|
{
|
|
6195
6415
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6196
6416
|
"clrName": "GetEnumerator",
|
|
6197
|
-
"metadataToken":
|
|
6417
|
+
"metadataToken": 100663794,
|
|
6198
6418
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6199
6419
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6200
6420
|
"emitScope": "ClassSurface",
|
|
@@ -6216,7 +6436,7 @@
|
|
|
6216
6436
|
{
|
|
6217
6437
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::BYTES_PER_ELEMENT:System.Int32",
|
|
6218
6438
|
"clrName": "BYTES_PER_ELEMENT",
|
|
6219
|
-
"metadataToken":
|
|
6439
|
+
"metadataToken": 385876017,
|
|
6220
6440
|
"canonicalSignature": ":System.Int32",
|
|
6221
6441
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
6222
6442
|
"emitScope": "ClassSurface",
|
|
@@ -6235,7 +6455,7 @@
|
|
|
6235
6455
|
{
|
|
6236
6456
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::length:System.Int32",
|
|
6237
6457
|
"clrName": "length",
|
|
6238
|
-
"metadataToken":
|
|
6458
|
+
"metadataToken": 385876018,
|
|
6239
6459
|
"canonicalSignature": ":System.Int32",
|
|
6240
6460
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
6241
6461
|
"emitScope": "ClassSurface",
|
|
@@ -6254,7 +6474,7 @@
|
|
|
6254
6474
|
{
|
|
6255
6475
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::byteLength:System.Int32",
|
|
6256
6476
|
"clrName": "byteLength",
|
|
6257
|
-
"metadataToken":
|
|
6477
|
+
"metadataToken": 385876019,
|
|
6258
6478
|
"canonicalSignature": ":System.Int32",
|
|
6259
6479
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
6260
6480
|
"emitScope": "ClassSurface",
|
|
@@ -6273,7 +6493,7 @@
|
|
|
6273
6493
|
{
|
|
6274
6494
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::Item[System.Int32]:System.UInt32",
|
|
6275
6495
|
"clrName": "Item",
|
|
6276
|
-
"metadataToken":
|
|
6496
|
+
"metadataToken": 385876020,
|
|
6277
6497
|
"canonicalSignature": "[System.Int32]:System.UInt32",
|
|
6278
6498
|
"normalizedSignature": "Item|[System.Int32]:System.UInt32|static=false|accessor=getset",
|
|
6279
6499
|
"emitScope": "ClassSurface",
|
|
@@ -6295,7 +6515,7 @@
|
|
|
6295
6515
|
"constructors": [
|
|
6296
6516
|
{
|
|
6297
6517
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::.ctor(System.Int32):void",
|
|
6298
|
-
"metadataToken":
|
|
6518
|
+
"metadataToken": 100663777,
|
|
6299
6519
|
"canonicalSignature": "(System.Int32):void",
|
|
6300
6520
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
6301
6521
|
"isStatic": false,
|
|
@@ -6306,7 +6526,7 @@
|
|
|
6306
6526
|
},
|
|
6307
6527
|
{
|
|
6308
6528
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
6309
|
-
"metadataToken":
|
|
6529
|
+
"metadataToken": 100663778,
|
|
6310
6530
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
6311
6531
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
6312
6532
|
"isStatic": false,
|
|
@@ -6317,7 +6537,7 @@
|
|
|
6317
6537
|
},
|
|
6318
6538
|
{
|
|
6319
6539
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::.ctor(System.UInt32[]):void",
|
|
6320
|
-
"metadataToken":
|
|
6540
|
+
"metadataToken": 100663779,
|
|
6321
6541
|
"canonicalSignature": "(System.UInt32[]):void",
|
|
6322
6542
|
"normalizedSignature": "constructor|(System.UInt32[]):void|static=false",
|
|
6323
6543
|
"isStatic": false,
|
|
@@ -6360,7 +6580,7 @@
|
|
|
6360
6580
|
{
|
|
6361
6581
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::at(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6362
6582
|
"clrName": "at",
|
|
6363
|
-
"metadataToken":
|
|
6583
|
+
"metadataToken": 100663804,
|
|
6364
6584
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6365
6585
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6366
6586
|
"emitScope": "ClassSurface",
|
|
@@ -6380,7 +6600,7 @@
|
|
|
6380
6600
|
{
|
|
6381
6601
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::fill(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6382
6602
|
"clrName": "fill",
|
|
6383
|
-
"metadataToken":
|
|
6603
|
+
"metadataToken": 100663805,
|
|
6384
6604
|
"canonicalSignature": "(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6385
6605
|
"normalizedSignature": "fill|(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array|static=false",
|
|
6386
6606
|
"emitScope": "ClassSurface",
|
|
@@ -6400,7 +6620,7 @@
|
|
|
6400
6620
|
{
|
|
6401
6621
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6402
6622
|
"clrName": "set",
|
|
6403
|
-
"metadataToken":
|
|
6623
|
+
"metadataToken": 100663806,
|
|
6404
6624
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6405
6625
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
6406
6626
|
"emitScope": "ClassSurface",
|
|
@@ -6420,7 +6640,7 @@
|
|
|
6420
6640
|
{
|
|
6421
6641
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6422
6642
|
"clrName": "subarray",
|
|
6423
|
-
"metadataToken":
|
|
6643
|
+
"metadataToken": 100663807,
|
|
6424
6644
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6425
6645
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array|static=false",
|
|
6426
6646
|
"emitScope": "ClassSurface",
|
|
@@ -6440,7 +6660,7 @@
|
|
|
6440
6660
|
{
|
|
6441
6661
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6442
6662
|
"clrName": "slice",
|
|
6443
|
-
"metadataToken":
|
|
6663
|
+
"metadataToken": 100663808,
|
|
6444
6664
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6445
6665
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array|static=false",
|
|
6446
6666
|
"emitScope": "ClassSurface",
|
|
@@ -6460,7 +6680,7 @@
|
|
|
6460
6680
|
{
|
|
6461
6681
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::indexOf(System.Byte,System.Int32):System.Int32",
|
|
6462
6682
|
"clrName": "indexOf",
|
|
6463
|
-
"metadataToken":
|
|
6683
|
+
"metadataToken": 100663809,
|
|
6464
6684
|
"canonicalSignature": "(System.Byte,System.Int32):System.Int32",
|
|
6465
6685
|
"normalizedSignature": "indexOf|(System.Byte,System.Int32):System.Int32|static=false",
|
|
6466
6686
|
"emitScope": "ClassSurface",
|
|
@@ -6480,7 +6700,7 @@
|
|
|
6480
6700
|
{
|
|
6481
6701
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::includes(System.Byte,System.Int32):System.Boolean",
|
|
6482
6702
|
"clrName": "includes",
|
|
6483
|
-
"metadataToken":
|
|
6703
|
+
"metadataToken": 100663810,
|
|
6484
6704
|
"canonicalSignature": "(System.Byte,System.Int32):System.Boolean",
|
|
6485
6705
|
"normalizedSignature": "includes|(System.Byte,System.Int32):System.Boolean|static=false",
|
|
6486
6706
|
"emitScope": "ClassSurface",
|
|
@@ -6500,7 +6720,7 @@
|
|
|
6500
6720
|
{
|
|
6501
6721
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::join(System.String):System.String",
|
|
6502
6722
|
"clrName": "join",
|
|
6503
|
-
"metadataToken":
|
|
6723
|
+
"metadataToken": 100663811,
|
|
6504
6724
|
"canonicalSignature": "(System.String):System.String",
|
|
6505
6725
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
6506
6726
|
"emitScope": "ClassSurface",
|
|
@@ -6520,7 +6740,7 @@
|
|
|
6520
6740
|
{
|
|
6521
6741
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::reverse():Tsonic.JSRuntime.Uint8Array",
|
|
6522
6742
|
"clrName": "reverse",
|
|
6523
|
-
"metadataToken":
|
|
6743
|
+
"metadataToken": 100663812,
|
|
6524
6744
|
"canonicalSignature": "():Tsonic.JSRuntime.Uint8Array",
|
|
6525
6745
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Uint8Array|static=false",
|
|
6526
6746
|
"emitScope": "ClassSurface",
|
|
@@ -6540,7 +6760,7 @@
|
|
|
6540
6760
|
{
|
|
6541
6761
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::sort(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6542
6762
|
"clrName": "sort",
|
|
6543
|
-
"metadataToken":
|
|
6763
|
+
"metadataToken": 100663813,
|
|
6544
6764
|
"canonicalSignature": "(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array",
|
|
6545
6765
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8Array|static=false",
|
|
6546
6766
|
"emitScope": "ClassSurface",
|
|
@@ -6560,7 +6780,7 @@
|
|
|
6560
6780
|
{
|
|
6561
6781
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6562
6782
|
"clrName": "GetEnumerator",
|
|
6563
|
-
"metadataToken":
|
|
6783
|
+
"metadataToken": 100663814,
|
|
6564
6784
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6565
6785
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6566
6786
|
"emitScope": "ClassSurface",
|
|
@@ -6582,7 +6802,7 @@
|
|
|
6582
6802
|
{
|
|
6583
6803
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::BYTES_PER_ELEMENT:System.Int32",
|
|
6584
6804
|
"clrName": "BYTES_PER_ELEMENT",
|
|
6585
|
-
"metadataToken":
|
|
6805
|
+
"metadataToken": 385876021,
|
|
6586
6806
|
"canonicalSignature": ":System.Int32",
|
|
6587
6807
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
6588
6808
|
"emitScope": "ClassSurface",
|
|
@@ -6601,7 +6821,7 @@
|
|
|
6601
6821
|
{
|
|
6602
6822
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::length:System.Int32",
|
|
6603
6823
|
"clrName": "length",
|
|
6604
|
-
"metadataToken":
|
|
6824
|
+
"metadataToken": 385876022,
|
|
6605
6825
|
"canonicalSignature": ":System.Int32",
|
|
6606
6826
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
6607
6827
|
"emitScope": "ClassSurface",
|
|
@@ -6620,7 +6840,7 @@
|
|
|
6620
6840
|
{
|
|
6621
6841
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::byteLength:System.Int32",
|
|
6622
6842
|
"clrName": "byteLength",
|
|
6623
|
-
"metadataToken":
|
|
6843
|
+
"metadataToken": 385876023,
|
|
6624
6844
|
"canonicalSignature": ":System.Int32",
|
|
6625
6845
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
6626
6846
|
"emitScope": "ClassSurface",
|
|
@@ -6639,7 +6859,7 @@
|
|
|
6639
6859
|
{
|
|
6640
6860
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::Item[System.Int32]:System.Byte",
|
|
6641
6861
|
"clrName": "Item",
|
|
6642
|
-
"metadataToken":
|
|
6862
|
+
"metadataToken": 385876024,
|
|
6643
6863
|
"canonicalSignature": "[System.Int32]:System.Byte",
|
|
6644
6864
|
"normalizedSignature": "Item|[System.Int32]:System.Byte|static=false|accessor=getset",
|
|
6645
6865
|
"emitScope": "ClassSurface",
|
|
@@ -6661,7 +6881,7 @@
|
|
|
6661
6881
|
"constructors": [
|
|
6662
6882
|
{
|
|
6663
6883
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::.ctor(System.Int32):void",
|
|
6664
|
-
"metadataToken":
|
|
6884
|
+
"metadataToken": 100663797,
|
|
6665
6885
|
"canonicalSignature": "(System.Int32):void",
|
|
6666
6886
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
6667
6887
|
"isStatic": false,
|
|
@@ -6672,7 +6892,7 @@
|
|
|
6672
6892
|
},
|
|
6673
6893
|
{
|
|
6674
6894
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::.ctor(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
6675
|
-
"metadataToken":
|
|
6895
|
+
"metadataToken": 100663798,
|
|
6676
6896
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
6677
6897
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
6678
6898
|
"isStatic": false,
|
|
@@ -6683,7 +6903,7 @@
|
|
|
6683
6903
|
},
|
|
6684
6904
|
{
|
|
6685
6905
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::.ctor(System.Byte[]):void",
|
|
6686
|
-
"metadataToken":
|
|
6906
|
+
"metadataToken": 100663799,
|
|
6687
6907
|
"canonicalSignature": "(System.Byte[]):void",
|
|
6688
6908
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
6689
6909
|
"isStatic": false,
|
|
@@ -6726,7 +6946,7 @@
|
|
|
6726
6946
|
{
|
|
6727
6947
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::SetClamped(System.Int32,System.Int32):System.Void",
|
|
6728
6948
|
"clrName": "SetClamped",
|
|
6729
|
-
"metadataToken":
|
|
6949
|
+
"metadataToken": 100663824,
|
|
6730
6950
|
"canonicalSignature": "(System.Int32,System.Int32):System.Void",
|
|
6731
6951
|
"normalizedSignature": "SetClamped|(System.Int32,System.Int32):System.Void|static=false",
|
|
6732
6952
|
"emitScope": "ClassSurface",
|
|
@@ -6746,7 +6966,7 @@
|
|
|
6746
6966
|
{
|
|
6747
6967
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::at(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6748
6968
|
"clrName": "at",
|
|
6749
|
-
"metadataToken":
|
|
6969
|
+
"metadataToken": 100663825,
|
|
6750
6970
|
"canonicalSignature": "(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6751
6971
|
"normalizedSignature": "at|(System.Int32):System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6752
6972
|
"emitScope": "ClassSurface",
|
|
@@ -6766,7 +6986,7 @@
|
|
|
6766
6986
|
{
|
|
6767
6987
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::fill(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6768
6988
|
"clrName": "fill",
|
|
6769
|
-
"metadataToken":
|
|
6989
|
+
"metadataToken": 100663826,
|
|
6770
6990
|
"canonicalSignature": "(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6771
6991
|
"normalizedSignature": "fill|(System.Byte,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray|static=false",
|
|
6772
6992
|
"emitScope": "ClassSurface",
|
|
@@ -6786,7 +7006,7 @@
|
|
|
6786
7006
|
{
|
|
6787
7007
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6788
7008
|
"clrName": "set",
|
|
6789
|
-
"metadataToken":
|
|
7009
|
+
"metadataToken": 100663827,
|
|
6790
7010
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
6791
7011
|
"normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
6792
7012
|
"emitScope": "ClassSurface",
|
|
@@ -6806,7 +7026,7 @@
|
|
|
6806
7026
|
{
|
|
6807
7027
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::subarray(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6808
7028
|
"clrName": "subarray",
|
|
6809
|
-
"metadataToken":
|
|
7029
|
+
"metadataToken": 100663828,
|
|
6810
7030
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6811
7031
|
"normalizedSignature": "subarray|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray|static=false",
|
|
6812
7032
|
"emitScope": "ClassSurface",
|
|
@@ -6826,7 +7046,7 @@
|
|
|
6826
7046
|
{
|
|
6827
7047
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::slice(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6828
7048
|
"clrName": "slice",
|
|
6829
|
-
"metadataToken":
|
|
7049
|
+
"metadataToken": 100663829,
|
|
6830
7050
|
"canonicalSignature": "(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6831
7051
|
"normalizedSignature": "slice|(System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray|static=false",
|
|
6832
7052
|
"emitScope": "ClassSurface",
|
|
@@ -6846,7 +7066,7 @@
|
|
|
6846
7066
|
{
|
|
6847
7067
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::indexOf(System.Byte,System.Int32):System.Int32",
|
|
6848
7068
|
"clrName": "indexOf",
|
|
6849
|
-
"metadataToken":
|
|
7069
|
+
"metadataToken": 100663830,
|
|
6850
7070
|
"canonicalSignature": "(System.Byte,System.Int32):System.Int32",
|
|
6851
7071
|
"normalizedSignature": "indexOf|(System.Byte,System.Int32):System.Int32|static=false",
|
|
6852
7072
|
"emitScope": "ClassSurface",
|
|
@@ -6866,7 +7086,7 @@
|
|
|
6866
7086
|
{
|
|
6867
7087
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::includes(System.Byte,System.Int32):System.Boolean",
|
|
6868
7088
|
"clrName": "includes",
|
|
6869
|
-
"metadataToken":
|
|
7089
|
+
"metadataToken": 100663831,
|
|
6870
7090
|
"canonicalSignature": "(System.Byte,System.Int32):System.Boolean",
|
|
6871
7091
|
"normalizedSignature": "includes|(System.Byte,System.Int32):System.Boolean|static=false",
|
|
6872
7092
|
"emitScope": "ClassSurface",
|
|
@@ -6886,7 +7106,7 @@
|
|
|
6886
7106
|
{
|
|
6887
7107
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::join(System.String):System.String",
|
|
6888
7108
|
"clrName": "join",
|
|
6889
|
-
"metadataToken":
|
|
7109
|
+
"metadataToken": 100663832,
|
|
6890
7110
|
"canonicalSignature": "(System.String):System.String",
|
|
6891
7111
|
"normalizedSignature": "join|(System.String):System.String|static=false",
|
|
6892
7112
|
"emitScope": "ClassSurface",
|
|
@@ -6906,7 +7126,7 @@
|
|
|
6906
7126
|
{
|
|
6907
7127
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::reverse():Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6908
7128
|
"clrName": "reverse",
|
|
6909
|
-
"metadataToken":
|
|
7129
|
+
"metadataToken": 100663833,
|
|
6910
7130
|
"canonicalSignature": "():Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6911
7131
|
"normalizedSignature": "reverse|():Tsonic.JSRuntime.Uint8ClampedArray|static=false",
|
|
6912
7132
|
"emitScope": "ClassSurface",
|
|
@@ -6926,7 +7146,7 @@
|
|
|
6926
7146
|
{
|
|
6927
7147
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::sort(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6928
7148
|
"clrName": "sort",
|
|
6929
|
-
"metadataToken":
|
|
7149
|
+
"metadataToken": 100663834,
|
|
6930
7150
|
"canonicalSignature": "(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray",
|
|
6931
7151
|
"normalizedSignature": "sort|(System.Comparison_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Tsonic.JSRuntime.Uint8ClampedArray|static=false",
|
|
6932
7152
|
"emitScope": "ClassSurface",
|
|
@@ -6946,7 +7166,7 @@
|
|
|
6946
7166
|
{
|
|
6947
7167
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6948
7168
|
"clrName": "GetEnumerator",
|
|
6949
|
-
"metadataToken":
|
|
7169
|
+
"metadataToken": 100663835,
|
|
6950
7170
|
"canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6951
7171
|
"normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6952
7172
|
"emitScope": "ClassSurface",
|
|
@@ -6968,7 +7188,7 @@
|
|
|
6968
7188
|
{
|
|
6969
7189
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::BYTES_PER_ELEMENT:System.Int32",
|
|
6970
7190
|
"clrName": "BYTES_PER_ELEMENT",
|
|
6971
|
-
"metadataToken":
|
|
7191
|
+
"metadataToken": 385876025,
|
|
6972
7192
|
"canonicalSignature": ":System.Int32",
|
|
6973
7193
|
"normalizedSignature": "BYTES_PER_ELEMENT|:System.Int32|static=true|accessor=get",
|
|
6974
7194
|
"emitScope": "ClassSurface",
|
|
@@ -6987,7 +7207,7 @@
|
|
|
6987
7207
|
{
|
|
6988
7208
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::length:System.Int32",
|
|
6989
7209
|
"clrName": "length",
|
|
6990
|
-
"metadataToken":
|
|
7210
|
+
"metadataToken": 385876026,
|
|
6991
7211
|
"canonicalSignature": ":System.Int32",
|
|
6992
7212
|
"normalizedSignature": "length|:System.Int32|static=false|accessor=get",
|
|
6993
7213
|
"emitScope": "ClassSurface",
|
|
@@ -7006,7 +7226,7 @@
|
|
|
7006
7226
|
{
|
|
7007
7227
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::byteLength:System.Int32",
|
|
7008
7228
|
"clrName": "byteLength",
|
|
7009
|
-
"metadataToken":
|
|
7229
|
+
"metadataToken": 385876027,
|
|
7010
7230
|
"canonicalSignature": ":System.Int32",
|
|
7011
7231
|
"normalizedSignature": "byteLength|:System.Int32|static=false|accessor=get",
|
|
7012
7232
|
"emitScope": "ClassSurface",
|
|
@@ -7025,7 +7245,7 @@
|
|
|
7025
7245
|
{
|
|
7026
7246
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::Item[System.Int32]:System.Byte",
|
|
7027
7247
|
"clrName": "Item",
|
|
7028
|
-
"metadataToken":
|
|
7248
|
+
"metadataToken": 385876028,
|
|
7029
7249
|
"canonicalSignature": "[System.Int32]:System.Byte",
|
|
7030
7250
|
"normalizedSignature": "Item|[System.Int32]:System.Byte|static=false|accessor=getset",
|
|
7031
7251
|
"emitScope": "ClassSurface",
|
|
@@ -7047,7 +7267,7 @@
|
|
|
7047
7267
|
"constructors": [
|
|
7048
7268
|
{
|
|
7049
7269
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::.ctor(System.Int32):void",
|
|
7050
|
-
"metadataToken":
|
|
7270
|
+
"metadataToken": 100663817,
|
|
7051
7271
|
"canonicalSignature": "(System.Int32):void",
|
|
7052
7272
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
7053
7273
|
"isStatic": false,
|
|
@@ -7058,7 +7278,7 @@
|
|
|
7058
7278
|
},
|
|
7059
7279
|
{
|
|
7060
7280
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::.ctor(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
7061
|
-
"metadataToken":
|
|
7281
|
+
"metadataToken": 100663818,
|
|
7062
7282
|
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
|
|
7063
7283
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
7064
7284
|
"isStatic": false,
|
|
@@ -7069,7 +7289,7 @@
|
|
|
7069
7289
|
},
|
|
7070
7290
|
{
|
|
7071
7291
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::.ctor(System.Byte[]):void",
|
|
7072
|
-
"metadataToken":
|
|
7292
|
+
"metadataToken": 100663819,
|
|
7073
7293
|
"canonicalSignature": "(System.Byte[]):void",
|
|
7074
7294
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
7075
7295
|
"isStatic": false,
|
|
@@ -7103,7 +7323,7 @@
|
|
|
7103
7323
|
{
|
|
7104
7324
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::get(K):V",
|
|
7105
7325
|
"clrName": "get",
|
|
7106
|
-
"metadataToken":
|
|
7326
|
+
"metadataToken": 100663838,
|
|
7107
7327
|
"canonicalSignature": "(K):V",
|
|
7108
7328
|
"normalizedSignature": "get|(K):V|static=false",
|
|
7109
7329
|
"emitScope": "ClassSurface",
|
|
@@ -7123,7 +7343,7 @@
|
|
|
7123
7343
|
{
|
|
7124
7344
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::set(K,V):WeakMap_2",
|
|
7125
7345
|
"clrName": "set",
|
|
7126
|
-
"metadataToken":
|
|
7346
|
+
"metadataToken": 100663839,
|
|
7127
7347
|
"canonicalSignature": "(K,V):WeakMap_2",
|
|
7128
7348
|
"normalizedSignature": "set|(K,V):WeakMap_2|static=false",
|
|
7129
7349
|
"emitScope": "ClassSurface",
|
|
@@ -7143,7 +7363,7 @@
|
|
|
7143
7363
|
{
|
|
7144
7364
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::has(K):System.Boolean",
|
|
7145
7365
|
"clrName": "has",
|
|
7146
|
-
"metadataToken":
|
|
7366
|
+
"metadataToken": 100663840,
|
|
7147
7367
|
"canonicalSignature": "(K):System.Boolean",
|
|
7148
7368
|
"normalizedSignature": "has|(K):System.Boolean|static=false",
|
|
7149
7369
|
"emitScope": "ClassSurface",
|
|
@@ -7163,7 +7383,7 @@
|
|
|
7163
7383
|
{
|
|
7164
7384
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::delete(K):System.Boolean",
|
|
7165
7385
|
"clrName": "delete",
|
|
7166
|
-
"metadataToken":
|
|
7386
|
+
"metadataToken": 100663841,
|
|
7167
7387
|
"canonicalSignature": "(K):System.Boolean",
|
|
7168
7388
|
"normalizedSignature": "delete|(K):System.Boolean|static=false",
|
|
7169
7389
|
"emitScope": "ClassSurface",
|
|
@@ -7187,7 +7407,7 @@
|
|
|
7187
7407
|
"constructors": [
|
|
7188
7408
|
{
|
|
7189
7409
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::.ctor():void",
|
|
7190
|
-
"metadataToken":
|
|
7410
|
+
"metadataToken": 100663837,
|
|
7191
7411
|
"canonicalSignature": "():void",
|
|
7192
7412
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7193
7413
|
"isStatic": false,
|
|
@@ -7220,7 +7440,7 @@
|
|
|
7220
7440
|
{
|
|
7221
7441
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::add(T):WeakSet_1",
|
|
7222
7442
|
"clrName": "add",
|
|
7223
|
-
"metadataToken":
|
|
7443
|
+
"metadataToken": 100663843,
|
|
7224
7444
|
"canonicalSignature": "(T):WeakSet_1",
|
|
7225
7445
|
"normalizedSignature": "add|(T):WeakSet_1|static=false",
|
|
7226
7446
|
"emitScope": "ClassSurface",
|
|
@@ -7240,7 +7460,7 @@
|
|
|
7240
7460
|
{
|
|
7241
7461
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::has(T):System.Boolean",
|
|
7242
7462
|
"clrName": "has",
|
|
7243
|
-
"metadataToken":
|
|
7463
|
+
"metadataToken": 100663844,
|
|
7244
7464
|
"canonicalSignature": "(T):System.Boolean",
|
|
7245
7465
|
"normalizedSignature": "has|(T):System.Boolean|static=false",
|
|
7246
7466
|
"emitScope": "ClassSurface",
|
|
@@ -7260,7 +7480,7 @@
|
|
|
7260
7480
|
{
|
|
7261
7481
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::delete(T):System.Boolean",
|
|
7262
7482
|
"clrName": "delete",
|
|
7263
|
-
"metadataToken":
|
|
7483
|
+
"metadataToken": 100663845,
|
|
7264
7484
|
"canonicalSignature": "(T):System.Boolean",
|
|
7265
7485
|
"normalizedSignature": "delete|(T):System.Boolean|static=false",
|
|
7266
7486
|
"emitScope": "ClassSurface",
|
|
@@ -7284,7 +7504,7 @@
|
|
|
7284
7504
|
"constructors": [
|
|
7285
7505
|
{
|
|
7286
7506
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::.ctor():void",
|
|
7287
|
-
"metadataToken":
|
|
7507
|
+
"metadataToken": 100663842,
|
|
7288
7508
|
"canonicalSignature": "():void",
|
|
7289
7509
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7290
7510
|
"isStatic": false,
|
|
@@ -7714,11 +7934,11 @@
|
|
|
7714
7934
|
},
|
|
7715
7935
|
"methods": [
|
|
7716
7936
|
{
|
|
7717
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::parseInt(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
7937
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::parseInt(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double",
|
|
7718
7938
|
"clrName": "parseInt",
|
|
7719
|
-
"metadataToken":
|
|
7720
|
-
"canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
7721
|
-
"normalizedSignature": "parseInt|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
7939
|
+
"metadataToken": 100663417,
|
|
7940
|
+
"canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double",
|
|
7941
|
+
"normalizedSignature": "parseInt|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double|static=true",
|
|
7722
7942
|
"emitScope": "ClassSurface",
|
|
7723
7943
|
"provenance": "Original",
|
|
7724
7944
|
"arity": 0,
|
|
@@ -7736,7 +7956,7 @@
|
|
|
7736
7956
|
{
|
|
7737
7957
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::parseFloat(System.String):System.Double",
|
|
7738
7958
|
"clrName": "parseFloat",
|
|
7739
|
-
"metadataToken":
|
|
7959
|
+
"metadataToken": 100663418,
|
|
7740
7960
|
"canonicalSignature": "(System.String):System.Double",
|
|
7741
7961
|
"normalizedSignature": "parseFloat|(System.String):System.Double|static=true",
|
|
7742
7962
|
"emitScope": "ClassSurface",
|
|
@@ -7756,7 +7976,7 @@
|
|
|
7756
7976
|
{
|
|
7757
7977
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::isNaN(System.Double):System.Boolean",
|
|
7758
7978
|
"clrName": "isNaN",
|
|
7759
|
-
"metadataToken":
|
|
7979
|
+
"metadataToken": 100663419,
|
|
7760
7980
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
7761
7981
|
"normalizedSignature": "isNaN|(System.Double):System.Boolean|static=true",
|
|
7762
7982
|
"emitScope": "ClassSurface",
|
|
@@ -7776,7 +7996,7 @@
|
|
|
7776
7996
|
{
|
|
7777
7997
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::isFinite(System.Double):System.Boolean",
|
|
7778
7998
|
"clrName": "isFinite",
|
|
7779
|
-
"metadataToken":
|
|
7999
|
+
"metadataToken": 100663420,
|
|
7780
8000
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
7781
8001
|
"normalizedSignature": "isFinite|(System.Double):System.Boolean|static=true",
|
|
7782
8002
|
"emitScope": "ClassSurface",
|
|
@@ -7796,7 +8016,7 @@
|
|
|
7796
8016
|
{
|
|
7797
8017
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::encodeURIComponent(System.String):System.String",
|
|
7798
8018
|
"clrName": "encodeURIComponent",
|
|
7799
|
-
"metadataToken":
|
|
8019
|
+
"metadataToken": 100663424,
|
|
7800
8020
|
"canonicalSignature": "(System.String):System.String",
|
|
7801
8021
|
"normalizedSignature": "encodeURIComponent|(System.String):System.String|static=true",
|
|
7802
8022
|
"emitScope": "ClassSurface",
|
|
@@ -7816,7 +8036,7 @@
|
|
|
7816
8036
|
{
|
|
7817
8037
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::decodeURIComponent(System.String):System.String",
|
|
7818
8038
|
"clrName": "decodeURIComponent",
|
|
7819
|
-
"metadataToken":
|
|
8039
|
+
"metadataToken": 100663425,
|
|
7820
8040
|
"canonicalSignature": "(System.String):System.String",
|
|
7821
8041
|
"normalizedSignature": "decodeURIComponent|(System.String):System.String|static=true",
|
|
7822
8042
|
"emitScope": "ClassSurface",
|
|
@@ -7836,7 +8056,7 @@
|
|
|
7836
8056
|
{
|
|
7837
8057
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::encodeURI(System.String):System.String",
|
|
7838
8058
|
"clrName": "encodeURI",
|
|
7839
|
-
"metadataToken":
|
|
8059
|
+
"metadataToken": 100663426,
|
|
7840
8060
|
"canonicalSignature": "(System.String):System.String",
|
|
7841
8061
|
"normalizedSignature": "encodeURI|(System.String):System.String|static=true",
|
|
7842
8062
|
"emitScope": "ClassSurface",
|
|
@@ -7856,7 +8076,7 @@
|
|
|
7856
8076
|
{
|
|
7857
8077
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::decodeURI(System.String):System.String",
|
|
7858
8078
|
"clrName": "decodeURI",
|
|
7859
|
-
"metadataToken":
|
|
8079
|
+
"metadataToken": 100663427,
|
|
7860
8080
|
"canonicalSignature": "(System.String):System.String",
|
|
7861
8081
|
"normalizedSignature": "decodeURI|(System.String):System.String|static=true",
|
|
7862
8082
|
"emitScope": "ClassSurface",
|
|
@@ -7876,7 +8096,7 @@
|
|
|
7876
8096
|
{
|
|
7877
8097
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Number(System.Object):System.Double",
|
|
7878
8098
|
"clrName": "Number",
|
|
7879
|
-
"metadataToken":
|
|
8099
|
+
"metadataToken": 100663428,
|
|
7880
8100
|
"canonicalSignature": "(System.Object):System.Double",
|
|
7881
8101
|
"normalizedSignature": "Number|(System.Object):System.Double|static=true",
|
|
7882
8102
|
"emitScope": "ClassSurface",
|
|
@@ -7896,7 +8116,7 @@
|
|
|
7896
8116
|
{
|
|
7897
8117
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::String(System.Object):System.String",
|
|
7898
8118
|
"clrName": "String",
|
|
7899
|
-
"metadataToken":
|
|
8119
|
+
"metadataToken": 100663429,
|
|
7900
8120
|
"canonicalSignature": "(System.Object):System.String",
|
|
7901
8121
|
"normalizedSignature": "String|(System.Object):System.String|static=true",
|
|
7902
8122
|
"emitScope": "ClassSurface",
|
|
@@ -7916,7 +8136,7 @@
|
|
|
7916
8136
|
{
|
|
7917
8137
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Boolean(System.Object):System.Boolean",
|
|
7918
8138
|
"clrName": "Boolean",
|
|
7919
|
-
"metadataToken":
|
|
8139
|
+
"metadataToken": 100663430,
|
|
7920
8140
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
7921
8141
|
"normalizedSignature": "Boolean|(System.Object):System.Boolean|static=true",
|
|
7922
8142
|
"emitScope": "ClassSurface",
|
|
@@ -7977,8 +8197,8 @@
|
|
|
7977
8197
|
"constructors": []
|
|
7978
8198
|
},
|
|
7979
8199
|
{
|
|
7980
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
7981
|
-
"clrName": "Tsonic.JSRuntime.
|
|
8200
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics",
|
|
8201
|
+
"clrName": "Tsonic.JSRuntime.JSArrayStatics",
|
|
7982
8202
|
"assemblyName": "Tsonic.JSRuntime",
|
|
7983
8203
|
"metadataToken": 0,
|
|
7984
8204
|
"kind": "StaticNamespace",
|
|
@@ -7993,14 +8213,14 @@
|
|
|
7993
8213
|
},
|
|
7994
8214
|
"methods": [
|
|
7995
8215
|
{
|
|
7996
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
7997
|
-
"clrName": "
|
|
7998
|
-
"metadataToken":
|
|
7999
|
-
"canonicalSignature": "(System.
|
|
8000
|
-
"normalizedSignature": "
|
|
8216
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::isArray(System.Object):System.Boolean",
|
|
8217
|
+
"clrName": "isArray",
|
|
8218
|
+
"metadataToken": 100663571,
|
|
8219
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
8220
|
+
"normalizedSignature": "isArray|(System.Object):System.Boolean|static=true",
|
|
8001
8221
|
"emitScope": "ClassSurface",
|
|
8002
8222
|
"provenance": "Original",
|
|
8003
|
-
"arity":
|
|
8223
|
+
"arity": 0,
|
|
8004
8224
|
"parameterCount": 1,
|
|
8005
8225
|
"isStatic": true,
|
|
8006
8226
|
"isAbstract": false,
|
|
@@ -8008,19 +8228,19 @@
|
|
|
8008
8228
|
"isOverride": false,
|
|
8009
8229
|
"isSealed": false,
|
|
8010
8230
|
"visibility": "Public",
|
|
8011
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8231
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8012
8232
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8013
8233
|
"isExtensionMethod": false
|
|
8014
8234
|
},
|
|
8015
8235
|
{
|
|
8016
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8017
|
-
"clrName": "
|
|
8018
|
-
"metadataToken":
|
|
8019
|
-
"canonicalSignature": "(
|
|
8020
|
-
"normalizedSignature": "
|
|
8236
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(IEnumerable_1):T[]",
|
|
8237
|
+
"clrName": "from",
|
|
8238
|
+
"metadataToken": 100663572,
|
|
8239
|
+
"canonicalSignature": "(IEnumerable_1):T[]",
|
|
8240
|
+
"normalizedSignature": "from|(IEnumerable_1):T[]|static=true",
|
|
8021
8241
|
"emitScope": "ClassSurface",
|
|
8022
8242
|
"provenance": "Original",
|
|
8023
|
-
"arity":
|
|
8243
|
+
"arity": 1,
|
|
8024
8244
|
"parameterCount": 1,
|
|
8025
8245
|
"isStatic": true,
|
|
8026
8246
|
"isAbstract": false,
|
|
@@ -8028,38 +8248,16 @@
|
|
|
8028
8248
|
"isOverride": false,
|
|
8029
8249
|
"isSealed": false,
|
|
8030
8250
|
"visibility": "Public",
|
|
8031
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8251
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8032
8252
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8033
8253
|
"isExtensionMethod": false
|
|
8034
|
-
}
|
|
8035
|
-
],
|
|
8036
|
-
"properties": [],
|
|
8037
|
-
"fields": [],
|
|
8038
|
-
"events": [],
|
|
8039
|
-
"constructors": []
|
|
8040
|
-
},
|
|
8041
|
-
{
|
|
8042
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math",
|
|
8043
|
-
"clrName": "Tsonic.JSRuntime.Math",
|
|
8044
|
-
"assemblyName": "Tsonic.JSRuntime",
|
|
8045
|
-
"metadataToken": 0,
|
|
8046
|
-
"kind": "StaticNamespace",
|
|
8047
|
-
"accessibility": "Public",
|
|
8048
|
-
"isAbstract": true,
|
|
8049
|
-
"isSealed": true,
|
|
8050
|
-
"isStatic": true,
|
|
8051
|
-
"arity": 0,
|
|
8052
|
-
"baseType": {
|
|
8053
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
8054
|
-
"clrName": "System.Object"
|
|
8055
|
-
},
|
|
8056
|
-
"methods": [
|
|
8254
|
+
},
|
|
8057
8255
|
{
|
|
8058
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8059
|
-
"clrName": "
|
|
8060
|
-
"metadataToken":
|
|
8061
|
-
"canonicalSignature": "(System.
|
|
8062
|
-
"normalizedSignature": "
|
|
8256
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(System.String):System.String[]",
|
|
8257
|
+
"clrName": "from",
|
|
8258
|
+
"metadataToken": 100663573,
|
|
8259
|
+
"canonicalSignature": "(System.String):System.String[]",
|
|
8260
|
+
"normalizedSignature": "from|(System.String):System.String[]|static=true",
|
|
8063
8261
|
"emitScope": "ClassSurface",
|
|
8064
8262
|
"provenance": "Original",
|
|
8065
8263
|
"arity": 0,
|
|
@@ -8070,99 +8268,303 @@
|
|
|
8070
8268
|
"isOverride": false,
|
|
8071
8269
|
"isSealed": false,
|
|
8072
8270
|
"visibility": "Public",
|
|
8073
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8271
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8074
8272
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8075
8273
|
"isExtensionMethod": false
|
|
8076
8274
|
},
|
|
8077
8275
|
{
|
|
8078
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8079
|
-
"clrName": "
|
|
8080
|
-
"metadataToken":
|
|
8081
|
-
"canonicalSignature": "(
|
|
8082
|
-
"normalizedSignature": "
|
|
8276
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(IEnumerable_1,Func_3):TResult[]",
|
|
8277
|
+
"clrName": "from",
|
|
8278
|
+
"metadataToken": 100663574,
|
|
8279
|
+
"canonicalSignature": "(IEnumerable_1,Func_3):TResult[]",
|
|
8280
|
+
"normalizedSignature": "from|(IEnumerable_1,Func_3):TResult[]|static=true",
|
|
8083
8281
|
"emitScope": "ClassSurface",
|
|
8084
8282
|
"provenance": "Original",
|
|
8085
|
-
"arity":
|
|
8086
|
-
"parameterCount":
|
|
8283
|
+
"arity": 2,
|
|
8284
|
+
"parameterCount": 2,
|
|
8087
8285
|
"isStatic": true,
|
|
8088
8286
|
"isAbstract": false,
|
|
8089
8287
|
"isVirtual": false,
|
|
8090
8288
|
"isOverride": false,
|
|
8091
8289
|
"isSealed": false,
|
|
8092
8290
|
"visibility": "Public",
|
|
8093
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8291
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8094
8292
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8095
8293
|
"isExtensionMethod": false
|
|
8096
8294
|
},
|
|
8097
8295
|
{
|
|
8098
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8099
|
-
"clrName": "
|
|
8100
|
-
"metadataToken":
|
|
8101
|
-
"canonicalSignature": "(
|
|
8102
|
-
"normalizedSignature": "
|
|
8296
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(IEnumerable_1,Func_2):TResult[]",
|
|
8297
|
+
"clrName": "from",
|
|
8298
|
+
"metadataToken": 100663575,
|
|
8299
|
+
"canonicalSignature": "(IEnumerable_1,Func_2):TResult[]",
|
|
8300
|
+
"normalizedSignature": "from|(IEnumerable_1,Func_2):TResult[]|static=true",
|
|
8103
8301
|
"emitScope": "ClassSurface",
|
|
8104
8302
|
"provenance": "Original",
|
|
8105
|
-
"arity":
|
|
8106
|
-
"parameterCount":
|
|
8303
|
+
"arity": 2,
|
|
8304
|
+
"parameterCount": 2,
|
|
8107
8305
|
"isStatic": true,
|
|
8108
8306
|
"isAbstract": false,
|
|
8109
8307
|
"isVirtual": false,
|
|
8110
8308
|
"isOverride": false,
|
|
8111
8309
|
"isSealed": false,
|
|
8112
8310
|
"visibility": "Public",
|
|
8113
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8311
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8114
8312
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8115
8313
|
"isExtensionMethod": false
|
|
8116
8314
|
},
|
|
8117
8315
|
{
|
|
8118
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8119
|
-
"clrName": "
|
|
8120
|
-
"metadataToken":
|
|
8121
|
-
"canonicalSignature": "(System.
|
|
8122
|
-
"normalizedSignature": "
|
|
8316
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(System.String,Func_3):TResult[]",
|
|
8317
|
+
"clrName": "from",
|
|
8318
|
+
"metadataToken": 100663576,
|
|
8319
|
+
"canonicalSignature": "(System.String,Func_3):TResult[]",
|
|
8320
|
+
"normalizedSignature": "from|(System.String,Func_3):TResult[]|static=true",
|
|
8123
8321
|
"emitScope": "ClassSurface",
|
|
8124
8322
|
"provenance": "Original",
|
|
8125
|
-
"arity":
|
|
8126
|
-
"parameterCount":
|
|
8323
|
+
"arity": 1,
|
|
8324
|
+
"parameterCount": 2,
|
|
8127
8325
|
"isStatic": true,
|
|
8128
8326
|
"isAbstract": false,
|
|
8129
8327
|
"isVirtual": false,
|
|
8130
8328
|
"isOverride": false,
|
|
8131
8329
|
"isSealed": false,
|
|
8132
8330
|
"visibility": "Public",
|
|
8133
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8331
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8134
8332
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8135
8333
|
"isExtensionMethod": false
|
|
8136
8334
|
},
|
|
8137
8335
|
{
|
|
8138
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8139
|
-
"clrName": "
|
|
8140
|
-
"metadataToken":
|
|
8141
|
-
"canonicalSignature": "(System.
|
|
8142
|
-
"normalizedSignature": "
|
|
8336
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::from(System.String,Func_2):TResult[]",
|
|
8337
|
+
"clrName": "from",
|
|
8338
|
+
"metadataToken": 100663577,
|
|
8339
|
+
"canonicalSignature": "(System.String,Func_2):TResult[]",
|
|
8340
|
+
"normalizedSignature": "from|(System.String,Func_2):TResult[]|static=true",
|
|
8143
8341
|
"emitScope": "ClassSurface",
|
|
8144
8342
|
"provenance": "Original",
|
|
8145
|
-
"arity":
|
|
8146
|
-
"parameterCount":
|
|
8343
|
+
"arity": 1,
|
|
8344
|
+
"parameterCount": 2,
|
|
8147
8345
|
"isStatic": true,
|
|
8148
8346
|
"isAbstract": false,
|
|
8149
8347
|
"isVirtual": false,
|
|
8150
8348
|
"isOverride": false,
|
|
8151
8349
|
"isSealed": false,
|
|
8152
8350
|
"visibility": "Public",
|
|
8153
|
-
"declaringClrType": "Tsonic.JSRuntime.
|
|
8351
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8154
8352
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8155
8353
|
"isExtensionMethod": false
|
|
8156
8354
|
},
|
|
8157
8355
|
{
|
|
8158
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.
|
|
8159
|
-
"clrName": "
|
|
8160
|
-
"metadataToken":
|
|
8161
|
-
"canonicalSignature": "(
|
|
8162
|
-
"normalizedSignature": "
|
|
8356
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArrayStatics::of(T[]):T[]",
|
|
8357
|
+
"clrName": "of",
|
|
8358
|
+
"metadataToken": 100663578,
|
|
8359
|
+
"canonicalSignature": "(T[]):T[]",
|
|
8360
|
+
"normalizedSignature": "of|(T[]):T[]|static=true",
|
|
8163
8361
|
"emitScope": "ClassSurface",
|
|
8164
8362
|
"provenance": "Original",
|
|
8165
|
-
"arity":
|
|
8363
|
+
"arity": 1,
|
|
8364
|
+
"parameterCount": 1,
|
|
8365
|
+
"isStatic": true,
|
|
8366
|
+
"isAbstract": false,
|
|
8367
|
+
"isVirtual": false,
|
|
8368
|
+
"isOverride": false,
|
|
8369
|
+
"isSealed": false,
|
|
8370
|
+
"visibility": "Public",
|
|
8371
|
+
"declaringClrType": "Tsonic.JSRuntime.JSArrayStatics",
|
|
8372
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8373
|
+
"isExtensionMethod": false
|
|
8374
|
+
}
|
|
8375
|
+
],
|
|
8376
|
+
"properties": [],
|
|
8377
|
+
"fields": [],
|
|
8378
|
+
"events": [],
|
|
8379
|
+
"constructors": []
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSON",
|
|
8383
|
+
"clrName": "Tsonic.JSRuntime.JSON",
|
|
8384
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
8385
|
+
"metadataToken": 0,
|
|
8386
|
+
"kind": "StaticNamespace",
|
|
8387
|
+
"accessibility": "Public",
|
|
8388
|
+
"isAbstract": true,
|
|
8389
|
+
"isSealed": true,
|
|
8390
|
+
"isStatic": true,
|
|
8391
|
+
"arity": 0,
|
|
8392
|
+
"baseType": {
|
|
8393
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
8394
|
+
"clrName": "System.Object"
|
|
8395
|
+
},
|
|
8396
|
+
"methods": [
|
|
8397
|
+
{
|
|
8398
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSON::parse(System.String):T",
|
|
8399
|
+
"clrName": "parse",
|
|
8400
|
+
"metadataToken": 100663579,
|
|
8401
|
+
"canonicalSignature": "(System.String):T",
|
|
8402
|
+
"normalizedSignature": "parse|(System.String):T|static=true",
|
|
8403
|
+
"emitScope": "ClassSurface",
|
|
8404
|
+
"provenance": "Original",
|
|
8405
|
+
"arity": 1,
|
|
8406
|
+
"parameterCount": 1,
|
|
8407
|
+
"isStatic": true,
|
|
8408
|
+
"isAbstract": false,
|
|
8409
|
+
"isVirtual": false,
|
|
8410
|
+
"isOverride": false,
|
|
8411
|
+
"isSealed": false,
|
|
8412
|
+
"visibility": "Public",
|
|
8413
|
+
"declaringClrType": "Tsonic.JSRuntime.JSON",
|
|
8414
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8415
|
+
"isExtensionMethod": false
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSON::stringify(System.Object):System.String",
|
|
8419
|
+
"clrName": "stringify",
|
|
8420
|
+
"metadataToken": 100663583,
|
|
8421
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
8422
|
+
"normalizedSignature": "stringify|(System.Object):System.String|static=true",
|
|
8423
|
+
"emitScope": "ClassSurface",
|
|
8424
|
+
"provenance": "Original",
|
|
8425
|
+
"arity": 0,
|
|
8426
|
+
"parameterCount": 1,
|
|
8427
|
+
"isStatic": true,
|
|
8428
|
+
"isAbstract": false,
|
|
8429
|
+
"isVirtual": false,
|
|
8430
|
+
"isOverride": false,
|
|
8431
|
+
"isSealed": false,
|
|
8432
|
+
"visibility": "Public",
|
|
8433
|
+
"declaringClrType": "Tsonic.JSRuntime.JSON",
|
|
8434
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8435
|
+
"isExtensionMethod": false
|
|
8436
|
+
}
|
|
8437
|
+
],
|
|
8438
|
+
"properties": [],
|
|
8439
|
+
"fields": [],
|
|
8440
|
+
"events": [],
|
|
8441
|
+
"constructors": []
|
|
8442
|
+
},
|
|
8443
|
+
{
|
|
8444
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math",
|
|
8445
|
+
"clrName": "Tsonic.JSRuntime.Math",
|
|
8446
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
8447
|
+
"metadataToken": 0,
|
|
8448
|
+
"kind": "StaticNamespace",
|
|
8449
|
+
"accessibility": "Public",
|
|
8450
|
+
"isAbstract": true,
|
|
8451
|
+
"isSealed": true,
|
|
8452
|
+
"isStatic": true,
|
|
8453
|
+
"arity": 0,
|
|
8454
|
+
"baseType": {
|
|
8455
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
8456
|
+
"clrName": "System.Object"
|
|
8457
|
+
},
|
|
8458
|
+
"methods": [
|
|
8459
|
+
{
|
|
8460
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::abs(System.Double):System.Double",
|
|
8461
|
+
"clrName": "abs",
|
|
8462
|
+
"metadataToken": 100663605,
|
|
8463
|
+
"canonicalSignature": "(System.Double):System.Double",
|
|
8464
|
+
"normalizedSignature": "abs|(System.Double):System.Double|static=true",
|
|
8465
|
+
"emitScope": "ClassSurface",
|
|
8466
|
+
"provenance": "Original",
|
|
8467
|
+
"arity": 0,
|
|
8468
|
+
"parameterCount": 1,
|
|
8469
|
+
"isStatic": true,
|
|
8470
|
+
"isAbstract": false,
|
|
8471
|
+
"isVirtual": false,
|
|
8472
|
+
"isOverride": false,
|
|
8473
|
+
"isSealed": false,
|
|
8474
|
+
"visibility": "Public",
|
|
8475
|
+
"declaringClrType": "Tsonic.JSRuntime.Math",
|
|
8476
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8477
|
+
"isExtensionMethod": false
|
|
8478
|
+
},
|
|
8479
|
+
{
|
|
8480
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::ceil(System.Double):System.Int64",
|
|
8481
|
+
"clrName": "ceil",
|
|
8482
|
+
"metadataToken": 100663606,
|
|
8483
|
+
"canonicalSignature": "(System.Double):System.Int64",
|
|
8484
|
+
"normalizedSignature": "ceil|(System.Double):System.Int64|static=true",
|
|
8485
|
+
"emitScope": "ClassSurface",
|
|
8486
|
+
"provenance": "Original",
|
|
8487
|
+
"arity": 0,
|
|
8488
|
+
"parameterCount": 1,
|
|
8489
|
+
"isStatic": true,
|
|
8490
|
+
"isAbstract": false,
|
|
8491
|
+
"isVirtual": false,
|
|
8492
|
+
"isOverride": false,
|
|
8493
|
+
"isSealed": false,
|
|
8494
|
+
"visibility": "Public",
|
|
8495
|
+
"declaringClrType": "Tsonic.JSRuntime.Math",
|
|
8496
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8497
|
+
"isExtensionMethod": false
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::floor(System.Double):System.Int64",
|
|
8501
|
+
"clrName": "floor",
|
|
8502
|
+
"metadataToken": 100663607,
|
|
8503
|
+
"canonicalSignature": "(System.Double):System.Int64",
|
|
8504
|
+
"normalizedSignature": "floor|(System.Double):System.Int64|static=true",
|
|
8505
|
+
"emitScope": "ClassSurface",
|
|
8506
|
+
"provenance": "Original",
|
|
8507
|
+
"arity": 0,
|
|
8508
|
+
"parameterCount": 1,
|
|
8509
|
+
"isStatic": true,
|
|
8510
|
+
"isAbstract": false,
|
|
8511
|
+
"isVirtual": false,
|
|
8512
|
+
"isOverride": false,
|
|
8513
|
+
"isSealed": false,
|
|
8514
|
+
"visibility": "Public",
|
|
8515
|
+
"declaringClrType": "Tsonic.JSRuntime.Math",
|
|
8516
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8517
|
+
"isExtensionMethod": false
|
|
8518
|
+
},
|
|
8519
|
+
{
|
|
8520
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::round(System.Double):System.Int64",
|
|
8521
|
+
"clrName": "round",
|
|
8522
|
+
"metadataToken": 100663608,
|
|
8523
|
+
"canonicalSignature": "(System.Double):System.Int64",
|
|
8524
|
+
"normalizedSignature": "round|(System.Double):System.Int64|static=true",
|
|
8525
|
+
"emitScope": "ClassSurface",
|
|
8526
|
+
"provenance": "Original",
|
|
8527
|
+
"arity": 0,
|
|
8528
|
+
"parameterCount": 1,
|
|
8529
|
+
"isStatic": true,
|
|
8530
|
+
"isAbstract": false,
|
|
8531
|
+
"isVirtual": false,
|
|
8532
|
+
"isOverride": false,
|
|
8533
|
+
"isSealed": false,
|
|
8534
|
+
"visibility": "Public",
|
|
8535
|
+
"declaringClrType": "Tsonic.JSRuntime.Math",
|
|
8536
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8537
|
+
"isExtensionMethod": false
|
|
8538
|
+
},
|
|
8539
|
+
{
|
|
8540
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::sqrt(System.Double):System.Double",
|
|
8541
|
+
"clrName": "sqrt",
|
|
8542
|
+
"metadataToken": 100663609,
|
|
8543
|
+
"canonicalSignature": "(System.Double):System.Double",
|
|
8544
|
+
"normalizedSignature": "sqrt|(System.Double):System.Double|static=true",
|
|
8545
|
+
"emitScope": "ClassSurface",
|
|
8546
|
+
"provenance": "Original",
|
|
8547
|
+
"arity": 0,
|
|
8548
|
+
"parameterCount": 1,
|
|
8549
|
+
"isStatic": true,
|
|
8550
|
+
"isAbstract": false,
|
|
8551
|
+
"isVirtual": false,
|
|
8552
|
+
"isOverride": false,
|
|
8553
|
+
"isSealed": false,
|
|
8554
|
+
"visibility": "Public",
|
|
8555
|
+
"declaringClrType": "Tsonic.JSRuntime.Math",
|
|
8556
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
8557
|
+
"isExtensionMethod": false
|
|
8558
|
+
},
|
|
8559
|
+
{
|
|
8560
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::pow(System.Double,System.Double):System.Double",
|
|
8561
|
+
"clrName": "pow",
|
|
8562
|
+
"metadataToken": 100663610,
|
|
8563
|
+
"canonicalSignature": "(System.Double,System.Double):System.Double",
|
|
8564
|
+
"normalizedSignature": "pow|(System.Double,System.Double):System.Double|static=true",
|
|
8565
|
+
"emitScope": "ClassSurface",
|
|
8566
|
+
"provenance": "Original",
|
|
8567
|
+
"arity": 0,
|
|
8166
8568
|
"parameterCount": 2,
|
|
8167
8569
|
"isStatic": true,
|
|
8168
8570
|
"isAbstract": false,
|
|
@@ -8177,7 +8579,7 @@
|
|
|
8177
8579
|
{
|
|
8178
8580
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::max(System.Double[]):System.Double",
|
|
8179
8581
|
"clrName": "max",
|
|
8180
|
-
"metadataToken":
|
|
8582
|
+
"metadataToken": 100663611,
|
|
8181
8583
|
"canonicalSignature": "(System.Double[]):System.Double",
|
|
8182
8584
|
"normalizedSignature": "max|(System.Double[]):System.Double|static=true",
|
|
8183
8585
|
"emitScope": "ClassSurface",
|
|
@@ -8197,7 +8599,7 @@
|
|
|
8197
8599
|
{
|
|
8198
8600
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::min(System.Double[]):System.Double",
|
|
8199
8601
|
"clrName": "min",
|
|
8200
|
-
"metadataToken":
|
|
8602
|
+
"metadataToken": 100663612,
|
|
8201
8603
|
"canonicalSignature": "(System.Double[]):System.Double",
|
|
8202
8604
|
"normalizedSignature": "min|(System.Double[]):System.Double|static=true",
|
|
8203
8605
|
"emitScope": "ClassSurface",
|
|
@@ -8217,7 +8619,7 @@
|
|
|
8217
8619
|
{
|
|
8218
8620
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::sin(System.Double):System.Double",
|
|
8219
8621
|
"clrName": "sin",
|
|
8220
|
-
"metadataToken":
|
|
8622
|
+
"metadataToken": 100663613,
|
|
8221
8623
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8222
8624
|
"normalizedSignature": "sin|(System.Double):System.Double|static=true",
|
|
8223
8625
|
"emitScope": "ClassSurface",
|
|
@@ -8237,7 +8639,7 @@
|
|
|
8237
8639
|
{
|
|
8238
8640
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::cos(System.Double):System.Double",
|
|
8239
8641
|
"clrName": "cos",
|
|
8240
|
-
"metadataToken":
|
|
8642
|
+
"metadataToken": 100663614,
|
|
8241
8643
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8242
8644
|
"normalizedSignature": "cos|(System.Double):System.Double|static=true",
|
|
8243
8645
|
"emitScope": "ClassSurface",
|
|
@@ -8257,7 +8659,7 @@
|
|
|
8257
8659
|
{
|
|
8258
8660
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::tan(System.Double):System.Double",
|
|
8259
8661
|
"clrName": "tan",
|
|
8260
|
-
"metadataToken":
|
|
8662
|
+
"metadataToken": 100663615,
|
|
8261
8663
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8262
8664
|
"normalizedSignature": "tan|(System.Double):System.Double|static=true",
|
|
8263
8665
|
"emitScope": "ClassSurface",
|
|
@@ -8277,7 +8679,7 @@
|
|
|
8277
8679
|
{
|
|
8278
8680
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::asin(System.Double):System.Double",
|
|
8279
8681
|
"clrName": "asin",
|
|
8280
|
-
"metadataToken":
|
|
8682
|
+
"metadataToken": 100663616,
|
|
8281
8683
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8282
8684
|
"normalizedSignature": "asin|(System.Double):System.Double|static=true",
|
|
8283
8685
|
"emitScope": "ClassSurface",
|
|
@@ -8297,7 +8699,7 @@
|
|
|
8297
8699
|
{
|
|
8298
8700
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::acos(System.Double):System.Double",
|
|
8299
8701
|
"clrName": "acos",
|
|
8300
|
-
"metadataToken":
|
|
8702
|
+
"metadataToken": 100663617,
|
|
8301
8703
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8302
8704
|
"normalizedSignature": "acos|(System.Double):System.Double|static=true",
|
|
8303
8705
|
"emitScope": "ClassSurface",
|
|
@@ -8317,7 +8719,7 @@
|
|
|
8317
8719
|
{
|
|
8318
8720
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::atan(System.Double):System.Double",
|
|
8319
8721
|
"clrName": "atan",
|
|
8320
|
-
"metadataToken":
|
|
8722
|
+
"metadataToken": 100663618,
|
|
8321
8723
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8322
8724
|
"normalizedSignature": "atan|(System.Double):System.Double|static=true",
|
|
8323
8725
|
"emitScope": "ClassSurface",
|
|
@@ -8337,7 +8739,7 @@
|
|
|
8337
8739
|
{
|
|
8338
8740
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::atan2(System.Double,System.Double):System.Double",
|
|
8339
8741
|
"clrName": "atan2",
|
|
8340
|
-
"metadataToken":
|
|
8742
|
+
"metadataToken": 100663619,
|
|
8341
8743
|
"canonicalSignature": "(System.Double,System.Double):System.Double",
|
|
8342
8744
|
"normalizedSignature": "atan2|(System.Double,System.Double):System.Double|static=true",
|
|
8343
8745
|
"emitScope": "ClassSurface",
|
|
@@ -8357,7 +8759,7 @@
|
|
|
8357
8759
|
{
|
|
8358
8760
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::exp(System.Double):System.Double",
|
|
8359
8761
|
"clrName": "exp",
|
|
8360
|
-
"metadataToken":
|
|
8762
|
+
"metadataToken": 100663620,
|
|
8361
8763
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8362
8764
|
"normalizedSignature": "exp|(System.Double):System.Double|static=true",
|
|
8363
8765
|
"emitScope": "ClassSurface",
|
|
@@ -8377,7 +8779,7 @@
|
|
|
8377
8779
|
{
|
|
8378
8780
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::log(System.Double):System.Double",
|
|
8379
8781
|
"clrName": "log",
|
|
8380
|
-
"metadataToken":
|
|
8782
|
+
"metadataToken": 100663621,
|
|
8381
8783
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8382
8784
|
"normalizedSignature": "log|(System.Double):System.Double|static=true",
|
|
8383
8785
|
"emitScope": "ClassSurface",
|
|
@@ -8397,7 +8799,7 @@
|
|
|
8397
8799
|
{
|
|
8398
8800
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::log10(System.Double):System.Double",
|
|
8399
8801
|
"clrName": "log10",
|
|
8400
|
-
"metadataToken":
|
|
8802
|
+
"metadataToken": 100663622,
|
|
8401
8803
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8402
8804
|
"normalizedSignature": "log10|(System.Double):System.Double|static=true",
|
|
8403
8805
|
"emitScope": "ClassSurface",
|
|
@@ -8417,7 +8819,7 @@
|
|
|
8417
8819
|
{
|
|
8418
8820
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::log2(System.Double):System.Double",
|
|
8419
8821
|
"clrName": "log2",
|
|
8420
|
-
"metadataToken":
|
|
8822
|
+
"metadataToken": 100663623,
|
|
8421
8823
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8422
8824
|
"normalizedSignature": "log2|(System.Double):System.Double|static=true",
|
|
8423
8825
|
"emitScope": "ClassSurface",
|
|
@@ -8437,7 +8839,7 @@
|
|
|
8437
8839
|
{
|
|
8438
8840
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::random():System.Double",
|
|
8439
8841
|
"clrName": "random",
|
|
8440
|
-
"metadataToken":
|
|
8842
|
+
"metadataToken": 100663624,
|
|
8441
8843
|
"canonicalSignature": "():System.Double",
|
|
8442
8844
|
"normalizedSignature": "random|():System.Double|static=true",
|
|
8443
8845
|
"emitScope": "ClassSurface",
|
|
@@ -8457,7 +8859,7 @@
|
|
|
8457
8859
|
{
|
|
8458
8860
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::sign(System.Double):System.Int32",
|
|
8459
8861
|
"clrName": "sign",
|
|
8460
|
-
"metadataToken":
|
|
8862
|
+
"metadataToken": 100663625,
|
|
8461
8863
|
"canonicalSignature": "(System.Double):System.Int32",
|
|
8462
8864
|
"normalizedSignature": "sign|(System.Double):System.Int32|static=true",
|
|
8463
8865
|
"emitScope": "ClassSurface",
|
|
@@ -8477,7 +8879,7 @@
|
|
|
8477
8879
|
{
|
|
8478
8880
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::trunc(System.Double):System.Int64",
|
|
8479
8881
|
"clrName": "trunc",
|
|
8480
|
-
"metadataToken":
|
|
8882
|
+
"metadataToken": 100663626,
|
|
8481
8883
|
"canonicalSignature": "(System.Double):System.Int64",
|
|
8482
8884
|
"normalizedSignature": "trunc|(System.Double):System.Int64|static=true",
|
|
8483
8885
|
"emitScope": "ClassSurface",
|
|
@@ -8497,7 +8899,7 @@
|
|
|
8497
8899
|
{
|
|
8498
8900
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::sinh(System.Double):System.Double",
|
|
8499
8901
|
"clrName": "sinh",
|
|
8500
|
-
"metadataToken":
|
|
8902
|
+
"metadataToken": 100663627,
|
|
8501
8903
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8502
8904
|
"normalizedSignature": "sinh|(System.Double):System.Double|static=true",
|
|
8503
8905
|
"emitScope": "ClassSurface",
|
|
@@ -8517,7 +8919,7 @@
|
|
|
8517
8919
|
{
|
|
8518
8920
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::cosh(System.Double):System.Double",
|
|
8519
8921
|
"clrName": "cosh",
|
|
8520
|
-
"metadataToken":
|
|
8922
|
+
"metadataToken": 100663628,
|
|
8521
8923
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8522
8924
|
"normalizedSignature": "cosh|(System.Double):System.Double|static=true",
|
|
8523
8925
|
"emitScope": "ClassSurface",
|
|
@@ -8537,7 +8939,7 @@
|
|
|
8537
8939
|
{
|
|
8538
8940
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::tanh(System.Double):System.Double",
|
|
8539
8941
|
"clrName": "tanh",
|
|
8540
|
-
"metadataToken":
|
|
8942
|
+
"metadataToken": 100663629,
|
|
8541
8943
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8542
8944
|
"normalizedSignature": "tanh|(System.Double):System.Double|static=true",
|
|
8543
8945
|
"emitScope": "ClassSurface",
|
|
@@ -8557,7 +8959,7 @@
|
|
|
8557
8959
|
{
|
|
8558
8960
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::asinh(System.Double):System.Double",
|
|
8559
8961
|
"clrName": "asinh",
|
|
8560
|
-
"metadataToken":
|
|
8962
|
+
"metadataToken": 100663630,
|
|
8561
8963
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8562
8964
|
"normalizedSignature": "asinh|(System.Double):System.Double|static=true",
|
|
8563
8965
|
"emitScope": "ClassSurface",
|
|
@@ -8577,7 +8979,7 @@
|
|
|
8577
8979
|
{
|
|
8578
8980
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::acosh(System.Double):System.Double",
|
|
8579
8981
|
"clrName": "acosh",
|
|
8580
|
-
"metadataToken":
|
|
8982
|
+
"metadataToken": 100663631,
|
|
8581
8983
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8582
8984
|
"normalizedSignature": "acosh|(System.Double):System.Double|static=true",
|
|
8583
8985
|
"emitScope": "ClassSurface",
|
|
@@ -8597,7 +8999,7 @@
|
|
|
8597
8999
|
{
|
|
8598
9000
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::atanh(System.Double):System.Double",
|
|
8599
9001
|
"clrName": "atanh",
|
|
8600
|
-
"metadataToken":
|
|
9002
|
+
"metadataToken": 100663632,
|
|
8601
9003
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8602
9004
|
"normalizedSignature": "atanh|(System.Double):System.Double|static=true",
|
|
8603
9005
|
"emitScope": "ClassSurface",
|
|
@@ -8617,7 +9019,7 @@
|
|
|
8617
9019
|
{
|
|
8618
9020
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::cbrt(System.Double):System.Double",
|
|
8619
9021
|
"clrName": "cbrt",
|
|
8620
|
-
"metadataToken":
|
|
9022
|
+
"metadataToken": 100663633,
|
|
8621
9023
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8622
9024
|
"normalizedSignature": "cbrt|(System.Double):System.Double|static=true",
|
|
8623
9025
|
"emitScope": "ClassSurface",
|
|
@@ -8637,7 +9039,7 @@
|
|
|
8637
9039
|
{
|
|
8638
9040
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::hypot(System.Double[]):System.Double",
|
|
8639
9041
|
"clrName": "hypot",
|
|
8640
|
-
"metadataToken":
|
|
9042
|
+
"metadataToken": 100663634,
|
|
8641
9043
|
"canonicalSignature": "(System.Double[]):System.Double",
|
|
8642
9044
|
"normalizedSignature": "hypot|(System.Double[]):System.Double|static=true",
|
|
8643
9045
|
"emitScope": "ClassSurface",
|
|
@@ -8657,7 +9059,7 @@
|
|
|
8657
9059
|
{
|
|
8658
9060
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::expm1(System.Double):System.Double",
|
|
8659
9061
|
"clrName": "expm1",
|
|
8660
|
-
"metadataToken":
|
|
9062
|
+
"metadataToken": 100663635,
|
|
8661
9063
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8662
9064
|
"normalizedSignature": "expm1|(System.Double):System.Double|static=true",
|
|
8663
9065
|
"emitScope": "ClassSurface",
|
|
@@ -8677,7 +9079,7 @@
|
|
|
8677
9079
|
{
|
|
8678
9080
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::log1p(System.Double):System.Double",
|
|
8679
9081
|
"clrName": "log1p",
|
|
8680
|
-
"metadataToken":
|
|
9082
|
+
"metadataToken": 100663636,
|
|
8681
9083
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8682
9084
|
"normalizedSignature": "log1p|(System.Double):System.Double|static=true",
|
|
8683
9085
|
"emitScope": "ClassSurface",
|
|
@@ -8697,7 +9099,7 @@
|
|
|
8697
9099
|
{
|
|
8698
9100
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::fround(System.Double):System.Double",
|
|
8699
9101
|
"clrName": "fround",
|
|
8700
|
-
"metadataToken":
|
|
9102
|
+
"metadataToken": 100663637,
|
|
8701
9103
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8702
9104
|
"normalizedSignature": "fround|(System.Double):System.Double|static=true",
|
|
8703
9105
|
"emitScope": "ClassSurface",
|
|
@@ -8717,7 +9119,7 @@
|
|
|
8717
9119
|
{
|
|
8718
9120
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::imul(System.Int32,System.Int32):System.Int32",
|
|
8719
9121
|
"clrName": "imul",
|
|
8720
|
-
"metadataToken":
|
|
9122
|
+
"metadataToken": 100663638,
|
|
8721
9123
|
"canonicalSignature": "(System.Int32,System.Int32):System.Int32",
|
|
8722
9124
|
"normalizedSignature": "imul|(System.Int32,System.Int32):System.Int32|static=true",
|
|
8723
9125
|
"emitScope": "ClassSurface",
|
|
@@ -8737,7 +9139,7 @@
|
|
|
8737
9139
|
{
|
|
8738
9140
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::clz32(System.Int32):System.Int32",
|
|
8739
9141
|
"clrName": "clz32",
|
|
8740
|
-
"metadataToken":
|
|
9142
|
+
"metadataToken": 100663639,
|
|
8741
9143
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
8742
9144
|
"normalizedSignature": "clz32|(System.Int32):System.Int32|static=true",
|
|
8743
9145
|
"emitScope": "ClassSurface",
|
|
@@ -8757,7 +9159,7 @@
|
|
|
8757
9159
|
{
|
|
8758
9160
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Math::f16round(System.Double):System.Double",
|
|
8759
9161
|
"clrName": "f16round",
|
|
8760
|
-
"metadataToken":
|
|
9162
|
+
"metadataToken": 100663640,
|
|
8761
9163
|
"canonicalSignature": "(System.Double):System.Double",
|
|
8762
9164
|
"normalizedSignature": "f16round|(System.Double):System.Double|static=true",
|
|
8763
9165
|
"emitScope": "ClassSurface",
|
|
@@ -8894,11 +9296,11 @@
|
|
|
8894
9296
|
},
|
|
8895
9297
|
"methods": [
|
|
8896
9298
|
{
|
|
8897
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::parseInt(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
9299
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::parseInt(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double",
|
|
8898
9300
|
"clrName": "parseInt",
|
|
8899
|
-
"metadataToken":
|
|
8900
|
-
"canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
8901
|
-
"normalizedSignature": "parseInt|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.
|
|
9301
|
+
"metadataToken": 100663642,
|
|
9302
|
+
"canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double",
|
|
9303
|
+
"normalizedSignature": "parseInt|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Double|static=true",
|
|
8902
9304
|
"emitScope": "ClassSurface",
|
|
8903
9305
|
"provenance": "Original",
|
|
8904
9306
|
"arity": 0,
|
|
@@ -8916,7 +9318,7 @@
|
|
|
8916
9318
|
{
|
|
8917
9319
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::parseFloat(System.String):System.Double",
|
|
8918
9320
|
"clrName": "parseFloat",
|
|
8919
|
-
"metadataToken":
|
|
9321
|
+
"metadataToken": 100663643,
|
|
8920
9322
|
"canonicalSignature": "(System.String):System.Double",
|
|
8921
9323
|
"normalizedSignature": "parseFloat|(System.String):System.Double|static=true",
|
|
8922
9324
|
"emitScope": "ClassSurface",
|
|
@@ -8936,7 +9338,7 @@
|
|
|
8936
9338
|
{
|
|
8937
9339
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::isNaN(System.Double):System.Boolean",
|
|
8938
9340
|
"clrName": "isNaN",
|
|
8939
|
-
"metadataToken":
|
|
9341
|
+
"metadataToken": 100663644,
|
|
8940
9342
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
8941
9343
|
"normalizedSignature": "isNaN|(System.Double):System.Boolean|static=true",
|
|
8942
9344
|
"emitScope": "ClassSurface",
|
|
@@ -8956,7 +9358,7 @@
|
|
|
8956
9358
|
{
|
|
8957
9359
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::isFinite(System.Double):System.Boolean",
|
|
8958
9360
|
"clrName": "isFinite",
|
|
8959
|
-
"metadataToken":
|
|
9361
|
+
"metadataToken": 100663645,
|
|
8960
9362
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
8961
9363
|
"normalizedSignature": "isFinite|(System.Double):System.Boolean|static=true",
|
|
8962
9364
|
"emitScope": "ClassSurface",
|
|
@@ -8976,7 +9378,7 @@
|
|
|
8976
9378
|
{
|
|
8977
9379
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::isInteger(System.Double):System.Boolean",
|
|
8978
9380
|
"clrName": "isInteger",
|
|
8979
|
-
"metadataToken":
|
|
9381
|
+
"metadataToken": 100663646,
|
|
8980
9382
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
8981
9383
|
"normalizedSignature": "isInteger|(System.Double):System.Boolean|static=true",
|
|
8982
9384
|
"emitScope": "ClassSurface",
|
|
@@ -8996,7 +9398,7 @@
|
|
|
8996
9398
|
{
|
|
8997
9399
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::isSafeInteger(System.Double):System.Boolean",
|
|
8998
9400
|
"clrName": "isSafeInteger",
|
|
8999
|
-
"metadataToken":
|
|
9401
|
+
"metadataToken": 100663647,
|
|
9000
9402
|
"canonicalSignature": "(System.Double):System.Boolean",
|
|
9001
9403
|
"normalizedSignature": "isSafeInteger|(System.Double):System.Boolean|static=true",
|
|
9002
9404
|
"emitScope": "ClassSurface",
|
|
@@ -9012,6 +9414,46 @@
|
|
|
9012
9414
|
"declaringClrType": "Tsonic.JSRuntime.Number",
|
|
9013
9415
|
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9014
9416
|
"isExtensionMethod": false
|
|
9417
|
+
},
|
|
9418
|
+
{
|
|
9419
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::toString(System.Double):System.String",
|
|
9420
|
+
"clrName": "toString",
|
|
9421
|
+
"metadataToken": 100663648,
|
|
9422
|
+
"canonicalSignature": "(System.Double):System.String",
|
|
9423
|
+
"normalizedSignature": "toString|(System.Double):System.String|static=true",
|
|
9424
|
+
"emitScope": "ClassSurface",
|
|
9425
|
+
"provenance": "Original",
|
|
9426
|
+
"arity": 0,
|
|
9427
|
+
"parameterCount": 1,
|
|
9428
|
+
"isStatic": true,
|
|
9429
|
+
"isAbstract": false,
|
|
9430
|
+
"isVirtual": false,
|
|
9431
|
+
"isOverride": false,
|
|
9432
|
+
"isSealed": false,
|
|
9433
|
+
"visibility": "Public",
|
|
9434
|
+
"declaringClrType": "Tsonic.JSRuntime.Number",
|
|
9435
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9436
|
+
"isExtensionMethod": true
|
|
9437
|
+
},
|
|
9438
|
+
{
|
|
9439
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Number::valueOf(System.Double):System.Double",
|
|
9440
|
+
"clrName": "valueOf",
|
|
9441
|
+
"metadataToken": 100663649,
|
|
9442
|
+
"canonicalSignature": "(System.Double):System.Double",
|
|
9443
|
+
"normalizedSignature": "valueOf|(System.Double):System.Double|static=true",
|
|
9444
|
+
"emitScope": "ClassSurface",
|
|
9445
|
+
"provenance": "Original",
|
|
9446
|
+
"arity": 0,
|
|
9447
|
+
"parameterCount": 1,
|
|
9448
|
+
"isStatic": true,
|
|
9449
|
+
"isAbstract": false,
|
|
9450
|
+
"isVirtual": false,
|
|
9451
|
+
"isOverride": false,
|
|
9452
|
+
"isSealed": false,
|
|
9453
|
+
"visibility": "Public",
|
|
9454
|
+
"declaringClrType": "Tsonic.JSRuntime.Number",
|
|
9455
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9456
|
+
"isExtensionMethod": true
|
|
9015
9457
|
}
|
|
9016
9458
|
],
|
|
9017
9459
|
"properties": [],
|
|
@@ -9116,6 +9558,150 @@
|
|
|
9116
9558
|
"events": [],
|
|
9117
9559
|
"constructors": []
|
|
9118
9560
|
},
|
|
9561
|
+
{
|
|
9562
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Object",
|
|
9563
|
+
"clrName": "Tsonic.JSRuntime.Object",
|
|
9564
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
9565
|
+
"metadataToken": 0,
|
|
9566
|
+
"kind": "StaticNamespace",
|
|
9567
|
+
"accessibility": "Public",
|
|
9568
|
+
"isAbstract": true,
|
|
9569
|
+
"isSealed": true,
|
|
9570
|
+
"isStatic": true,
|
|
9571
|
+
"arity": 0,
|
|
9572
|
+
"baseType": {
|
|
9573
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
9574
|
+
"clrName": "System.Object"
|
|
9575
|
+
},
|
|
9576
|
+
"methods": [
|
|
9577
|
+
{
|
|
9578
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Object::keys(System.Object):System.String[]",
|
|
9579
|
+
"clrName": "keys",
|
|
9580
|
+
"metadataToken": 100663651,
|
|
9581
|
+
"canonicalSignature": "(System.Object):System.String[]",
|
|
9582
|
+
"normalizedSignature": "keys|(System.Object):System.String[]|static=true",
|
|
9583
|
+
"emitScope": "ClassSurface",
|
|
9584
|
+
"provenance": "Original",
|
|
9585
|
+
"arity": 0,
|
|
9586
|
+
"parameterCount": 1,
|
|
9587
|
+
"isStatic": true,
|
|
9588
|
+
"isAbstract": false,
|
|
9589
|
+
"isVirtual": false,
|
|
9590
|
+
"isOverride": false,
|
|
9591
|
+
"isSealed": false,
|
|
9592
|
+
"visibility": "Public",
|
|
9593
|
+
"declaringClrType": "Tsonic.JSRuntime.Object",
|
|
9594
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9595
|
+
"isExtensionMethod": false
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Object::values(System.Object):System.Object[]",
|
|
9599
|
+
"clrName": "values",
|
|
9600
|
+
"metadataToken": 100663652,
|
|
9601
|
+
"canonicalSignature": "(System.Object):System.Object[]",
|
|
9602
|
+
"normalizedSignature": "values|(System.Object):System.Object[]|static=true",
|
|
9603
|
+
"emitScope": "ClassSurface",
|
|
9604
|
+
"provenance": "Original",
|
|
9605
|
+
"arity": 0,
|
|
9606
|
+
"parameterCount": 1,
|
|
9607
|
+
"isStatic": true,
|
|
9608
|
+
"isAbstract": false,
|
|
9609
|
+
"isVirtual": false,
|
|
9610
|
+
"isOverride": false,
|
|
9611
|
+
"isSealed": false,
|
|
9612
|
+
"visibility": "Public",
|
|
9613
|
+
"declaringClrType": "Tsonic.JSRuntime.Object",
|
|
9614
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9615
|
+
"isExtensionMethod": false
|
|
9616
|
+
},
|
|
9617
|
+
{
|
|
9618
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Object::entries(System.Object):System.ValueTuple_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]][]",
|
|
9619
|
+
"clrName": "entries",
|
|
9620
|
+
"metadataToken": 100663653,
|
|
9621
|
+
"canonicalSignature": "(System.Object):System.ValueTuple_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]][]",
|
|
9622
|
+
"normalizedSignature": "entries|(System.Object):System.ValueTuple_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]][]|static=true",
|
|
9623
|
+
"emitScope": "ClassSurface",
|
|
9624
|
+
"provenance": "Original",
|
|
9625
|
+
"arity": 0,
|
|
9626
|
+
"parameterCount": 1,
|
|
9627
|
+
"isStatic": true,
|
|
9628
|
+
"isAbstract": false,
|
|
9629
|
+
"isVirtual": false,
|
|
9630
|
+
"isOverride": false,
|
|
9631
|
+
"isSealed": false,
|
|
9632
|
+
"visibility": "Public",
|
|
9633
|
+
"declaringClrType": "Tsonic.JSRuntime.Object",
|
|
9634
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9635
|
+
"isExtensionMethod": false
|
|
9636
|
+
}
|
|
9637
|
+
],
|
|
9638
|
+
"properties": [],
|
|
9639
|
+
"fields": [],
|
|
9640
|
+
"events": [],
|
|
9641
|
+
"constructors": []
|
|
9642
|
+
},
|
|
9643
|
+
{
|
|
9644
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.ProcessKeepAlive",
|
|
9645
|
+
"clrName": "Tsonic.JSRuntime.ProcessKeepAlive",
|
|
9646
|
+
"assemblyName": "Tsonic.JSRuntime",
|
|
9647
|
+
"metadataToken": 0,
|
|
9648
|
+
"kind": "StaticNamespace",
|
|
9649
|
+
"accessibility": "Public",
|
|
9650
|
+
"isAbstract": true,
|
|
9651
|
+
"isSealed": true,
|
|
9652
|
+
"isStatic": true,
|
|
9653
|
+
"arity": 0,
|
|
9654
|
+
"baseType": {
|
|
9655
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
9656
|
+
"clrName": "System.Object"
|
|
9657
|
+
},
|
|
9658
|
+
"methods": [
|
|
9659
|
+
{
|
|
9660
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.ProcessKeepAlive::Acquire():System.Void",
|
|
9661
|
+
"clrName": "Acquire",
|
|
9662
|
+
"metadataToken": 100663654,
|
|
9663
|
+
"canonicalSignature": "():System.Void",
|
|
9664
|
+
"normalizedSignature": "Acquire|():System.Void|static=true",
|
|
9665
|
+
"emitScope": "ClassSurface",
|
|
9666
|
+
"provenance": "Original",
|
|
9667
|
+
"arity": 0,
|
|
9668
|
+
"parameterCount": 0,
|
|
9669
|
+
"isStatic": true,
|
|
9670
|
+
"isAbstract": false,
|
|
9671
|
+
"isVirtual": false,
|
|
9672
|
+
"isOverride": false,
|
|
9673
|
+
"isSealed": false,
|
|
9674
|
+
"visibility": "Public",
|
|
9675
|
+
"declaringClrType": "Tsonic.JSRuntime.ProcessKeepAlive",
|
|
9676
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9677
|
+
"isExtensionMethod": false
|
|
9678
|
+
},
|
|
9679
|
+
{
|
|
9680
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.ProcessKeepAlive::Release():System.Void",
|
|
9681
|
+
"clrName": "Release",
|
|
9682
|
+
"metadataToken": 100663655,
|
|
9683
|
+
"canonicalSignature": "():System.Void",
|
|
9684
|
+
"normalizedSignature": "Release|():System.Void|static=true",
|
|
9685
|
+
"emitScope": "ClassSurface",
|
|
9686
|
+
"provenance": "Original",
|
|
9687
|
+
"arity": 0,
|
|
9688
|
+
"parameterCount": 0,
|
|
9689
|
+
"isStatic": true,
|
|
9690
|
+
"isAbstract": false,
|
|
9691
|
+
"isVirtual": false,
|
|
9692
|
+
"isOverride": false,
|
|
9693
|
+
"isSealed": false,
|
|
9694
|
+
"visibility": "Public",
|
|
9695
|
+
"declaringClrType": "Tsonic.JSRuntime.ProcessKeepAlive",
|
|
9696
|
+
"declaringAssemblyName": "Tsonic.JSRuntime",
|
|
9697
|
+
"isExtensionMethod": false
|
|
9698
|
+
}
|
|
9699
|
+
],
|
|
9700
|
+
"properties": [],
|
|
9701
|
+
"fields": [],
|
|
9702
|
+
"events": [],
|
|
9703
|
+
"constructors": []
|
|
9704
|
+
},
|
|
9119
9705
|
{
|
|
9120
9706
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String",
|
|
9121
9707
|
"clrName": "Tsonic.JSRuntime.String",
|
|
@@ -9135,7 +9721,7 @@
|
|
|
9135
9721
|
{
|
|
9136
9722
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toUpperCase(System.String):System.String",
|
|
9137
9723
|
"clrName": "toUpperCase",
|
|
9138
|
-
"metadataToken":
|
|
9724
|
+
"metadataToken": 100663706,
|
|
9139
9725
|
"canonicalSignature": "(System.String):System.String",
|
|
9140
9726
|
"normalizedSignature": "toUpperCase|(System.String):System.String|static=true",
|
|
9141
9727
|
"emitScope": "ClassSurface",
|
|
@@ -9155,7 +9741,7 @@
|
|
|
9155
9741
|
{
|
|
9156
9742
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toLowerCase(System.String):System.String",
|
|
9157
9743
|
"clrName": "toLowerCase",
|
|
9158
|
-
"metadataToken":
|
|
9744
|
+
"metadataToken": 100663707,
|
|
9159
9745
|
"canonicalSignature": "(System.String):System.String",
|
|
9160
9746
|
"normalizedSignature": "toLowerCase|(System.String):System.String|static=true",
|
|
9161
9747
|
"emitScope": "ClassSurface",
|
|
@@ -9175,7 +9761,7 @@
|
|
|
9175
9761
|
{
|
|
9176
9762
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::trim(System.String):System.String",
|
|
9177
9763
|
"clrName": "trim",
|
|
9178
|
-
"metadataToken":
|
|
9764
|
+
"metadataToken": 100663708,
|
|
9179
9765
|
"canonicalSignature": "(System.String):System.String",
|
|
9180
9766
|
"normalizedSignature": "trim|(System.String):System.String|static=true",
|
|
9181
9767
|
"emitScope": "ClassSurface",
|
|
@@ -9195,7 +9781,7 @@
|
|
|
9195
9781
|
{
|
|
9196
9782
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::trimStart(System.String):System.String",
|
|
9197
9783
|
"clrName": "trimStart",
|
|
9198
|
-
"metadataToken":
|
|
9784
|
+
"metadataToken": 100663709,
|
|
9199
9785
|
"canonicalSignature": "(System.String):System.String",
|
|
9200
9786
|
"normalizedSignature": "trimStart|(System.String):System.String|static=true",
|
|
9201
9787
|
"emitScope": "ClassSurface",
|
|
@@ -9215,7 +9801,7 @@
|
|
|
9215
9801
|
{
|
|
9216
9802
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::trimEnd(System.String):System.String",
|
|
9217
9803
|
"clrName": "trimEnd",
|
|
9218
|
-
"metadataToken":
|
|
9804
|
+
"metadataToken": 100663710,
|
|
9219
9805
|
"canonicalSignature": "(System.String):System.String",
|
|
9220
9806
|
"normalizedSignature": "trimEnd|(System.String):System.String|static=true",
|
|
9221
9807
|
"emitScope": "ClassSurface",
|
|
@@ -9235,7 +9821,7 @@
|
|
|
9235
9821
|
{
|
|
9236
9822
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::substring(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9237
9823
|
"clrName": "substring",
|
|
9238
|
-
"metadataToken":
|
|
9824
|
+
"metadataToken": 100663711,
|
|
9239
9825
|
"canonicalSignature": "(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9240
9826
|
"normalizedSignature": "substring|(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=true",
|
|
9241
9827
|
"emitScope": "ClassSurface",
|
|
@@ -9255,7 +9841,7 @@
|
|
|
9255
9841
|
{
|
|
9256
9842
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::slice(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9257
9843
|
"clrName": "slice",
|
|
9258
|
-
"metadataToken":
|
|
9844
|
+
"metadataToken": 100663712,
|
|
9259
9845
|
"canonicalSignature": "(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9260
9846
|
"normalizedSignature": "slice|(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=true",
|
|
9261
9847
|
"emitScope": "ClassSurface",
|
|
@@ -9275,7 +9861,7 @@
|
|
|
9275
9861
|
{
|
|
9276
9862
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::indexOf(System.String,System.String,System.Int32):System.Int32",
|
|
9277
9863
|
"clrName": "indexOf",
|
|
9278
|
-
"metadataToken":
|
|
9864
|
+
"metadataToken": 100663713,
|
|
9279
9865
|
"canonicalSignature": "(System.String,System.String,System.Int32):System.Int32",
|
|
9280
9866
|
"normalizedSignature": "indexOf|(System.String,System.String,System.Int32):System.Int32|static=true",
|
|
9281
9867
|
"emitScope": "ClassSurface",
|
|
@@ -9295,7 +9881,7 @@
|
|
|
9295
9881
|
{
|
|
9296
9882
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::lastIndexOf(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
9297
9883
|
"clrName": "lastIndexOf",
|
|
9298
|
-
"metadataToken":
|
|
9884
|
+
"metadataToken": 100663714,
|
|
9299
9885
|
"canonicalSignature": "(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
|
|
9300
9886
|
"normalizedSignature": "lastIndexOf|(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=true",
|
|
9301
9887
|
"emitScope": "ClassSurface",
|
|
@@ -9315,7 +9901,7 @@
|
|
|
9315
9901
|
{
|
|
9316
9902
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::startsWith(System.String,System.String):System.Boolean",
|
|
9317
9903
|
"clrName": "startsWith",
|
|
9318
|
-
"metadataToken":
|
|
9904
|
+
"metadataToken": 100663715,
|
|
9319
9905
|
"canonicalSignature": "(System.String,System.String):System.Boolean",
|
|
9320
9906
|
"normalizedSignature": "startsWith|(System.String,System.String):System.Boolean|static=true",
|
|
9321
9907
|
"emitScope": "ClassSurface",
|
|
@@ -9335,7 +9921,7 @@
|
|
|
9335
9921
|
{
|
|
9336
9922
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::endsWith(System.String,System.String):System.Boolean",
|
|
9337
9923
|
"clrName": "endsWith",
|
|
9338
|
-
"metadataToken":
|
|
9924
|
+
"metadataToken": 100663716,
|
|
9339
9925
|
"canonicalSignature": "(System.String,System.String):System.Boolean",
|
|
9340
9926
|
"normalizedSignature": "endsWith|(System.String,System.String):System.Boolean|static=true",
|
|
9341
9927
|
"emitScope": "ClassSurface",
|
|
@@ -9355,7 +9941,7 @@
|
|
|
9355
9941
|
{
|
|
9356
9942
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::includes(System.String,System.String):System.Boolean",
|
|
9357
9943
|
"clrName": "includes",
|
|
9358
|
-
"metadataToken":
|
|
9944
|
+
"metadataToken": 100663717,
|
|
9359
9945
|
"canonicalSignature": "(System.String,System.String):System.Boolean",
|
|
9360
9946
|
"normalizedSignature": "includes|(System.String,System.String):System.Boolean|static=true",
|
|
9361
9947
|
"emitScope": "ClassSurface",
|
|
@@ -9375,7 +9961,7 @@
|
|
|
9375
9961
|
{
|
|
9376
9962
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::replace(System.String,System.String,System.String):System.String",
|
|
9377
9963
|
"clrName": "replace",
|
|
9378
|
-
"metadataToken":
|
|
9964
|
+
"metadataToken": 100663718,
|
|
9379
9965
|
"canonicalSignature": "(System.String,System.String,System.String):System.String",
|
|
9380
9966
|
"normalizedSignature": "replace|(System.String,System.String,System.String):System.String|static=true",
|
|
9381
9967
|
"emitScope": "ClassSurface",
|
|
@@ -9395,7 +9981,7 @@
|
|
|
9395
9981
|
{
|
|
9396
9982
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::repeat(System.String,System.Int32):System.String",
|
|
9397
9983
|
"clrName": "repeat",
|
|
9398
|
-
"metadataToken":
|
|
9984
|
+
"metadataToken": 100663719,
|
|
9399
9985
|
"canonicalSignature": "(System.String,System.Int32):System.String",
|
|
9400
9986
|
"normalizedSignature": "repeat|(System.String,System.Int32):System.String|static=true",
|
|
9401
9987
|
"emitScope": "ClassSurface",
|
|
@@ -9415,7 +10001,7 @@
|
|
|
9415
10001
|
{
|
|
9416
10002
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::padStart(System.String,System.Int32,System.String):System.String",
|
|
9417
10003
|
"clrName": "padStart",
|
|
9418
|
-
"metadataToken":
|
|
10004
|
+
"metadataToken": 100663720,
|
|
9419
10005
|
"canonicalSignature": "(System.String,System.Int32,System.String):System.String",
|
|
9420
10006
|
"normalizedSignature": "padStart|(System.String,System.Int32,System.String):System.String|static=true",
|
|
9421
10007
|
"emitScope": "ClassSurface",
|
|
@@ -9435,7 +10021,7 @@
|
|
|
9435
10021
|
{
|
|
9436
10022
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::padEnd(System.String,System.Int32,System.String):System.String",
|
|
9437
10023
|
"clrName": "padEnd",
|
|
9438
|
-
"metadataToken":
|
|
10024
|
+
"metadataToken": 100663721,
|
|
9439
10025
|
"canonicalSignature": "(System.String,System.Int32,System.String):System.String",
|
|
9440
10026
|
"normalizedSignature": "padEnd|(System.String,System.Int32,System.String):System.String|static=true",
|
|
9441
10027
|
"emitScope": "ClassSurface",
|
|
@@ -9455,7 +10041,7 @@
|
|
|
9455
10041
|
{
|
|
9456
10042
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::charAt(System.String,System.Int32):System.String",
|
|
9457
10043
|
"clrName": "charAt",
|
|
9458
|
-
"metadataToken":
|
|
10044
|
+
"metadataToken": 100663722,
|
|
9459
10045
|
"canonicalSignature": "(System.String,System.Int32):System.String",
|
|
9460
10046
|
"normalizedSignature": "charAt|(System.String,System.Int32):System.String|static=true",
|
|
9461
10047
|
"emitScope": "ClassSurface",
|
|
@@ -9475,7 +10061,7 @@
|
|
|
9475
10061
|
{
|
|
9476
10062
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::charCodeAt(System.String,System.Int32):System.Int32",
|
|
9477
10063
|
"clrName": "charCodeAt",
|
|
9478
|
-
"metadataToken":
|
|
10064
|
+
"metadataToken": 100663723,
|
|
9479
10065
|
"canonicalSignature": "(System.String,System.Int32):System.Int32",
|
|
9480
10066
|
"normalizedSignature": "charCodeAt|(System.String,System.Int32):System.Int32|static=true",
|
|
9481
10067
|
"emitScope": "ClassSurface",
|
|
@@ -9495,7 +10081,7 @@
|
|
|
9495
10081
|
{
|
|
9496
10082
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::split(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9497
10083
|
"clrName": "split",
|
|
9498
|
-
"metadataToken":
|
|
10084
|
+
"metadataToken": 100663724,
|
|
9499
10085
|
"canonicalSignature": "(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9500
10086
|
"normalizedSignature": "split|(System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
9501
10087
|
"emitScope": "ClassSurface",
|
|
@@ -9515,7 +10101,7 @@
|
|
|
9515
10101
|
{
|
|
9516
10102
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::length(System.String):System.Int32",
|
|
9517
10103
|
"clrName": "length",
|
|
9518
|
-
"metadataToken":
|
|
10104
|
+
"metadataToken": 100663725,
|
|
9519
10105
|
"canonicalSignature": "(System.String):System.Int32",
|
|
9520
10106
|
"normalizedSignature": "length|(System.String):System.Int32|static=true",
|
|
9521
10107
|
"emitScope": "ClassSurface",
|
|
@@ -9535,7 +10121,7 @@
|
|
|
9535
10121
|
{
|
|
9536
10122
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::at(System.String,System.Int32):System.String",
|
|
9537
10123
|
"clrName": "at",
|
|
9538
|
-
"metadataToken":
|
|
10124
|
+
"metadataToken": 100663726,
|
|
9539
10125
|
"canonicalSignature": "(System.String,System.Int32):System.String",
|
|
9540
10126
|
"normalizedSignature": "at|(System.String,System.Int32):System.String|static=true",
|
|
9541
10127
|
"emitScope": "ClassSurface",
|
|
@@ -9555,7 +10141,7 @@
|
|
|
9555
10141
|
{
|
|
9556
10142
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::codePointAt(System.String,System.Int32):System.Int32",
|
|
9557
10143
|
"clrName": "codePointAt",
|
|
9558
|
-
"metadataToken":
|
|
10144
|
+
"metadataToken": 100663727,
|
|
9559
10145
|
"canonicalSignature": "(System.String,System.Int32):System.Int32",
|
|
9560
10146
|
"normalizedSignature": "codePointAt|(System.String,System.Int32):System.Int32|static=true",
|
|
9561
10147
|
"emitScope": "ClassSurface",
|
|
@@ -9575,7 +10161,7 @@
|
|
|
9575
10161
|
{
|
|
9576
10162
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::concat(System.String,System.String[]):System.String",
|
|
9577
10163
|
"clrName": "concat",
|
|
9578
|
-
"metadataToken":
|
|
10164
|
+
"metadataToken": 100663728,
|
|
9579
10165
|
"canonicalSignature": "(System.String,System.String[]):System.String",
|
|
9580
10166
|
"normalizedSignature": "concat|(System.String,System.String[]):System.String|static=true",
|
|
9581
10167
|
"emitScope": "ClassSurface",
|
|
@@ -9595,7 +10181,7 @@
|
|
|
9595
10181
|
{
|
|
9596
10182
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::localeCompare(System.String,System.String):System.Int32",
|
|
9597
10183
|
"clrName": "localeCompare",
|
|
9598
|
-
"metadataToken":
|
|
10184
|
+
"metadataToken": 100663729,
|
|
9599
10185
|
"canonicalSignature": "(System.String,System.String):System.Int32",
|
|
9600
10186
|
"normalizedSignature": "localeCompare|(System.String,System.String):System.Int32|static=true",
|
|
9601
10187
|
"emitScope": "ClassSurface",
|
|
@@ -9615,7 +10201,7 @@
|
|
|
9615
10201
|
{
|
|
9616
10202
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::match(System.String,System.String):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9617
10203
|
"clrName": "match",
|
|
9618
|
-
"metadataToken":
|
|
10204
|
+
"metadataToken": 100663730,
|
|
9619
10205
|
"canonicalSignature": "(System.String,System.String):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9620
10206
|
"normalizedSignature": "match|(System.String,System.String):System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
9621
10207
|
"emitScope": "ClassSurface",
|
|
@@ -9635,7 +10221,7 @@
|
|
|
9635
10221
|
{
|
|
9636
10222
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::matchAll(System.String,System.String):System.Collections.Generic.List_1[[System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9637
10223
|
"clrName": "matchAll",
|
|
9638
|
-
"metadataToken":
|
|
10224
|
+
"metadataToken": 100663731,
|
|
9639
10225
|
"canonicalSignature": "(System.String,System.String):System.Collections.Generic.List_1[[System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9640
10226
|
"normalizedSignature": "matchAll|(System.String,System.String):System.Collections.Generic.List_1[[System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
9641
10227
|
"emitScope": "ClassSurface",
|
|
@@ -9655,7 +10241,7 @@
|
|
|
9655
10241
|
{
|
|
9656
10242
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::search(System.String,System.String):System.Int32",
|
|
9657
10243
|
"clrName": "search",
|
|
9658
|
-
"metadataToken":
|
|
10244
|
+
"metadataToken": 100663732,
|
|
9659
10245
|
"canonicalSignature": "(System.String,System.String):System.Int32",
|
|
9660
10246
|
"normalizedSignature": "search|(System.String,System.String):System.Int32|static=true",
|
|
9661
10247
|
"emitScope": "ClassSurface",
|
|
@@ -9675,7 +10261,7 @@
|
|
|
9675
10261
|
{
|
|
9676
10262
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::replaceAll(System.String,System.String,System.String):System.String",
|
|
9677
10263
|
"clrName": "replaceAll",
|
|
9678
|
-
"metadataToken":
|
|
10264
|
+
"metadataToken": 100663733,
|
|
9679
10265
|
"canonicalSignature": "(System.String,System.String,System.String):System.String",
|
|
9680
10266
|
"normalizedSignature": "replaceAll|(System.String,System.String,System.String):System.String|static=true",
|
|
9681
10267
|
"emitScope": "ClassSurface",
|
|
@@ -9695,7 +10281,7 @@
|
|
|
9695
10281
|
{
|
|
9696
10282
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::normalize(System.String,System.String):System.String",
|
|
9697
10283
|
"clrName": "normalize",
|
|
9698
|
-
"metadataToken":
|
|
10284
|
+
"metadataToken": 100663734,
|
|
9699
10285
|
"canonicalSignature": "(System.String,System.String):System.String",
|
|
9700
10286
|
"normalizedSignature": "normalize|(System.String,System.String):System.String|static=true",
|
|
9701
10287
|
"emitScope": "ClassSurface",
|
|
@@ -9715,7 +10301,7 @@
|
|
|
9715
10301
|
{
|
|
9716
10302
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::substr(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9717
10303
|
"clrName": "substr",
|
|
9718
|
-
"metadataToken":
|
|
10304
|
+
"metadataToken": 100663735,
|
|
9719
10305
|
"canonicalSignature": "(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
9720
10306
|
"normalizedSignature": "substr|(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=true",
|
|
9721
10307
|
"emitScope": "ClassSurface",
|
|
@@ -9735,7 +10321,7 @@
|
|
|
9735
10321
|
{
|
|
9736
10322
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toLocaleLowerCase(System.String):System.String",
|
|
9737
10323
|
"clrName": "toLocaleLowerCase",
|
|
9738
|
-
"metadataToken":
|
|
10324
|
+
"metadataToken": 100663736,
|
|
9739
10325
|
"canonicalSignature": "(System.String):System.String",
|
|
9740
10326
|
"normalizedSignature": "toLocaleLowerCase|(System.String):System.String|static=true",
|
|
9741
10327
|
"emitScope": "ClassSurface",
|
|
@@ -9755,7 +10341,7 @@
|
|
|
9755
10341
|
{
|
|
9756
10342
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toLocaleUpperCase(System.String):System.String",
|
|
9757
10343
|
"clrName": "toLocaleUpperCase",
|
|
9758
|
-
"metadataToken":
|
|
10344
|
+
"metadataToken": 100663737,
|
|
9759
10345
|
"canonicalSignature": "(System.String):System.String",
|
|
9760
10346
|
"normalizedSignature": "toLocaleUpperCase|(System.String):System.String|static=true",
|
|
9761
10347
|
"emitScope": "ClassSurface",
|
|
@@ -9775,7 +10361,7 @@
|
|
|
9775
10361
|
{
|
|
9776
10362
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toString(System.String):System.String",
|
|
9777
10363
|
"clrName": "toString",
|
|
9778
|
-
"metadataToken":
|
|
10364
|
+
"metadataToken": 100663738,
|
|
9779
10365
|
"canonicalSignature": "(System.String):System.String",
|
|
9780
10366
|
"normalizedSignature": "toString|(System.String):System.String|static=true",
|
|
9781
10367
|
"emitScope": "ClassSurface",
|
|
@@ -9795,7 +10381,7 @@
|
|
|
9795
10381
|
{
|
|
9796
10382
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::valueOf(System.String):System.String",
|
|
9797
10383
|
"clrName": "valueOf",
|
|
9798
|
-
"metadataToken":
|
|
10384
|
+
"metadataToken": 100663739,
|
|
9799
10385
|
"canonicalSignature": "(System.String):System.String",
|
|
9800
10386
|
"normalizedSignature": "valueOf|(System.String):System.String|static=true",
|
|
9801
10387
|
"emitScope": "ClassSurface",
|
|
@@ -9815,7 +10401,7 @@
|
|
|
9815
10401
|
{
|
|
9816
10402
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::isWellFormed(System.String):System.Boolean",
|
|
9817
10403
|
"clrName": "isWellFormed",
|
|
9818
|
-
"metadataToken":
|
|
10404
|
+
"metadataToken": 100663740,
|
|
9819
10405
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
9820
10406
|
"normalizedSignature": "isWellFormed|(System.String):System.Boolean|static=true",
|
|
9821
10407
|
"emitScope": "ClassSurface",
|
|
@@ -9835,7 +10421,7 @@
|
|
|
9835
10421
|
{
|
|
9836
10422
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::toWellFormed(System.String):System.String",
|
|
9837
10423
|
"clrName": "toWellFormed",
|
|
9838
|
-
"metadataToken":
|
|
10424
|
+
"metadataToken": 100663741,
|
|
9839
10425
|
"canonicalSignature": "(System.String):System.String",
|
|
9840
10426
|
"normalizedSignature": "toWellFormed|(System.String):System.String|static=true",
|
|
9841
10427
|
"emitScope": "ClassSurface",
|
|
@@ -9855,7 +10441,7 @@
|
|
|
9855
10441
|
{
|
|
9856
10442
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::trimLeft(System.String):System.String",
|
|
9857
10443
|
"clrName": "trimLeft",
|
|
9858
|
-
"metadataToken":
|
|
10444
|
+
"metadataToken": 100663742,
|
|
9859
10445
|
"canonicalSignature": "(System.String):System.String",
|
|
9860
10446
|
"normalizedSignature": "trimLeft|(System.String):System.String|static=true",
|
|
9861
10447
|
"emitScope": "ClassSurface",
|
|
@@ -9875,7 +10461,7 @@
|
|
|
9875
10461
|
{
|
|
9876
10462
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::trimRight(System.String):System.String",
|
|
9877
10463
|
"clrName": "trimRight",
|
|
9878
|
-
"metadataToken":
|
|
10464
|
+
"metadataToken": 100663743,
|
|
9879
10465
|
"canonicalSignature": "(System.String):System.String",
|
|
9880
10466
|
"normalizedSignature": "trimRight|(System.String):System.String|static=true",
|
|
9881
10467
|
"emitScope": "ClassSurface",
|
|
@@ -9895,7 +10481,7 @@
|
|
|
9895
10481
|
{
|
|
9896
10482
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::fromCharCode(System.Int32[]):System.String",
|
|
9897
10483
|
"clrName": "fromCharCode",
|
|
9898
|
-
"metadataToken":
|
|
10484
|
+
"metadataToken": 100663744,
|
|
9899
10485
|
"canonicalSignature": "(System.Int32[]):System.String",
|
|
9900
10486
|
"normalizedSignature": "fromCharCode|(System.Int32[]):System.String|static=true",
|
|
9901
10487
|
"emitScope": "ClassSurface",
|
|
@@ -9915,7 +10501,7 @@
|
|
|
9915
10501
|
{
|
|
9916
10502
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::fromCodePoint(System.Int32[]):System.String",
|
|
9917
10503
|
"clrName": "fromCodePoint",
|
|
9918
|
-
"metadataToken":
|
|
10504
|
+
"metadataToken": 100663745,
|
|
9919
10505
|
"canonicalSignature": "(System.Int32[]):System.String",
|
|
9920
10506
|
"normalizedSignature": "fromCodePoint|(System.Int32[]):System.String|static=true",
|
|
9921
10507
|
"emitScope": "ClassSurface",
|
|
@@ -9935,7 +10521,7 @@
|
|
|
9935
10521
|
{
|
|
9936
10522
|
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.String::raw(System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]):System.String",
|
|
9937
10523
|
"clrName": "raw",
|
|
9938
|
-
"metadataToken":
|
|
10524
|
+
"metadataToken": 100663746,
|
|
9939
10525
|
"canonicalSignature": "(System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]):System.String",
|
|
9940
10526
|
"normalizedSignature": "raw|(System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]):System.String|static=true",
|
|
9941
10527
|
"emitScope": "ClassSurface",
|
|
@@ -9975,11 +10561,11 @@
|
|
|
9975
10561
|
},
|
|
9976
10562
|
"methods": [
|
|
9977
10563
|
{
|
|
9978
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setTimeout(System.Action,System.
|
|
10564
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setTimeout(System.Action,System.Double):System.Double",
|
|
9979
10565
|
"clrName": "setTimeout",
|
|
9980
|
-
"metadataToken":
|
|
9981
|
-
"canonicalSignature": "(System.Action,System.
|
|
9982
|
-
"normalizedSignature": "setTimeout|(System.Action,System.
|
|
10566
|
+
"metadataToken": 100663749,
|
|
10567
|
+
"canonicalSignature": "(System.Action,System.Double):System.Double",
|
|
10568
|
+
"normalizedSignature": "setTimeout|(System.Action,System.Double):System.Double|static=true",
|
|
9983
10569
|
"emitScope": "ClassSurface",
|
|
9984
10570
|
"provenance": "Original",
|
|
9985
10571
|
"arity": 0,
|
|
@@ -9995,11 +10581,11 @@
|
|
|
9995
10581
|
"isExtensionMethod": false
|
|
9996
10582
|
},
|
|
9997
10583
|
{
|
|
9998
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setTimeout(Action_1,System.
|
|
10584
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setTimeout(Action_1,System.Double,T):System.Double",
|
|
9999
10585
|
"clrName": "setTimeout",
|
|
10000
|
-
"metadataToken":
|
|
10001
|
-
"canonicalSignature": "(Action_1,System.
|
|
10002
|
-
"normalizedSignature": "setTimeout|(Action_1,System.
|
|
10586
|
+
"metadataToken": 100663750,
|
|
10587
|
+
"canonicalSignature": "(Action_1,System.Double,T):System.Double",
|
|
10588
|
+
"normalizedSignature": "setTimeout|(Action_1,System.Double,T):System.Double|static=true",
|
|
10003
10589
|
"emitScope": "ClassSurface",
|
|
10004
10590
|
"provenance": "Original",
|
|
10005
10591
|
"arity": 1,
|
|
@@ -10015,11 +10601,11 @@
|
|
|
10015
10601
|
"isExtensionMethod": false
|
|
10016
10602
|
},
|
|
10017
10603
|
{
|
|
10018
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::clearTimeout(System.
|
|
10604
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::clearTimeout(System.Double):System.Void",
|
|
10019
10605
|
"clrName": "clearTimeout",
|
|
10020
|
-
"metadataToken":
|
|
10021
|
-
"canonicalSignature": "(System.
|
|
10022
|
-
"normalizedSignature": "clearTimeout|(System.
|
|
10606
|
+
"metadataToken": 100663751,
|
|
10607
|
+
"canonicalSignature": "(System.Double):System.Void",
|
|
10608
|
+
"normalizedSignature": "clearTimeout|(System.Double):System.Void|static=true",
|
|
10023
10609
|
"emitScope": "ClassSurface",
|
|
10024
10610
|
"provenance": "Original",
|
|
10025
10611
|
"arity": 0,
|
|
@@ -10035,11 +10621,11 @@
|
|
|
10035
10621
|
"isExtensionMethod": false
|
|
10036
10622
|
},
|
|
10037
10623
|
{
|
|
10038
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setInterval(System.Action,System.
|
|
10624
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setInterval(System.Action,System.Double):System.Double",
|
|
10039
10625
|
"clrName": "setInterval",
|
|
10040
|
-
"metadataToken":
|
|
10041
|
-
"canonicalSignature": "(System.Action,System.
|
|
10042
|
-
"normalizedSignature": "setInterval|(System.Action,System.
|
|
10626
|
+
"metadataToken": 100663752,
|
|
10627
|
+
"canonicalSignature": "(System.Action,System.Double):System.Double",
|
|
10628
|
+
"normalizedSignature": "setInterval|(System.Action,System.Double):System.Double|static=true",
|
|
10043
10629
|
"emitScope": "ClassSurface",
|
|
10044
10630
|
"provenance": "Original",
|
|
10045
10631
|
"arity": 0,
|
|
@@ -10055,11 +10641,11 @@
|
|
|
10055
10641
|
"isExtensionMethod": false
|
|
10056
10642
|
},
|
|
10057
10643
|
{
|
|
10058
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setInterval(Action_1,System.
|
|
10644
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::setInterval(Action_1,System.Double,T):System.Double",
|
|
10059
10645
|
"clrName": "setInterval",
|
|
10060
|
-
"metadataToken":
|
|
10061
|
-
"canonicalSignature": "(Action_1,System.
|
|
10062
|
-
"normalizedSignature": "setInterval|(Action_1,System.
|
|
10646
|
+
"metadataToken": 100663753,
|
|
10647
|
+
"canonicalSignature": "(Action_1,System.Double,T):System.Double",
|
|
10648
|
+
"normalizedSignature": "setInterval|(Action_1,System.Double,T):System.Double|static=true",
|
|
10063
10649
|
"emitScope": "ClassSurface",
|
|
10064
10650
|
"provenance": "Original",
|
|
10065
10651
|
"arity": 1,
|
|
@@ -10075,11 +10661,11 @@
|
|
|
10075
10661
|
"isExtensionMethod": false
|
|
10076
10662
|
},
|
|
10077
10663
|
{
|
|
10078
|
-
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::clearInterval(System.
|
|
10664
|
+
"stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Timers::clearInterval(System.Double):System.Void",
|
|
10079
10665
|
"clrName": "clearInterval",
|
|
10080
|
-
"metadataToken":
|
|
10081
|
-
"canonicalSignature": "(System.
|
|
10082
|
-
"normalizedSignature": "clearInterval|(System.
|
|
10666
|
+
"metadataToken": 100663754,
|
|
10667
|
+
"canonicalSignature": "(System.Double):System.Void",
|
|
10668
|
+
"normalizedSignature": "clearInterval|(System.Double):System.Void|static=true",
|
|
10083
10669
|
"emitScope": "ClassSurface",
|
|
10084
10670
|
"provenance": "Original",
|
|
10085
10671
|
"arity": 0,
|