porffor 0.28.12 → 0.28.13

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.
@@ -150,16 +150,16 @@ export const __Porffor_print = (arg: any, colors: boolean = true) => {
150
150
  if (arg) {
151
151
  Porffor.printStatic('{\n');
152
152
 
153
- const keys = Object.keys(arg);
154
- const len = keys.length - 1;
153
+ const keys: any[] = Object.keys(arg);
154
+ const len: i32 = keys.length - 1;
155
155
  for (let i: i32 = 0; i <= len; i++) {
156
- const x = keys[i];
156
+ const x: any = keys[i];
157
157
 
158
158
  Porffor.printStatic(' ');
159
159
  __Porffor_printString(x);
160
160
 
161
161
  Porffor.printStatic(': ');
162
- __Porffor_print(arg[x]);
162
+ __Porffor_print(Porffor.object.get(arg, ecma262.ToPropertyKey(x)));
163
163
 
164
164
  if (i != len) Porffor.printStatic(',\n');
165
165
  }
@@ -174,9 +174,8 @@ export const __Porffor_print = (arg: any, colors: boolean = true) => {
174
174
  return;
175
175
 
176
176
  case Porffor.TYPES.function:
177
- // todo: this actually doesn't work because we don't have function name information at runtime
178
177
  Porffor.printStatic('[Function ');
179
- __Porffor_printString(arg.name);
178
+ __Porffor_printString(__Porffor_funcLut_name(arg));
180
179
  Porffor.printStatic(']');
181
180
  return;
182
181
 
@@ -271,11 +270,11 @@ export const __Porffor_print = (arg: any, colors: boolean = true) => {
271
270
  case Porffor.TYPES.dataview:
272
271
  Porffor.printStatic('DataView {\n');
273
272
  Porffor.printStatic(' byteLength: ');
274
- __Porffor_print(arg.byteLength, colors);
273
+ __Porffor_print(__DataView_prototype_byteLength$get(arg), colors);
275
274
  Porffor.printStatic(',\n byteOffset: ');
276
- __Porffor_print(arg.byteOffset, colors);
275
+ __Porffor_print(__DataView_prototype_byteOffset$get(arg), colors);
277
276
  Porffor.printStatic(',\n buffer: ');
278
- __Porffor_print(arg.buffer, colors);
277
+ __Porffor_print(__DataView_prototype_buffer$get(arg), colors);
279
278
  Porffor.printStatic('\n}');
280
279
  return;
281
280
 
@@ -285,13 +284,13 @@ export const __Porffor_print = (arg: any, colors: boolean = true) => {
285
284
  else Porffor.printStatic('Map');
286
285
  Porffor.printStatic('(');
287
286
 
288
- const map = __Map_prototype_keys(arg);
287
+ const map: any[] = __Map_prototype_keys(arg);
289
288
  const mapLen: i32 = map.length - 1;
290
289
  print(mapLen + 1);
291
290
  Porffor.printStatic(') { ');
292
291
 
293
292
  for (let i: i32 = 0; i < mapLen; i++) {
294
- const key = map[i];
293
+ const key: any = map[i];
295
294
  __Porffor_print(key);
296
295
  Porffor.printStatic(' => ');
297
296
  __Porffor_print(__Map_prototype_get(arg, key), colors);
@@ -307,7 +306,7 @@ export const __Porffor_print = (arg: any, colors: boolean = true) => {
307
306
  else Porffor.printStatic('Set');
308
307
  Porffor.printStatic('(');
309
308
 
310
- const set = __Set_prototype_values(arg);
309
+ const set: any[] = __Set_prototype_values(arg);
311
310
  const setLen: i32 = set.length - 1;
312
311
  print(setLen + 1);
313
312
  Porffor.printStatic(') { ');
@@ -697,10 +697,10 @@ export const BuiltinFuncs = function() {
697
697
  locals: [124,124,127,127,124,124,124,124,127,127,127,127], localNames: ["arg","arg#type","#switch_disc","#logicinner_tmp","#typeswitch_tmp2","#last_type","arrLen","i","#member_obj","#member_prop","#loadArray_offset","#member_allocd","#swap","#typeswitch_tmp1"],
698
698
  };
699
699
  this.__Porffor_print = {
700
- wasm: (scope, {builtin,internalThrow}) => [[32,3],[65,128,1],[70],[4,64],[68,0,0,0,0,0,0,240,63],[33,2],[65,2],[33,3],[11],[32,1],[33,35],[2,64],[32,35],[65,1],[70],[4,64,"TYPESWITCH|Number"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[16,0],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,2],[70],[4,64,"TYPESWITCH|Boolean"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[5],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[11],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,195,1],[70],[32,35],[65,195,0],[70],[114],[4,64,"TYPESWITCH|ByteString,String"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,128,67,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,0],[70],[32,35],[65,128,1],[70],[114],[4,64,"TYPESWITCH|empty,undefined"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[32,0],[32,1],[16, builtin('__Object_keys')],[33,9],[34,8],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,10],[65,1],[33,11],[68,0,0,0,0,0,0,0,0],[33,12],[3,64],[32,12],[32,10],[101],[4,64],[2,64],[32,8],[33,15],[32,12],[33,16],[32,9],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,9],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,9],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[33,13],[32,7],[33,14],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,13],[32,14],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[33,15],[32,13],[33,16],[32,1],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,1],[32,16],[32,14],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,1],[32,16],[32,14],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('__Porffor_print')],[33,7],[26],[32,12],[32,10],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[11],[11],[32,12],[68,0,0,0,0,0,0,240,63],[160],[33,12],[12,1],[11],[11],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[5],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[11],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,6],[70],[4,64,"TYPESWITCH|Function"],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[33,15],[65,4],[34,20],[65,4],[54,1,0],[32,20],[65,238,0],[58,0,4],[32,20],[65,225,0],[58,0,5],[32,20],[65,237,0],[58,0,6],[32,20],[65,229,0],[58,0,7],[32,20],[184],[33,16],[32,1],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,1],[32,16],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,1],[32,16],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,64,87,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,18],[70],[4,64,"TYPESWITCH|Date"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,74,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[32,1],[16, builtin('__Date_prototype_toISOString')],[34,7],[16, builtin('__Porffor_printString')],[33,7],[26],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,5],[70],[4,64,"TYPESWITCH|Symbol"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[32,1],[16, builtin('__Symbol_prototype_toString')],[34,7],[16, builtin('__Porffor_printString')],[33,7],[26],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,0,0],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,192,80,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,0,74,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,22],[70],[32,35],[65,21],[70],[114],[4,64,"TYPESWITCH|SharedArrayBuffer,ArrayBuffer"],[32,1],[184],[68,0,0,0,0,0,0,54,64],[97],[4,64],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,128,80,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[5],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,128,80,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,74,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,192,80,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,87,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,78,64],[16,1],[68,0,0,0,0,0,0,42,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[32,0],[32,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Uint8Array')],[33,22],[34,21],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,23],[65,1],[33,24],[68,0,0,0,0,0,0,0,0],[33,12],[3,64],[32,12],[32,23],[101],[4,64],[2,64],[32,21],[33,15],[32,12],[33,16],[32,22],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,22],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,22],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[33,25],[32,7],[33,26],[32,25],[68,0,0,0,0,0,0,110,64],[16, builtin('f64_&')],[68,0,0,0,0,0,0,48,64],[163],[65,1],[16, builtin('__Porffor_printHexDigit')],[33,7],[26],[32,25],[68,0,0,0,0,0,0,46,64],[16, builtin('f64_&')],[65,1],[16, builtin('__Porffor_printHexDigit')],[33,7],[26],[32,12],[32,23],[98],[4,64],[68,0,0,0,0,0,0,64,64],[16,1],[11],[11],[32,12],[68,0,0,0,0,0,0,240,63],[160],[33,12],[12,1],[11],[11],[68,0,0,0,0,0,0,79,64],[16,1],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,83,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,1],[33,6],[2,124],[32,6],[65,21],[70],[4,64,"TYPESWITCH|ArrayBuffer"],[32,0],[32,1],[16, builtin('__ArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,22],[70],[4,64,"TYPESWITCH|SharedArrayBuffer"],[32,0],[32,1],[16, builtin('__SharedArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[32,0],[32,1],[16, builtin('__DataView_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,0],[32,1],[16, builtin('__Uint8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,0],[32,1],[16, builtin('__Int8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,0],[32,1],[16, builtin('__Uint8ClampedArray_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,0],[32,1],[16, builtin('__Uint16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,0],[32,1],[16, builtin('__Int16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,0],[32,1],[16, builtin('__Uint32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,0],[32,1],[16, builtin('__Int32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,0],[32,1],[16, builtin('__Float32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,0],[32,1],[16, builtin('__Float64Array_prototype_byteLength$get')],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[16,0],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[68,0,0,0,0,0,0,81,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,93,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,83,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,1],[33,6],[2,124],[32,6],[65,21],[70],[4,64,"TYPESWITCH|ArrayBuffer"],[32,0],[32,1],[16, builtin('__ArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,22],[70],[4,64,"TYPESWITCH|SharedArrayBuffer"],[32,0],[32,1],[16, builtin('__SharedArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[32,0],[32,1],[16, builtin('__DataView_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,0],[32,1],[16, builtin('__Uint8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,0],[32,1],[16, builtin('__Int8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,0],[32,1],[16, builtin('__Uint8ClampedArray_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,0],[32,1],[16, builtin('__Uint16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,0],[32,1],[16, builtin('__Int16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,0],[32,1],[16, builtin('__Uint32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,0],[32,1],[16, builtin('__Int32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,0],[32,1],[16, builtin('__Float32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,0],[32,1],[16, builtin('__Float64Array_prototype_byteLength$get')],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,83,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,1],[33,6],[2,124],[32,6],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[32,0],[32,1],[16, builtin('__DataView_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,0],[32,1],[16, builtin('__Uint8Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,0],[32,1],[16, builtin('__Int8Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,0],[32,1],[16, builtin('__Uint8ClampedArray_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,0],[32,1],[16, builtin('__Uint16Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,0],[32,1],[16, builtin('__Int16Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,0],[32,1],[16, builtin('__Uint32Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,0],[32,1],[16, builtin('__Int32Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,0],[32,1],[16, builtin('__Float32Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,0],[32,1],[16, builtin('__Float64Array_prototype_byteOffset$get')],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,1],[33,6],[2,124],[32,6],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[32,0],[32,1],[16, builtin('__DataView_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,0],[32,1],[16, builtin('__Uint8Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,0],[32,1],[16, builtin('__Int8Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,0],[32,1],[16, builtin('__Uint8ClampedArray_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,0],[32,1],[16, builtin('__Uint16Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,0],[32,1],[16, builtin('__Int16Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,0],[32,1],[16, builtin('__Uint32Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,0],[32,1],[16, builtin('__Int32Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,0],[32,1],[16, builtin('__Float32Array_prototype_buffer$get')],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,0],[32,1],[16, builtin('__Float64Array_prototype_buffer$get')],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,35],[70],[32,35],[65,20],[70],[114],[4,64,"TYPESWITCH|WeakMap,Map"],[32,1],[184],[68,0,0,0,0,0,128,65,64],[97],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,64,83,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[5],[68,0,0,0,0,0,64,83,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[11],[68,0,0,0,0,0,0,68,64],[16,1],[32,0],[32,1],[16, builtin('__Map_prototype_keys')],[33,28],[34,27],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[34,29],[68,0,0,0,0,0,0,240,63],[160],[16,0],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,0,0],[33,12],[3,64],[32,12],[32,29],[99],[4,64],[2,64],[32,27],[33,15],[32,12],[33,16],[32,28],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,28],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,28],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[33,30],[32,7],[33,31],[32,30],[32,31],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,78,64],[16,1],[68,0,0,0,0,0,0,79,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[32,1],[32,30],[32,31],[16, builtin('__Map_prototype_get')],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[32,12],[32,29],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[11],[32,12],[68,0,0,0,0,0,0,240,63],[160],[33,12],[12,1],[11],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,34],[70],[32,35],[65,19],[70],[114],[4,64,"TYPESWITCH|WeakSet,Set"],[32,1],[184],[68,0,0,0,0,0,0,65,64],[97],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[5],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[11],[68,0,0,0,0,0,0,68,64],[16,1],[32,0],[32,1],[16, builtin('__Set_prototype_values')],[33,33],[34,32],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[34,34],[68,0,0,0,0,0,0,240,63],[160],[16,0],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,0,0],[33,12],[3,64],[32,12],[32,34],[101],[4,64],[2,64],[32,32],[33,15],[32,12],[33,16],[32,33],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,15],[252,3],[32,33],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,15],[252,3],[32,33],[32,16],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,19],[252,3],[32,19],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,18],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,18],[65,1],[54,0,0],[32,18],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,18],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[32,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[32,12],[32,34],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[11],[32,12],[68,0,0,0,0,0,0,240,63],[160],[33,12],[12,1],[11],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,35],[65,33],[70],[4,64,"TYPESWITCH|WeakRef"],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,128,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[11,"TYPESWITCH_end"],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
700
+ wasm: (scope, {builtin,internalThrow}) => [[32,3],[65,128,1],[70],[4,64],[68,0,0,0,0,0,0,240,63],[33,2],[65,2],[33,3],[11],[32,1],[33,30],[2,64],[32,30],[65,1],[70],[4,64,"TYPESWITCH|Number"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[16,0],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,2],[70],[4,64,"TYPESWITCH|Boolean"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[5],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[11],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,195,1],[70],[32,30],[65,195,0],[70],[114],[4,64,"TYPESWITCH|ByteString,String"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,128,67,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,0],[70],[32,30],[65,128,1],[70],[114],[4,64,"TYPESWITCH|empty,undefined"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[32,0],[32,1],[16, builtin('__Object_keys')],[26],[34,8],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,9],[68,0,0,0,0,0,0,0,0],[33,10],[3,64],[32,10],[32,9],[101],[4,64],[32,8],[33,13],[32,10],[34,14],[252,3],[65,9],[108],[32,13],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,12],[33,11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,11],[32,12],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[252,2],[32,1],[32,11],[32,12],[16, builtin('__ecma262_ToPropertyKey')],[33,7],[252,2],[32,7],[16, builtin('__Porffor_object_get')],[34,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('__Porffor_print')],[33,7],[26],[32,10],[32,9],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[11],[32,10],[68,0,0,0,0,0,0,240,63],[160],[33,10],[12,1],[11],[11],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[5],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[11],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,6],[70],[4,64,"TYPESWITCH|Function"],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[252,2],[16, builtin('__Porffor_funcLut_name')],[183],[65,195,1],[16, builtin('__Porffor_printString')],[33,7],[26],[68,0,0,0,0,0,64,87,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,18],[70],[4,64,"TYPESWITCH|Date"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,74,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[32,1],[16, builtin('__Date_prototype_toISOString')],[34,7],[16, builtin('__Porffor_printString')],[33,7],[26],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,5],[70],[4,64,"TYPESWITCH|Symbol"],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,0],[32,1],[16, builtin('__Symbol_prototype_toString')],[34,7],[16, builtin('__Porffor_printString')],[33,7],[26],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,0,0],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,192,80,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[68,0,0,0,0,0,64,82,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,73,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[68,0,0,0,0,0,128,81,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,75,64],[16,1],[68,0,0,0,0,0,0,74,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[32,0],[32,1],[32,2],[32,3],[68,0,0,0,0,0,0,240,63],[65,2],[16, builtin('__Porffor_printArray')],[33,7],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,22],[70],[32,30],[65,21],[70],[114],[4,64,"TYPESWITCH|SharedArrayBuffer,ArrayBuffer"],[32,1],[184],[68,0,0,0,0,0,0,54,64],[97],[4,64],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,128,80,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[5],[68,0,0,0,0,0,64,80,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,128,80,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,0,74,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,64,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,76,64],[16,1],[68,0,0,0,0,0,192,80,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,87,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,78,64],[16,1],[68,0,0,0,0,0,0,44,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[32,0],[32,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Uint8Array')],[33,19],[34,18],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,20],[65,1],[33,21],[68,0,0,0,0,0,0,0,0],[33,10],[3,64],[32,10],[32,20],[101],[4,64],[2,64],[32,18],[33,13],[32,10],[33,14],[32,19],[33,6],[2,124],[32,6],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,13],[252,3],[32,19],[32,14],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,17],[252,3],[32,17],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,13],[252,3],[32,19],[32,14],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,17],[252,3],[32,17],[16, builtin('__Porffor_object_get')],[33,7],[12,1],[11],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,16],[65,1],[54,0,0],[32,16],[32,14],[252,3],[65,2],[108],[32,13],[252,3],[106],[47,0,4],[59,0,4],[32,16],[184],[65,195,0],[33,7],[12,1],[11],[32,6],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,14],[252,3],[65,9],[108],[32,13],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[106],[44,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,7],[12,1],[11],[32,6],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,16],[65,1],[54,0,0],[32,16],[32,14],[252,3],[32,13],[252,3],[106],[45,0,4],[58,0,4],[32,16],[184],[65,195,1],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[33,22],[32,7],[33,23],[32,22],[68,0,0,0,0,0,0,110,64],[16, builtin('f64_&')],[68,0,0,0,0,0,0,48,64],[163],[65,1],[16, builtin('__Porffor_printHexDigit')],[33,7],[26],[32,22],[68,0,0,0,0,0,0,46,64],[16, builtin('f64_&')],[65,1],[16, builtin('__Porffor_printHexDigit')],[33,7],[26],[32,10],[32,20],[98],[4,64],[68,0,0,0,0,0,0,64,64],[16,1],[11],[11],[32,10],[68,0,0,0,0,0,0,240,63],[160],[33,10],[12,1],[11],[11],[68,0,0,0,0,0,0,79,64],[16,1],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,83,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,128,73,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[32,1],[33,6],[2,124],[32,6],[65,21],[70],[4,64,"TYPESWITCH|ArrayBuffer"],[32,0],[32,1],[16, builtin('__ArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,22],[70],[4,64,"TYPESWITCH|SharedArrayBuffer"],[32,0],[32,1],[16, builtin('__SharedArrayBuffer_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[32,0],[32,1],[16, builtin('__DataView_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,0],[32,1],[16, builtin('__Uint8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,0],[32,1],[16, builtin('__Int8Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,0],[32,1],[16, builtin('__Uint8ClampedArray_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,0],[32,1],[16, builtin('__Uint16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,0],[32,1],[16, builtin('__Int16Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,0],[32,1],[16, builtin('__Uint32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,0],[32,1],[16, builtin('__Int32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,0],[32,1],[16, builtin('__Float32Array_prototype_byteLength$get')],[33,7],[12,1],[11],[32,6],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,0],[32,1],[16, builtin('__Float64Array_prototype_byteLength$get')],[33,7],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,7],[11,"TYPESWITCH_end"],[16,0],[32,2],[33,5],[32,3],[33,6],[2,127],[32,6],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,6],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,72,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[11],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,23],[70],[4,64,"TYPESWITCH|DataView"],[68,0,0,0,0,0,0,81,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,93,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,83,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,90,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[32,1],[16, builtin('__DataView_prototype_byteLength$get')],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,83,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[32,1],[16, builtin('__DataView_prototype_byteOffset$get')],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,88,64],[16,1],[68,0,0,0,0,0,64,93,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[32,1],[16, builtin('__DataView_prototype_buffer$get')],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,35],[70],[32,30],[65,20],[70],[114],[4,64,"TYPESWITCH|WeakMap,Map"],[32,1],[184],[68,0,0,0,0,0,128,65,64],[97],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,64,83,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[5],[68,0,0,0,0,0,64,83,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,92,64],[16,1],[11],[68,0,0,0,0,0,0,68,64],[16,1],[32,0],[32,1],[16, builtin('__Map_prototype_keys')],[26],[34,24],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[34,25],[68,0,0,0,0,0,0,240,63],[160],[16,0],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,0,0],[33,10],[3,64],[32,10],[32,25],[99],[4,64],[32,24],[33,13],[32,10],[34,14],[252,3],[65,9],[108],[32,13],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,27],[34,26],[32,27],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('__Porffor_print')],[33,7],[26],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,78,64],[16,1],[68,0,0,0,0,0,0,79,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,0],[32,1],[32,26],[32,27],[16, builtin('__Map_prototype_get')],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[32,10],[32,25],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[32,10],[68,0,0,0,0,0,0,240,63],[160],[33,10],[12,1],[11],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,34],[70],[32,30],[65,19],[70],[114],[4,64,"TYPESWITCH|WeakSet,Set"],[32,1],[184],[68,0,0,0,0,0,0,65,64],[97],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[5],[68,0,0,0,0,0,192,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[11],[68,0,0,0,0,0,0,68,64],[16,1],[32,0],[32,1],[16, builtin('__Set_prototype_values')],[26],[34,28],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[34,29],[68,0,0,0,0,0,0,240,63],[160],[16,0],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,0,0],[33,10],[3,64],[32,10],[32,29],[101],[4,64],[32,28],[33,13],[32,10],[34,14],[252,3],[65,9],[108],[32,13],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[34,7],[32,2],[32,3],[16, builtin('__Porffor_print')],[33,7],[26],[32,10],[32,29],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[32,10],[68,0,0,0,0,0,0,240,63],[160],[33,10],[12,1],[11],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,30],[65,33],[70],[4,64,"TYPESWITCH|WeakRef"],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,192,90,64],[16,1],[68,0,0,0,0,0,128,84,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,94,64],[16,1],[68,0,0,0,0,0,64,95,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[11,"TYPESWITCH_end"],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
701
701
  params: [124,127,124,127], typedParams: 1,
702
702
  returns: [124,127], typedReturns: 1,
703
- locals: [124,124,127,127,124,127,124,127,124,124,127,124,124,127,127,127,127,124,127,124,127,124,127,124,127,124,124,127,124,127,124,127], localNames: ["arg","arg#type","colors","colors#type","#switch_disc","#logicinner_tmp","#typeswitch_tmp2","#last_type","keys","keys#type","len","len#type","i","x","x#type","#member_obj","#member_prop","#loadArray_offset","#member_allocd","#swap","#makearray_pointer_tmp","buffer","buffer#type","bufferLen","bufferLen#type","ele","ele#type","map","map#type","mapLen","key","key#type","set","set#type","setLen","#typeswitch_tmp1"],
703
+ locals: [124,124,127,127,124,124,124,124,127,124,124,127,127,127,124,127,124,127,124,127,124,124,124,127,124,124,127], localNames: ["arg","arg#type","colors","colors#type","#switch_disc","#logicinner_tmp","#typeswitch_tmp2","#last_type","keys","len","i","x","x#type","#member_obj","#member_prop","#loadArray_offset","#member_allocd","#swap","buffer","buffer#type","bufferLen","bufferLen#type","ele","ele#type","map","mapLen","key","key#type","set","setLen","#typeswitch_tmp1"],
704
704
  };
705
705
  this.__Porffor_printArray = {
706
706
  wasm: (scope, {builtin,internalThrow}) => [[32,5],[65,128,1],[70],[4,64],[68,0,0,0,0,0,0,0,0],[33,4],[65,2],[33,5],[11],[32,0],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,6],[32,4],[33,7],[32,5],[33,8],[2,127],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,7],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,0,68,64],[16,1],[32,6],[68,0,0,0,0,0,0,240,63],[160],[16,0],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[32,6],[68,0,0,0,0,0,0,240,191],[97],[4,64],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,64,87,64],[16,1],[5],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,0,0],[33,9],[3,64],[32,9],[32,6],[101],[4,64],[2,64],[32,0],[33,10],[32,9],[33,11],[32,1],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,10],[252,3],[32,1],[32,11],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,15],[252,3],[32,15],[16, builtin('__Porffor_object_get')],[33,13],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,10],[252,3],[32,1],[32,11],[65,1],[16, builtin('__ecma262_ToPropertyKey')],[33,15],[252,3],[32,15],[16, builtin('__Porffor_object_get')],[33,13],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,14],[65,1],[54,0,0],[32,14],[32,11],[252,3],[65,2],[108],[32,10],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,195,0],[33,13],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,13],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[33,13],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[33,13],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[33,13],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,13],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,13],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,13],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,13],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,13],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,13],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,14],[65,1],[54,0,0],[32,14],[32,11],[252,3],[32,10],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195,1],[33,13],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,13],[11,"TYPESWITCH_end"],[32,13],[32,2],[65,2],[16, builtin('__Porffor_print')],[33,13],[26],[32,9],[32,6],[98],[4,64],[68,0,0,0,0,0,0,70,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[11],[11],[32,9],[68,0,0,0,0,0,0,240,63],[160],[33,9],[12,1],[11],[11],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,87,64],[16,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
@@ -713,14 +713,14 @@ export const BuiltinFuncs = function() {
713
713
  params: [], typedParams: 1,
714
714
  returns: [124,127], typedReturns: 1,
715
715
  locals: [124,127], localNames: ["i","i#type"],
716
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
716
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
717
717
  };
718
718
  this.__console_clear = {
719
719
  wasm: (scope, {glbl}) => [[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,128,77,64],[16,1],[68,0,0,0,0,0,128,72,64],[16,1],[68,0,0,0,0,0,0,82,64],[16,1],[68,0,0,0,0,0,0,59,64],[16,1],[68,0,0,0,0,0,192,86,64],[16,1],[68,0,0,0,0,0,128,82,64],[16,1],[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),...glbl(35, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127),[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
720
720
  params: [], typedParams: 1,
721
721
  returns: [124,127], typedReturns: 1,
722
722
  locals: [], localNames: [],
723
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
723
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
724
724
  };
725
725
  this.__Porffor_consolePrint = {
726
726
  wasm: (scope, {builtin}) => [[32,1],[184],[68,0,0,0,0,0,96,104,64],[97],[32,1],[184],[68,0,0,0,0,0,192,80,64],[97],[114],[4,64],[32,0],[32,1],[16, builtin('__Porffor_printString')],[26],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,0],[32,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('__Porffor_print')],[26],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
@@ -733,7 +733,7 @@ export const BuiltinFuncs = function() {
733
733
  params: [124,127], typedParams: 1,
734
734
  returns: [124,127], typedReturns: 1,
735
735
  locals: [127], localNames: ["label","label#type","#last_type"],
736
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
736
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
737
737
  };
738
738
  this.__console_groupCollapsed = {
739
739
  wasm: (scope, {builtin}) => [[32,0],[65,195,1],[16, builtin('__console_group')],[34,2],[15]],
@@ -746,7 +746,7 @@ export const BuiltinFuncs = function() {
746
746
  params: [], typedParams: 1,
747
747
  returns: [124,127], typedReturns: 1,
748
748
  locals: [], localNames: [],
749
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
749
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
750
750
  };
751
751
  this.__console_log = {
752
752
  wasm: (scope, {builtin}) => [[32,0],[252,3],[40,1,0],[184],[68,0,0,0,0,0,0,240,63],[161],[33,2],[68,0,0,0,0,0,0,0,0],[33,3],[65,1],[33,4],[3,64],[32,3],[32,2],[101],[4,64],[16, builtin('__Porffor_consoleIndent')],[33,5],[26],[32,0],[33,6],[32,3],[34,7],[252,3],[65,9],[108],[32,6],[252,3],[106],[34,8],[43,0,4],[32,8],[45,0,12],[34,5],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[32,3],[32,2],[98],[4,64],[68,0,0,0,0,0,0,64,64],[16,1],[11],[32,3],[68,0,0,0,0,0,0,240,63],[160],[33,3],[12,1],[11],[11],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
@@ -797,7 +797,7 @@ export const BuiltinFuncs = function() {
797
797
  locals: [127,127,124,127,124,127,124,127,124,127,124,124,127,127,127,127,124,127,124,124,127,127,127,127,127], localNames: ["obj","obj#type","colors","colors#type","depth","depth#type","showHidden","showHidden#type","logictmpi","#last_type","keys","keys#type","keysLen","keysLen#type","i","i#type","key","key#type","#member_obj","#member_prop","#loadArray_offset","#member_allocd","#swap","#typeswitch_tmp1","value","value#type","__tmpop_left","__tmpop_right","compare_left_pointer","compare_left_length","compare_right_pointer","compare_index","compare_index_end"],
798
798
  };
799
799
  this.__console_dir = {
800
- wasm: (scope, {builtin,internalThrow}) => [[68,0,0,0,0,0,0,240,63],[33,4],[68,0,0,0,0,0,0,0,64],[33,5],[68,0,0,0,0,0,0,0,0],[33,6],[32,2],[33,7],[32,3],[33,8],[2,127],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,7],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,2],[33,9],[65,128,128,4],[34,15],[65,6],[54,1,0],[32,15],[65,227,0],[58,0,4],[32,15],[65,239,0],[58,0,5],[32,15],[65,236,0],[58,0,6],[32,15],[65,239,0],[58,0,7],[32,15],[65,242,0],[58,0,8],[32,15],[65,243,0],[58,0,9],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,4],[32,2],[33,9],[65,128,128,4],[34,15],[65,5],[54,1,0],[32,15],[65,228,0],[58,0,4],[32,15],[65,229,0],[58,0,5],[32,15],[65,240,0],[58,0,6],[32,15],[65,244,0],[58,0,7],[32,15],[65,232,0],[58,0,8],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,5],[32,2],[33,9],[65,128,128,4],[34,15],[65,10],[54,1,0],[32,15],[65,243,0],[58,0,4],[32,15],[65,232,0],[58,0,5],[32,15],[65,239,0],[58,0,6],[32,15],[65,247,0],[58,0,7],[32,15],[65,200,0],[58,0,8],[32,15],[65,233,0],[58,0,9],[32,15],[65,228,0],[58,0,10],[32,15],[65,228,0],[58,0,11],[32,15],[65,229,0],[58,0,12],[32,15],[65,238,0],[58,0,13],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,6],[11],[16, builtin('__Porffor_consoleIndent')],[33,12],[26],[32,0],[32,1],[32,4],[65,2],[32,5],[65,1],[32,6],[65,2],[16, builtin('__Porffor_dirObject')],[33,12],[26],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
800
+ wasm: (scope, {builtin,internalThrow}) => [[68,0,0,0,0,0,0,240,63],[33,4],[68,0,0,0,0,0,0,0,64],[33,5],[68,0,0,0,0,0,0,0,0],[33,6],[32,2],[33,7],[32,3],[33,8],[2,127],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,7],[252,3],[40,1,0],[12,1],[11],[32,7],[252,3],[11,"TYPESWITCH_end"],[4,64],[32,2],[33,9],[65,4],[34,15],[65,6],[54,1,0],[32,15],[65,227,0],[58,0,4],[32,15],[65,239,0],[58,0,5],[32,15],[65,236,0],[58,0,6],[32,15],[65,239,0],[58,0,7],[32,15],[65,242,0],[58,0,8],[32,15],[65,243,0],[58,0,9],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,4],[32,2],[33,9],[65,4],[34,15],[65,5],[54,1,0],[32,15],[65,228,0],[58,0,4],[32,15],[65,229,0],[58,0,5],[32,15],[65,240,0],[58,0,6],[32,15],[65,244,0],[58,0,7],[32,15],[65,232,0],[58,0,8],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,5],[32,2],[33,9],[65,4],[34,15],[65,10],[54,1,0],[32,15],[65,243,0],[58,0,4],[32,15],[65,232,0],[58,0,5],[32,15],[65,239,0],[58,0,6],[32,15],[65,247,0],[58,0,7],[32,15],[65,200,0],[58,0,8],[32,15],[65,233,0],[58,0,9],[32,15],[65,228,0],[58,0,10],[32,15],[65,228,0],[58,0,11],[32,15],[65,229,0],[58,0,12],[32,15],[65,238,0],[58,0,13],[32,15],[184],[33,10],[32,3],[33,8],[2,124],[32,8],[65,6],[70],[4,64,"TYPESWITCH|Function"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,9],[252,3],[32,3],[32,10],[65,195,1],[16, builtin('__ecma262_ToPropertyKey')],[33,14],[252,3],[32,14],[16, builtin('__Porffor_object_get')],[33,12],[12,1],[11],[32,8],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[65,2],[108],[32,9],[252,3],[106],[47,0,4],[59,0,4],[32,13],[184],[65,195,0],[33,12],[12,1],[11],[32,8],[65,208,0],[70],[4,64,"TYPESWITCH|Array"],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,12],[12,1],[11],[32,8],[65,216,0],[70],[4,64,"TYPESWITCH|Uint8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,217,0],[70],[4,64,"TYPESWITCH|Int8Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,218,0],[70],[4,64,"TYPESWITCH|Uint8ClampedArray"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,219,0],[70],[4,64,"TYPESWITCH|Uint16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,220,0],[70],[4,64,"TYPESWITCH|Int16Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,221,0],[70],[4,64,"TYPESWITCH|Uint32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,12],[12,1],[11],[32,8],[65,222,0],[70],[4,64,"TYPESWITCH|Int32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,12],[12,1],[11],[32,8],[65,223,0],[70],[4,64,"TYPESWITCH|Float32Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,12],[12,1],[11],[32,8],[65,224,0],[70],[4,64,"TYPESWITCH|Float64Array"],[32,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,12],[12,1],[11],[32,8],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],...internalThrow(scope, 'TypeError', `Cannot read property of undefined`),[68,0,0,0,0,0,0,0,0],[12,1],[11],[32,8],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[16, builtin('__Porffor_allocate')],[34,13],[65,1],[54,0,0],[32,13],[32,10],[252,3],[32,9],[252,3],[106],[45,0,4],[58,0,4],[32,13],[184],[65,195,1],[33,12],[12,1],[11],[68,0,0,0,0,0,0,0,0],[65,128,1],[33,12],[11,"TYPESWITCH_end"],[33,6],[11],[16, builtin('__Porffor_consoleIndent')],[33,12],[26],[32,0],[32,1],[32,4],[65,2],[32,5],[65,1],[32,6],[65,2],[16, builtin('__Porffor_dirObject')],[33,12],[26],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
801
801
  params: [124,127,124,127], typedParams: 1,
802
802
  returns: [124,127], typedReturns: 1,
803
803
  locals: [124,124,124,124,127,124,124,127,127,127,127,127], localNames: ["obj","obj#type","options","options#type","colors","depth","showHidden","#logicinner_tmp","#typeswitch_tmp1","#member_obj","#member_prop","#loadArray_offset","#last_type","#member_allocd","#swap","#makearray_pointer_tmp"],
@@ -809,43 +809,43 @@ export const BuiltinFuncs = function() {
809
809
  locals: [127], localNames: ["obj","obj#type","#last_type"],
810
810
  };
811
811
  this.__console_count = {
812
- wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,0,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'countMap', 124),[33,8],...glbl(35, 'countMap#type', 127),[33,9],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[16, builtin('__Map_prototype_get')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'get' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[34,2],[33,3],[32,5],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,0,0],[65,1],[33,5],[5],[32,2],[32,5],[33,5],[11],[68,0,0,0,0,0,0,240,63],[160],[33,6],[65,1],[33,7],...glbl(35, 'countMap', 124),[33,8],...glbl(35, 'countMap#type', 127),[33,9],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[32,6],[32,7],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,8],[32,9],[32,0],[32,1],[32,6],[32,7],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[16, builtin('__Porffor_consoleIndent')],[33,5],[26],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,6],[16,0],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
812
+ wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,240,64],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'countMap', 124),[33,8],...glbl(35, 'countMap#type', 127),[33,9],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[16, builtin('__Map_prototype_get')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'get' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[34,2],[33,3],[32,5],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,0,0],[65,1],[33,5],[5],[32,2],[32,5],[33,5],[11],[68,0,0,0,0,0,0,240,63],[160],[33,6],[65,1],[33,7],...glbl(35, 'countMap', 124),[33,8],...glbl(35, 'countMap#type', 127),[33,9],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[32,6],[32,7],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,8],[32,9],[32,0],[32,1],[32,6],[32,7],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[16, builtin('__Porffor_consoleIndent')],[33,5],[26],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[32,6],[16,0],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
813
813
  params: [124,127], typedParams: 1,
