porffor 0.43.0 → 0.43.1

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.
@@ -469,10 +469,10 @@ export const __Porffor_object_define = (obj: any, key: any, value: any, flags: i
469
469
  let err: boolean = false;
470
470
 
471
471
  // descriptor type (accessor/data) and/or flags (other than writable) have changed
472
- if ((tail & 0b0111) != (flags & 0b0111)) err = true;
473
-
474
- if (!err && (tail & 0b1001) == 0) {
475
- // data descriptor and already non-writable only checks
472
+ if ((tail & 0b0111) != (flags & 0b0111)) {
473
+ err = true;
474
+ } else if ((tail & 0b1000) == 0) {
475
+ // already non-writable only checks
476
476
  // trying to change writable false -> true
477
477
  if (flags & 0b1000) {
478
478
  err = true;
@@ -552,6 +552,8 @@ export const __Object_defineProperty = (target: any, prop: any, desc: any) => {
552
552
 
553
553
  let accessor: boolean = false;
554
554
 
555
+ const existingDesc: any = __Object_getOwnPropertyDescriptor(target, prop);
556
+
555
557
  // todo: should check if has attributes not if undefined
556
558
  if (get !== undefined || set !== undefined) {
557
559
  if (get !== undefined && Porffor.rawType(get) != Porffor.TYPES.function) throw new TypeError('Getter must be a function');
@@ -562,9 +564,13 @@ export const __Object_defineProperty = (target: any, prop: any, desc: any) => {
562
564
  }
563
565
 
564
566
  accessor = true;
567
+ } else if (existingDesc && value === undefined && writable === undefined) {
568
+ // all undefined, check if past accessor
569
+ const _get: bytestring = 'get';
570
+ const _set: bytestring = 'set';
571
+ if (_get in existingDesc || _set in existingDesc) accessor = true;
565
572
  }
566
573
 
567
- const existingDesc: any = __Object_getOwnPropertyDescriptor(target, prop);
568
574
  if (existingDesc) {
569
575
  let inKey: bytestring = '';
570
576
 
@@ -92,9 +92,9 @@ locals:[127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#
92
92
  table:1,usesTag:1,
93
93
  }
94
94
  this.__Porffor_object_define = {
95
- wasm:(_,{t,builtin,internalThrow})=>[[32,1],[65,7],[71],[4,64],[32,0],[184],[32,1],[16,builtin('__Porffor_object_underlying')],[33,8],[252,2],[34,0],[32,8],[33,1],[26],[32,1],[65,7],[71],[4,64],[65,0],[65,128,1],[15],[11],[11],[32,0],[32,1],[32,2],[32,3],[16,builtin('__Porffor_object_lookup')],[33,8],[34,9],[65,127],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[33,8],[33,10],[32,8],[33,11],[2,127],...t([67,195],()=>[[32,11],[65,195,0],[70],[32,11],[65,195,1],[70],[114],[4,64],[32,10],[40,1,0],[12,1],[11]]),[32,10],[11],[4,64],...internalThrow(_,'TypeError',`Cannot define property, object is inextensible`),[11],[32,0],[40,0,0],[33,12],[32,0],[32,12],[65,1],[106],[54,0,0],[32,0],[65,5],[106],[32,12],[65,14],[108],[106],[34,9],[65,1],[32,2],[32,3],[16,builtin('__Porffor_object_writeKey')],[33,8],[26],[5],[32,9],[47,0,12],[34,13],[65,2],[113],[69],[4,64],[65,0],[33,14],[32,13],[65,7],[113],[32,6],[65,7],[113],[71],[4,64],[65,1],[33,14],[11],[32,14],[69],[34,15],[4,127],[32,13],[65,9],[113],[69],[65,2],[33,8],[5],[32,15],[65,2],[33,8],[11],[33,10],[32,8],[33,11],[2,127],...t([67,195],()=>[[32,11],[65,195,0],[70],[32,11],[65,195,1],[70],[114],[4,64],[32,10],[40,1,0],[12,1],[11]]),[32,10],[11],[4,64],[32,6],[65,8],[113],[4,64],[65,1],[33,14],[5],[32,9],[43,0,4],[32,9],[45,0,13],[32,4],[32,5],[16,builtin('__Object_is')],[26],[252,3],[69],[33,14],[11],[11],[32,14],[4,64],...internalThrow(_,'TypeError',`Cannot redefine property`),[11],[11],[11],[32,9],[32,4],[57,0,4],[32,9],[32,6],[32,5],[65,8],[116],[106],[59,0,12],[65,0],[65,128,1],[15]],
95
+ wasm:(_,{t,builtin,internalThrow})=>[[32,1],[65,7],[71],[4,64],[32,0],[184],[32,1],[16,builtin('__Porffor_object_underlying')],[33,8],[252,2],[34,0],[32,8],[33,1],[26],[32,1],[65,7],[71],[4,64],[65,0],[65,128,1],[15],[11],[11],[32,0],[32,1],[32,2],[32,3],[16,builtin('__Porffor_object_lookup')],[33,8],[34,9],[65,127],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[33,8],[33,10],[32,8],[33,11],[2,127],...t([67,195],()=>[[32,11],[65,195,0],[70],[32,11],[65,195,1],[70],[114],[4,64],[32,10],[40,1,0],[12,1],[11]]),[32,10],[11],[4,64],...internalThrow(_,'TypeError',`Cannot define property, object is inextensible`),[11],[32,0],[40,0,0],[33,12],[32,0],[32,12],[65,1],[106],[54,0,0],[32,0],[65,5],[106],[32,12],[65,14],[108],[106],[34,9],[65,1],[32,2],[32,3],[16,builtin('__Porffor_object_writeKey')],[33,8],[26],[5],[32,9],[47,0,12],[34,13],[65,2],[113],[69],[4,64],[65,0],[33,14],[32,13],[65,7],[113],[32,6],[65,7],[113],[71],[4,64],[65,1],[33,14],[5],[32,13],[65,8],[113],[69],[4,64],[32,6],[65,8],[113],[4,64],[65,1],[33,14],[5],[32,9],[43,0,4],[32,9],[45,0,13],[32,4],[32,5],[16,builtin('__Object_is')],[26],[252,3],[69],[33,14],[11],[11],[11],[32,14],[4,64],...internalThrow(_,'TypeError',`Cannot redefine property`),[11],[11],[11],[32,9],[32,4],[57,0,4],[32,9],[32,6],[32,5],[65,8],[116],[106],[59,0,12],[65,0],[65,128,1],[15]],
96
96
  params:[127,127,127,127,124,127,127,127],typedParams:1,returns:[127,127],typedReturns:1,
97
- locals:[127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","flags","flags#type","#last_type","entryPtr","#logicinner_tmp","#typeswitch_tmp1","size","tail","err","logictmp"],
97
+ locals:[127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","flags","flags#type","#last_type","entryPtr","#logicinner_tmp","#typeswitch_tmp1","size","tail","err"],
98
98
  usesTag:1,
99
99
  }
100
100
  this.__Porffor_object_delete = {
@@ -2093,11 +2093,11 @@ usedTypes:[80],
2093
2093
  usesTag:1,
2094
2094
  }
2095
2095
  this.__Object_defineProperty = {
2096
- wasm:(_,{t,allocPage,builtin,internalThrow})=>[[32,0],[252,2],[32,1],[16,builtin('__Porffor_object_isObject')],[33,6],[183],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Target is a non-object`),[11],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_isObject')],[33,6],[183],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Descriptor is a non-object`),[11],[32,1],[184],[68,80],[97],[4,64],...number(allocPage(_,'bytestring: __Object_defineProperty/tmp1','i8'),124),[33,9],...number(allocPage(_,'bytestring: __Object_defineProperty/tmp2','i8'),124),[33,10],[32,2],[32,3],[32,9],[65,195,1],[16,builtin('__Porffor_compareStrings')],[26],[252,3],[184],[34,11],[252,3],[4,124],[32,4],[32,5],[32,10],[65,195,1],[16,builtin('__Object_hasOwn')],[34,6],[33,6],[5],[32,11],[65,2],[33,6],[11],[33,7],[32,6],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],[32,4],[33,14],...number(allocPage(_,'bytestring: __Object_defineProperty/#member_prop','i8'),124),[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,12],[32,6],[33,13],[32,12],[32,13],[16,builtin('__ecma262_ToNumber')],[33,6],[34,17],[16,builtin('__Number_isNaN')],[252,3],[32,17],[16,builtin('__Math_floor')],[32,17],[98],[114],[32,17],[68,0],[99],[114],[32,17],[68,4294967296],[102],[114],[4,64],...internalThrow(_,'RangeError',`Invalid array length`),[11],[32,0],[252,2],[32,17],[252,2],[54,0,0],[11],[11],[32,2],[32,3],[16,builtin('__ecma262_ToPropertyKey')],[34,6],[33,19],[33,18],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,20],[32,6],[33,21],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,22],[32,6],[33,23],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,24],[32,6],[33,25],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,26],[32,6],[33,27],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,28],[32,6],[33,29],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,30],[32,6],[33,31],[68,0],[33,32],[32,28],[68,0],[98],[32,29],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,33],[69],[4,127],[32,30],[68,0],[98],[32,31],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,28],[68,0],[98],[32,29],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,33],[4,127],[32,29],[184],[68,6],[98],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Getter must be a function`),[11],[32,30],[68,0],[98],[32,31],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,33],[4,127],[32,31],[184],[68,6],[98],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Setter must be a function`),[11],[32,24],[68,0],[98],[32,25],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,33],[69],[4,127],[32,26],[68,0],[98],[32,27],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Descriptor cannot define both accessor and data descriptor attributes`),[11],[68,1],[33,32],[11],[32,0],[32,1],[32,2],[32,3],[16,builtin('__Object_getOwnPropertyDescriptor')],[34,6],[33,35],[34,34],[33,7],[32,35],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],...number(allocPage(_,'bytestring: __Object_defineProperty/inKey','i8'),124),[34,36],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,36],[32,20],[33,7],[32,21],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,20],[32,6],[33,21],[26],[11],[32,36],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,36],[32,22],[33,7],[32,23],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,22],[32,6],[33,23],[26],[11],[32,32],[252,3],[4,64],[32,36],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,36],[32,28],[33,7],[32,29],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,28],[32,6],[33,29],[26],[11],[32,36],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,36],[32,30],[33,7],[32,31],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,30],[32,6],[33,31],[26],[11],[5],[32,36],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,36],[32,24],[33,7],[32,25],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,24],[32,6],[33,25],[26],[11],[32,36],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,36],[32,26],[33,7],[32,27],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,33],[4,127],[32,4],[32,5],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,33],[65,2],[33,6],[11],[4,64],[32,34],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,15],[32,35],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,35],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,26],[32,6],[33,27],[26],[11],[11],[11],[68,0],[33,37],[32,32],[252,3],[4,64],[32,37],[68,1],[16,builtin('f64_|')],[33,37],[11],[32,20],[33,7],[32,21],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,37],[68,2],[16,builtin('f64_|')],[33,37],[11],[32,22],[33,7],[32,23],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,37],[68,4],[16,builtin('f64_|')],[33,37],[11],[32,26],[33,7],[32,27],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,37],[68,8],[16,builtin('f64_|')],[33,37],[11],[32,32],[252,3],[4,64],[32,28],[252,2],[32,29],[32,30],[252,2],[32,31],[16,builtin('__Porffor_object_packAccessor')],[34,6],[33,25],[33,24],[11],[32,0],[252,2],[32,1],[32,18],[252,2],[32,19],[32,24],[32,25],[32,37],[252,2],[65,1],[16,builtin('__Porffor_object_define')],[33,6],[183],[26],[32,0],[32,1],[15]],
2096
+ wasm:(_,{t,allocPage,builtin,internalThrow})=>[[32,0],[252,2],[32,1],[16,builtin('__Porffor_object_isObject')],[33,6],[183],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Target is a non-object`),[11],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_isObject')],[33,6],[183],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Descriptor is a non-object`),[11],[32,1],[184],[68,80],[97],[4,64],...number(allocPage(_,'bytestring: __Object_defineProperty/tmp1','i8'),124),[33,9],...number(allocPage(_,'bytestring: __Object_defineProperty/tmp2','i8'),124),[33,10],[32,2],[32,3],[32,9],[65,195,1],[16,builtin('__Porffor_compareStrings')],[26],[252,3],[184],[34,11],[252,3],[4,124],[32,4],[32,5],[32,10],[65,195,1],[16,builtin('__Object_hasOwn')],[34,6],[33,6],[5],[32,11],[65,2],[33,6],[11],[33,7],[32,6],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],[32,4],[33,14],...number(allocPage(_,'bytestring: __Object_defineProperty/#member_prop','i8'),124),[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,12],[32,6],[33,13],[32,12],[32,13],[16,builtin('__ecma262_ToNumber')],[33,6],[34,17],[16,builtin('__Number_isNaN')],[252,3],[32,17],[16,builtin('__Math_floor')],[32,17],[98],[114],[32,17],[68,0],[99],[114],[32,17],[68,4294967296],[102],[114],[4,64],...internalThrow(_,'RangeError',`Invalid array length`),[11],[32,0],[252,2],[32,17],[252,2],[54,0,0],[11],[11],[32,2],[32,3],[16,builtin('__ecma262_ToPropertyKey')],[34,6],[33,19],[33,18],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,20],[32,6],[33,21],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,22],[32,6],[33,23],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,24],[32,6],[33,25],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,26],[32,6],[33,27],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,28],[32,6],[33,29],[32,4],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,5],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,5],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[33,30],[32,6],[33,31],[68,0],[33,32],[32,0],[32,1],[32,2],[32,3],[16,builtin('__Object_getOwnPropertyDescriptor')],[34,6],[33,34],[33,33],[32,28],[68,0],[98],[32,29],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,35],[69],[4,127],[32,30],[68,0],[98],[32,31],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,28],[68,0],[98],[32,29],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,35],[4,127],[32,29],[184],[68,6],[98],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Getter must be a function`),[11],[32,30],[68,0],[98],[32,31],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,35],[4,127],[32,31],[184],[68,6],[98],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Setter must be a function`),[11],[32,24],[68,0],[98],[32,25],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[34,35],[69],[4,127],[32,26],[68,0],[98],[32,27],[65,128,1],[114],[65,128,1],[65,128,1],[114],[71],[114],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],...internalThrow(_,'TypeError',`Descriptor cannot define both accessor and data descriptor attributes`),[11],[68,1],[33,32],[5],[32,33],[34,11],[33,7],[32,34],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,124],[32,24],[68,0],[97],[32,25],[65,128,1],[114],[65,128,1],[65,128,1],[114],[70],[113],[184],[65,2],[33,6],[5],[32,11],[32,34],[33,6],[11],[34,11],[33,7],[32,6],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,124],[32,26],[68,0],[97],[32,27],[65,128,1],[114],[65,128,1],[65,128,1],[114],[70],[113],[184],[65,2],[33,6],[5],[32,11],[32,6],[33,6],[11],[33,7],[32,6],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],...number(allocPage(_,'bytestring: __Object_defineProperty/_get','i8'),124),[33,36],...number(allocPage(_,'bytestring: __Object_defineProperty/_set','i8'),124),[33,37],[32,33],[32,34],[32,36],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[34,11],[68,0],[97],[4,124],[32,33],[32,34],[32,37],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[65,2],[33,6],[5],[32,11],[65,2],[33,6],[11],[33,7],[32,6],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],[68,1],[33,32],[11],[11],[11],[32,33],[33,7],[32,34],[33,8],[2,127],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[12,1],[11]]),[32,7],[252,3],[11],[4,64],...number(allocPage(_,'bytestring: __Object_defineProperty/inKey','i8'),124),[34,38],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,38],[32,20],[33,7],[32,21],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,12],[54,1,0],[32,16],[65,227,0],[58,0,4],[32,16],[65,239,0],[58,0,5],[32,16],[65,238,0],[58,0,6],[32,16],[65,230,0],[58,0,7],[32,16],[65,233,0],[58,0,8],[32,16],[65,231,0],[58,0,9],[32,16],[65,245,0],[58,0,10],[32,16],[65,242,0],[58,0,11],[32,16],[65,225,0],[58,0,12],[32,16],[65,226,0],[58,0,13],[32,16],[65,236,0],[58,0,14],[32,16],[65,229,0],[58,0,15],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,20],[32,6],[33,21],[26],[11],[32,38],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,38],[32,22],[33,7],[32,23],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,10],[54,1,0],[32,16],[65,229,0],[58,0,4],[32,16],[65,238,0],[58,0,5],[32,16],[65,245,0],[58,0,6],[32,16],[65,237,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[65,242,0],[58,0,9],[32,16],[65,225,0],[58,0,10],[32,16],[65,226,0],[58,0,11],[32,16],[65,236,0],[58,0,12],[32,16],[65,229,0],[58,0,13],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,22],[32,6],[33,23],[26],[11],[32,32],[252,3],[4,64],[32,38],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,38],[32,28],[33,7],[32,29],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,231,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,28],[32,6],[33,29],[26],[11],[32,38],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,38],[32,30],[33,7],[32,31],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,3],[54,1,0],[32,16],[65,243,0],[58,0,4],[32,16],[65,229,0],[58,0,5],[32,16],[65,244,0],[58,0,6],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,30],[32,6],[33,31],[26],[11],[5],[32,38],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,38],[32,24],[33,7],[32,25],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,5],[54,1,0],[32,16],[65,246,0],[58,0,4],[32,16],[65,225,0],[58,0,5],[32,16],[65,236,0],[58,0,6],[32,16],[65,245,0],[58,0,7],[32,16],[65,229,0],[58,0,8],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,24],[32,6],[33,25],[26],[11],[32,38],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,38],[32,26],[33,7],[32,27],[33,8],[2,127],...t([0,128],()=>[[32,8],[65,0],[70],[32,8],[65,128,1],[70],[114],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[34,35],[4,127],[32,4],[32,5],[32,38],[65,195,1],[16,builtin('__Porffor_object_in')],[33,6],[68,0],[97],[65,2],[33,6],[5],[32,35],[65,2],[33,6],[11],[4,64],[32,33],[33,14],[68,327680],[34,15],[252,3],[34,16],[65,8],[54,1,0],[32,16],[65,247,0],[58,0,4],[32,16],[65,242,0],[58,0,5],[32,16],[65,233,0],[58,0,6],[32,16],[65,244,0],[58,0,7],[32,16],[65,225,0],[58,0,8],[32,16],[65,226,0],[58,0,9],[32,16],[65,236,0],[58,0,10],[32,16],[65,229,0],[58,0,11],[32,16],[184],[33,15],[32,34],[33,8],[2,124],...t([128],()=>[[32,8],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,14],[252,2],[32,34],[32,15],[252,3],[65,195,1],[16,builtin('__Porffor_object_get')],[33,6],[11],[34,26],[32,6],[33,27],[26],[11],[11],[11],[68,0],[33,39],[32,32],[252,3],[4,64],[32,39],[68,1],[16,builtin('f64_|')],[33,39],[11],[32,20],[33,7],[32,21],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,39],[68,2],[16,builtin('f64_|')],[33,39],[11],[32,22],[33,7],[32,23],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,39],[68,4],[16,builtin('f64_|')],[33,39],[11],[32,26],[33,7],[32,27],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,195,0],[70],[32,8],[65,195,1],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[184],[12,1],[11]]),...t([37,38],()=>[[32,8],[65,37],[70],[32,8],[65,38],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,7],[252,2],[69],[69],[183],[11],[252,3],[4,64],[32,39],[68,8],[16,builtin('f64_|')],[33,39],[11],[32,32],[252,3],[4,64],[32,28],[252,2],[32,29],[32,30],[252,2],[32,31],[16,builtin('__Porffor_object_packAccessor')],[34,6],[33,25],[33,24],[11],[32,0],[252,2],[32,1],[32,18],[252,2],[32,19],[32,24],[32,25],[32,39],[252,2],[65,1],[16,builtin('__Porffor_object_define')],[33,6],[183],[26],[32,0],[32,1],[15]],
2097
2097
  params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],typedReturns:1,
