porffor 0.42.1 → 0.42.2

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.
@@ -189,7 +189,6 @@ export const Promise = function (executor: any): void {
189
189
  if (Porffor.rawType(executor) != Porffor.TYPES.function) throw new TypeError('Promise executor is not a function');
190
190
 
191
191
  const obj: any[] = __Porffor_promise_create();
192
-
193
192
  activePromise = obj;
194
193
 
195
194
  try {
@@ -203,6 +202,20 @@ export const Promise = function (executor: any): void {
203
202
  return pro;
204
203
  };
205
204
 
205
+ export const __Promise_withResolvers = (): Promise => {
206
+ const obj: any[] = __Porffor_promise_create();
207
+ activePromise = obj;
208
+
209
+ const promise: Promise = obj;
210
+ const out: object = Porffor.allocate();
211
+ out.promise = promise;
212
+
213
+ out.resolve = __Porffor_promise_resolveActive;
214
+ out.reject = __Porffor_promise_rejectActive;
215
+
216
+ return out;
217
+ };
218
+
206
219
  export const __Promise_resolve = (value: any): Promise => {
207
220
  const obj: any[] = __Porffor_promise_create();
208
221
 
@@ -2242,6 +2242,13 @@ usedTypes:[80,36],
2242
2242
  globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: promise.ts/jobQueue','f64'),124),...glbl(36,'jobQueue',124),...glbl(35,'jobQueue',124),[252,3],[33,loc('#makearray_pointer_tmp',127)],[32,loc('#makearray_pointer_tmp',127)],[65,0],[54,1,0],[32,loc('#makearray_pointer_tmp',127)],[26]]},
2243
2243
  table:1,constr:1,usesTag:1,
2244
2244
  }
2245
+ this.__Promise_withResolvers = {
2246
+ wasm:(_,{glbl,builtin,funcRef})=>[[16,builtin('__Porffor_promise_create')],[33,1],[34,0],...glbl(36,'activePromise',124),...glbl(35,'activePromise',124),[65,208,0],...glbl(36,'activePromise#type',127),[26],[32,0],[33,2],[16,builtin('__Porffor_allocate')],[183],[34,3],[33,6],[16,builtin('__Porffor_allocate')],[184],[34,7],[252,3],[34,8],[65,7],[54,1,0],[32,8],[65,240,0],[58,0,4],[32,8],[65,242,0],[58,0,5],[32,8],[65,239,0],[58,0,6],[32,8],[65,237,0],[58,0,7],[32,8],[65,233,0],[58,0,8],[32,8],[65,243,0],[58,0,9],[32,8],[65,229,0],[58,0,10],[32,8],[184],[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195,1],[32,2],[65,36],[16,builtin('__Porffor_object_set')],[26],[26],[32,3],[33,6],[16,builtin('__Porffor_allocate')],[184],[34,7],[252,3],[34,8],[65,7],[54,1,0],[32,8],[65,242,0],[58,0,4],[32,8],[65,229,0],[58,0,5],[32,8],[65,243,0],[58,0,6],[32,8],[65,239,0],[58,0,7],[32,8],[65,236,0],[58,0,8],[32,8],[65,246,0],[58,0,9],[32,8],[65,229,0],[58,0,10],[32,8],[184],[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195,1],...funcRef('__Porffor_promise_resolveActive'),[65,6],[16,builtin('__Porffor_object_set')],[26],[26],[32,3],[33,6],[16,builtin('__Porffor_allocate')],[184],[34,7],[252,3],[34,8],[65,6],[54,1,0],[32,8],[65,242,0],[58,0,4],[32,8],[65,229,0],[58,0,5],[32,8],[65,234,0],[58,0,6],[32,8],[65,229,0],[58,0,7],[32,8],[65,227,0],[58,0,8],[32,8],[65,244,0],[58,0,9],[32,8],[184],[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195,1],...funcRef('__Porffor_promise_rejectActive'),[65,6],[16,builtin('__Porffor_object_set')],[26],[26],[32,3],[65,7],[15]],
2247
+ params:[],typedParams:1,returns:[124,127],typedReturns:1,
2248
+ locals:[124,127,124,124,124,127,124,124,127],localNames:["obj","#last_type","promise","out","#member_setter_val_tmp","#member_setter_ptr_tmp","#member_obj","#member_prop_assign","#makearray_pointer_tmp"],
2249
+ usedTypes:[80,7,195,36],
2250
+ globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: promise.ts/jobQueue','f64'),124),...glbl(36,'jobQueue',124),...glbl(35,'jobQueue',124),[252,3],[33,loc('#makearray_pointer_tmp',127)],[32,loc('#makearray_pointer_tmp',127)],[65,0],[54,1,0],[32,loc('#makearray_pointer_tmp',127)],[26]]},
2251
+ }
2245
2252
  this.__Promise_resolve = {
2246
2253
  wasm:(_,{builtin})=>[[16,builtin('__Porffor_promise_create')],[33,3],[33,2],[32,0],[32,1],[32,2],[65,208,0],[16,builtin('__Porffor_promise_resolve')],[33,3],[26],[32,2],[34,4],[65,36],[15]],
2247
2254
  params:[124,127],typedParams:1,returns:[124,127],typedReturns:1,
@@ -2315,7 +2322,7 @@ locals:[127],localNames:["promises","promises#type","#last_type"],
2315
2322
  globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: promise.ts/jobQueue','f64'),124),...glbl(36,'jobQueue',124),...glbl(35,'jobQueue',124),[252,3],[33,loc('#makearray_pointer_tmp',127)],[32,loc('#makearray_pointer_tmp',127)],[65,0],[54,1,0],[32,loc('#makearray_pointer_tmp',127)],[26]]},
2316
2323
  }
2317
2324
  this['#anonymous_7'] = {
2318
- wasm:(_,{t,allocPage,glbl,builtin,funcRef,internalThrow})=>[[32,0],...glbl(36,'_allRes',124),...glbl(35,'_allRes',124),[32,1],...glbl(36,'_allRes#type',127),[26],[32,2],...glbl(36,'_allRej',124),...glbl(35,'_allRej',124),[32,3],...glbl(36,'_allRej#type',127),[26],[16,builtin('__Porffor_allocate')],[183],[34,4],...glbl(36,'_allOut',124),...glbl(35,'_allOut',124),[65,208,0],...glbl(36,'_allOut#type',127),[26],[68,0],...glbl(36,'_allLen',124),...glbl(35,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),[26],...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,208,0],[70],[32,8],[65,19],[70],[114],[32,8],[65,195,0],[70],[114],[32,8],[65,195,1],[70],[114],[32,8],[65,216,0],[78],[32,8],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[34,6],[4,64],[32,8],[33,15],[2,64],...t([19],()=>[[32,15],[65,19],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],...number(allocPage(_,'bytestring: #anonymous_7/status','i8'),124),[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,15],[65,195,0],[70],[4,64],[65,195,0],[33,10],[16,builtin('__Porffor_allocate')],[34,26],[65,1],[54,0,0],[3,64],[32,26],[32,5],[47,0,4],[59,0,4],[32,26],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,2],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,15],[65,208,0],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,15],[65,216,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,15],[65,217,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,15],[65,218,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,15],[65,219,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,15],[65,220,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[46,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,15],[65,221,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,15],[65,222,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,15],[65,223,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,15],[65,224,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,15],[65,195,1],[70],[4,64],[65,195,1],[33,10],[16,builtin('__Porffor_allocate')],[34,26],[65,1],[54,0,0],[3,64],[32,26],[32,5],[32,7],[106],[45,0,4],[58,0,4],[32,26],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,327680],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,27],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[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],[68,0],[65,128,1],[32,27],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[5],...glbl(35,'_allOut',124),[252,3],[40,1,0],[184],...glbl(35,'_allLen',124),[97],[4,64],...funcRef('#anonymous_10'),[65,6],[16,builtin('__Porffor_promise_runNext')],[33,13],[26],[11],[11],[68,0],[65,128,1],[15]],
2325
+ wasm:(_,{t,allocPage,glbl,builtin,funcRef,internalThrow})=>[[32,0],...glbl(36,'_allRes',124),...glbl(35,'_allRes',124),[32,1],...glbl(36,'_allRes#type',127),[26],[32,2],...glbl(36,'_allRej',124),...glbl(35,'_allRej',124),[32,3],...glbl(36,'_allRej#type',127),[26],[16,builtin('__Porffor_allocate')],[183],[34,4],...glbl(36,'_allOut',124),...glbl(35,'_allOut',124),[65,208,0],...glbl(36,'_allOut#type',127),[26],[68,0],...glbl(36,'_allLen',124),...glbl(35,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),[26],...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,208,0],[70],[32,8],[65,19],[70],[114],[32,8],[65,195,0],[70],[114],[32,8],[65,195,1],[70],[114],[32,8],[65,216,0],[78],[32,8],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[34,6],[4,64],[32,8],[33,15],[2,64],...t([19],()=>[[32,15],[65,19],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],...number(allocPage(_,'bytestring: #anonymous_7/status','i8'),124),[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,15],[65,195,0],[70],[4,64],[65,195,0],[33,10],[16,builtin('__Porffor_allocate')],[34,26],[65,1],[54,0,0],[3,64],[32,26],[32,5],[47,0,4],[59,0,4],[32,26],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,2],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,15],[65,208,0],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,15],[65,216,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,15],[65,217,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,15],[65,218,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,15],[65,219,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,15],[65,220,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[46,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,15],[65,221,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,15],[65,222,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,15],[65,223,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,15],[65,224,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,15],[65,195,1],[70],[4,64],[65,195,1],[33,10],[16,builtin('__Porffor_allocate')],[34,26],[65,1],[54,0,0],[3,64],[32,26],[32,5],[32,7],[106],[45,0,4],[58,0,4],[32,26],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_8'),[65,6],...funcRef('#anonymous_9'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],[16,builtin('__Porffor_allocate')],[184],[33,18],[65,7],[33,19],[68,393216],[34,20],[252,3],[34,21],[65,9],[54,1,0],[32,21],[65,230,0],[58,0,4],[32,21],[65,245,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,230,0],[58,0,7],[32,21],[65,233,0],[58,0,8],[32,21],[65,236,0],[58,0,9],[32,21],[65,236,0],[58,0,10],[32,21],[65,229,0],[58,0,11],[32,21],[65,228,0],[58,0,12],[32,21],[184],[33,20],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,6],[54,1,0],[32,21],[65,243,0],[58,0,4],[32,21],[65,244,0],[58,0,5],[32,21],[65,225,0],[58,0,6],[32,21],[65,244,0],[58,0,7],[32,21],[65,245,0],[58,0,8],[32,21],[65,243,0],[58,0,9],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,20],[65,195,1],[16,builtin('__Porffor_object_set')],[26],[11],[26],[32,18],[33,24],[16,builtin('__Porffor_allocate')],[184],[34,25],[252,3],[34,21],[65,5],[54,1,0],[32,21],[65,246,0],[58,0,4],[32,21],[65,225,0],[58,0,5],[32,21],[65,236,0],[58,0,6],[32,21],[65,245,0],[58,0,7],[32,21],[65,229,0],[58,0,8],[32,21],[184],[33,25],[32,19],[33,15],[2,124],...t([128],()=>[[32,15],[65,128,1],[70],[4,64],...internalThrow(_,'TypeError',`Cannot set property of undefined`),[68,0],[12,1],[11]]),[32,24],[252,2],[32,19],[32,25],[252,3],[65,195,1],[32,11],[32,12],[16,builtin('__Porffor_object_set')],[26],[11],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,18],[32,19],[16,builtin('__Porffor_array_fastPush')],[33,13],[26],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,27],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[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],[68,0],[65,128,1],[32,27],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[5],...glbl(35,'_allOut',124),[252,3],[40,1,0],[184],...glbl(35,'_allLen',124),[97],[4,64],...funcRef('#anonymous_10'),[65,6],[16,builtin('__Porffor_promise_runNext')],[33,13],[26],[11],[11],[68,0],[65,128,1],[15]],
2319
2326
  params:[124,127,124,127],typedParams:1,returns:[124,127],typedReturns:1,
2320
2327
  locals:[124,127,127,127,127,124,127,124,127,127,124,127,124,127,124,127,124,127,124,127,124,124,127,124],localNames:["res","res#type","rej","rej#type","arr","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","#forof_tmp0","#forof_tmp0#type","x","x#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","#proto_target","#proto_target#type","o","o#type","status","#makearray_pointer_tmp","#member_setter_val_tmp","#member_setter_ptr_tmp","#member_obj","#member_prop_assign","#forof_allocd","#indirect_callee"],
2321
2328
  usedTypes:[80,7,195,67],
@@ -2352,7 +2359,7 @@ locals:[127],localNames:["promises","promises#type","#last_type"],
2352
2359
  globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: promise.ts/jobQueue','f64'),124),...glbl(36,'jobQueue',124),...glbl(35,'jobQueue',124),[252,3],[33,loc('#makearray_pointer_tmp',127)],[32,loc('#makearray_pointer_tmp',127)],[65,0],[54,1,0],[32,loc('#makearray_pointer_tmp',127)],[26]]},
2353
2360
  }