814
814
  returns: [124,127], typedReturns: 1,
815
815
  locals: [124,124,127,127,124,127,124,127], localNames: ["label","label#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","val","val#type","#proto_target","#proto_target#type"],
816
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
816
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
817
817
  data: [[0,[7,0,0,0,100,101,102,97,117,108,116]]],
818
818
  };
819
819
  this.__console_countReset = {
820
- wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,8,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'countMap', 124),[33,6],...glbl(35, 'countMap#type', 127),[33,7],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[68,0,0,0,0,0,0,240,191],[65,1],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[68,0,0,0,0,0,0,240,191],[65,1],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[32,0],[32,1],[16, builtin('__console_count')],[33,5],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
820
+ wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,0,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'countMap', 124),[33,6],...glbl(35, 'countMap#type', 127),[33,7],...glbl(35, 'countMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[68,0,0,0,0,0,0,240,191],[65,1],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[68,0,0,0,0,0,0,240,191],[65,1],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[32,0],[32,1],[16, builtin('__console_count')],[33,5],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
821
821
  params: [124,127], typedParams: 1,
822
822
  returns: [124,127], typedReturns: 1,
823
823
  locals: [124,124,127,127,124,127], localNames: ["label","label#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","#proto_target","#proto_target#type"],
824
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
824
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
825
825
  data: [[0,[7,0,0,0,100,101,102,97,117,108,116]]],
826
826
  };