2098
- locals:[127,124,127,124,124,124,124,127,124,124,127,124,124,127,124,127,124,127,124,127,124,127,124,127,124,127,124,127,124,127,124,124],localNames:["target","target#type","prop","prop#type","desc","desc#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","tmp1","tmp2","logictmp","v","v#type","#member_obj","#member_prop","#makearray_pointer_tmp","n","p","p#type","configurable","configurable#type","enumerable","enumerable#type","value","value#type","writable","writable#type","get","get#type","set","set#type","accessor","logictmpi","existingDesc","existingDesc#type","inKey","flags"],
2098
+ locals:[127,124,127,124,124,124,124,127,124,124,127,124,124,127,124,127,124,127,124,127,124,127,124,127,124,127,124,124,127,127,124,124,124,124],localNames:["target","target#type","prop","prop#type","desc","desc#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","tmp1","tmp2","logictmp","v","v#type","#member_obj","#member_prop","#makearray_pointer_tmp","n","p","p#type","configurable","configurable#type","enumerable","enumerable#type","value","value#type","writable","writable#type","get","get#type","set","set#type","accessor","existingDesc","existingDesc#type","logictmpi","_get","_set","inKey","flags"],
2099
2099
  usedTypes:[195],
2100
- data:{"bytestring: __Object_defineProperty/tmp1":[6,0,0,0,108,101,110,103,116,104],"bytestring: __Object_defineProperty/tmp2":[5,0,0,0,118,97,108,117,101]},
2100
+ data:{"bytestring: __Object_defineProperty/tmp1":[6,0,0,0,108,101,110,103,116,104],"bytestring: __Object_defineProperty/tmp2":[5,0,0,0,118,97,108,117,101],"bytestring: __Object_defineProperty/_get":[3,0,0,0,103,101,116],"bytestring: __Object_defineProperty/_set":[3,0,0,0,115,101,116]},
2101
2101
  usesTag:1,