2354
2361
  this['#anonymous_11'] = {
2355
- wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>[[32,0],...glbl(36,'_allRes',124),...glbl(35,'_allRes',124),[32,1],...glbl(36,'_allRes#type',127),[26],[32,2],...glbl(36,'_allRej',124),...glbl(35,'_allRej',124),[32,3],...glbl(36,'_allRej#type',127),[26],[16,builtin('__Porffor_allocate')],[183],[34,4],...glbl(36,'_allOut',124),...glbl(35,'_allOut',124),[65,208,0],...glbl(36,'_allOut#type',127),[26],[68,0],...glbl(36,'_allLen',124),...glbl(35,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),[26],...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,208,0],[70],[32,8],[65,19],[70],[114],[32,8],[65,195,0],[70],[114],[32,8],[65,195,1],[70],[114],[32,8],[65,216,0],[78],[32,8],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[34,6],[4,64],[32,8],[33,15],[2,64],...t([19],()=>[[32,15],[65,19],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,15],[65,195,0],[70],[4,64],[65,195,0],[33,10],[16,builtin('__Porffor_allocate')],[34,19],[65,1],[54,0,0],[3,64],[32,19],[32,5],[47,0,4],[59,0,4],[32,19],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,2],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,15],[65,208,0],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,15],[65,216,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,15],[65,217,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,15],[65,218,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,15],[65,219,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,15],[65,220,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[46,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,15],[65,221,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,15],[65,222,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,15],[65,223,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,15],[65,224,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,15],[65,195,1],[70],[4,64],[65,195,1],[33,10],[16,builtin('__Porffor_allocate')],[34,19],[65,1],[54,0,0],[3,64],[32,19],[32,5],[32,7],[106],[45,0,4],[58,0,4],[32,19],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRej',124),[33,18],...glbl(35,'_allRej#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[68,43],[65,6],[68,0],[65,7],[68,0],[65,128,1],[16,builtin('AggregateError')],[34,13],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRej is not a function`),[68,0],[11],[26],[11],[68,0],[65,128,1],[15]],
2362
+ wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>[[32,0],...glbl(36,'_allRes',124),...glbl(35,'_allRes',124),[32,1],...glbl(36,'_allRes#type',127),[26],[32,2],...glbl(36,'_allRej',124),...glbl(35,'_allRej',124),[32,3],...glbl(36,'_allRej#type',127),[26],[16,builtin('__Porffor_allocate')],[183],[34,4],...glbl(36,'_allOut',124),...glbl(35,'_allOut',124),[65,208,0],...glbl(36,'_allOut#type',127),[26],[68,0],...glbl(36,'_allLen',124),...glbl(35,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),[26],...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,208,0],[70],[32,8],[65,19],[70],[114],[32,8],[65,195,0],[70],[114],[32,8],[65,195,1],[70],[114],[32,8],[65,216,0],[78],[32,8],[65,224,0],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[34,6],[4,64],[32,8],[33,15],[2,64],...t([19],()=>[[32,15],[65,19],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([67],()=>[[32,15],[65,195,0],[70],[4,64],[65,195,0],[33,10],[16,builtin('__Porffor_allocate')],[34,19],[65,1],[54,0,0],[3,64],[32,19],[32,5],[47,0,4],[59,0,4],[32,19],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,2],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([80],()=>[[32,15],[65,208,0],[70],[4,64],[3,64],[32,5],[43,0,4],[33,9],[32,5],[45,0,12],[33,10],[32,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,5],[65,9],[106],[33,5],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([88],()=>[[32,15],[65,216,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([89],()=>[[32,15],[65,217,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([90],()=>[[32,15],[65,218,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([91],()=>[[32,15],[65,219,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([92],()=>[[32,15],[65,220,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[46,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([93],()=>[[32,15],[65,221,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([94],()=>[[32,15],[65,222,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([95],()=>[[32,15],[65,223,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([96],()=>[[32,15],[65,224,0],[70],[4,64],[65,1],[33,10],[3,64],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...t([195],()=>[[32,15],[65,195,1],[70],[4,64],[65,195,1],[33,10],[16,builtin('__Porffor_allocate')],[34,19],[65,1],[54,0,0],[3,64],[32,19],[32,5],[32,7],[106],[45,0,4],[58,0,4],[32,19],[184],[34,9],[33,11],[32,10],[33,12],[2,64],[2,64],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,11],[32,12],[16,builtin('__ecma262_IsPromise')],[33,13],[33,14],[32,13],[33,15],[2,127],...t([67,195],()=>[[32,15],[65,195,0],[70],[32,15],[65,195,1],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[12,1],[11]]),[32,14],[252,3],[11],[4,64],[32,11],[33,16],[32,12],[33,17],[32,12],[33,15],[2,124],...t([36],()=>[[32,15],[65,36],[70],[4,64],[32,16],[32,17],...funcRef('#anonymous_12'),[65,6],...funcRef('#anonymous_13'),[65,6],[16,builtin('__Promise_prototype_then')],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`'then' proto func tried to be called on a type without an impl`),[68,0],[11],[26],[5],...glbl(35,'_allRes',124),[33,18],...glbl(35,'_allRes#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[32,11],[32,12],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,13],[15],[11],[11],[32,7],[65,1],[106],[34,7],[32,6],[71],[13,1],[11],[11],[12,1],[11]]),...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRej',124),[33,18],...glbl(35,'_allRej#type',127),[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[68,44],[65,6],[68,0],[65,7],[68,0],[65,128,1],[16,builtin('AggregateError')],[34,13],[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],[68,0],[65,128,1],[32,18],[252,3],[17,10,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRej is not a function`),[68,0],[11],[26],[11],[68,0],[65,128,1],[15]],
2356
2363
  params:[124,127,124,127],typedParams:1,returns:[124,127],typedReturns:1,
2357
2364
  locals:[124,127,127,127,127,124,127,124,127,127,124,127,124,127,124,127],localNames:["res","res#type","rej","rej#type","arr","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","#forof_tmp0","#forof_tmp0#type","x","x#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","#proto_target","#proto_target#type","#indirect_callee","#forof_allocd"],
2358
2365
  usedTypes:[80,67,195],
@@ -2367,7 +2374,7 @@ globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: p
2367
2374
  table:1,usesTag:1,
2368
2375
  }
2369
2376
  this['#anonymous_13'] = {
2370
- wasm:(_,{t,glbl,builtin,internalThrow})=>[[2,127],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],[33,2],[34,3],...glbl(35,'_allLen',124),[34,4],[32,2],[65,128,1],[114],[65,195,1],[70],...glbl(35,'_allLen#type',127),[65,128,1],[114],[65,195,1],[70],[114],[4,64],[32,3],[32,2],[32,4],...glbl(35,'_allLen#type',127),[16,builtin('__Porffor_compareStrings')],[26],[252,3],[12,1],[11],[97],[11],[4,64],...glbl(35,'_allRes',124),[33,5],...glbl(35,'_allRes#type',127),[33,6],[2,124],...t([6],()=>[[32,6],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[68,43],[65,6],[68,0],[65,7],[68,0],[65,128,1],[16,builtin('AggregateError')],[34,2],[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],[68,0],[65,128,1],[32,5],[252,3],[17,10,0],[33,2],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,128,1],[15]],
2377
+ wasm:(_,{t,glbl,builtin,internalThrow})=>[[2,127],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],[33,2],[34,3],...glbl(35,'_allLen',124),[34,4],[32,2],[65,128,1],[114],[65,195,1],[70],...glbl(35,'_allLen#type',127),[65,128,1],[114],[65,195,1],[70],[114],[4,64],[32,3],[32,2],[32,4],...glbl(35,'_allLen#type',127),[16,builtin('__Porffor_compareStrings')],[26],[252,3],[12,1],[11],[97],[11],[4,64],...glbl(35,'_allRes',124),[33,5],...glbl(35,'_allRes#type',127),[33,6],[2,124],...t([6],()=>[[32,6],[65,6],[70],[4,64],[68,0],[65,128,1],[68,0],[65,128,1],[68,44],[65,6],[68,0],[65,7],[68,0],[65,128,1],[16,builtin('AggregateError')],[34,2],[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],[68,0],[65,128,1],[32,5],[252,3],[17,10,0],[33,2],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,128,1],[15]],
2371
2378
  params:[124,127],typedParams:1,returns:[124,127],typedReturns:1,
2372
2379
  locals:[127,124,124,124,127],localNames:["r","r#type","#last_type","__tmpop_left","__tmpop_right","#indirect_callee","#typeswitch_tmp2"],
2373
2380
  globalInits:{jobQueue:(_,{allocPage,glbl,loc})=>[...number(allocPage(_,'array: promise.ts/jobQueue','f64'),124),...glbl(36,'jobQueue',124),...glbl(35,'jobQueue',124),[252,3],[33,loc('#makearray_pointer_tmp',127)],[32,loc('#makearray_pointer_tmp',127)],[65,0],[54,1,0],[32,loc('#makearray_pointer_tmp',127)],[26]]},
package/compiler/index.js CHANGED
@@ -71,7 +71,7 @@ export default (code, module = undefined) => {
71
71
 
72
72
  // change some prefs by default for c/native
73
73
  if (target !== 'wasm') {
74
- Prefs.pgo = Prefs.pgo === false ? false : true; // enable pgo
74
+ Prefs.pgo = Prefs.pgo === false || globalThis.document ? false : true; // enable pgo
75
75
  Prefs.passiveData = false; // disable using passive Wasm data as unsupported by 2c for now
76
76
  }
77
77
 
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.42.1+240c1785e",
4
+ "version": "0.42.2+801066453",
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.42.1+240c1785e';
3
+ globalThis.version = '0.42.2+801066453';
4
4
 
5
5
  // deno compat
6
6
  if (typeof process === 'undefined' && typeof Deno !== 'undefined') {