827
827
  this.__console_time = {
828
- wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,16,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,4],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,3],[32,5],[33,4],[2,127],[32,4],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[12,1],[11],[32,4],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[12,1],[11],[32,3],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,128,67,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,94,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,88,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,71,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,68,64],[16,1],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[11],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__performance_now')],[65,1],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__performance_now')],[65,1],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
828
+ wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,8,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Set_prototype_has')],[33,5],[12,1],[11],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Map_prototype_has')],[33,5],[12,1],[11],[32,4],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakSet_prototype_has')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakMap_prototype_has')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'has' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,3],[32,5],[33,4],[2,127],[32,4],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[12,1],[11],[32,4],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[12,1],[11],[32,3],[252,3],[11,"TYPESWITCH_end"],[4,64],[68,0,0,0,0,0,192,85,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,89,64],[16,1],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,128,67,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,64,88,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,64,94,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,94,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,89,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,192,88,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,0,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,71,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,68,64],[16,1],[68,0,0,0,0,0,128,68,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[11],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__performance_now')],[65,1],[16, builtin('__Map_prototype_set')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__performance_now')],[65,1],[16, builtin('__WeakMap_prototype_set')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'set' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
829
829
  params: [124,127], typedParams: 1,
830
830
  returns: [124,127], typedReturns: 1,
831
831
  locals: [124,124,127,127,124,127], localNames: ["label","label#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","#proto_target","#proto_target#type"],
832
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
832
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
833
833
  data: [[0,[7,0,0,0,100,101,102,97,117,108,116]]],
834
834
  };