2102
2102
  }
2103
2103
  this.__Object_defineProperties = {
@@ -2115,7 +2115,7 @@ usedTypes:[7,195],
2115
2115
  usesTag:1,
2116
2116
  }
2117
2117
  this.__Object_groupBy = {
2118
- wasm:(_,{t,builtin,internalThrow})=>[[16,builtin('__Porffor_allocate')],[184],[33,4],[68,0],[33,5],[65,1],[33,6],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,208,0],[70],[32,10],[65,19],[70],[114],[32,10],[65,195,0],[70],[114],[32,10],[65,195,1],[70],[114],[32,10],[65,216,0],[78],[32,10],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[34,8],[4,64],[32,10],[33,18],[2,64],...t([19],()=>[[32,18],[65,19],[70],[4,64],[3,64],[32,7],[43,0,4],[33,11],[32,7],[45,0,12],[33,12],[32,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,9],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,18],[65,195,0],[70],[4,64],[65,195,0],[33,12],[16,builtin('__Porffor_allocate')],[34,30],[65,1],[54,0,0],[3,64],[32,30],[32,7],[47,0,4],[59,0,4],[32,30],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,2],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[3,64],[32,7],[43,0,4],[33,11],[32,7],[45,0,12],[33,12],[32,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,9],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,18],[65,216,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,18],[65,217,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,18],[65,218,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,18],[65,219,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,18],[65,220,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[46,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,18],[65,221,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,18],[65,222,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,18],[65,223,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,18],[65,224,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,18],[65,195,1],[70],[4,64],[65,195,1],[33,12],[16,builtin('__Porffor_allocate')],[34,30],[65,1],[54,0,0],[3,64],[32,30],[32,7],[32,9],[106],[45,0,4],[58,0,4],[32,30],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,32],[65,1],[54,1,0],[65,128,128,32],[32,13],[57,0,4],[65,128,128,32],[32,14],[58,0,12],[68,524288],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],[32,4],[65,7],[15]],
2118
+ wasm:(_,{t,builtin,internalThrow})=>[[16,builtin('__Porffor_allocate')],[184],[33,4],[68,0],[33,5],[65,1],[33,6],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,208,0],[70],[32,10],[65,19],[70],[114],[32,10],[65,195,0],[70],[114],[32,10],[65,195,1],[70],[114],[32,10],[65,216,0],[78],[32,10],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[34,8],[4,64],[32,10],[33,18],[2,64],...t([19],()=>[[32,18],[65,19],[70],[4,64],[3,64],[32,7],[43,0,4],[33,11],[32,7],[45,0,12],[33,12],[32,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,9],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,18],[65,195,0],[70],[4,64],[65,195,0],[33,12],[16,builtin('__Porffor_allocate')],[34,30],[65,1],[54,0,0],[3,64],[32,30],[32,7],[47,0,4],[59,0,4],[32,30],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,2],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[3,64],[32,7],[43,0,4],[33,11],[32,7],[45,0,12],[33,12],[32,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,7],[65,9],[106],[33,7],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,18],[65,216,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,18],[65,217,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,18],[65,218,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,18],[65,219,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,18],[65,220,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[46,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,18],[65,221,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,18],[65,222,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,18],[65,223,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,18],[65,224,0],[70],[4,64],[65,1],[33,12],[3,64],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,18],[65,195,1],[70],[4,64],[65,195,1],[33,12],[16,builtin('__Porffor_allocate')],[34,30],[65,1],[54,0,0],[3,64],[32,30],[32,7],[32,9],[106],[45,0,4],[58,0,4],[32,30],[184],[34,11],[33,13],[32,12],[33,14],[2,64],[2,64],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,13],[32,14],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[68,0],[65,128,1],[32,17],[252,3],[17,10,0],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,19],[33,16],[32,4],[65,7],[32,15],[32,16],[16,builtin('__Object_hasOwn')],[33,19],[33,20],[32,19],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,195,0],[70],[32,18],[65,195,1],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,20],[68,0],[97],[184],[11],[252,3],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,21],[32,4],[33,24],[32,15],[33,25],[32,24],[252,2],[65,7],[32,25],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[32,21],[65,208,0],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,4],[33,24],[32,15],[33,27],[32,24],[252,2],[65,7],[32,27],[32,16],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,19],[33,28],[32,19],[33,29],[32,19],[33,18],[2,124],...t([80],()=>[[32,18],[65,208,0],[70],[4,64],[32,28],[32,29],[65,128,128,40],[65,1],[54,1,0],[65,128,128,40],[32,13],[57,0,4],[65,128,128,40],[32,14],[58,0,12],[68,655360],[65,208,0],[16,builtin('__Array_prototype_push')],[33,19],[12,1],[11]]),...internalThrow(_,'TypeError',`'push' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[11],[32,9],[65,1],[106],[34,9],[32,8],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],[32,4],[65,7],[15]],
2119
2119
  params:[124,127,124,127],typedParams:1,returns:[124,127],typedReturns:1,
2120
2120
  locals:[124,124,127,127,127,127,127,124,127,124,127,124,127,124,127,127,124,124,124,127,124,124,127,124,124,127,127],localNames:["items","items#type","callbackFn","callbackFn#type","out","i","i#type","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","#forof_tmp0","#forof_tmp0#type","x","x#type","k","k#type","#indirect_callee","#typeswitch_tmp1","#last_type","#logicinner_tmp","arr","#member_setter_val_tmp","#member_setter_ptr_tmp","#member_obj","#member_prop_assign","#swap","#member_prop","#proto_target","#proto_target#type","#forof_allocd"],
2121
2121
  usedTypes:[7,80,67,195],
@@ -473,7 +473,11 @@ const generateYield = (scope, decl) => {
473
473
  // return generator
474
474
  [ Opcodes.local_get, scope.locals['#generator_out'].idx ],
475
475
  ...number(TYPES.__porffor_generator, Valtype.i32),
476
- [ Opcodes.return ]
476
+ [ Opcodes.return ],
477
+
478
+ // use undefined as yield expression value
479
+ ...number(0),
480
+ ...setLastType(scope, TYPES.undefined)
477
481
  ];
478
482
  };
479
483
 
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.43.0+e3142bb67",
4
+ "version": "0.43.1+1c54b6982",
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.43.0+e3142bb67';
3
+ globalThis.version = '0.43.1+1c54b6982';
4
4
 
5
5
  // deno compat
6
6
  if (typeof process === 'undefined' && typeof Deno !== 'undefined') {