835
835
  this.__console_timeLog = {
836
- wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,20,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],[16, builtin('__Porffor_consoleIndent')],[33,5],[26],...glbl(35, 'timeMap', 124),[33,8],...glbl(35, 'timeMap#type', 127),[33,9],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[16, builtin('__Map_prototype_get')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'get' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,6],[32,5],[33,7],[32,6],[33,3],[32,7],[33,4],[2,124],[32,4],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,4],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,3],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,128,67,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,94,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[16, builtin('__performance_now')],[32,6],[161],[16,0],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
836
+ wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,16,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],[16, builtin('__Porffor_consoleIndent')],[33,5],[26],...glbl(35, 'timeMap', 124),[33,8],...glbl(35, 'timeMap#type', 127),[33,9],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,8],[32,9],[32,0],[32,1],[16, builtin('__Map_prototype_get')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'get' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[33,6],[32,5],[33,7],[32,6],[33,3],[32,7],[33,4],[2,124],[32,4],[65,195,0],[70],[4,64,"TYPESWITCH|String"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,4],[65,195,1],[70],[4,64,"TYPESWITCH|ByteString"],[32,3],[252,3],[40,1,0],[69],[184],[12,1],[11],[32,3],[68,0,0,0,0,0,0,0,0],[97],[184],[11,"TYPESWITCH_end"],[252,3],[4,64],[68,0,0,0,0,0,0,85,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,128,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,67,64],[16,1],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,128,67,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,0,89,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,128,91,64],[16,1],[68,0,0,0,0,0,192,91,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,89,64],[16,1],[68,0,0,0,0,0,0,94,64],[16,1],[68,0,0,0,0,0,64,90,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,93,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15],[11],[32,0],[32,1],[16, builtin('__Porffor_consolePrint')],[33,5],[26],[68,0,0,0,0,0,0,77,64],[16,1],[68,0,0,0,0,0,0,64,64],[16,1],[16, builtin('__performance_now')],[32,6],[161],[16,0],[68,0,0,0,0,0,0,64,64],[16,1],[68,0,0,0,0,0,64,91,64],[16,1],[68,0,0,0,0,0,192,92,64],[16,1],[68,0,0,0,0,0,0,36,64],[16,1],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
837
837
  params: [124,127], typedParams: 1,
838
838
  returns: [124,127], typedReturns: 1,
839
839
  locals: [124,124,127,127,124,127,124,127], localNames: ["label","label#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","val","val#type","#proto_target","#proto_target#type"],
840
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
840
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
841
841
  data: [[0,[7,0,0,0,100,101,102,97,117,108,116]]],
842
842
  };
843
843
  this.__console_timeEnd = {
844
- wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,24,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],[32,0],[32,1],[16, builtin('__console_timeLog')],[33,5],[26],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
844
+ wasm: (scope, {glbl,builtin,internalThrow}) => [[32,0],[34,2],[33,3],[32,1],[33,4],[2,127],[32,4],[65,0],[70],[4,64,"TYPESWITCH|empty"],[65,1],[12,1],[11],[32,4],[65,7],[70],[4,64,"TYPESWITCH|Object"],[32,3],[68,0,0,0,0,0,0,0,0],[97],[12,1],[11],[32,4],[65,128,1],[70],[4,64,"TYPESWITCH|undefined"],[65,1],[12,1],[11],[65,0],[11,"TYPESWITCH_end"],[4,124],[68,0,0,0,0,0,0,20,65],[34,0],[65,195,1],[33,5],[5],[32,2],[32,1],[33,5],[11],[32,0],[32,5],[33,1],[26],[26],[32,0],[32,1],[16, builtin('__console_timeLog')],[33,5],[26],...glbl(35, 'timeMap', 124),[33,6],...glbl(35, 'timeMap#type', 127),[33,7],...glbl(35, 'timeMap#type', 127),[33,4],[2,124],[32,4],[65,19],[70],[4,64,"TYPESWITCH|Set"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Set_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,20],[70],[4,64,"TYPESWITCH|Map"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__Map_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,34],[70],[4,64,"TYPESWITCH|WeakSet"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakSet_prototype_delete')],[33,5],[12,1],[11],[32,4],[65,35],[70],[4,64,"TYPESWITCH|WeakMap"],[32,6],[32,7],[32,0],[32,1],[16, builtin('__WeakMap_prototype_delete')],[33,5],[12,1],[11],...internalThrow(scope, 'TypeError', `'delete' proto func tried to be called on a type without an impl`),[11,"TYPESWITCH_end"],[26],[68,0,0,0,0,0,0,0,0],[65,128,1],[15]],
845
845
  params: [124,127], typedParams: 1,
846
846
  returns: [124,127], typedReturns: 1,
847
847
  locals: [124,124,127,127,124,127], localNames: ["label","label#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","#proto_target","#proto_target#type"],
848
- globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,80,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
848
+ globalInits: {tabLevel: (scope, {glbl}) => [[68,0,0,0,0,0,0,0,0],...glbl(36, 'tabLevel', 124),[65,1],...glbl(36, 'tabLevel#type', 127)],countMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'countMap#type', 127),...glbl(36, 'countMap', 124)],timeMap: (scope, {glbl,builtin}) => [[68,0,0,0,0,0,128,72,64],[65,6],[16, builtin('__Porffor_allocate')],[184],[65,7],[68,0,0,0,0,0,0,0,0],[65,128,1],[16, builtin('Map')],...glbl(36, 'timeMap#type', 127),...glbl(36, 'timeMap', 124)]},
849
849
  data: [[0,[7,0,0,0,100,101,102,97,117,108,116]]],
850
850
  };
851
851
  this.__crypto_randomUUID = {
package/compiler/opt.js CHANGED
@@ -4,7 +4,10 @@ import { read_signedLEB128, read_ieee754_binary64 } from './encoding.js';
4
4
  import { log } from './log.js';
5
5
  import Prefs from './prefs.js';
6
6
 
7
+ const forceRemoveTypes = new Set(Prefs.forceRemoveTypes?.split?.(','));
7
8
  const hasType = (funcs, pages, type) => {
9
+ if (forceRemoveTypes.has(type)) return false;
10
+
8
11
  switch (type) {
9
12
  case 'Array':
10
13
  return pages.hasArray;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "porffor",
3
3
  "description": "a basic experimental wip aot optimizing js -> wasm engine/compiler/runtime in js",
4
- "version": "0.28.12+fdda50372",
4
+ "version": "0.28.13+8740b6511",
5
5
  "author": "CanadaHonk",
6
6
  "license": "MIT",
7
7
  "scripts": {},
package/runner/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import fs from 'node:fs';
3
- globalThis.version = '0.28.12+fdda50372';
3
+ globalThis.version = '0.28.13+8740b6511';
4
4
 
5
5
  // deno compat
6
6
  if (typeof process === 'undefined' && typeof Deno !== 'undefined') {