porffor 0.60.11 → 0.60.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/builtins/_internal_object.ts +6 -0
- package/compiler/builtins/function.ts +9 -0
- package/compiler/builtins/object_hiddenPrototype.js +1 -1
- package/compiler/builtins/regexp.ts +15 -15
- package/compiler/builtins_precompiled.js +219 -202
- package/compiler/codegen.js +7 -7
- package/compiler/precompile.js +1 -0
- package/deno.lock +18 -0
- package/foo.js +37 -12
- package/package.json +1 -1
- package/runtime/index.js +1 -1
@@ -3,12 +3,12 @@ import { number } from './encoding.js';
|
|
3
3
|
|
4
4
|
export const BuiltinFuncs = x => {
|
5
5
|
x.__Porffor_object_hash={
|
6
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"
|
6
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(5)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"TaggedTemplateExpression\",\"tag\":{\"type\":\"Identifier\",\"name\":\"__Porffor_wasm\"},\"quasi\":{\"type\":\"TemplateLiteral\",\"expressions\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"key\",\"decorators\":[],\"optional\":false},\"operator\":\"+\",\"right\":{\"type\":\"Literal\",\"value\":1,\"raw\":\"1\"}}],\"quasis\":[{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"local.get \",\"cooked\":\"local.get \"},\"tail\":false},{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"\",\"cooked\":\"\"},\"tail\":true}]}},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_symbol\"}},\"consequent\":{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Literal\",\"value\":0,\"raw\":\"0\"},\"leadingComments\":[{\"type\":\"CommentLine\",\"value\":\" symbol, hash is unused so just return 0\"}]}]},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[32,0],[33,2],[32,0],[40,0,0],[33,3],[32,1],[65,67],[70],[4,64],[32,3],[65,2],[108],[33,3],[11],[65,374761393],[32,3],[106],[33,4],[32,2],[32,3],[106],[33,5],[3,64],[32,2],[65,4],[106],[32,5],[76],[4,64],[32,4],[32,2],[40,0,4],[65,3266489917],[108],[106],[65,17],[119],[65,668265263],[108],[33,4],[32,2],[65,4],[106],[33,2],[12,1],[11],[11],[32,4],[32,2],[40,0,4],[65,1],[32,5],[32,2],[107],[65,8],[108],[116],[65,1],[107],[113],[65,3266489917],[108],[106],[65,17],[119],[65,668265263],[108],[34,4],[32,4],[65,15],[118],[115],[65,2246822519],[108],[34,4],[32,4],[65,13],[118],[115],[65,3266489917],[108],[34,4],[32,4],[65,16],[118],[115],[15]]"),
|
7
7
|
params:[127,127],typedParams:1,returns:[127],returnType:1,jsLength:1,
|
8
8
|
locals:[127,127,127,127],localNames:["key","key#type","p","len","hash","end"]
|
9
9
|
}
|
10
10
|
x.__Porffor_object_writeKey={
|
11
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[32,0],[32,4],[54,0,0],[32,2],[33,6],[32,3],[65,67],[70],[4,64],[32,6],[65,2147483648],[114],[33,6],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"
|
11
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[32,0],[32,4],[54,0,0],[32,2],[33,6],[32,3],[65,67],[70],[4,64],[32,6],[65,2147483648],[114],[33,6],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(5)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"TaggedTemplateExpression\",\"tag\":{\"type\":\"Identifier\",\"name\":\"__Porffor_wasm\"},\"quasi\":{\"type\":\"TemplateLiteral\",\"expressions\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"key\",\"decorators\":[],\"optional\":false},\"operator\":\"+\",\"right\":{\"type\":\"Literal\",\"value\":1,\"raw\":\"1\"}}],\"quasis\":[{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"local.get \",\"cooked\":\"local.get \"},\"tail\":false},{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"\",\"cooked\":\"\"},\"tail\":true}]}},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_symbol\"}},\"consequent\":{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"AssignmentExpression\",\"operator\":\"|=\",\"left\":{\"type\":\"Identifier\",\"name\":\"keyEnc\",\"decorators\":[],\"optional\":false},\"right\":{\"type\":\"Literal\",\"value\":3221225472,\"raw\":\"0xc0000000\"}}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[32,0],[32,6],[54,0,4],[15]]"),
|
12
12
|
params:[127,127,127,127,127,127],typedParams:1,returns:[],returnType:0,jsLength:3,
|
13
13
|
locals:[127],localNames:["ptr","ptr#type","key","key#type","hash","hash#type","keyEnc"]
|
14
14
|
}
|
@@ -89,7 +89,7 @@ params:[127,127],typedParams:1,returns:[127,127],jsLength:1,
|
|
89
89
|
locals:[127],localNames:["entryPtr","entryPtr#type","out"]
|
90
90
|
}
|
91
91
|
x.__Porffor_object_lookup={
|
92
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[32,0],[69],[4,64],[65,-1],[15],[26],[11],[32,0],[65,8],[106],[34,6],[32,0],[47,0,0],[65,18],[108],[106],[33,7],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"
|
92
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,generate})=>eval("[[32,0],[69],[4,64],[65,-1],[15],[26],[11],[32,0],[65,8],[106],[34,6],[32,0],[47,0,0],[65,18],[108],[106],[33,7],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(5)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"TaggedTemplateExpression\",\"tag\":{\"type\":\"Identifier\",\"name\":\"__Porffor_wasm\"},\"quasi\":{\"type\":\"TemplateLiteral\",\"expressions\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"target\",\"decorators\":[],\"optional\":false},\"operator\":\"+\",\"right\":{\"type\":\"Literal\",\"value\":1,\"raw\":\"1\"}}],\"quasis\":[{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"local.get \",\"cooked\":\"local.get \"},\"tail\":false},{\"type\":\"TemplateElement\",\"value\":{\"raw\":\"\",\"cooked\":\"\"},\"tail\":true}]}},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_symbol\"}},\"consequent\":{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"ForStatement\",\"init\":null,\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"ptr\",\"decorators\":[],\"optional\":false},\"operator\":\"<\",\"right\":{\"type\":\"Identifier\",\"name\":\"endPtr\",\"decorators\":[],\"optional\":false}},\"update\":{\"type\":\"AssignmentExpression\",\"operator\":\"+=\",\"left\":{\"type\":\"Identifier\",\"name\":\"ptr\",\"decorators\":[],\"optional\":false},\"right\":{\"type\":\"Literal\",\"value\":18,\"raw\":\"18\"}},\"body\":{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"VariableDeclaration\",\"declarations\":[{\"type\":\"VariableDeclarator\",\"id\":{\"type\":\"Identifier\",\"name\":\"key\",\"decorators\":[],\"optional\":false,\"typeAnnotation\":{\"type\":\"TSTypeAnnotation\",\"typeAnnotation\":{\"type\":\"TSTypeReference\",\"typeName\":{\"type\":\"Identifier\",\"name\":\"i32\",\"decorators\":[],\"optional\":false}}}},\"init\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_wasm_i32_load\"},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"ptr\",\"decorators\":[],\"optional\":false},{\"type\":\"Literal\",\"value\":0,\"raw\":\"0\"},{\"type\":\"Literal\",\"value\":4,\"raw\":\"4\"}],\"optional\":false},\"definite\":false}],\"kind\":\"const\",\"declare\":false},{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"key\",\"decorators\":[],\"optional\":false},\"operator\":\">>>\",\"right\":{\"type\":\"Literal\",\"value\":30,\"raw\":\"30\"},\"extra\":{\"parenthesized\":true,\"parenStart\":11888}},\"operator\":\"==\",\"right\":{\"type\":\"Literal\",\"value\":3,\"raw\":\"3\"}},\"consequent\":{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"TSAsExpression\",\"expression\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"key\",\"decorators\":[],\"optional\":false},\"operator\":\"&\",\"right\":{\"type\":\"Literal\",\"value\":1073741823,\"raw\":\"0x3FFFFFFF\"},\"extra\":{\"parenthesized\":true,\"parenStart\":12139}},\"typeAnnotation\":{\"type\":\"TSSymbolKeyword\"}},\"operator\":\"==\",\"right\":{\"type\":\"TSAsExpression\",\"expression\":{\"type\":\"Identifier\",\"name\":\"target\",\"decorators\":[],\"optional\":false},\"typeAnnotation\":{\"type\":\"TSSymbolKeyword\"}}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"ptr\",\"decorators\":[],\"optional\":false}},\"alternate\":null,\"leadingComments\":[{\"type\":\"CommentLine\",\"value\":\" MSB 1 and 2 set, symbol (unset MSB x2)\"},{\"type\":\"CommentLine\",\"value\":\" todo: remove casts once weird bug which breaks unrelated things is fixed (https://github.com/CanadaHonk/porffor/commit/5747f0c1f3a4af95283ebef175cdacb21e332a52)\"}]}]},\"alternate\":null}]}},{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"UnaryExpression\",\"operator\":\"-\",\"prefix\":true,\"argument\":{\"type\":\"Literal\",\"value\":1,\"raw\":\"1\"}}}]},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[3,64],[32,6],[32,7],[72],[4,64],[32,6],[40,0,0],[32,4],[70],[4,64],[32,6],[15],[26],[11],[32,6],[65,18],[106],[33,6],[12,1],[11],[11],[65,-1],[15]]"),
|
93
93
|
params:[127,127,127,127,127,127],typedParams:1,returns:[127],returnType:1,jsLength:3,
|
94
94
|
locals:[127,127],localNames:["obj","obj#type","target","target#type","targetHash","targetHash#type","ptr","endPtr"]
|
95
95
|
}
|
@@ -99,37 +99,37 @@ params:[127,127],typedParams:1,returns:[124,127],jsLength:1,
|
|
99
99
|
locals:[],localNames:["entryPtr","entryPtr#type"]
|
100
100
|
}
|
101
101
|
x.__Porffor_object_get={
|
102
|
-
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,1],[34,4],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot get property of null`),[26],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,6],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,7],[65,-1],[70],[4,64],[32,4],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,4],[65,1],[16,builtin('__Porffor_object_getHiddenPrototype')],[34,5],[33,1],[33,0],[11],[32,6],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[184],[32,1],[15],[26],[11],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[33,8],[32,1],[33,9],[3,64],[65,1],[4,64],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,7],[65,-1],[71],[4,64],[12,1],[26],[11],[32,1],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[33,1],[5],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,5],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[33,10],[32,1],[33,11],[2,127],...t([0],()=>[[32,11],[69],[4,64],[65,1],[12,1],[11]]),[32,11],[65,7],[70],[4,64],[32,10],[69],[12,1],[11],[65,0],[11],[32,0],[32,8],[70],[114],[4,64],[12,1],[26],[11],[32,0],[33,8],[32,1],[33,9],[12,1],[11],[11],[32,7],[65,-1],[70],[4,64],[65,0],[183],[65,0],[15],[26],[11],[11],[32,7],[47,0,16],[34,12],[65,1],[113],[4,64],[32,7],[65,1],[16,builtin('__Porffor_object_accessorGet')],[33,5],[34,13],[69],[4,64],[65,0],[183],[65,0],[15],[26],[11],[32,13],[33,16],[65,0],[65,0],[65,0],[33,17],[183],[32,17],[32,0],[34,14],[32,1],[34,15],[33,17],[183],[32,17],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,16],[17,
|
102
|
+
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,1],[34,4],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot get property of null`),[26],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,6],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,7],[65,-1],[70],[4,64],[32,4],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,4],[65,1],[16,builtin('__Porffor_object_getHiddenPrototype')],[34,5],[33,1],[33,0],[11],[32,6],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[184],[32,1],[15],[26],[11],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[33,8],[32,1],[33,9],[3,64],[65,1],[4,64],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,7],[65,-1],[71],[4,64],[12,1],[26],[11],[32,1],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,5],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,5],[33,1],[33,0],[11],[32,0],[33,10],[32,1],[33,11],[2,127],...t([0],()=>[[32,11],[69],[4,64],[65,1],[12,1],[11]]),[32,11],[65,7],[70],[4,64],[32,10],[69],[12,1],[11],[65,0],[11],[32,0],[32,8],[70],[114],[4,64],[12,1],[26],[11],[32,0],[33,8],[32,1],[33,9],[12,1],[11],[11],[32,7],[65,-1],[70],[4,64],[65,0],[183],[65,0],[15],[26],[11],[11],[32,7],[47,0,16],[34,12],[65,1],[113],[4,64],[32,7],[65,1],[16,builtin('__Porffor_object_accessorGet')],[33,5],[34,13],[69],[4,64],[65,0],[183],[65,0],[15],[26],[11],[32,13],[33,16],[65,0],[65,0],[65,0],[33,17],[183],[32,17],[32,0],[34,14],[32,1],[34,15],[33,17],[183],[32,17],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,16],[17,18,0],[34,5],[15],[26],[11],[32,7],[43,0,8],[32,12],[65,8],[118],[15]]"),
|
103
103
|
params:[127,127,127,127],typedParams:1,returns:[124,127],jsLength:2,
|
104
104
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","trueType","#last_type","hash","entryPtr","lastProto","lastProto#type","#logicinner_tmp","#typeswitch_tmp1","tail","get","#call_val","#call_type","#indirect_2_callee","#swap"],
|
105
105
|
table:1,usesTag:1
|
106
106
|
}
|
107
107
|
x.__Porffor_object_get_withHash={
|
108
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[34,6],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot get property of null`),[26],[11],[32,0],[32,1],[32,2],[32,3],[32,4],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,6],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,6],[65,1],[16,builtin('__Porffor_object_getHiddenPrototype')],[34,7],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[33,9],[32,1],[33,10],[3,64],[65,1],[4,64],[32,0],[32,1],[32,2],[32,3],[32,4],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,1],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[33,1],[5],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,7],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[33,11],[32,1],[33,12],[2,127],...t([0],()=>[[32,12],[69],[4,64],[65,1],[12,1],[11]]),[32,12],[65,7],[70],[4,64],[32,11],[69],[12,1],[11],[65,0],[11],[32,0],[32,9],[70],[114],[4,64],[12,1],[26],[11],[32,0],[33,9],[32,1],[33,10],[12,1],[11],[11],[32,8],[65,-1],[70],[4,64],[65,0],[183],[65,0],[15],[26],[11],[11],[32,8],[47,0,16],[34,13],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorGet')],[33,7],[34,14],[69],[4,64],[65,0],[183],[65,0],[15],[26],[11],[32,14],[33,17],[65,0],[65,0],[65,0],[33,18],[183],[32,18],[32,0],[34,15],[32,1],[34,16],[33,18],[183],[32,18],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,17],[17,
|
108
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[34,6],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot get property of null`),[26],[11],[32,0],[32,1],[32,2],[32,3],[32,4],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,6],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,6],[65,1],[16,builtin('__Porffor_object_getHiddenPrototype')],[34,7],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[33,9],[32,1],[33,10],[3,64],[65,1],[4,64],[32,0],[32,1],[32,2],[32,3],[32,4],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,1],[65,7],[70],[4,64],[32,0],[32,0],[40,0,4],[33,0],[45,0,3],[34,1],[69],[4,64],[16,builtin('#get___Object_prototype')],[33,0],[65,7],[33,1],[11],[5],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,7],[33,1],[33,0],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,7],[33,1],[33,0],[11],[32,0],[33,11],[32,1],[33,12],[2,127],...t([0],()=>[[32,12],[69],[4,64],[65,1],[12,1],[11]]),[32,12],[65,7],[70],[4,64],[32,11],[69],[12,1],[11],[65,0],[11],[32,0],[32,9],[70],[114],[4,64],[12,1],[26],[11],[32,0],[33,9],[32,1],[33,10],[12,1],[11],[11],[32,8],[65,-1],[70],[4,64],[65,0],[183],[65,0],[15],[26],[11],[11],[32,8],[47,0,16],[34,13],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorGet')],[33,7],[34,14],[69],[4,64],[65,0],[183],[65,0],[15],[26],[11],[32,14],[33,17],[65,0],[65,0],[65,0],[33,18],[183],[32,18],[32,0],[34,15],[32,1],[34,16],[33,18],[183],[32,18],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,17],[17,18,0],[34,7],[15],[26],[11],[32,8],[43,0,8],[32,13],[65,8],[118],[15]]"),
|
109
109
|
params:[127,127,127,127,127,127],typedParams:1,returns:[124,127],jsLength:3,
|
110
110
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","hash","hash#type","trueType","#last_type","entryPtr","lastProto","lastProto#type","#logicinner_tmp","#typeswitch_tmp1","tail","get","#call_val","#call_type","#indirect_3_callee","#swap"],
|
111
111
|
table:1,usesTag:1
|
112
112
|
}
|
113
113
|
x.__Porffor_object_set={
|
114
|
-
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,6],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,7],[32,0],[32,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,7],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[32,1],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_setPrototype')],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[34,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,14],[32,11],[33,15],[3,64],[65,1],[4,64],[32,10],[32,11],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,10],[32,11],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[33,10],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[32,10],[32,14],[70],[114],[4,64],[12,1],[26],[11],[32,10],[33,14],[32,11],[33,15],[12,1],[11],[11],[32,8],[65,-1],[71],[4,64],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,17],[33,20],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,20],[17,
|
114
|
+
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,6],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,7],[32,0],[32,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,7],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[32,1],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_setPrototype')],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[34,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,14],[32,11],[33,15],[3,64],[65,1],[4,64],[32,10],[32,11],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,10],[32,11],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[33,10],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[32,10],[32,14],[70],[114],[4,64],[12,1],[26],[11],[32,10],[33,14],[32,11],[33,15],[12,1],[11],[11],[32,8],[65,-1],[71],[4,64],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,17],[33,20],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,20],[17,18,0],[33,6],[252,2],[26],[32,4],[32,5],[15],[26],[11],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[4,64],[32,4],[32,5],[15],[26],[11],[32,0],[47,0,0],[33,22],[32,0],[32,22],[65,1],[106],[59,0,0],[32,0],[65,8],[106],[32,22],[65,18],[108],[106],[34,8],[65,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_writeKey')],[65,14],[33,9],[5],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,17],[33,23],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,23],[17,18,0],[33,6],[252,2],[26],[32,4],[32,5],[15],[26],[11],[32,16],[65,8],[113],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,16],[65,255],[113],[33,9],[11],[32,8],[32,4],[57,0,8],[32,8],[32,9],[32,5],[65,8],[116],[106],[59,0,16],[32,4],[32,5],[15]]"),
|
115
115
|
params:[127,127,127,127,124,127],typedParams:1,returns:[124,127],jsLength:3,
|
116
116
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","#last_type","hash","entryPtr","flags","proto","proto#type","#logicinner_tmp","#typeswitch_tmp1","lastProto","lastProto#type","tail","set","#call_val","#call_type","#indirect_4_callee","#swap","size","#indirect_5_callee"],
|
117
117
|
table:1,usesTag:1
|
118
118
|
}
|
119
119
|
x.__Porffor_object_set_withHash={
|
120
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,8],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[34,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,15],[32,12],[33,16],[3,64],[65,1],[4,64],[32,11],[32,12],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[71],[4,64],[12,1],[26],[11],[32,11],[32,12],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[33,11],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[32,11],[32,15],[70],[114],[4,64],[12,1],[26],[11],[32,11],[33,15],[32,12],[33,16],[12,1],[11],[11],[32,9],[65,-1],[71],[4,64],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,18],[33,21],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,21],[17,
|
120
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,8],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[34,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,15],[32,12],[33,16],[3,64],[65,1],[4,64],[32,11],[32,12],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[71],[4,64],[12,1],[26],[11],[32,11],[32,12],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[33,11],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[32,11],[32,15],[70],[114],[4,64],[12,1],[26],[11],[32,11],[33,15],[32,12],[33,16],[12,1],[11],[11],[32,9],[65,-1],[71],[4,64],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,18],[33,21],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,21],[17,18,0],[33,8],[252,2],[26],[32,4],[32,5],[15],[26],[11],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[4,64],[32,4],[32,5],[15],[26],[11],[32,0],[47,0,0],[33,23],[32,0],[32,23],[65,1],[106],[59,0,0],[32,0],[65,8],[106],[32,23],[65,18],[108],[106],[34,9],[65,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_writeKey')],[65,14],[33,10],[5],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,18],[33,24],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,24],[17,18,0],[33,8],[252,2],[26],[32,4],[32,5],[15],[26],[11],[32,17],[65,8],[113],[69],[4,64],[32,4],[32,5],[15],[26],[11],[32,17],[65,255],[113],[33,10],[11],[32,9],[32,4],[57,0,8],[32,9],[32,10],[32,5],[65,8],[116],[106],[59,0,16],[32,4],[32,5],[15]]"),
|
121
121
|
params:[127,127,127,127,124,127,127,127],typedParams:1,returns:[124,127],jsLength:4,
|
122
122
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","hash","hash#type","#last_type","entryPtr","flags","proto","proto#type","#logicinner_tmp","#typeswitch_tmp1","lastProto","lastProto#type","tail","set","#call_val","#call_type","#indirect_6_callee","#swap","size","#indirect_7_callee"],
|
123
123
|
table:1,usesTag:1
|
124
124
|
}
|
125
125
|
x.__Porffor_object_setStrict={
|
126
|
-
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,6],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,7],[32,0],[32,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,7],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[32,1],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_setPrototype')],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[34,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,14],[32,11],[33,15],[3,64],[65,1],[4,64],[32,10],[32,11],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,10],[32,11],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[33,10],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[32,10],[32,14],[70],[114],[4,64],[12,1],[26],[11],[32,10],[33,14],[32,11],[33,15],[12,1],[11],[11],[32,8],[65,-1],[71],[4,64],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,17],[33,20],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,20],[17,
|
126
|
+
wasm:(_,{i32ify,t,makeString,builtin,internalThrow})=>eval("[[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,6],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,2],[32,3],[16,builtin('__Porffor_object_hash')],[33,7],[32,0],[32,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[70],[4,64],[32,7],[65,593337848],[70],[4,64],[32,2],[32,3],...i32ify(makeString(_,\"__proto__\",1)),[65,195],[16,builtin('__Porffor_strcmp')],[4,64],[32,0],[32,1],[32,4],[252,2],[32,5],[16,builtin('__Porffor_object_setPrototype')],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[34,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,14],[32,11],[33,15],[3,64],[65,1],[4,64],[32,10],[32,11],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_lookup')],[34,8],[65,-1],[71],[4,64],[12,1],[26],[11],[32,10],[32,11],[16,builtin('__Porffor_object_getPrototype')],[34,6],[33,11],[33,10],[32,11],[65,7],[71],[4,64],[32,10],[183],[32,11],[16,builtin('__Porffor_object_underlying')],[34,6],[33,11],[33,10],[11],[32,10],[33,12],[32,11],[33,13],[2,127],...t([0],()=>[[32,13],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,13],[65,7],[70],[4,64],[32,12],[69],[12,1],[11]]),[65,0],[11],[32,10],[32,14],[70],[114],[4,64],[12,1],[26],[11],[32,10],[33,14],[32,11],[33,15],[12,1],[11],[11],[32,8],[65,-1],[71],[4,64],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,17],[33,20],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,20],[17,18,0],[33,6],[252,2],[26],[32,4],[32,5],[15],[26],[11],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[4,64],...internalThrow(_,'TypeError',`Cannot add property to inextensible object`),[26],[11],[32,0],[47,0,0],[33,22],[32,0],[32,22],[65,1],[106],[59,0,0],[32,0],[65,8],[106],[32,22],[65,18],[108],[106],[34,8],[65,1],[32,2],[32,3],[32,7],[65,1],[16,builtin('__Porffor_object_writeKey')],[65,14],[33,9],[5],[32,8],[47,0,16],[34,16],[65,1],[113],[4,64],[32,8],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,6],[34,17],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,17],[33,23],[65,1],[65,0],[65,0],[33,21],[183],[32,21],[32,0],[34,18],[32,1],[34,19],[33,21],[183],[32,21],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,23],[17,18,0],[33,6],[252,2],[26],[32,4],[32,5],[15],[26],[11],[32,16],[65,8],[113],[69],[4,64],...internalThrow(_,'TypeError',`Cannot modify read-only property of object`),[26],[11],[32,16],[65,255],[113],[33,9],[11],[32,8],[32,4],[57,0,8],[32,8],[32,9],[32,5],[65,8],[116],[106],[59,0,16],[32,4],[32,5],[15]]"),
|
127
127
|
params:[127,127,127,127,124,127],typedParams:1,returns:[124,127],jsLength:3,
|
128
128
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","#last_type","hash","entryPtr","flags","proto","proto#type","#logicinner_tmp","#typeswitch_tmp1","lastProto","lastProto#type","tail","set","#call_val","#call_type","#indirect_8_callee","#swap","size","#indirect_9_callee"],
|
129
129
|
table:1,usesTag:1
|
130
130
|
}
|
131
131
|
x.__Porffor_object_setStrict_withHash={
|
132
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,8],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[34,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,15],[32,12],[33,16],[3,64],[65,1],[4,64],[32,11],[32,12],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[71],[4,64],[12,1],[26],[11],[32,11],[32,12],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[33,11],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[32,11],[32,15],[70],[114],[4,64],[12,1],[26],[11],[32,11],[33,15],[32,12],[33,16],[12,1],[11],[11],[32,9],[65,-1],[71],[4,64],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,18],[33,21],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,21],[17,
|
132
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,0],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property of null`),[26],[11],[32,1],[65,7],[71],[4,64],[32,0],[183],[32,1],[16,builtin('__Porffor_object_underlying')],[34,8],[33,1],[33,0],[32,1],[65,7],[71],[4,64],[32,4],[32,5],[15],[26],[11],[11],[32,0],[32,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[70],[4,64],[32,0],[32,1],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[34,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[69],[4,64],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,15],[32,12],[33,16],[3,64],[65,1],[4,64],[32,11],[32,12],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_lookup')],[34,9],[65,-1],[71],[4,64],[12,1],[26],[11],[32,11],[32,12],[16,builtin('__Porffor_object_getPrototype')],[34,8],[33,12],[33,11],[32,12],[65,7],[71],[4,64],[32,11],[183],[32,12],[16,builtin('__Porffor_object_underlying')],[34,8],[33,12],[33,11],[11],[32,11],[33,13],[32,12],[33,14],[2,127],...t([0],()=>[[32,14],[69],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,14],[65,7],[70],[4,64],[32,13],[69],[12,1],[11]]),[65,0],[11],[32,11],[32,15],[70],[114],[4,64],[12,1],[26],[11],[32,11],[33,15],[32,12],[33,16],[12,1],[11],[11],[32,9],[65,-1],[71],[4,64],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,18],[33,21],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,21],[17,18,0],[33,8],[252,2],[26],[32,4],[32,5],[15],[26],[11],[11],[11],[32,0],[32,1],[16,builtin('__Porffor_object_isInextensible')],[4,64],...internalThrow(_,'TypeError',`Cannot add property to inextensible object`),[26],[11],[32,0],[47,0,0],[33,23],[32,0],[32,23],[65,1],[106],[59,0,0],[32,0],[65,8],[106],[32,23],[65,18],[108],[106],[34,9],[65,1],[32,2],[32,3],[32,6],[65,1],[16,builtin('__Porffor_object_writeKey')],[65,14],[33,10],[5],[32,9],[47,0,16],[34,17],[65,1],[113],[4,64],[32,9],[65,1],[16,builtin('__Porffor_object_accessorSet')],[33,8],[34,18],[69],[4,64],...internalThrow(_,'TypeError',`Cannot set property with only getter`),[26],[11],[32,18],[33,24],[65,1],[65,0],[65,0],[33,22],[183],[32,22],[32,0],[34,19],[32,1],[34,20],[33,22],[183],[32,22],[32,4],[32,5],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[65,0],[183],[65,0],[32,24],[17,18,0],[33,8],[252,2],[26],[32,4],[32,5],[15],[26],[11],[32,17],[65,8],[113],[69],[4,64],...internalThrow(_,'TypeError',`Cannot modify read-only property of object`),[26],[11],[32,17],[65,255],[113],[33,10],[11],[32,9],[32,4],[57,0,8],[32,9],[32,10],[32,5],[65,8],[116],[106],[59,0,16],[32,4],[32,5],[15]]"),
|
133
133
|
params:[127,127,127,127,124,127,127,127],typedParams:1,returns:[124,127],jsLength:4,
|
134
134
|
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["obj","obj#type","key","key#type","value","value#type","hash","hash#type","#last_type","entryPtr","flags","proto","proto#type","#logicinner_tmp","#typeswitch_tmp1","lastProto","lastProto#type","tail","set","#call_val","#call_type","#indirect_10_callee","#swap","size","#indirect_11_callee"],
|
135
135
|
table:1,usesTag:1
|
@@ -371,7 +371,7 @@ params:[124,127],typedParams:1,returns:[124],returnType:2,jsLength:1,
|
|
371
371
|
locals:[],localNames:["x","x#type"]
|
372
372
|
}
|
373
373
|
x.__Array_from={
|
374
|
-
wasm:(_,{t,makeString,builtin,internalThrow})=>eval("[[32,0],[33,4],[32,1],[33,5],[2,127],...t([0],()=>[[32,5],[65,0],[70],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,5],[65,7],[70],[4,64],[32,4],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,64],...internalThrow(_,'TypeError',`Argument cannot be nullish`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,7],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,8],[32,1],[33,11],[65,0],[33,10],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[32,11],[65,12],[70],[114],[32,11],[65,67],[70],[114],[32,11],[65,195],[70],[114],[32,11],[65,34],[70],[114],[32,11],[65,80],[78],[32,11],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,8],[40,1,0],[33,9],[3,64],[2,64],[32,11],[33,5],[2,124],[32,5],[65,72],[70],[32,5],[65,11],[70],[114],[4,64],[32,9],[69],[13,2],[32,8],[43,0,4],[32,8],[45,0,12],[32,8],[65,9],[106],[33,8],[32,9],[65,1],[107],[33,9],[33,14],[12,1],[11],...t([67],()=>[[32,5],[65,67],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[47,1,4],[59,1,4],[32,8],[65,2],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,5],[65,195],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[45,0,4],[58,0,4],[32,8],[65,1],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,5],[65,81],[70],[32,5],[65,80],[70],[114],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[45,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,5],[65,82],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[44,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,5],[65,83],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,5],[65,84],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,5],[65,85],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,5],[65,86],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,5],[65,89],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[42,0,4],[187],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,5],[65,90],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[43,0,4],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,5],[65,88],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,5],[65,87],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,5],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,5],[65,12],[70],[4,64],[32,10],[32,9],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,9],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,8],[40,1,4],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,10],[65,1],[106],[33,10],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,12],[32,14],[33,13],[32,6],[33,18],[32,7],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,5],[2,124],...t([6],()=>[[32,5],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,12],[32,13],[32,7],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
374
|
+
wasm:(_,{t,makeString,builtin,internalThrow})=>eval("[[32,0],[33,4],[32,1],[33,5],[2,127],...t([0],()=>[[32,5],[65,0],[70],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,5],[65,7],[70],[4,64],[32,4],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,64],...internalThrow(_,'TypeError',`Argument cannot be nullish`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,7],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,8],[32,1],[33,11],[65,0],[33,10],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[32,11],[65,12],[70],[114],[32,11],[65,67],[70],[114],[32,11],[65,195],[70],[114],[32,11],[65,34],[70],[114],[32,11],[65,80],[78],[32,11],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,8],[40,1,0],[33,9],[3,64],[2,64],[32,11],[33,5],[2,124],[32,5],[65,72],[70],[32,5],[65,11],[70],[114],[4,64],[32,9],[69],[13,2],[32,8],[43,0,4],[32,8],[45,0,12],[32,8],[65,9],[106],[33,8],[32,9],[65,1],[107],[33,9],[33,14],[12,1],[11],...t([67],()=>[[32,5],[65,67],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[47,1,4],[59,1,4],[32,8],[65,2],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,5],[65,195],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[45,0,4],[58,0,4],[32,8],[65,1],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,5],[65,81],[70],[32,5],[65,80],[70],[114],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[45,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,5],[65,82],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[44,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,5],[65,83],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,5],[65,84],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,5],[65,85],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,5],[65,86],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,5],[65,89],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[42,0,4],[187],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,5],[65,90],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[43,0,4],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,5],[65,88],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,5],[65,87],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,5],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,5],[65,12],[70],[4,64],[32,10],[32,9],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,9],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,8],[40,1,4],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,10],[65,1],[106],[33,10],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,12],[32,14],[33,13],[32,6],[33,18],[32,7],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,5],[2,124],...t([6],()=>[[32,5],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,12],[32,13],[32,7],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[5],[32,0],[252,3],[33,8],[32,1],[33,11],[65,0],[33,10],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[32,11],[65,12],[70],[114],[32,11],[65,67],[70],[114],[32,11],[65,195],[70],[114],[32,11],[65,34],[70],[114],[32,11],[65,80],[78],[32,11],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,8],[40,1,0],[33,9],[3,64],[2,64],[32,11],[33,5],[2,124],[32,5],[65,72],[70],[32,5],[65,11],[70],[114],[4,64],[32,9],[69],[13,2],[32,8],[43,0,4],[32,8],[45,0,12],[32,8],[65,9],[106],[33,8],[32,9],[65,1],[107],[33,9],[33,14],[12,1],[11],[32,5],[65,67],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[47,1,4],[59,1,4],[32,8],[65,2],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,5],[65,195],[70],[4,64],[32,9],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,8],[45,0,4],[58,0,4],[32,8],[65,1],[106],[33,8],[32,9],[65,1],[107],[33,9],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,5],[65,81],[70],[32,5],[65,80],[70],[114],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[45,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,5],[65,82],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[106],[44,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,5],[65,83],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,5],[65,84],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,2],[108],[106],[47,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,5],[65,85],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[184],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,5],[65,86],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[40,0,4],[183],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,5],[65,89],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,4],[108],[106],[42,0,4],[187],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,5],[65,90],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[43,0,4],[32,10],[65,1],[106],[33,10],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,5],[65,88],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,5],[65,87],[70],[4,64],[32,10],[32,9],[70],[13,2],[32,8],[40,0,4],[32,10],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,10],[65,1],[106],[33,10],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,5],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,5],[65,12],[70],[4,64],[32,10],[32,9],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,9],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,8],[40,1,4],[32,10],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,10],[65,1],[106],[33,10],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,12],[32,14],[33,13],[32,6],[33,21],[32,7],[32,7],[68,1],[160],[33,7],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,12],[57,0,4],[32,17],[32,13],[58,0,12],[12,1],[11],[11],[11],[32,6],[252,3],[32,7],[252,3],[54,1,0],[32,6],[15],[26],[11],[32,1],[184],[68,7],[97],[4,64],...makeString(_,\"length\",1),[33,25],[32,0],[34,24],[252,2],[65,7],[32,25],[65,195],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[34,14],[16,builtin('__ecma262_ToIntegerOrInfinity')],[34,23],[68,4294967295],[100],[4,64],...internalThrow(_,'RangeError',`Invalid array length`),[26],[11],[32,23],[68,0],[99],[4,64],[68,0],[33,23],[11],[68,0],[33,7],[3,64],[32,7],[32,23],[99],[4,64],[32,6],[33,27],[32,7],[33,28],[32,27],[252,3],[32,28],[252,3],[65,9],[108],[106],[34,17],[32,7],[33,30],[32,0],[34,29],[252,2],[65,7],[32,30],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,26],[252,2],[32,26],[16,builtin('__Porffor_object_get')],[33,14],[57,0,4],[32,17],[32,14],[58,0,12],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[32,6],[252,3],[32,23],[252,3],[54,1,0],[32,6],[15],[26],[11],[32,6],[15]]"),
|
375
375
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:72,jsLength:2,
|
376
376
|
locals:[124,127,124,124,127,127,127,127,124,127,127,127,127,127,124,124,124,124,124,124,124,124,127,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","#logicinner_tmp","#typeswitch_tmp1","out","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_14","#member_prop_14","#indirect_15_callee","#member_obj_16","#member_prop_16","len","#member_obj_17","#member_prop_17","#swap","#member_obj_18","#member_prop_18","#member_obj_19","#member_prop_19"],
|
377
377
|
table:1,usesTag:1
|
@@ -457,73 +457,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
457
457
|
locals:[124,124,124,124,124,124,127,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_37","#member_prop_37","#last_type","#loadArray_offset","#member_setter_ptr_tmp","#member_obj_38","#member_prop_38","#member_obj_39","#member_prop_39","#member_obj_40","#member_prop_40"]
|
458
458
|
}
|
459
459
|
x.__Array_prototype_forEach={
|
460
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
460
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
461
461
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
462
462
|
locals:[124,124,124,127,124,124,127,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_41","#member_prop_41","#last_type","#loadArray_offset","#indirect_42_callee","#typeswitch_tmp1"],
|
463
463
|
table:1,usesTag:1
|
464
464
|
}
|
465
465
|
x.__Array_prototype_filter={
|
466
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[33,12],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[34,14],[33,11],[33,10],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,16],[32,5],[34,17],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
466
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[33,12],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[34,14],[33,11],[33,10],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,16],[32,5],[34,17],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,20],[32,14],[33,19],[2,124],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,20],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,19],[65,31],[70],[32,19],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,20],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,22],[32,9],[32,9],[68,1],[160],[33,9],[33,23],[32,22],[252,3],[32,23],[252,3],[65,9],[108],[106],[34,21],[32,10],[57,0,4],[32,21],[32,11],[58,0,12],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,72],[15]]"),
|
467
467
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
468
468
|
locals:[124,124,124,124,124,127,124,124,127,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_43","#member_prop_43","#last_type","#loadArray_offset","#call_val","#call_type","#indirect_44_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_45","#member_prop_45"],
|
469
469
|
table:1,usesTag:1
|
470
470
|
}
|
471
471
|
x.__Array_prototype_map={
|
472
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[32,11],[252,3],[65,9],[108],[106],[34,9],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
472
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[32,11],[252,3],[65,9],[108],[106],[34,9],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[57,0,4],[32,9],[32,16],[58,0,12],[12,1],[11],[11],[32,7],[65,72],[15]]"),
|
473
473
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
474
474
|
locals:[124,124,124,127,124,124,124,127,124,124,127,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_46","#member_prop_46","#call_val","#call_type","#member_obj_47","#member_prop_47","#last_type","#loadArray_offset","#indirect_48_callee","#typeswitch_tmp1"],
|
475
475
|
table:1,usesTag:1
|
476
476
|
}
|
477
477
|
x.__Array_prototype_flatMap={
|
478
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,6],[99],[4,64],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
478
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,6],[99],[4,64],[32,2],[33,18],[32,3],[33,19],[2,124],...t([6],()=>[[32,19],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,17],[43,0,4],[32,17],[45,0,12],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,10],[32,16],[34,11],[184],[68,72],[97],[4,64],[32,10],[252,3],[33,20],[32,11],[33,23],[65,0],[33,22],[32,23],[65,72],[70],[32,23],[65,11],[70],[114],[32,23],[65,12],[70],[114],[32,23],[65,67],[70],[114],[32,23],[65,195],[70],[114],[32,23],[65,34],[70],[114],[32,23],[65,80],[78],[32,23],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,20],[40,1,0],[33,21],[3,64],[2,64],[32,23],[33,19],[2,124],[32,19],[65,72],[70],[32,19],[65,11],[70],[114],[4,64],[32,21],[69],[13,2],[32,20],[43,0,4],[32,20],[45,0,12],[32,20],[65,9],[106],[33,20],[32,21],[65,1],[107],[33,21],[33,16],[12,1],[11],...t([67],()=>[[32,19],[65,67],[70],[4,64],[32,21],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,26],[65,1],[54,0,0],[32,26],[32,20],[47,1,4],[59,1,4],[32,20],[65,2],[106],[33,20],[32,21],[65,1],[107],[33,21],[32,26],[184],[65,67],[33,16],[12,1],[11]]),...t([195],()=>[[32,19],[65,195],[70],[4,64],[32,21],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,26],[65,1],[54,0,0],[32,26],[32,20],[45,0,4],[58,0,4],[32,20],[65,1],[106],[33,20],[32,21],[65,1],[107],[33,21],[32,26],[184],[65,195],[33,16],[12,1],[11]]),...t([81,80],()=>[[32,19],[65,81],[70],[32,19],[65,80],[70],[114],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[106],[45,0,4],[184],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([82],()=>[[32,19],[65,82],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[106],[44,0,4],[183],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([83],()=>[[32,19],[65,83],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,2],[108],[106],[47,0,4],[184],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([84],()=>[[32,19],[65,84],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,2],[108],[106],[47,0,4],[184],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([85],()=>[[32,19],[65,85],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,4],[108],[106],[40,0,4],[184],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([86],()=>[[32,19],[65,86],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,4],[108],[106],[40,0,4],[183],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([89],()=>[[32,19],[65,89],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,4],[108],[106],[42,0,4],[187],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([90],()=>[[32,19],[65,90],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,8],[108],[106],[43,0,4],[32,22],[65,1],[106],[33,22],[65,1],[33,16],[12,1],[11]]),...t([88],()=>[[32,19],[65,88],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,22],[65,1],[106],[33,22],[65,4],[33,16],[12,1],[11]]),...t([87],()=>[[32,19],[65,87],[70],[4,64],[32,22],[32,21],[70],[13,2],[32,20],[40,0,4],[32,22],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,22],[65,1],[106],[33,22],[65,4],[33,16],[12,1],[11]]),...t([34],()=>[[32,19],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,19],[65,12],[70],[4,64],[32,22],[32,21],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,26],[65,2],[54,0,0],[32,26],[32,26],[32,26],[32,26],[32,21],[32,22],[65,9],[108],[106],[34,27],[43,0,4],[57,0,4],[32,27],[45,0,12],[58,0,12],[32,20],[40,1,4],[32,22],[65,9],[108],[106],[34,27],[43,0,4],[57,0,13],[32,27],[45,0,12],[58,0,21],[32,22],[65,1],[106],[33,22],[32,26],[184],[65,72],[33,16],[12,1],[11]]),[0],[11],[33,24],[32,16],[33,25],[32,7],[33,29],[32,9],[32,9],[68,1],[160],[33,9],[33,30],[32,29],[252,3],[32,30],[252,3],[65,9],[108],[106],[34,28],[32,24],[57,0,4],[32,28],[32,25],[58,0,12],[12,1],[11],[11],[5],[32,7],[33,31],[32,9],[32,9],[68,1],[160],[33,9],[33,32],[32,31],[252,3],[32,32],[252,3],[65,9],[108],[106],[34,28],[32,10],[57,0,4],[32,28],[32,11],[58,0,12],[11],[12,1],[11],[11],[32,7],[252,3],[32,9],[252,3],[54,1,0],[32,7],[65,72],[15]]"),
|
479
479
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
480
480
|
locals:[124,124,124,124,124,127,124,127,124,124,127,127,124,127,127,127,127,127,124,127,127,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","j","x","x#type","#call_val","#call_type","#member_obj_49","#member_prop_49","#last_type","#loadArray_offset","#indirect_50_callee","#typeswitch_tmp1","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","y","y#type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_51","#member_prop_51","#member_obj_52","#member_prop_52"],
|
481
481
|
table:1,usesTag:1
|
482
482
|
}
|
483
483
|
x.__Array_prototype_find={
|
484
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,9],[33,8],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,14],[32,5],[34,15],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,
|
484
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,9],[33,8],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,14],[32,5],[34,15],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,18],[32,12],[33,17],[2,124],...t([67,195],()=>[[32,17],[65,67],[70],[32,17],[65,195],[70],[114],[4,64],[32,18],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,17],[65,31],[70],[32,17],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,18],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
485
485
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
486
486
|
locals:[124,124,124,127,124,124,127,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_53","#member_prop_53","#last_type","#loadArray_offset","#call_val","#call_type","#indirect_54_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
487
487
|
table:1,usesTag:1
|
488
488
|
}
|
489
489
|
x.__Array_prototype_findLast={
|
490
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[33,9],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[34,11],[33,8],[33,7],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,7],[32,8],[32,6],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
490
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[33,9],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[34,11],[33,8],[33,7],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,7],[32,8],[32,6],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,11],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
491
491
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
492
492
|
locals:[124,124,127,124,124,127,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_55","#member_prop_55","#last_type","#loadArray_offset","#call_val","#call_type","#indirect_56_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
493
493
|
table:1,usesTag:1
|
494
494
|
}
|
495
495
|
x.__Array_prototype_findIndex={
|
496
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
496
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,12],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
497
497
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
498
498
|
locals:[124,124,124,127,124,124,127,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_57","#member_prop_57","#last_type","#loadArray_offset","#indirect_58_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
499
499
|
table:1,usesTag:1
|
500
500
|
}
|
501
501
|
x.__Array_prototype_findLastIndex={
|
502
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[33,9],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[34,11],[32,6],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
502
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[33,9],[32,10],[252,3],[65,9],[108],[32,9],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[34,11],[32,6],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,11],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
503
503
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
504
504
|
locals:[124,124,127,124,124,127,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_59","#member_prop_59","#last_type","#loadArray_offset","#indirect_60_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
505
505
|
table:1,usesTag:1
|
506
506
|
}
|
507
507
|
x.__Array_prototype_every={
|
508
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
508
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,12],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
509
509
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
510
510
|
locals:[124,124,124,127,124,124,127,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_61","#member_prop_61","#last_type","#loadArray_offset","#indirect_62_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
511
511
|
table:1,usesTag:1
|
512
512
|
}
|
513
513
|
x.__Array_prototype_some={
|
514
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
514
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,12],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
515
515
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
516
516
|
locals:[124,124,124,127,124,124,127,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_63","#member_prop_63","#last_type","#loadArray_offset","#indirect_64_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
517
517
|
table:1,usesTag:1
|
518
518
|
}
|
519
519
|
x.__Array_prototype_reduce={
|
520
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,
|
520
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
521
521
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
522
522
|
locals:[124,124,127,124,124,124,127,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_65","#member_prop_65","#last_type","#loadArray_offset","#member_obj_66","#member_prop_66","#indirect_67_callee","#typeswitch_tmp1"],
|
523
523
|
table:1,usesTag:1
|
524
524
|
}
|
525
525
|
x.__Array_prototype_reduceRight={
|
526
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,9],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,
|
526
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[33,10],[32,11],[252,3],[65,9],[108],[32,10],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,16],[32,3],[33,17],[2,124],...t([6],()=>[[32,17],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,15],[32,0],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[34,12],[32,9],[65,1],[32,0],[65,72],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
527
527
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
528
528
|
locals:[124,124,127,124,124,124,127,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_68","#member_prop_68","#last_type","#loadArray_offset","#member_obj_69","#member_prop_69","#indirect_70_callee","#typeswitch_tmp1"],
|
529
529
|
table:1,usesTag:1
|
@@ -535,7 +535,7 @@ locals:[124,124,124,124,127,127,127,124],localNames:["a","a#type","b","b#type","
|
|
535
535
|
usesTag:1
|
536
536
|
}
|
537
537
|
x.__Array_prototype_sort={
|
538
|
-
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_71'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[33,8],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[33,7],[33,6],[32,5],[33,12],[3,64],[32,12],[68,0],[100],[4,64],[32,12],[68,1],[161],[33,16],[32,0],[33,15],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[33,14],[33,13],[32,7],[184],[68,0],[97],[34,18],[4,127],[32,14],[184],[68,0],[97],[65,2],[33,10],[5],[32,18],[65,2],[33,10],[11],[4,64],[68,0],[33,17],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,17],[5],[32,14],[184],[68,0],[97],[4,64],[68,-1],[33,17],[5],[32,2],[33,19],[32,3],[33,20],[2,124],[32,20],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,13],[32,14],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,19],[252,3],[17,
|
538
|
+
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,1],[65,72],[71],[4,64],[32,0],[32,1],[68,0],[65,0],[16,builtin('__Array_from')],[33,0],[65,72],[33,1],[11],[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_71'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[33,8],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[33,7],[33,6],[32,5],[33,12],[3,64],[32,12],[68,0],[100],[4,64],[32,12],[68,1],[161],[33,16],[32,0],[33,15],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[33,14],[33,13],[32,7],[184],[68,0],[97],[34,18],[4,127],[32,14],[184],[68,0],[97],[65,2],[33,10],[5],[32,18],[65,2],[33,10],[11],[4,64],[68,0],[33,17],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,17],[5],[32,14],[184],[68,0],[97],[4,64],[68,-1],[33,17],[5],[32,2],[33,19],[32,3],[33,20],[2,124],[32,20],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,13],[32,14],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,19],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[11],[11],[11],[32,17],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,22],[32,12],[32,12],[68,1],[161],[33,12],[33,23],[32,22],[252,3],[32,23],[252,3],[65,9],[108],[106],[34,21],[32,13],[57,0,4],[32,21],[32,14],[58,0,12],[12,1],[11],[11],[32,0],[33,24],[32,12],[33,25],[32,24],[252,3],[32,25],[252,3],[65,9],[108],[106],[34,21],[32,6],[57,0,4],[32,21],[32,7],[58,0,12],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,72],[15]]"),
|
539
539
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
540
540
|
locals:[124,124,124,127,124,124,127,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_72","#member_prop_72","#last_type","#loadArray_offset","j","y","y#type","#member_obj_73","#member_prop_73","v","logictmpi","#indirect_74_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_75","#member_prop_75","#member_obj_76","#member_prop_76"],
|
541
541
|
table:1,usesTag:1
|
@@ -1859,6 +1859,18 @@ wasm:()=>eval("[[32,1],[184],[68,36],[102],[32,1],[184],[68,44],[101],[113],[184
|
|
1859
1859
|
params:[124,127],typedParams:1,returns:[124],returnType:2,jsLength:1,
|
1860
1860
|
locals:[],localNames:["x","x#type"]
|
1861
1861
|
}
|
1862
|
+
x.eval={
|
1863
|
+
wasm:(_,{internalThrow})=>eval("[...internalThrow(_,'SyntaxError',`Dynamic code evaluation is not supported`),[26],[68,0],[65,0],[15]]"),
|
1864
|
+
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
1865
|
+
locals:[],localNames:["source","source#type"],
|
1866
|
+
usesTag:1
|
1867
|
+
}
|
1868
|
+
x.Function={
|
1869
|
+
wasm:(_,{internalThrow})=>eval("[...internalThrow(_,'SyntaxError',`Dynamic code evaluation is not supported`),[26],[68,0],[65,0],[15]]"),
|
1870
|
+
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
1871
|
+
locals:[],localNames:["#newtarget","#newtarget#type","#this","#this#type","source","source#type"],
|
1872
|
+
constr:1,usesTag:1
|
1873
|
+
}
|
1862
1874
|
x.__Function_prototype_toString={
|
1863
1875
|
wasm:(_,{makeString,builtin,internalThrow})=>eval("[[32,1],[65,6],[71],[4,64],...internalThrow(_,'TypeError',`Function.prototype.toString expects 'this' to be a Function`),[11],[16,builtin('__Porffor_allocate')],[183],[34,2],[65,195],...makeString(_,\"function \",1),[65,195],[16,builtin('__Porffor_bytestring_appendStr')],[26],[32,2],[65,195],[32,0],[252,2],[16,builtin('__Porffor_funcLut_name')],[183],[65,195],[16,builtin('__Porffor_bytestring_appendStr')],[26],[32,2],[65,195],...makeString(_,\"() { [native code] }\",1),[65,195],[16,builtin('__Porffor_bytestring_appendStr')],[26],[32,2],[65,195],[15]]"),
|
1864
1876
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
@@ -1872,7 +1884,7 @@ locals:[127],localNames:["_this","_this#type","#last_type"],
|
|
1872
1884
|
usesTag:1
|
1873
1885
|
}
|
1874
1886
|
x.__Function_prototype_apply={
|
1875
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,6],[71],[4,64],...internalThrow(_,'TypeError',`Function.prototype.apply expects 'this' to be a Function`),[11],[32,4],[34,6],[33,7],[32,5],[33,8],[2,127],...t([0],()=>[[32,8],[65,0],[70],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,124],[68,16],[65,72],[33,9],[5],[32,6],[32,5],[33,9],[11],[32,9],[68,0],[65,0],[16,builtin('__Array_from')],[33,4],[65,72],[33,5],[32,0],[33,31],[65,8],[68,0],[65,0],[32,2],[32,3],[32,4],[33,10],[65,72],[34,11],[65,72],[70],[32,11],[65,11],[70],[114],[32,11],[65,12],[70],[114],[32,11],[65,67],[70],[114],[32,11],[65,195],[70],[114],[32,11],[65,34],[70],[114],[32,11],[65,80],[78],[32,11],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,13],[32,10],[33,12],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],...t([67],()=>[[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,13],[252,3],[65,2],[108],[32,12],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11]]),[32,8],[65,72],[70],[4,64],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),...t([195],()=>[[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,13],[252,3],[32,12],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11]]),[32,12],[252,2],[32,11],[32,13],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,1],[33,18],[32,10],[33,17],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,17],[252,2],[32,11],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,2],[33,20],[32,10],[33,19],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,19],[252,2],[32,11],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,3],[33,22],[32,10],[33,21],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,21],[252,2],[32,11],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,4],[33,24],[32,10],[33,23],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,23],[252,2],[32,11],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,5],[33,26],[32,10],[33,25],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,25],[252,2],[32,11],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,6],[33,28],[32,10],[33,27],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,27],[252,2],[32,11],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,7],[33,30],[32,10],[33,29],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,30],[252,3],[65,2],[108],[32,29],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,30],[252,3],[65,9],[108],[32,29],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,30],[252,3],[32,29],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,29],[252,2],[32,11],[32,30],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,0],[65,0],[68,0],[65,0],[32,31],[252,3],[17,12,0],[34,9],[15]]"),
|
1887
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,6],[71],[4,64],...internalThrow(_,'TypeError',`Function.prototype.apply expects 'this' to be a Function`),[11],[32,4],[34,6],[33,7],[32,5],[33,8],[2,127],...t([0],()=>[[32,8],[65,0],[70],[4,64],[65,1],[12,1],[11]]),...t([7],()=>[[32,8],[65,7],[70],[4,64],[32,7],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,124],[68,16],[65,72],[33,9],[5],[32,6],[32,5],[33,9],[11],[32,9],[68,0],[65,0],[16,builtin('__Array_from')],[33,4],[65,72],[33,5],[32,0],[33,31],[65,8],[68,0],[65,0],[32,2],[32,3],[32,4],[33,10],[65,72],[34,11],[65,72],[70],[32,11],[65,11],[70],[114],[32,11],[65,12],[70],[114],[32,11],[65,67],[70],[114],[32,11],[65,195],[70],[114],[32,11],[65,34],[70],[114],[32,11],[65,80],[78],[32,11],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,13],[32,10],[33,12],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],...t([67],()=>[[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,13],[252,3],[65,2],[108],[32,12],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11]]),[32,8],[65,72],[70],[4,64],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),...t([195],()=>[[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,13],[252,3],[32,12],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11]]),[32,12],[252,2],[32,11],[32,13],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,1],[33,18],[32,10],[33,17],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,17],[252,2],[32,11],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,2],[33,20],[32,10],[33,19],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,19],[252,2],[32,11],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,3],[33,22],[32,10],[33,21],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,21],[252,2],[32,11],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,4],[33,24],[32,10],[33,23],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,23],[252,2],[32,11],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,5],[33,26],[32,10],[33,25],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,25],[252,2],[32,11],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,6],[33,28],[32,10],[33,27],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,27],[252,2],[32,11],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,7],[33,30],[32,10],[33,29],[32,11],[33,8],[2,124],[32,8],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,8],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,30],[252,3],[65,2],[108],[32,29],[252,3],[106],[47,0,4],[59,0,4],[32,14],[184],[65,67],[33,9],[12,1],[11],[32,8],[65,72],[70],[4,64],[32,30],[252,3],[65,9],[108],[32,29],[252,3],[106],[34,15],[43,0,4],[32,15],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,8],[65,80],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,8],[65,81],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,8],[65,82],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,8],[65,83],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,8],[65,84],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,8],[65,85],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,8],[65,86],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,8],[65,87],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,8],[65,88],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,8],[65,89],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,8],[65,90],[70],[4,64],[32,29],[252,3],[40,0,4],[32,30],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,8],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,30],[252,3],[32,29],[252,3],[106],[45,0,4],[58,0,4],[32,14],[184],[65,195],[33,9],[12,1],[11],[32,29],[252,2],[32,11],[32,30],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,16],[252,2],[32,16],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,31],[252,3],[17,18,0],[34,9],[15]]"),
|
1876
1888
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
1877
1889
|
locals:[124,124,127,127,124,127,124,124,127,127,127,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124],localNames:["_this","_this#type","thisArg","thisArg#type","argsArray","argsArray#type","logictmp","#logicinner_tmp","#typeswitch_tmp1","#last_type","#spread","#spread#type","#member_obj_147","#member_prop_147","#member_allocd","#loadArray_offset","#swap","#member_obj_148","#member_prop_148","#member_obj_149","#member_prop_149","#member_obj_150","#member_prop_150","#member_obj_151","#member_prop_151","#member_obj_152","#member_prop_152","#member_obj_153","#member_prop_153","#member_obj_154","#member_prop_154","#indirect_155_callee"],
|
1878
1890
|
table:1,usesTag:1
|
@@ -2012,7 +2024,7 @@ locals:[124,124],localNames:["_this","_this#type","keys","vals"],
|
|
2012
2024
|
usesTag:1
|
2013
2025
|
}
|
2014
2026
|
x.__Map_prototype_forEach={
|
2015
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,1],[65,12],[71],[4,64],...internalThrow(_,'TypeError',`Map.prototype.forEach expects 'this' to be a Map`),[11],[32,0],[252,2],[40,0,0],[183],[33,4],[32,0],[252,2],[40,0,4],[183],[33,5],[32,4],[252,2],[40,0,0],[183],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[68,0],[65,0],[32,7],[33,9],[32,5],[33,8],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[32,7],[32,7],[68,1],[160],[33,7],[33,13],[32,4],[33,12],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[32,0],[65,12],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
2027
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,1],[65,12],[71],[4,64],...internalThrow(_,'TypeError',`Map.prototype.forEach expects 'this' to be a Map`),[11],[32,0],[252,2],[40,0,0],[183],[33,4],[32,0],[252,2],[40,0,4],[183],[33,5],[32,4],[252,2],[40,0,0],[183],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[68,0],[65,0],[32,7],[33,9],[32,5],[33,8],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[32,7],[32,7],[68,1],[160],[33,7],[33,13],[32,4],[33,12],[32,13],[252,3],[65,9],[108],[32,12],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,10],[32,0],[65,12],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,10],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
2016
2028
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2017
2029
|
locals:[124,124,124,124,124,124,127,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","keys","vals","size","i","#member_obj_173","#member_prop_173","#last_type","#loadArray_offset","#member_obj_174","#member_prop_174","#indirect_175_callee","#typeswitch_tmp1"],
|
2018
2030
|
table:1,usesTag:1
|
@@ -2054,7 +2066,7 @@ locals:[127,124,127],localNames:["_this","_this#type","key","key#type","value","
|
|
2054
2066
|
usesTag:1
|
2055
2067
|
}
|
2056
2068
|
x.__Map_prototype_getOrInsertComputed={
|
2057
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,12],[71],[4,64],...internalThrow(_,'TypeError',`Map.prototype.getOrInsertComputed expects 'this' to be a Map`),[11],[32,0],[65,12],[32,2],[32,3],[16,builtin('__Map_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,12],[32,2],[32,3],[32,4],[33,9],[32,5],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,
|
2069
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,12],[71],[4,64],...internalThrow(_,'TypeError',`Map.prototype.getOrInsertComputed expects 'this' to be a Map`),[11],[32,0],[65,12],[32,2],[32,3],[16,builtin('__Map_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,12],[32,2],[32,3],[32,4],[33,9],[32,5],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,18,0],[33,6],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[32,6],[16,builtin('__Map_prototype_set')],[33,6],[26],[11],[32,0],[65,12],[32,2],[32,3],[16,builtin('__Map_prototype_get')],[34,6],[15]]"),
|
2058
2070
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2059
2071
|
locals:[127,124,127,124],localNames:["_this","_this#type","key","key#type","callbackFn","callbackFn#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","#indirect_179_callee"],
|
2060
2072
|
table:1,usesTag:1
|
@@ -2181,7 +2193,7 @@ locals:[124,124,124,124,124,124,127,127,127,127,124,127,127,127,127,127,124,124,
|
|
2181
2193
|
usesTag:1
|
2182
2194
|
}
|
2183
2195
|
x.Number={
|
2184
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,t,builtin,generate})=>eval("[[68,0],[33,6],[32,5],[184],[68,0],[98],[4,64],[32,4],[32,5],[16,builtin('__ecma262_ToNumeric')],[33,6],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"
|
2196
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,t,builtin,generate})=>eval("[[68,0],[33,6],[32,5],[184],[68,0],[98],[4,64],[32,4],[32,5],[16,builtin('__ecma262_ToNumeric')],[33,6],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(4)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_type\"},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"n\",\"decorators\":[],\"optional\":false}],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint\"}},\"consequent\":{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"AssignmentExpression\",\"operator\":\"=\",\"left\":{\"type\":\"Identifier\",\"name\":\"n\",\"decorators\":[],\"optional\":false},\"right\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_bigint_toNumber\"},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"n\",\"decorators\":[],\"optional\":false}],\"optional\":false}}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[11],[32,0],[33,7],[32,1],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[32,6],[65,32],[15]]"),
|
2185
2197
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],returnTypes:[32],jsLength:1,
|
2186
2198
|
locals:[124,124,127],localNames:["#newtarget","#newtarget#type","#this","#this#type","value","value#type","n","#logicinner_tmp","#typeswitch_tmp1"],
|
2187
2199
|
constr:1
|
@@ -2385,7 +2397,7 @@ locals:[124,127],localNames:["proto","proto#type","props","props#type","out","#l
|
|
2385
2397
|
usesTag:1
|
2386
2398
|
}
|
2387
2399
|
x.__Object_groupBy={
|
2388
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[33,4],[68,0],[33,5],[32,0],[252,3],[33,6],[32,1],[33,9],[65,0],[33,8],[32,9],[65,72],[70],[32,9],[65,11],[70],[114],[32,9],[65,12],[70],[114],[32,9],[65,67],[70],[114],[32,9],[65,195],[70],[114],[32,9],[65,34],[70],[114],[32,9],[65,80],[78],[32,9],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,6],[40,1,0],[33,7],[3,64],[2,64],[32,9],[33,12],[2,124],...t([72,11],()=>[[32,12],[65,72],[70],[32,12],[65,11],[70],[114],[4,64],[32,7],[69],[13,2],[32,6],[43,0,4],[32,6],[45,0,12],[32,6],[65,9],[106],[33,6],[32,7],[65,1],[107],[33,7],[33,13],[12,1],[11]]),...t([67],()=>[[32,12],[65,67],[70],[4,64],[32,7],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,6],[47,1,4],[59,1,4],[32,6],[65,2],[106],[33,6],[32,7],[65,1],[107],[33,7],[32,14],[184],[65,67],[33,13],[12,1],[11]]),...t([195],()=>[[32,12],[65,195],[70],[4,64],[32,7],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,6],[45,0,4],[58,0,4],[32,6],[65,1],[106],[33,6],[32,7],[65,1],[107],[33,7],[32,14],[184],[65,195],[33,13],[12,1],[11]]),...t([81,80],()=>[[32,12],[65,81],[70],[32,12],[65,80],[70],[114],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([82],()=>[[32,12],[65,82],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([83],()=>[[32,12],[65,83],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([84],()=>[[32,12],[65,84],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([85],()=>[[32,12],[65,85],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([86],()=>[[32,12],[65,86],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([89],()=>[[32,12],[65,89],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([90],()=>[[32,12],[65,90],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([88],()=>[[32,12],[65,88],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,8],[65,1],[106],[33,8],[65,4],[33,13],[12,1],[11]]),...t([87],()=>[[32,12],[65,87],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,8],[65,1],[106],[33,8],[65,4],[33,13],[12,1],[11]]),...t([34],()=>[[32,12],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,12],[65,12],[70],[4,64],[32,8],[32,7],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,2],[54,0,0],[32,14],[32,14],[32,14],[32,14],[32,7],[32,8],[65,9],[108],[106],[34,15],[43,0,4],[57,0,4],[32,15],[45,0,12],[58,0,12],[32,6],[40,1,4],[32,8],[65,9],[108],[106],[34,15],[43,0,4],[57,0,13],[32,15],[45,0,12],[58,0,21],[32,8],[65,1],[106],[33,8],[32,14],[184],[65,72],[33,13],[12,1],[11]]),[0],[11],[33,10],[32,13],[33,11],[32,2],[33,18],[32,3],[33,12],[2,124],...t([6],()=>[[32,12],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,10],[32,11],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
2400
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[33,4],[68,0],[33,5],[32,0],[252,3],[33,6],[32,1],[33,9],[65,0],[33,8],[32,9],[65,72],[70],[32,9],[65,11],[70],[114],[32,9],[65,12],[70],[114],[32,9],[65,67],[70],[114],[32,9],[65,195],[70],[114],[32,9],[65,34],[70],[114],[32,9],[65,80],[78],[32,9],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,6],[40,1,0],[33,7],[3,64],[2,64],[32,9],[33,12],[2,124],...t([72,11],()=>[[32,12],[65,72],[70],[32,12],[65,11],[70],[114],[4,64],[32,7],[69],[13,2],[32,6],[43,0,4],[32,6],[45,0,12],[32,6],[65,9],[106],[33,6],[32,7],[65,1],[107],[33,7],[33,13],[12,1],[11]]),...t([67],()=>[[32,12],[65,67],[70],[4,64],[32,7],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,6],[47,1,4],[59,1,4],[32,6],[65,2],[106],[33,6],[32,7],[65,1],[107],[33,7],[32,14],[184],[65,67],[33,13],[12,1],[11]]),...t([195],()=>[[32,12],[65,195],[70],[4,64],[32,7],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,1],[54,0,0],[32,14],[32,6],[45,0,4],[58,0,4],[32,6],[65,1],[106],[33,6],[32,7],[65,1],[107],[33,7],[32,14],[184],[65,195],[33,13],[12,1],[11]]),...t([81,80],()=>[[32,12],[65,81],[70],[32,12],[65,80],[70],[114],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[106],[45,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([82],()=>[[32,12],[65,82],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[106],[44,0,4],[183],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([83],()=>[[32,12],[65,83],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([84],()=>[[32,12],[65,84],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,2],[108],[106],[47,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([85],()=>[[32,12],[65,85],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[184],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([86],()=>[[32,12],[65,86],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[40,0,4],[183],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([89],()=>[[32,12],[65,89],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,4],[108],[106],[42,0,4],[187],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([90],()=>[[32,12],[65,90],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[43,0,4],[32,8],[65,1],[106],[33,8],[65,1],[33,13],[12,1],[11]]),...t([88],()=>[[32,12],[65,88],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,8],[65,1],[106],[33,8],[65,4],[33,13],[12,1],[11]]),...t([87],()=>[[32,12],[65,87],[70],[4,64],[32,8],[32,7],[70],[13,2],[32,6],[40,0,4],[32,8],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,8],[65,1],[106],[33,8],[65,4],[33,13],[12,1],[11]]),...t([34],()=>[[32,12],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,12],[65,12],[70],[4,64],[32,8],[32,7],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,14],[65,2],[54,0,0],[32,14],[32,14],[32,14],[32,14],[32,7],[32,8],[65,9],[108],[106],[34,15],[43,0,4],[57,0,4],[32,15],[45,0,12],[58,0,12],[32,6],[40,1,4],[32,8],[65,9],[108],[106],[34,15],[43,0,4],[57,0,13],[32,15],[45,0,12],[58,0,21],[32,8],[65,1],[106],[33,8],[32,14],[184],[65,72],[33,13],[12,1],[11]]),[0],[11],[33,10],[32,13],[33,11],[32,2],[33,18],[32,3],[33,12],[2,124],...t([6],()=>[[32,12],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,10],[32,11],[32,5],[32,5],[68,1],[160],[33,5],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,13],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,13],[33,17],[32,4],[65,7],[32,16],[32,17],[16,builtin('__Object_hasOwn')],[68,0],[97],[4,64],[16,builtin('__Porffor_allocate')],[183],[33,19],[32,4],[33,21],[32,16],[33,22],[32,21],[252,2],[65,7],[32,22],[32,17],[16,builtin('__ecma262_ToPropertyKey')],[33,23],[252,2],[32,23],[32,19],[65,72],[16,builtin('__Porffor_object_set')],[26],[26],[11],[32,16],[33,25],[32,4],[34,24],[252,2],[65,7],[32,25],[32,17],[16,builtin('__ecma262_ToPropertyKey')],[33,23],[252,2],[32,23],[16,builtin('__Porffor_object_get')],[34,13],[32,10],[32,11],[16,builtin('__Porffor_array_fastPush')],[26],[12,1],[11],[11],[32,4],[15]]"),
|
2389
2401
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:7,jsLength:2,
|
2390
2402
|
locals:[124,124,127,127,127,127,124,127,127,127,127,127,124,127,124,124,127,124,124,127,124,124],localNames:["items","items#type","callbackFn","callbackFn#type","out","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","k","k#type","#indirect_231_callee","arr","#member_setter_ptr_tmp","#member_obj_232","#member_prop_232","#swap","#member_obj_233","#member_prop_233"],
|
2391
2403
|
table:1,usesTag:1
|
@@ -2409,7 +2421,7 @@ locals:[124,127,127,124,124],localNames:["_this","_this#type","obj","obj#type","
|
|
2409
2421
|
usesTag:1
|
2410
2422
|
}
|
2411
2423
|
x.__Object_prototype_toString={
|
2412
|
-
wasm:(_,{makeString,builtin,funcRef,internalThrow})=>eval("[[32,1],[184],[68,7],[97],[4,64],[32,0],[34,2],[68,0],[97],[69],[4,64],...makeString(_,\"toString\",1),[33,6],[32,2],[34,5],[252,2],[65,7],[32,6],[252,3],[65,195],[65,-2133638001],[65,1],[16,builtin('__Porffor_object_get_withHash')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[34,8],[4,127],[32,3],...funcRef('__Object_prototype_toString'),[98],[65,2],[33,7],[5],[32,8],[65,2],[33,7],[11],[4,64],[32,3],[33,11],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,11],[252,3],[17,
|
2424
|
+
wasm:(_,{makeString,builtin,funcRef,internalThrow})=>eval("[[32,1],[184],[68,7],[97],[4,64],[32,0],[34,2],[68,0],[97],[69],[4,64],...makeString(_,\"toString\",1),[33,6],[32,2],[34,5],[252,2],[65,7],[32,6],[252,3],[65,195],[65,-2133638001],[65,1],[16,builtin('__Porffor_object_get_withHash')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[34,8],[4,127],[32,3],...funcRef('__Object_prototype_toString'),[98],[65,2],[33,7],[5],[32,8],[65,2],[33,7],[11],[4,64],[32,3],[33,11],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,11],[252,3],[17,18,0],[33,7],[12,1],[11],...internalThrow(_,'TypeError',`ovr is not a function`),[68,0],[11],[32,7],[15],[26],[11],[32,2],[252,2],[65,7],...makeString(_,\"toString\",1),[252,2],[65,195],...makeString(_,\"toString\",1),[252,2],[65,195],[16,builtin('__Porffor_object_hash')],[65,1],[16,builtin('__Porffor_object_lookup')],[183],[34,13],[68,-1],[98],[4,64],[32,13],[252,2],[65,1],[16,builtin('__Porffor_object_readValue')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[4,64],[32,3],[33,14],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,7],[12,1],[11],...internalThrow(_,'TypeError',`ovr is not a function`),[68,0],[11],[32,7],[15],[26],[5],[68,0],[65,0],[15],[26],[11],[11],[11],[11],[32,0],[68,0],[97],[32,1],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...makeString(_,\"[object Undefined]\",1),[65,195],[15],[26],[11],[32,0],[68,0],[97],[32,1],[65,128],[114],[65,7],[65,128],[114],[70],[113],[4,64],...makeString(_,\"[object Null]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,72],[97],[4,64],...makeString(_,\"[object Array]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,6],[97],[4,64],...makeString(_,\"[object Function]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,2],[97],[32,1],[184],[68,31],[97],[114],[4,64],...makeString(_,\"[object Boolean]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,1],[97],[32,1],[184],[68,32],[97],[114],[4,64],...makeString(_,\"[object Number]\",1),[65,195],[15],[26],[11],[32,1],[65,128],[114],[183],[68,195],[97],[32,1],[184],[68,33],[97],[114],[4,64],...makeString(_,\"[object String]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,10],[97],[4,64],...makeString(_,\"[object Date]\",1),[65,195],[15],[26],[11],[32,1],[184],[68,9],[97],[4,64],...makeString(_,\"[object RegExp]\",1),[65,195],[15],[26],[11],...makeString(_,\"[object Object]\",1),[65,195],[15]]"),
|
2413
2425
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
2414
2426
|
locals:[124,124,127,124,124,127,127,124,127,124,127,124,124],localNames:["_this","_this#type","obj","ovr","ovr#type","#member_obj_234","#member_prop_234","#last_type","logictmpi","#call_val","#call_type","#indirect_235_callee","#typeswitch_tmp1","entryPtr","#indirect_236_callee"],
|
2415
2427
|
table:1,usesTag:1
|
@@ -2420,7 +2432,7 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
2420
2432
|
locals:[127],localNames:["_this","_this#type","#last_type"]
|
2421
2433
|
}
|
2422
2434
|
x.__Object_prototype_valueOf={
|
2423
|
-
wasm:(_,{makeString,builtin,funcRef,internalThrow})=>eval("[[32,1],[184],[68,7],[97],[4,64],[32,0],[34,2],[68,0],[97],[69],[4,64],...makeString(_,\"valueOf\",1),[33,6],[32,2],[34,5],[252,2],[65,7],[32,6],[252,3],[65,195],[65,-238740424],[65,1],[16,builtin('__Porffor_object_get_withHash')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[34,8],[4,127],[32,3],...funcRef('__Object_prototype_valueOf'),[98],[65,2],[33,7],[5],[32,8],[65,2],[33,7],[11],[4,64],[32,3],[33,11],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,11],[252,3],[17,
|
2435
|
+
wasm:(_,{makeString,builtin,funcRef,internalThrow})=>eval("[[32,1],[184],[68,7],[97],[4,64],[32,0],[34,2],[68,0],[97],[69],[4,64],...makeString(_,\"valueOf\",1),[33,6],[32,2],[34,5],[252,2],[65,7],[32,6],[252,3],[65,195],[65,-238740424],[65,1],[16,builtin('__Porffor_object_get_withHash')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[34,8],[4,127],[32,3],...funcRef('__Object_prototype_valueOf'),[98],[65,2],[33,7],[5],[32,8],[65,2],[33,7],[11],[4,64],[32,3],[33,11],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,11],[252,3],[17,18,0],[33,7],[12,1],[11],...internalThrow(_,'TypeError',`ovr is not a function`),[68,0],[11],[32,7],[15],[26],[11],[32,2],[252,2],[65,7],...makeString(_,\"valueOf\",1),[252,2],[65,195],...makeString(_,\"valueOf\",1),[252,2],[65,195],[16,builtin('__Porffor_object_hash')],[65,1],[16,builtin('__Porffor_object_lookup')],[183],[34,13],[68,-1],[98],[4,64],[32,13],[252,2],[65,1],[16,builtin('__Porffor_object_readValue')],[34,7],[33,4],[33,3],[32,4],[184],[68,6],[97],[4,64],[32,3],[33,14],[32,4],[33,12],[2,124],[32,12],[65,6],[70],[4,64],[65,0],[68,0],[65,0],[32,0],[34,9],[32,1],[34,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,7],[12,1],[11],...internalThrow(_,'TypeError',`ovr is not a function`),[68,0],[11],[32,7],[15],[26],[5],[68,0],[65,0],[15],[26],[11],[11],[11],[11],[32,0],[32,1],[15]]"),
|
2424
2436
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
2425
2437
|
locals:[124,124,127,124,124,127,127,124,127,124,127,124,124],localNames:["_this","_this#type","obj","ovr","ovr#type","#member_obj_237","#member_prop_237","#last_type","logictmpi","#call_val","#call_type","#indirect_238_callee","#typeswitch_tmp1","entryPtr","#indirect_239_callee"],
|
2426
2438
|
table:1,usesTag:1
|
@@ -2437,7 +2449,7 @@ locals:[124,127,124,124,124,124,124,127,124,124,127,127,124,127,124,124],localNa
|
|
2437
2449
|
hasRestArgument:1
|
2438
2450
|
}
|
2439
2451
|
x.__Porffor_object_getHiddenPrototype={
|
2440
|
-
wasm:(_,{hasFunc,Valtype,Opcodes,builtin,generate})=>eval("[[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___String_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"|\",\"right\":{\"type\":\"Literal\",\"value\":128,\"raw\":\"0b10000000\"},\"extra\":{\"parenthesized\":true,\"parenStart\":194}},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bytestring\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_stringobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__String_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Number_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_number\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_numberobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Number_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Boolean_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_boolean\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_booleanobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Boolean_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigInt_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigInt_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Symbol_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_symbol\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Symbol_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Function_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_function\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Function_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Object_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_object\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Object_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___RegExp_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_regexp\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__RegExp_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Date_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_date\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Date_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Set_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_set\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Set_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Map_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_map\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Map_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___ArrayBuffer_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_arraybuffer\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__ArrayBuffer_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___SharedArrayBuffer_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_sharedarraybuffer\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__SharedArrayBuffer_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___DataView_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_dataview\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__DataView_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint8ClampedArray_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint8clampedarray\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint8ClampedArray_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint8Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint8array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint8Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int8Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int8array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int8Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint16Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint16array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint16Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int16Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int16array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int16Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigUint64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_biguint64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigUint64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigInt64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigInt64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Float32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_float32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Float32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Float64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_float64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Float64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakRef_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakref\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakRef_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakSet_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakset\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakSet_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakMap_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakmap\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakMap_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Promise_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_promise\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Promise_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get_____Porffor_Generator_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES___porffor_generator\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"____Porffor_Generator_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get_____Porffor_AsyncGenerator_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES___porffor_asyncgenerator\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"____Porffor_AsyncGenerator_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Error_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_error\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Error_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___AggregateError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_aggregateerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__AggregateError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___TypeError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_typeerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__TypeError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___ReferenceError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_referenceerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__ReferenceError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___SyntaxError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_syntaxerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__SyntaxError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___RangeError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_rangeerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__RangeError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___EvalError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_evalerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__EvalError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___URIError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_urierror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__URIError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"todoTime\":\"compile\",\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Test262Error_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_test262error\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Test262Error_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[16,builtin('#get___Object_prototype')],[65,7],[15]]"),
|
2452
|
+
wasm:(_,{hasFunc,Valtype,Opcodes,builtin,generate})=>eval("[[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___String_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"|\",\"right\":{\"type\":\"Literal\",\"value\":128,\"raw\":\"0b10000000\"},\"extra\":{\"parenthesized\":true,\"parenStart\":194}},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bytestring\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_stringobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__String_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Number_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_number\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_numberobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Number_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Boolean_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_fastOr\"},\"arguments\":[{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_boolean\"}},{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_booleanobject\"}}],\"optional\":false},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Boolean_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigInt_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigInt_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Symbol_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_symbol\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Symbol_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Function_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_function\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Function_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___RegExp_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_regexp\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__RegExp_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Date_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_date\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Date_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Set_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_set\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Set_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Map_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_map\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Map_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___ArrayBuffer_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_arraybuffer\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__ArrayBuffer_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___SharedArrayBuffer_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_sharedarraybuffer\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__SharedArrayBuffer_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___DataView_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_dataview\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__DataView_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint8ClampedArray_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint8clampedarray\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint8ClampedArray_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint8Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint8array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint8Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int8Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int8array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int8Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint16Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint16array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint16Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int16Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int16array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int16Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Uint32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_uint32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Uint32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Int32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_int32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Int32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigUint64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_biguint64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigUint64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___BigInt64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__BigInt64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Float32Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_float32array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Float32Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Float64Array_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_float64array\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Float64Array_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakRef_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakref\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakRef_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakSet_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakset\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakSet_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___WeakMap_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_weakmap\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__WeakMap_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Promise_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_promise\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Promise_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get_____Porffor_Generator_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES___porffor_generator\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"____Porffor_Generator_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get_____Porffor_AsyncGenerator_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES___porffor_asyncgenerator\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"____Porffor_AsyncGenerator_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Error_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_error\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Error_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___AggregateError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_aggregateerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__AggregateError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___TypeError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_typeerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__TypeError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___ReferenceError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_referenceerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__ReferenceError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___SyntaxError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_syntaxerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__SyntaxError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___RangeError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_rangeerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__RangeError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___EvalError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_evalerror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__EvalError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___URIError_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_urierror\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__URIError_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"valtype\":\"i32\",\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,hasFunc('#get___Test262Error_prototype')?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"Identifier\",\"name\":\"trueType\",\"decorators\":[],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_test262error\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"__Test262Error_prototype\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[16,builtin('#get___Object_prototype')],[65,7],[15]]"),
|
2441
2453
|
params:[127,127],typedParams:1,returns:[127,127],jsLength:1,
|
2442
2454
|
locals:[],localNames:["trueType","trueType#type"]
|
2443
2455
|
}
|
@@ -2510,7 +2522,7 @@ params:[124,127],typedParams:1,returns:[],returnType:0,jsLength:1,
|
|
2510
2522
|
locals:[124],localNames:["func","func#type","reaction"]
|
2511
2523
|
}
|
2512
2524
|
x.__Porffor_promise_runJobs={
|
2513
|
-
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[[3,64],[65,1],[4,64],...glbl(35,'jobQueue',124),[33,2],[65,72],[33,3],[32,2],[32,3],[16,builtin('__Array_prototype_shift')],[34,4],[33,1],[34,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,0],[70],[4,64],[65,1],[12,1],[11],...t([7],()=>[[32,6],[65,7],[70],[4,64],[32,5],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,64],[12,1],[26],[11],[68,0],[33,9],[32,0],[33,8],[32,1],[33,6],[2,124],[32,6],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],...t([67],()=>[[32,6],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,10],[184],[65,67],[33,4],[12,1],[11]]),[32,6],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[12,1],[11],...t([80],()=>[[32,6],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([81],()=>[[32,6],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([82],()=>[[32,6],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([83],()=>[[32,6],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([84],()=>[[32,6],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([85],()=>[[32,6],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([86],()=>[[32,6],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([87],()=>[[32,6],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,4],[12,1],[11]]),...t([88],()=>[[32,6],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,4],[12,1],[11]]),...t([89],()=>[[32,6],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,4],[12,1],[11]]),...t([90],()=>[[32,6],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,4],[12,1],[11]]),...t([195],()=>[[32,6],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,10],[184],[65,195],[33,4],[12,1],[11]]),[32,8],[252,2],[32,1],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,12],[252,2],[32,12],[16,builtin('__Porffor_object_get')],[33,4],[11],[33,7],[68,0],[33,15],[32,7],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[33,13],[68,1],[33,19],[32,7],[33,18],[32,19],[252,3],[65,9],[108],[32,18],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,4],[33,17],[33,16],[68,2],[33,22],[32,7],[33,21],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[33,20],[68,1],[33,26],[32,0],[33,25],[32,1],[33,6],[2,124],[32,6],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,6],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,10],[184],[65,67],[33,4],[12,1],[11],[32,6],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[12,1],[11],...t([80],()=>[[32,6],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([81],()=>[[32,6],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([82],()=>[[32,6],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([83],()=>[[32,6],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([84],()=>[[32,6],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([85],()=>[[32,6],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([86],()=>[[32,6],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([87],()=>[[32,6],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,4],[12,1],[11]]),...t([88],()=>[[32,6],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,4],[12,1],[11]]),...t([89],()=>[[32,6],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,4],[12,1],[11]]),...t([90],()=>[[32,6],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,4],[12,1],[11]]),[32,6],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,10],[184],[65,195],[33,4],[12,1],[11],[32,25],[252,2],[32,1],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,12],[252,2],[32,12],[16,builtin('__Porffor_object_get')],[33,4],[11],[33,23],[32,4],[33,24],[32,20],[252,2],[65,1],[113],[4,64],[32,13],[33,29],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,
|
2525
|
+
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[[3,64],[65,1],[4,64],...glbl(35,'jobQueue',124),[33,2],[65,72],[33,3],[32,2],[32,3],[16,builtin('__Array_prototype_shift')],[34,4],[33,1],[34,0],[33,5],[32,1],[33,6],[2,127],[32,6],[65,0],[70],[4,64],[65,1],[12,1],[11],...t([7],()=>[[32,6],[65,7],[70],[4,64],[32,5],[68,0],[97],[12,1],[11]]),[65,0],[11],[4,64],[12,1],[26],[11],[68,0],[33,9],[32,0],[33,8],[32,1],[33,6],[2,124],[32,6],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],...t([67],()=>[[32,6],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,10],[184],[65,67],[33,4],[12,1],[11]]),[32,6],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[12,1],[11],...t([80],()=>[[32,6],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([81],()=>[[32,6],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([82],()=>[[32,6],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([83],()=>[[32,6],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([84],()=>[[32,6],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([85],()=>[[32,6],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([86],()=>[[32,6],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([87],()=>[[32,6],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,4],[12,1],[11]]),...t([88],()=>[[32,6],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,4],[12,1],[11]]),...t([89],()=>[[32,6],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,4],[12,1],[11]]),...t([90],()=>[[32,6],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,4],[12,1],[11]]),...t([195],()=>[[32,6],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,10],[184],[65,195],[33,4],[12,1],[11]]),[32,8],[252,2],[32,1],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,12],[252,2],[32,12],[16,builtin('__Porffor_object_get')],[33,4],[11],[33,7],[68,0],[33,15],[32,7],[33,14],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[33,13],[68,1],[33,19],[32,7],[33,18],[32,19],[252,3],[65,9],[108],[32,18],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[34,4],[33,17],[33,16],[68,2],[33,22],[32,7],[33,21],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[33,20],[68,1],[33,26],[32,0],[33,25],[32,1],[33,6],[2,124],[32,6],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,6],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,10],[184],[65,67],[33,4],[12,1],[11],[32,6],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,11],[43,0,4],[32,11],[45,0,12],[33,4],[12,1],[11],...t([80],()=>[[32,6],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([81],()=>[[32,6],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([82],()=>[[32,6],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([83],()=>[[32,6],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([84],()=>[[32,6],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([85],()=>[[32,6],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,4],[12,1],[11]]),...t([86],()=>[[32,6],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,4],[12,1],[11]]),...t([87],()=>[[32,6],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,4],[12,1],[11]]),...t([88],()=>[[32,6],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,4],[12,1],[11]]),...t([89],()=>[[32,6],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,4],[12,1],[11]]),...t([90],()=>[[32,6],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,4],[12,1],[11]]),[32,6],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,10],[65,1],[54,0,0],[32,10],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,10],[184],[65,195],[33,4],[12,1],[11],[32,25],[252,2],[32,1],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,12],[252,2],[32,12],[16,builtin('__Porffor_object_get')],[33,4],[11],[33,23],[32,4],[33,24],[32,20],[252,2],[65,1],[113],[4,64],[32,13],[33,29],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,18,0],[33,4],[26],[32,23],[33,27],[32,24],[33,28],[5],[32,13],[33,30],[65,1],[68,0],[65,0],[68,0],[65,0],[32,23],[32,24],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,30],[252,3],[17,18,0],[34,4],[33,28],[33,27],[11],[32,16],[33,5],[32,17],[33,6],[2,127],[32,6],[65,67],[70],[32,6],[65,195],[70],[114],[4,64],[32,5],[252,3],[40,1,0],[12,1],[11],[32,5],[252,3],[11],[4,64],[32,20],[252,2],[65,2],[113],[4,64],[32,27],[32,28],[32,16],[32,17],[16,builtin('__Porffor_promise_reject')],[5],[32,27],[32,28],[32,16],[32,17],[16,builtin('__Porffor_promise_resolve')],[11],[11],[12,1],[11],[11],[15]]"),
|
2514
2526
|
params:[],typedParams:1,returns:[],returnType:0,jsLength:0,
|
2515
2527
|
locals:[124,127,124,127,127,124,127,124,124,124,127,127,127,124,124,124,124,127,124,124,124,124,124,124,127,124,124,124,127,124,124],localNames:["x","x#type","#proto_target","#proto_target#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","reaction","#member_obj_270","#member_prop_270","#member_allocd","#loadArray_offset","#swap","handler","#member_obj_271","#member_prop_271","outPromise","outPromise#type","#member_obj_272","#member_prop_272","flags","#member_obj_273","#member_prop_273","value","value#type","#member_obj_274","#member_prop_274","outValue","outValue#type","#indirect_275_callee","#indirect_276_callee"],
|
2516
2528
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
@@ -2529,7 +2541,7 @@ locals:[],localNames:["reason","reason#type"],
|
|
2529
2541
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")}
|
2530
2542
|
}
|
2531
2543
|
x.Promise={
|
2532
|
-
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[32,0],[33,6],[32,1],[33,7],[2,124],...t([67,195],()=>[[32,7],[65,67],[70],[32,7],[65,195],[70],[114],[4,64],[32,6],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,6],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Constructor Promise requires 'new'`),[26],[11],[32,5],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Promise executor is not a function`),[26],[11],[16,builtin('__Porffor_promise_create')],[34,8],...glbl(36,'activePromise',124),[65,72],...glbl(36,'activePromise#type',127),[6,64],[32,4],[33,9],[32,5],[33,7],[2,124],[32,7],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],...funcRef('__Porffor_promise_resolveActive'),[65,6],...funcRef('__Porffor_promise_rejectActive'),[65,6],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,
|
2544
|
+
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[32,0],[33,6],[32,1],[33,7],[2,124],...t([67,195],()=>[[32,7],[65,67],[70],[32,7],[65,195],[70],[114],[4,64],[32,6],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,6],[68,0],[97],[184],[11],[252,3],[4,64],...internalThrow(_,'TypeError',`Constructor Promise requires 'new'`),[26],[11],[32,5],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Promise executor is not a function`),[26],[11],[16,builtin('__Porffor_promise_create')],[34,8],...glbl(36,'activePromise',124),[65,72],...glbl(36,'activePromise#type',127),[6,64],[32,4],[33,9],[32,5],[33,7],[2,124],[32,7],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],...funcRef('__Porffor_promise_resolveActive'),[65,6],...funcRef('__Porffor_promise_rejectActive'),[65,6],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,18,0],[26],[12,1],[11],...internalThrow(_,'TypeError',`executor is not a function`),[68,0],[11],[26],[7,0],[33,12],[34,11],[33,13],[32,12],[33,14],[32,8],[65,72],[32,13],[32,14],[16,builtin('__ecma262_RejectPromise')],[11],[32,8],[15]]"),
|
2533
2545
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124],returnType:30,jsLength:1,
|
2534
2546
|
locals:[124,127,124,124,127,124,127,124,127],localNames:["#newtarget","#newtarget#type","#this","#this#type","executor","executor#type","#logicinner_tmp","#typeswitch_tmp1","obj","#indirect_277_callee","#last_type","#catch_tmp1","#catch_tmp1#type","e","e#type"],
|
2535
2547
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
@@ -2575,28 +2587,28 @@ locals:[],localNames:["promises","promises#type"],
|
|
2575
2587
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")}
|
2576
2588
|
}
|
2577
2589
|
x['#anonymous_285']={
|
2578
|
-
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_286'),[65,6],...funcRef('#anonymous_288'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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,'_allOut',124),...glbl(35,'_allOut#type',127),[32,9],[32,10],[16,builtin('__Porffor_array_fastPush')],[26],[11],[12,1],[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,17],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
2590
|
+
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_286'),[65,6],...funcRef('#anonymous_288'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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,'_allOut',124),...glbl(35,'_allOut#type',127),[32,9],[32,10],[16,builtin('__Porffor_array_fastPush')],[26],[11],[12,1],[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,17],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,12],[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_291'),[65,6],[16,builtin('__Porffor_promise_runNext')],[11],[11],[68,0],[65,0],[15]]"),
|
2579
2591
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2580
2592
|
locals:[124,127,127,127,127,124,127,127,127,127,127,124,127,124],localNames:["res","res#type","rej","rej#type","arr","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#proto_target","#proto_target#type","#indirect_290_callee"],
|
2581
2593
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2582
2594
|
table:1,usesTag:1
|
2583
2595
|
}
|
2584
2596
|
x['#anonymous_286']={
|
2585
|
-
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2597
|
+
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,0],[15]]"),
|
2586
2598
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2587
2599
|
locals:[124,127,127],localNames:["r","r#type","#indirect_287_callee","#typeswitch_tmp2","#last_type"],
|
2588
2600
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2589
2601
|
table:1,usesTag:1
|
2590
2602
|
}
|
2591
2603
|
x['#anonymous_288']={
|
2592
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRej',124),[33,2],...glbl(35,'_allRej#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2604
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRej',124),[33,2],...glbl(35,'_allRej#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRej is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2593
2605
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2594
2606
|
locals:[124,127,127],localNames:["r","r#type","#indirect_289_callee","#typeswitch_tmp2","#last_type"],
|
2595
2607
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2596
2608
|
table:1,usesTag:1
|
2597
2609
|
}
|
2598
2610
|
x['#anonymous_291']={
|
2599
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,0],...glbl(35,'_allRes#type',127),[33,1],[2,124],...t([6],()=>[[32,1],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,0],[252,3],[17,
|
2611
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,0],...glbl(35,'_allRes#type',127),[33,1],[2,124],...t([6],()=>[[32,1],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,0],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2600
2612
|
params:[],typedParams:1,returns:[124,127],jsLength:0,
|
2601
2613
|
locals:[124,127,127],localNames:["#indirect_292_callee","#typeswitch_tmp1","#last_type"],
|
2602
2614
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
@@ -2609,28 +2621,28 @@ locals:[],localNames:["promises","promises#type"],
|
|
2609
2621
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")}
|
2610
2622
|
}
|
2611
2623
|
x['#anonymous_293']={
|
2612
|
-
wasm:(_,{t,makeString,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_294'),[65,6],...funcRef('#anonymous_298'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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],[34,17],[33,19],...makeString(_,\"status\",1),[33,20],[32,19],[252,2],[65,7],[32,20],[252,3],[65,195],...makeString(_,\"fulfilled\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,17],[33,21],...makeString(_,\"value\",1),[33,22],[32,21],[252,2],[65,7],[32,22],[252,3],[65,195],[32,9],[32,10],[65,359186320],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,17],[65,7],[16,builtin('__Porffor_array_fastPush')],[26],[11],[12,1],[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,23],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,23],[252,3],[17,
|
2624
|
+
wasm:(_,{t,makeString,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_294'),[65,6],...funcRef('#anonymous_298'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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],[34,17],[33,19],...makeString(_,\"status\",1),[33,20],[32,19],[252,2],[65,7],[32,20],[252,3],[65,195],...makeString(_,\"fulfilled\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,17],[33,21],...makeString(_,\"value\",1),[33,22],[32,21],[252,2],[65,7],[32,22],[252,3],[65,195],[32,9],[32,10],[65,359186320],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,17],[65,7],[16,builtin('__Porffor_array_fastPush')],[26],[11],[12,1],[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRes',124),[33,23],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,23],[252,3],[17,18,0],[33,12],[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_305'),[65,6],[16,builtin('__Porffor_promise_runNext')],[11],[11],[68,0],[65,0],[15]]"),
|
2613
2625
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2614
2626
|
locals:[124,127,127,127,127,124,127,127,127,127,127,124,127,124,127,124,124,124,124,124],localNames:["res","res#type","rej","rej#type","arr","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#proto_target","#proto_target#type","o","#member_setter_ptr_tmp","#member_obj_302","#member_prop_302","#member_obj_303","#member_prop_303","#indirect_304_callee"],
|
2615
2627
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2616
2628
|
table:1,usesTag:1
|
2617
2629
|
}
|
2618
2630
|
x['#anonymous_294']={
|
2619
|
-
wasm:(_,{t,makeString,glbl,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[34,2],[33,4],...makeString(_,\"status\",1),[33,5],[32,4],[252,2],[65,7],[32,5],[252,3],[65,195],...makeString(_,\"fulfilled\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,2],[33,6],...makeString(_,\"value\",1),[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195],[32,0],[32,1],[65,359186320],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,2],[65,7],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,8],...glbl(35,'_allRes#type',127),[33,9],[2,124],...t([6],()=>[[32,9],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,8],[252,3],[17,
|
2631
|
+
wasm:(_,{t,makeString,glbl,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[34,2],[33,4],...makeString(_,\"status\",1),[33,5],[32,4],[252,2],[65,7],[32,5],[252,3],[65,195],...makeString(_,\"fulfilled\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,2],[33,6],...makeString(_,\"value\",1),[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195],[32,0],[32,1],[65,359186320],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,2],[65,7],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,8],...glbl(35,'_allRes#type',127),[33,9],[2,124],...t([6],()=>[[32,9],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,8],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,0],[15]]"),
|
2620
2632
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2621
2633
|
locals:[124,127,124,124,124,124,124,127,127],localNames:["r","r#type","o","#member_setter_ptr_tmp","#member_obj_295","#member_prop_295","#member_obj_296","#member_prop_296","#indirect_297_callee","#typeswitch_tmp2","#last_type"],
|
2622
2634
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2623
2635
|
table:1,usesTag:1
|
2624
2636
|
}
|
2625
2637
|
x['#anonymous_298']={
|
2626
|
-
wasm:(_,{t,makeString,glbl,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[34,2],[33,4],...makeString(_,\"status\",1),[33,5],[32,4],[252,2],[65,7],[32,5],[252,3],[65,195],...makeString(_,\"rejected\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,2],[33,6],...makeString(_,\"reason\",1),[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195],[32,0],[32,1],[65,678685027],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,2],[65,7],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,8],...glbl(35,'_allRes#type',127),[33,9],[2,124],...t([6],()=>[[32,9],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,8],[252,3],[17,
|
2638
|
+
wasm:(_,{t,makeString,glbl,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[184],[34,2],[33,4],...makeString(_,\"status\",1),[33,5],[32,4],[252,2],[65,7],[32,5],[252,3],[65,195],...makeString(_,\"rejected\",1),[65,195],[65,-1791953665],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,2],[33,6],...makeString(_,\"reason\",1),[33,7],[32,6],[252,2],[65,7],[32,7],[252,3],[65,195],[32,0],[32,1],[65,678685027],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,2],[65,7],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,8],...glbl(35,'_allRes#type',127),[33,9],[2,124],...t([6],()=>[[32,9],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,8],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,0],[15]]"),
|
2627
2639
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2628
2640
|
locals:[124,127,124,124,124,124,124,127,127],localNames:["r","r#type","o","#member_setter_ptr_tmp","#member_obj_299","#member_prop_299","#member_obj_300","#member_prop_300","#indirect_301_callee","#typeswitch_tmp2","#last_type"],
|
2629
2641
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2630
2642
|
table:1,usesTag:1
|
2631
2643
|
}
|
2632
2644
|
x['#anonymous_305']={
|
2633
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,0],...glbl(35,'_allRes#type',127),[33,1],[2,124],...t([6],()=>[[32,1],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,0],[252,3],[17,
|
2645
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,0],...glbl(35,'_allRes#type',127),[33,1],[2,124],...t([6],()=>[[32,1],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,0],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2634
2646
|
params:[],typedParams:1,returns:[124,127],jsLength:0,
|
2635
2647
|
locals:[124,127,127],localNames:["#indirect_306_callee","#typeswitch_tmp1","#last_type"],
|
2636
2648
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
@@ -2643,21 +2655,21 @@ locals:[],localNames:["promises","promises#type"],
|
|
2643
2655
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")}
|
2644
2656
|
}
|
2645
2657
|
x['#anonymous_307']={
|
2646
|
-
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_308'),[65,6],...funcRef('#anonymous_310'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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,17],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,9],[32,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
2658
|
+
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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),[65,72],...glbl(36,'_allOut#type',127),[68,0],...glbl(36,'_allLen',124),[65,1],...glbl(36,'_allLen#type',127),...glbl(35,'_allPromises',124),[252,3],[33,5],...glbl(35,'_allPromises#type',127),[33,8],[65,0],[33,7],[32,8],[65,72],[70],[32,8],[65,11],[70],[114],[32,8],[65,12],[70],[114],[32,8],[65,67],[70],[114],[32,8],[65,195],[70],[114],[32,8],[65,34],[70],[114],[32,8],[65,80],[78],[32,8],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,5],[40,1,0],[33,6],[3,64],[2,64],[32,8],[33,11],[2,124],[32,11],[65,72],[70],[32,11],[65,11],[70],[114],[4,64],[32,6],[69],[13,2],[32,5],[43,0,4],[32,5],[45,0,12],[32,5],[65,9],[106],[33,5],[32,6],[65,1],[107],[33,6],[33,12],[12,1],[11],...t([67],()=>[[32,11],[65,67],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[47,1,4],[59,1,4],[32,5],[65,2],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,67],[33,12],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[32,6],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,1],[54,0,0],[32,13],[32,5],[45,0,4],[58,0,4],[32,5],[65,1],[106],[33,5],[32,6],[65,1],[107],[33,6],[32,13],[184],[65,195],[33,12],[12,1],[11]]),...t([81,80],()=>[[32,11],[65,81],[70],[32,11],[65,80],[70],[114],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[45,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[106],[44,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,2],[108],[106],[47,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[184],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[40,0,4],[183],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,4],[108],[106],[42,0,4],[187],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[43,0,4],[32,7],[65,1],[106],[33,7],[65,1],[33,12],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,7],[32,6],[70],[13,2],[32,5],[40,0,4],[32,7],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,7],[65,1],[106],[33,7],[65,4],[33,12],[12,1],[11]]),...t([34],()=>[[32,11],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,11],[65,12],[70],[4,64],[32,7],[32,6],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,13],[65,2],[54,0,0],[32,13],[32,13],[32,13],[32,13],[32,6],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,4],[32,14],[45,0,12],[58,0,12],[32,5],[40,1,4],[32,7],[65,9],[108],[106],[34,14],[43,0,4],[57,0,13],[32,14],[45,0,12],[58,0,21],[32,7],[65,1],[106],[33,7],[32,13],[184],[65,72],[33,12],[12,1],[11]]),[0],[11],[33,9],[32,12],[33,10],...glbl(35,'_allLen',124),[68,1],[160],...glbl(36,'_allLen',124),[32,9],[32,10],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,9],[33,15],[32,10],[33,16],[32,10],[33,11],[2,124],...t([30],()=>[[32,11],[65,30],[70],[4,64],[32,15],[32,16],...funcRef('#anonymous_308'),[65,6],...funcRef('#anonymous_310'),[65,6],[16,builtin('__Promise_prototype_then')],[33,12],[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,17],...glbl(35,'_allRes#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,9],[32,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,12],[12,1],[11],...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,12],[15],[26],[11],[12,1],[11],[11],...glbl(35,'_allLen',124),[68,0],[97],[4,64],...glbl(35,'_allRej',124),[33,18],...glbl(35,'_allRej#type',127),[33,11],[2,124],[32,11],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[68,48],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('AggregateError')],[65,37],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,12],[12,1],[11],...internalThrow(_,'TypeError',`_allRej is not a function`),[68,0],[11],[26],[11],[68,0],[65,0],[15]]"),
|
2647
2659
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2648
2660
|
locals:[124,127,127,127,127,124,127,127,127,127,127,124,127,124,124],localNames:["res","res#type","rej","rej#type","arr","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#proto_target","#proto_target#type","#indirect_312_callee","#indirect_313_callee"],
|
2649
2661
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2650
2662
|
table:1,usesTag:1
|
2651
2663
|
}
|
2652
2664
|
x['#anonymous_308']={
|
2653
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2665
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2654
2666
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2655
2667
|
locals:[124,127,127],localNames:["r","r#type","#indirect_309_callee","#typeswitch_tmp2","#last_type"],
|
2656
2668
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2657
2669
|
table:1,usesTag:1
|
2658
2670
|
}
|
2659
2671
|
x['#anonymous_310']={
|
2660
|
-
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[68,48],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('AggregateError')],[65,37],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2672
|
+
wasm:(_,{t,glbl,builtin,internalThrow})=>eval("[...glbl(35,'_allOut',124),...glbl(35,'_allOut#type',127),[32,0],[32,1],[16,builtin('__Porffor_array_fastPush')],...glbl(35,'_allLen',124),[97],[4,64],...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[68,48],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('AggregateError')],[65,37],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[11],[68,0],[65,0],[15]]"),
|
2661
2673
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2662
2674
|
locals:[124,127,127],localNames:["r","r#type","#indirect_311_callee","#typeswitch_tmp2","#last_type"],
|
2663
2675
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
@@ -2670,28 +2682,28 @@ locals:[],localNames:["promises","promises#type"],
|
|
2670
2682
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")}
|
2671
2683
|
}
|
2672
2684
|
x['#anonymous_314']={
|
2673
|
-
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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],...glbl(35,'_allPromises',124),[252,3],[33,4],...glbl(35,'_allPromises#type',127),[33,7],[65,0],[33,6],[32,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,4],[40,1,0],[33,5],[3,64],[2,64],[32,7],[33,10],[2,124],...t([72,11],()=>[[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[4,64],[32,5],[69],[13,2],[32,4],[43,0,4],[32,4],[45,0,12],[32,4],[65,9],[106],[33,4],[32,5],[65,1],[107],[33,5],[33,11],[12,1],[11]]),...t([67],()=>[[32,10],[65,67],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[47,1,4],[59,1,4],[32,4],[65,2],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,67],[33,11],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[45,0,4],[58,0,4],[32,4],[65,1],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,195],[33,11],[12,1],[11]]),...t([81,80],()=>[[32,10],[65,81],[70],[32,10],[65,80],[70],[114],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([34],()=>[[32,10],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,10],[65,12],[70],[4,64],[32,6],[32,5],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,2],[54,0,0],[32,12],[32,12],[32,12],[32,12],[32,5],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,4],[32,13],[45,0,12],[58,0,12],[32,4],[40,1,4],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,13],[32,13],[45,0,12],[58,0,21],[32,6],[65,1],[106],[33,6],[32,12],[184],[65,72],[33,11],[12,1],[11]]),[0],[11],[33,8],[32,11],[33,9],[32,8],[32,9],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,8],[33,14],[32,9],[33,15],[32,9],[33,10],[2,124],...t([30],()=>[[32,10],[65,30],[70],[4,64],[32,14],[32,15],...funcRef('#anonymous_315'),[65,6],...funcRef('#anonymous_317'),[65,6],[16,builtin('__Promise_prototype_then')],[33,11],[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,16],...glbl(35,'_allRes#type',127),[33,10],[2,124],[32,10],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,8],[32,9],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,
|
2685
|
+
wasm:(_,{t,glbl,builtin,funcRef,internalThrow})=>eval("[[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],...glbl(35,'_allPromises',124),[252,3],[33,4],...glbl(35,'_allPromises#type',127),[33,7],[65,0],[33,6],[32,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,4],[40,1,0],[33,5],[3,64],[2,64],[32,7],[33,10],[2,124],...t([72,11],()=>[[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[4,64],[32,5],[69],[13,2],[32,4],[43,0,4],[32,4],[45,0,12],[32,4],[65,9],[106],[33,4],[32,5],[65,1],[107],[33,5],[33,11],[12,1],[11]]),...t([67],()=>[[32,10],[65,67],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[47,1,4],[59,1,4],[32,4],[65,2],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,67],[33,11],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[45,0,4],[58,0,4],[32,4],[65,1],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,195],[33,11],[12,1],[11]]),...t([81,80],()=>[[32,10],[65,81],[70],[32,10],[65,80],[70],[114],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([34],()=>[[32,10],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,10],[65,12],[70],[4,64],[32,6],[32,5],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,2],[54,0,0],[32,12],[32,12],[32,12],[32,12],[32,5],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,4],[32,13],[45,0,12],[58,0,12],[32,4],[40,1,4],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,13],[32,13],[45,0,12],[58,0,21],[32,6],[65,1],[106],[33,6],[32,12],[184],[65,72],[33,11],[12,1],[11]]),[0],[11],[33,8],[32,11],[33,9],[32,8],[32,9],[16,builtin('__ecma262_IsPromise')],[252,3],[4,64],[32,8],[33,14],[32,9],[33,15],[32,9],[33,10],[2,124],...t([30],()=>[[32,10],[65,30],[70],[4,64],[32,14],[32,15],...funcRef('#anonymous_315'),[65,6],...funcRef('#anonymous_317'),[65,6],[16,builtin('__Promise_prototype_then')],[33,11],[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,16],...glbl(35,'_allRes#type',127),[33,10],[2,124],[32,10],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,8],[32,9],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,16],[252,3],[17,18,0],[33,11],[12,1],[11],...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[32,11],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
2674
2686
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2675
2687
|
locals:[127,127,127,127,124,127,127,127,127,127,124,127,124],localNames:["res","res#type","rej","rej#type","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#proto_target","#proto_target#type","#indirect_319_callee"],
|
2676
2688
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2677
2689
|
table:1,usesTag:1
|
2678
2690
|
}
|
2679
2691
|
x['#anonymous_315']={
|
2680
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2692
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRes',124),[33,2],...glbl(35,'_allRes#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRes is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2681
2693
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2682
2694
|
locals:[124,127,127],localNames:["r","r#type","#indirect_316_callee","#typeswitch_tmp2","#last_type"],
|
2683
2695
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2684
2696
|
table:1,usesTag:1
|
2685
2697
|
}
|
2686
2698
|
x['#anonymous_317']={
|
2687
|
-
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRej',124),[33,2],...glbl(35,'_allRej#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,
|
2699
|
+
wasm:(_,{t,glbl,internalThrow})=>eval("[...glbl(35,'_allRej',124),[33,2],...glbl(35,'_allRej#type',127),[33,3],[2,124],...t([6],()=>[[32,3],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,0],[32,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,2],[252,3],[17,18,0],[26],[12,1],[11]]),...internalThrow(_,'TypeError',`_allRej is not a function`),[68,0],[11],[26],[68,0],[65,0],[15]]"),
|
2688
2700
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2689
2701
|
locals:[124,127,127],localNames:["r","r#type","#indirect_318_callee","#typeswitch_tmp2","#last_type"],
|
2690
2702
|
globalInits:{jobQueue:(_,{allocPage,glbl})=>eval("[[68,allocPage(_,'promise.ts/#main/jobQueue')],...glbl(36,'jobQueue',124),[65,16],[26]]")},
|
2691
2703
|
table:1,usesTag:1
|
2692
2704
|
}
|
2693
2705
|
x.__Promise_try={
|
2694
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_promise_create')],[33,4],[6,64],[32,0],[33,28],[32,1],[33,10],[2,124],...t([6],()=>[[32,10],[65,6],[70],[4,64],[65,8],[68,0],[65,0],[68,0],[65,0],[32,2],[33,5],[65,72],[34,6],[65,72],[70],[32,6],[65,11],[70],[114],[32,6],[65,12],[70],[114],[32,6],[65,67],[70],[114],[32,6],[65,195],[70],[114],[32,6],[65,34],[70],[114],[32,6],[65,80],[78],[32,6],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,8],[32,5],[33,7],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,8],[252,3],[65,2],[108],[32,7],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11]]),[32,10],[65,72],[70],[4,64],[32,8],[252,3],[65,9],[108],[32,7],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,8],[252,3],[32,7],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11]]),[32,7],[252,2],[32,6],[32,8],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,1],[33,15],[32,5],[33,14],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,15],[252,3],[65,2],[108],[32,14],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,15],[252,3],[32,14],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,14],[252,2],[32,6],[32,15],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,2],[33,17],[32,5],[33,16],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,17],[252,3],[65,2],[108],[32,16],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,17],[252,3],[65,9],[108],[32,16],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,17],[252,3],[32,16],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,16],[252,2],[32,6],[32,17],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,3],[33,19],[32,5],[33,18],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,19],[252,3],[65,2],[108],[32,18],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,19],[252,3],[65,9],[108],[32,18],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,19],[252,3],[32,18],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,18],[252,2],[32,6],[32,19],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,4],[33,21],[32,5],[33,20],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,21],[252,3],[65,2],[108],[32,20],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,21],[252,3],[65,9],[108],[32,20],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,21],[252,3],[32,20],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,20],[252,2],[32,6],[32,21],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,5],[33,23],[32,5],[33,22],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,23],[252,3],[65,2],[108],[32,22],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,23],[252,3],[65,9],[108],[32,22],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,23],[252,3],[32,22],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,22],[252,2],[32,6],[32,23],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,6],[33,25],[32,5],[33,24],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,25],[252,3],[65,2],[108],[32,24],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,25],[252,3],[65,9],[108],[32,24],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,25],[252,3],[32,24],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,24],[252,2],[32,6],[32,25],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,7],[33,27],[32,5],[33,26],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,27],[252,3],[65,2],[108],[32,26],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,27],[252,3],[65,9],[108],[32,26],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,27],[252,3],[32,26],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,26],[252,2],[32,6],[32,27],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,0],[65,0],[68,0],[65,0],[32,28],[252,3],[17,12,0],[33,9],[12,1],[11]]),...internalThrow(_,'TypeError',`cb is not a function`),[68,0],[11],[32,9],[32,4],[65,30],[16,builtin('__Porffor_promise_resolve')],[32,4],[65,30],[15],[7,0],[32,4],[65,30],[16,builtin('__Porffor_promise_reject')],[11],[32,4],[65,30],[15]]"),
|
2706
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_promise_create')],[33,4],[6,64],[32,0],[33,28],[32,1],[33,10],[2,124],...t([6],()=>[[32,10],[65,6],[70],[4,64],[65,8],[68,0],[65,0],[68,0],[65,0],[32,2],[33,5],[65,72],[34,6],[65,72],[70],[32,6],[65,11],[70],[114],[32,6],[65,12],[70],[114],[32,6],[65,67],[70],[114],[32,6],[65,195],[70],[114],[32,6],[65,34],[70],[114],[32,6],[65,80],[78],[32,6],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,8],[32,5],[33,7],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,8],[252,3],[65,2],[108],[32,7],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11]]),[32,10],[65,72],[70],[4,64],[32,8],[252,3],[65,9],[108],[32,7],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,7],[252,3],[40,0,4],[32,8],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,8],[252,3],[32,7],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11]]),[32,7],[252,2],[32,6],[32,8],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,1],[33,15],[32,5],[33,14],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,15],[252,3],[65,2],[108],[32,14],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,15],[252,3],[65,9],[108],[32,14],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,15],[252,3],[32,14],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,14],[252,2],[32,6],[32,15],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,2],[33,17],[32,5],[33,16],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,17],[252,3],[65,2],[108],[32,16],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,17],[252,3],[65,9],[108],[32,16],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,16],[252,3],[40,0,4],[32,17],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,17],[252,3],[32,16],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,16],[252,2],[32,6],[32,17],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,3],[33,19],[32,5],[33,18],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,19],[252,3],[65,2],[108],[32,18],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,19],[252,3],[65,9],[108],[32,18],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,18],[252,3],[40,0,4],[32,19],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,19],[252,3],[32,18],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,18],[252,2],[32,6],[32,19],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,4],[33,21],[32,5],[33,20],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,21],[252,3],[65,2],[108],[32,20],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,21],[252,3],[65,9],[108],[32,20],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,20],[252,3],[40,0,4],[32,21],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,21],[252,3],[32,20],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,20],[252,2],[32,6],[32,21],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,5],[33,23],[32,5],[33,22],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,23],[252,3],[65,2],[108],[32,22],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,23],[252,3],[65,9],[108],[32,22],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,22],[252,3],[40,0,4],[32,23],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,23],[252,3],[32,22],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,22],[252,2],[32,6],[32,23],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,6],[33,25],[32,5],[33,24],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,25],[252,3],[65,2],[108],[32,24],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,25],[252,3],[65,9],[108],[32,24],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,24],[252,3],[40,0,4],[32,25],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,25],[252,3],[32,24],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,24],[252,2],[32,6],[32,25],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,7],[33,27],[32,5],[33,26],[32,6],[33,10],[2,124],...t([0],()=>[[32,10],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,10],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,27],[252,3],[65,2],[108],[32,26],[252,3],[106],[47,0,4],[59,0,4],[32,11],[184],[65,67],[33,9],[12,1],[11],[32,10],[65,72],[70],[4,64],[32,27],[252,3],[65,9],[108],[32,26],[252,3],[106],[34,12],[43,0,4],[32,12],[45,0,12],[33,9],[12,1],[11],...t([80],()=>[[32,10],[65,80],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([81],()=>[[32,10],[65,81],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[45,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[106],[44,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,9],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,9],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,9],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,9],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,9],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,26],[252,3],[40,0,4],[32,27],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,9],[12,1],[11]]),[32,10],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,11],[65,1],[54,0,0],[32,11],[32,27],[252,3],[32,26],[252,3],[106],[45,0,4],[58,0,4],[32,11],[184],[65,195],[33,9],[12,1],[11],[32,26],[252,2],[32,6],[32,27],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,13],[252,2],[32,13],[16,builtin('__Porffor_object_get')],[33,9],[11],[32,9],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,28],[252,3],[17,18,0],[33,9],[12,1],[11]]),...internalThrow(_,'TypeError',`cb is not a function`),[68,0],[11],[32,9],[32,4],[65,30],[16,builtin('__Porffor_promise_resolve')],[32,4],[65,30],[15],[7,0],[32,4],[65,30],[16,builtin('__Porffor_promise_reject')],[11],[32,4],[65,30],[15]]"),
|
2695
2707
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2696
2708
|
locals:[124,124,127,124,124,127,127,127,127,127,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124],localNames:["cb","cb#type","args","args#type","#async_out_promise","#spread","#spread#type","#member_obj_320","#member_prop_320","#last_type","#typeswitch_tmp1","#member_allocd","#loadArray_offset","#swap","#member_obj_321","#member_prop_321","#member_obj_322","#member_prop_322","#member_obj_323","#member_prop_323","#member_obj_324","#member_prop_324","#member_obj_325","#member_prop_325","#member_obj_326","#member_prop_326","#member_obj_327","#member_prop_327","#indirect_328_callee"],
|
2697
2709
|
table:1,hasRestArgument:1,usesTag:1
|
@@ -2779,13 +2791,13 @@ locals:[124,127,124,124,124,124,127,127,127,127,124,124],localNames:["target","t
|
|
2779
2791
|
usesTag:1
|
2780
2792
|
}
|
2781
2793
|
x.__Reflect_apply={
|
2782
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,0],[33,29],[32,1],[33,11],[2,124],...t([6],()=>[[32,11],[65,6],[70],[4,64],[65,8],[68,0],[65,0],[32,2],[32,3],[32,4],[33,6],[32,5],[34,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,9],[32,6],[33,8],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11]]),...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11]]),[32,8],[252,2],[32,7],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,1],[33,16],[32,6],[33,15],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,15],[252,2],[32,7],[32,16],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,2],[33,18],[32,6],[33,17],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,17],[252,2],[32,7],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,3],[33,20],[32,6],[33,19],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,19],[252,2],[32,7],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,4],[33,22],[32,6],[33,21],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,21],[252,2],[32,7],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,5],[33,24],[32,6],[33,23],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,23],[252,2],[32,7],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,6],[33,26],[32,6],[33,25],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,25],[252,2],[32,7],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,7],[33,28],[32,6],[33,27],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,27],[252,2],[32,7],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,12,0],[33,10],[12,1],[11]]),...internalThrow(_,'TypeError',`target is not a function`),[68,0],[11],[32,10],[15]]"),
|
2794
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,0],[33,29],[32,1],[33,11],[2,124],...t([6],()=>[[32,11],[65,6],[70],[4,64],[65,8],[68,0],[65,0],[32,2],[32,3],[32,4],[33,6],[32,5],[34,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,9],[32,6],[33,8],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11]]),...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11]]),[32,8],[252,2],[32,7],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,1],[33,16],[32,6],[33,15],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,15],[252,2],[32,7],[32,16],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,2],[33,18],[32,6],[33,17],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,17],[252,2],[32,7],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,3],[33,20],[32,6],[33,19],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,19],[252,2],[32,7],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,4],[33,22],[32,6],[33,21],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,21],[252,2],[32,7],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,5],[33,24],[32,6],[33,23],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,23],[252,2],[32,7],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,6],[33,26],[32,6],[33,25],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,25],[252,2],[32,7],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,7],[33,28],[32,6],[33,27],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,27],[252,2],[32,7],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,18,0],[33,10],[12,1],[11]]),...internalThrow(_,'TypeError',`target is not a function`),[68,0],[11],[32,10],[15]]"),
|
2783
2795
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:3,
|
2784
2796
|
locals:[124,127,124,124,127,127,127,127,127,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124],localNames:["target","target#type","thisArgument","thisArgument#type","argumentsList","argumentsList#type","#spread","#spread#type","#member_obj_334","#member_prop_334","#last_type","#typeswitch_tmp1","#member_allocd","#loadArray_offset","#swap","#member_obj_335","#member_prop_335","#member_obj_336","#member_prop_336","#member_obj_337","#member_prop_337","#member_obj_338","#member_prop_338","#member_obj_339","#member_prop_339","#member_obj_340","#member_prop_340","#member_obj_341","#member_prop_341","#indirect_342_callee"],
|
2785
2797
|
table:1,usesTag:1
|
2786
2798
|
}
|
2787
2799
|
x.__Reflect_construct={
|
2788
|
-
wasm:(_,{t,makeString,builtin,internalThrow})=>eval("[[32,5],[65,0],[70],[4,64],[32,0],[33,4],[32,1],[33,5],[11],[32,0],[33,29],[32,1],[33,11],[2,124],...t([6],()=>[[32,11],[65,6],[70],[4,64],[65,8],[32,4],[32,5],[16,builtin('__Porffor_allocate')],[184],[34,30],[252,3],[65,7],...makeString(_,\"prototype\",1),[33,32],[32,0],[33,31],[32,1],[33,11],[2,124],[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,31],[252,2],[32,1],[32,32],[252,3],[65,195],[65,-1194656941],[65,1],[16,builtin('__Porffor_object_get_withHash')],[33,10],[11],[252,3],[32,10],[16,builtin('__Porffor_object_setPrototype')],[32,30],[65,7],[32,2],[33,6],[32,3],[34,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,9],[32,6],[33,8],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11]]),...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11]]),[32,8],[252,2],[32,7],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,1],[33,16],[32,6],[33,15],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,15],[252,2],[32,7],[32,16],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,2],[33,18],[32,6],[33,17],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,17],[252,2],[32,7],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,3],[33,20],[32,6],[33,19],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,19],[252,2],[32,7],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,4],[33,22],[32,6],[33,21],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,21],[252,2],[32,7],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,5],[33,24],[32,6],[33,23],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,23],[252,2],[32,7],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,6],[33,26],[32,6],[33,25],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,25],[252,2],[32,7],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,7],[33,28],[32,6],[33,27],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,27],[252,2],[32,7],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,12,0],[33,10],[12,1],[11]]),...internalThrow(_,'TypeError',`target is not a function`),[68,0],[11],[32,10],[15]]"),
|
2800
|
+
wasm:(_,{t,makeString,builtin,internalThrow})=>eval("[[32,5],[65,0],[70],[4,64],[32,0],[33,4],[32,1],[33,5],[11],[32,0],[33,29],[32,1],[33,11],[2,124],...t([6],()=>[[32,11],[65,6],[70],[4,64],[65,8],[32,4],[32,5],[16,builtin('__Porffor_allocate')],[184],[34,30],[252,3],[65,7],...makeString(_,\"prototype\",1),[33,32],[32,0],[33,31],[32,1],[33,11],[2,124],[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11],[32,31],[252,2],[32,1],[32,32],[252,3],[65,195],[65,-1194656941],[65,1],[16,builtin('__Porffor_object_get_withHash')],[33,10],[11],[252,3],[32,10],[16,builtin('__Porffor_object_setPrototype')],[32,30],[65,7],[32,2],[33,6],[32,3],[34,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Cannot spread a non-iterable`),[11],[68,0],[33,9],[32,6],[33,8],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),...t([67],()=>[[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[65,2],[108],[32,8],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11]]),...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,9],[252,3],[65,9],[108],[32,8],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),...t([195],()=>[[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,9],[252,3],[32,8],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11]]),[32,8],[252,2],[32,7],[32,9],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,1],[33,16],[32,6],[33,15],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[65,2],[108],[32,15],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,16],[252,3],[65,9],[108],[32,15],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,15],[252,3],[40,0,4],[32,16],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,16],[252,3],[32,15],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,15],[252,2],[32,7],[32,16],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,2],[33,18],[32,6],[33,17],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[65,2],[108],[32,17],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,18],[252,3],[65,9],[108],[32,17],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,17],[252,3],[40,0,4],[32,18],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,18],[252,3],[32,17],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,17],[252,2],[32,7],[32,18],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,3],[33,20],[32,6],[33,19],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[65,2],[108],[32,19],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,20],[252,3],[65,9],[108],[32,19],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,19],[252,3],[40,0,4],[32,20],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,20],[252,3],[32,19],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,19],[252,2],[32,7],[32,20],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,4],[33,22],[32,6],[33,21],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[65,2],[108],[32,21],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,22],[252,3],[65,9],[108],[32,21],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,22],[252,3],[32,21],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,21],[252,2],[32,7],[32,22],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,5],[33,24],[32,6],[33,23],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[65,2],[108],[32,23],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,24],[252,3],[65,9],[108],[32,23],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,24],[252,3],[32,23],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,23],[252,2],[32,7],[32,24],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,6],[33,26],[32,6],[33,25],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[65,2],[108],[32,25],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,26],[252,3],[65,9],[108],[32,25],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,25],[252,3],[40,0,4],[32,26],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,26],[252,3],[32,25],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,25],[252,2],[32,7],[32,26],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,7],[33,28],[32,6],[33,27],[32,7],[33,11],[2,124],...t([0],()=>[[32,11],[65,0],[70],[4,64],...internalThrow(_,'TypeError',`Cannot read property of undefined`),[68,0],[12,1],[11]]),[32,11],[65,67],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[65,2],[108],[32,27],[252,3],[106],[47,0,4],[59,0,4],[32,12],[184],[65,67],[33,10],[12,1],[11],...t([72],()=>[[32,11],[65,72],[70],[4,64],[32,28],[252,3],[65,9],[108],[32,27],[252,3],[106],[34,13],[43,0,4],[32,13],[45,0,12],[33,10],[12,1],[11]]),...t([80],()=>[[32,11],[65,80],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([81],()=>[[32,11],[65,81],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[45,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([82],()=>[[32,11],[65,82],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[106],[44,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([83],()=>[[32,11],[65,83],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([84],()=>[[32,11],[65,84],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([85],()=>[[32,11],[65,85],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[33,10],[12,1],[11]]),...t([86],()=>[[32,11],[65,86],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[33,10],[12,1],[11]]),...t([87],()=>[[32,11],[65,87],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[33,10],[12,1],[11]]),...t([88],()=>[[32,11],[65,88],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[33,10],[12,1],[11]]),...t([89],()=>[[32,11],[65,89],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[33,10],[12,1],[11]]),...t([90],()=>[[32,11],[65,90],[70],[4,64],[32,27],[252,3],[40,0,4],[32,28],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[33,10],[12,1],[11]]),[32,11],[65,195],[70],[4,64],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,28],[252,3],[32,27],[252,3],[106],[45,0,4],[58,0,4],[32,12],[184],[65,195],[33,10],[12,1],[11],[32,27],[252,2],[32,7],[32,28],[65,1],[16,builtin('__ecma262_ToPropertyKey')],[33,14],[252,2],[32,14],[16,builtin('__Porffor_object_get')],[33,10],[11],[32,10],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,29],[252,3],[17,18,0],[33,10],[12,1],[11]]),...internalThrow(_,'TypeError',`target is not a function`),[68,0],[11],[32,10],[15]]"),
|
2789
2801
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
2790
2802
|
locals:[124,127,124,124,127,127,127,127,127,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124],localNames:["target","target#type","argumentsList","argumentsList#type","newTarget","newTarget#type","#spread","#spread#type","#member_obj_343","#member_prop_343","#last_type","#typeswitch_tmp1","#member_allocd","#loadArray_offset","#swap","#member_obj_344","#member_prop_344","#member_obj_345","#member_prop_345","#member_obj_346","#member_prop_346","#member_obj_347","#member_prop_347","#member_obj_348","#member_prop_348","#member_obj_349","#member_prop_349","#member_obj_350","#member_prop_350","#indirect_351_callee","#this_create_tmp","#member_obj_352","#member_prop_352"],
|
2791
2803
|
table:1,usesTag:1
|
@@ -2807,15 +2819,20 @@ locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,
|
|
2807
2819
|
usesTag:1
|
2808
2820
|
}
|
2809
2821
|
x.__Porffor_regex_interpret={
|
2810
|
-
wasm:(_,{i32ify,t,makeString,builtin})=>eval("[[32,0],[65,10],[106],[33,6],[32,0],[47,0,4],[33,7],[32,0],[47,0,6],[33,8],[32,7],[65,2],[113],[65,0],[71],[33,9],[32,7],[65,4],[113],[65,0],[71],[33,10],[32,7],[65,8],[113],[65,0],[71],[33,11],[32,7],[65,1],[113],[65,0],[71],[33,12],[32,7],[65,32],[113],[65,0],[71],[33,13],[32,2],[40,0,0],[33,14],[65,0],[33,15],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,0],[47,0,8],[33,15],[11],[32,15],[32,14],[74],[4,64],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,0],[65,0],[59,0,8],[11],[65,0],[65,7],[15],[26],[11],[16,builtin('__Porffor_allocate')],[33,20],[65,6144],[16,builtin('__Porffor_allocateBytes')],[33,21],[32,15],[33,22],[3,64],[32,22],[32,14],[76],[4,64],[2,64],[32,13],[34,16],[4,127],[32,22],[32,15],[71],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,4],[4,64],[65,0],[65,2],[15],[26],[11],[65,0],[65,7],[15],[26],[11],[32,20],[65,0],[54,1,0],[32,21],[65,0],[54,1,0],[32,6],[33,23],[32,22],[33,24],[65,0],[33,25],[65,-1],[33,26],[3,64],[65,1],[4,64],[32,23],[45,0,0],[34,27],[65,16],[70],[4,64],[32,20],[40,1,0],[65,4],[78],[4,64],[32,20],[40,1,0],[65,1],[107],[33,31],[32,20],[33,30],[32,31],[65,5],[108],[32,30],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,29],[34,28],[65,-2000],[70],[34,16],[69],[4,127],[32,28],[65,-3000],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,28],[65,-2000],[70],[33,33],[65,2],[33,34],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,35],[65,1],[33,36],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,37],[65,1],[33,38],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,39],[65,1],[33,40],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,41],[65,1],[33,42],[32,39],[33,24],[32,21],[32,37],[54,1,0],[32,33],[4,64],[65,0],[33,25],[12,4],[26],[5],[32,41],[33,23],[12,5],[26],[11],[5],[65,1],[33,25],[32,24],[33,26],[12,3],[26],[11],[5],[65,1],[33,25],[32,24],[33,26],[12,2],[26],[11],[11],[65,0],[33,43],[32,27],[65,1],[70],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,23],[45,0,1],[33,44],[32,2],[32,24],[106],[45,0,4],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[70],[4,64],[32,23],[65,2],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,2],[70],[34,16],[69],[4,127],[32,27],[65,3],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,2],[32,24],[106],[45,0,4],[33,46],[32,23],[65,1],[106],[33,47],[65,0],[33,48],[3,64],[65,1],[4,64],[32,47],[45,0,0],[34,28],[65,255],[70],[4,64],[12,1],[26],[11],[32,28],[69],[4,64],[32,47],[45,0,1],[33,49],[32,47],[45,0,2],[33,50],[32,46],[33,51],[32,9],[4,64],[32,49],[65,97],[78],[34,16],[4,127],[32,49],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,49],[65,32],[107],[33,49],[11],[32,50],[65,97],[78],[34,16],[4,127],[32,50],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,50],[65,32],[107],[33,50],[11],[32,51],[65,97],[78],[34,16],[4,127],[32,51],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,51],[65,32],[107],[33,51],[11],[11],[32,51],[32,49],[78],[34,16],[4,127],[32,51],[32,50],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[65,1],[33,48],[12,2],[26],[11],[32,47],[65,3],[106],[33,47],[5],[32,28],[65,1],[70],[4,64],[32,47],[45,0,1],[33,44],[32,46],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[70],[4,64],[65,1],[33,48],[12,3],[26],[11],[32,47],[65,2],[106],[33,47],[5],[32,28],[65,2],[70],[4,64],[32,47],[45,0,1],[33,52],[65,0],[33,53],[32,52],[65,1],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,53],[5],[32,52],[65,2],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[5],[32,52],[65,3],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[33,53],[5],[32,52],[65,4],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[69],[33,53],[5],[32,52],[65,5],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,53],[5],[32,52],[65,6],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[11],[11],[11],[11],[11],[11],[32,53],[4,64],[65,1],[33,48],[12,4],[26],[11],[32,47],[65,2],[106],[33,47],[11],[11],[11],[12,1],[11],[11],[32,27],[65,3],[70],[4,64],[32,48],[69],[33,48],[11],[32,48],[4,64],[3,64],[32,47],[45,0,0],[65,255],[71],[4,64],[32,47],[45,0,0],[34,28],[69],[4,64],[32,47],[65,3],[106],[33,47],[5],[32,28],[65,1],[70],[4,64],[32,47],[65,2],[106],[33,47],[5],[32,28],[65,2],[70],[4,64],[32,47],[65,2],[106],[33,47],[11],[11],[11],[12,1],[11],[11],[32,47],[65,1],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,4],[70],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,23],[45,0,1],[33,52],[32,2],[32,24],[106],[45,0,4],[33,46],[65,0],[33,53],[32,52],[65,1],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,53],[5],[32,52],[65,2],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[5],[32,52],[65,3],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[33,53],[5],[32,52],[65,4],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[69],[33,53],[5],[32,52],[65,5],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,53],[5],[32,52],[65,6],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[11],[11],[11],[11],[11],[11],[32,53],[4,64],[32,23],[65,2],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,5],[70],[4,64],[32,24],[69],[34,16],[69],[4,127],[32,10],[34,16],[4,127],[32,24],[65,0],[74],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,127],[32,2],[32,24],[106],[45,0,3],[65,10],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,6],[70],[4,64],[32,24],[32,14],[70],[34,16],[69],[4,127],[32,10],[34,16],[4,127],[32,24],[32,14],[72],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,127],[32,2],[32,24],[106],[45,0,4],[65,10],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,7],[70],[4,64],[65,0],[33,55],[32,24],[65,0],[74],[4,64],[32,2],[32,24],[106],[45,0,3],[34,56],[65,65],[78],[34,16],[4,127],[32,56],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,56],[65,97],[78],[34,16],[4,127],[32,56],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,48],[78],[34,16],[4,127],[32,56],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,95],[70],[114],[33,55],[11],[65,0],[33,57],[32,24],[32,14],[72],[4,64],[32,2],[32,24],[106],[45,0,4],[34,58],[65,65],[78],[34,16],[4,127],[32,58],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,58],[65,97],[78],[34,16],[4,127],[32,58],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,48],[78],[34,16],[4,127],[32,58],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,95],[70],[114],[33,57],[11],[32,55],[32,57],[71],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,8],[70],[4,64],[65,0],[33,55],[32,24],[65,0],[74],[4,64],[32,2],[32,24],[106],[45,0,3],[34,56],[65,65],[78],[34,16],[4,127],[32,56],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,56],[65,97],[78],[34,16],[4,127],[32,56],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,48],[78],[34,16],[4,127],[32,56],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,95],[70],[114],[33,55],[11],[65,0],[33,57],[32,24],[32,14],[72],[4,64],[32,2],[32,24],[106],[45,0,4],[34,58],[65,65],[78],[34,16],[4,127],[32,58],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,58],[65,97],[78],[34,16],[4,127],[32,58],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,48],[78],[34,16],[4,127],[32,58],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,95],[70],[114],[33,57],[11],[32,55],[32,57],[70],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,9],[70],[4,64],[32,24],[32,14],[78],[34,16],[69],[4,127],[32,11],[69],[34,16],[4,127],[32,2],[32,24],[106],[45,0,4],[65,10],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[65,1],[33,43],[5],[32,23],[65,1],[106],[33,23],[32,24],[65,1],[106],[33,24],[11],[5],[32,27],[65,10],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,1],[107],[65,2],[108],[33,61],[65,1],[33,62],[32,61],[65,1],[106],[32,21],[40,1,0],[78],[4,64],[32,23],[65,2],[106],[33,23],[5],[32,61],[33,66],[32,21],[33,65],[32,66],[65,5],[108],[32,65],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,64],[33,63],[32,61],[65,1],[106],[33,70],[32,21],[33,69],[32,70],[65,5],[108],[32,69],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,68],[33,67],[32,63],[65,-1],[70],[34,16],[69],[4,127],[32,67],[65,-1],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,2],[106],[33,23],[5],[32,67],[32,63],[107],[33,71],[65,1],[33,72],[32,24],[32,71],[106],[32,14],[74],[4,64],[65,1],[33,43],[5],[65,1],[33,73],[65,2],[33,74],[65,0],[33,75],[65,1],[33,76],[3,64],[32,75],[32,71],[72],[4,64],[2,64],[32,2],[32,63],[106],[32,75],[106],[45,0,4],[33,44],[32,2],[32,24],[106],[32,75],[106],[45,0,4],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[71],[4,64],[65,0],[33,73],[65,2],[33,74],[12,2],[26],[11],[11],[32,75],[65,1],[106],[33,75],[12,1],[11],[11],[32,73],[4,64],[32,24],[32,71],[106],[33,24],[32,23],[65,2],[106],[33,23],[5],[65,1],[33,43],[11],[11],[11],[11],[5],[32,27],[65,11],[70],[34,16],[69],[4,127],[32,27],[65,12],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[46,0,1],[33,77],[65,1],[33,78],[32,23],[32,77],[106],[65,3],[106],[33,41],[65,1],[33,42],[32,24],[33,39],[65,1],[33,40],[32,20],[65,72],[32,41],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,39],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,21],[40,1,0],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,27],[65,12],[70],[4,64],[32,20],[65,72],[65,-2000],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[5],[32,20],[65,72],[65,-3000],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[11],[32,23],[65,3],[106],[33,23],[5],[32,27],[65,32],[70],[4,64],[32,23],[32,23],[46,0,1],[106],[33,23],[5],[32,27],[65,33],[70],[4,64],[32,23],[46,0,1],[33,79],[65,1],[33,80],[32,23],[46,0,3],[33,81],[65,1],[33,82],[32,20],[65,72],[32,23],[32,81],[106],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,24],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,21],[40,1,0],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,23],[32,79],[106],[33,23],[5],[32,27],[65,48],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,255],[106],[33,61],[65,1],[33,62],[32,21],[33,84],[32,61],[33,85],[32,84],[32,85],[65,5],[108],[106],[34,83],[32,24],[54,0,4],[32,83],[65,1],[58,0,8],[32,23],[65,2],[106],[33,23],[5],[32,27],[65,49],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,1],[107],[65,2],[108],[65,1],[106],[33,61],[65,1],[33,62],[3,64],[32,21],[40,1,0],[32,61],[76],[4,64],[32,21],[65,72],[65,-1],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[12,1],[11],[11],[32,21],[33,86],[32,61],[65,1],[107],[33,87],[32,86],[32,87],[65,5],[108],[106],[34,83],[32,59],[65,255],[106],[33,89],[32,21],[33,88],[32,89],[65,5],[108],[32,88],[106],[34,32],[40,0,4],[32,32],[45,0,8],[33,17],[54,0,4],[32,83],[32,17],[58,0,8],[32,21],[33,90],[32,61],[33,91],[32,90],[32,91],[65,5],[108],[106],[34,83],[32,24],[54,0,4],[32,83],[65,1],[58,0,8],[32,23],[65,2],[106],[33,23],[5],[65,1],[33,43],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[32,43],[4,64],[32,20],[40,1,0],[69],[4,64],[12,2],[26],[11],[32,20],[40,1,0],[65,4],[78],[4,64],[32,20],[40,1,0],[65,1],[107],[33,93],[32,20],[33,92],[32,93],[65,5],[108],[32,92],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,29],[34,28],[65,-2000],[70],[34,16],[69],[4,127],[32,28],[65,-3000],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,28],[65,-2000],[70],[33,33],[65,2],[33,34],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,35],[65,1],[33,36],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,37],[65,1],[33,38],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,39],[65,1],[33,40],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,41],[65,1],[33,42],[32,39],[33,24],[32,21],[32,37],[54,1,0],[32,33],[4,64],[32,41],[33,23],[65,0],[33,43],[5],[65,1],[33,43],[11],[12,4],[26],[11],[11],[32,21],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[54,1,0],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,24],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,23],[11],[12,1],[11],[11],[32,25],[4,64],[32,4],[4,64],[65,1],[65,2],[15],[26],[11],[32,22],[33,94],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,0],[32,26],[54,0,8],[11],[65,4096],[16,builtin('__Porffor_allocateBytes')],[34,95],[183],[65,72],[32,2],[65,1],[32,94],[65,1],[32,26],[65,1],[16,builtin('__ByteString_prototype_substring')],[33,17],[183],[32,17],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[65,0],[33,75],[65,1],[33,76],[3,64],[32,75],[32,8],[72],[4,64],[2,64],[32,75],[65,2],[108],[33,96],[65,1],[33,97],[32,96],[65,1],[106],[32,21],[40,1,0],[72],[4,64],[32,96],[33,99],[32,21],[33,98],[32,99],[65,5],[108],[32,98],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,64],[33,63],[32,96],[65,1],[106],[33,101],[32,21],[33,100],[32,101],[65,5],[108],[32,100],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,68],[33,67],[32,63],[65,-1],[71],[34,16],[4,127],[32,67],[65,-1],[71],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,95],[183],[65,72],[32,2],[65,1],[32,63],[32,64],[32,67],[32,68],[16,builtin('__ByteString_prototype_substring')],[33,17],[183],[32,17],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[5],[32,95],[183],[65,72],[65,0],[183],[65,0],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[11],[5],[32,95],[183],[65,72],[65,0],[183],[65,0],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[11],[11],[32,75],[65,1],[106],[33,75],[12,1],[11],[11],[32,95],[33,102],...i32ify(makeString(_,\"index\",1)),[33,103],[32,102],[65,72],[32,103],[65,195],[32,94],[183],[65,1],[65,1641275797],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,95],[33,104],...i32ify(makeString(_,\"input\",1)),[33,105],[32,104],[65,72],[32,105],[65,195],[32,2],[183],[65,195],[65,941935221],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,95],[65,72],[15],[26],[11],[11],[32,22],[65,1],[106],[33,22],[12,1],[11],[11],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11],[32,18],[11],[4,64],[32,0],[65,0],[54,0,8],[11],[32,4],[4,64],[65,0],[65,2],[15],[26],[11],[65,0],[65,7],[15]]"),
|
2822
|
+
wasm:(_,{i32ify,t,makeString,builtin})=>eval("[[32,0],[65,10],[106],[33,6],[32,0],[47,0,4],[33,7],[32,0],[47,0,6],[33,8],[32,7],[65,2],[113],[65,0],[71],[33,9],[32,7],[65,4],[113],[65,0],[71],[33,10],[32,7],[65,8],[113],[65,0],[71],[33,11],[32,7],[65,1],[113],[65,0],[71],[33,12],[32,7],[65,32],[113],[65,0],[71],[33,13],[32,2],[40,0,0],[33,14],[65,0],[33,15],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,0],[47,0,8],[33,15],[11],[16,builtin('__Porffor_allocate')],[33,20],[65,6144],[16,builtin('__Porffor_allocateBytes')],[33,21],[32,15],[33,22],[3,64],[32,22],[32,14],[76],[4,64],[2,64],[32,20],[65,0],[54,1,0],[32,21],[65,0],[54,1,0],[32,6],[33,23],[32,22],[33,24],[65,0],[33,25],[65,-1],[33,26],[3,64],[65,1],[4,64],[32,23],[45,0,0],[34,27],[65,16],[70],[4,64],[32,20],[40,1,0],[65,4],[78],[4,64],[32,20],[40,1,0],[65,1],[107],[33,31],[32,20],[33,30],[32,31],[65,5],[108],[32,30],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,29],[34,28],[65,-2000],[70],[34,16],[69],[4,127],[32,28],[65,-3000],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,28],[65,-2000],[70],[33,33],[65,2],[33,34],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,35],[65,1],[33,36],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,37],[65,1],[33,38],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,39],[65,1],[33,40],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,41],[65,1],[33,42],[32,39],[33,24],[32,21],[32,37],[54,1,0],[32,33],[4,64],[65,0],[33,25],[12,4],[26],[5],[32,41],[33,23],[12,5],[26],[11],[5],[65,1],[33,25],[32,24],[33,26],[12,3],[26],[11],[5],[65,1],[33,25],[32,24],[33,26],[12,2],[26],[11],[11],[65,0],[33,43],[32,27],[65,1],[70],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,23],[45,0,1],[33,44],[32,2],[32,24],[106],[45,0,4],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[70],[4,64],[32,23],[65,2],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,2],[70],[34,16],[69],[4,127],[32,27],[65,3],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,2],[32,24],[106],[45,0,4],[33,46],[32,23],[65,1],[106],[33,47],[65,0],[33,48],[3,64],[65,1],[4,64],[32,47],[45,0,0],[34,28],[65,255],[70],[4,64],[12,1],[26],[11],[32,28],[69],[4,64],[32,47],[45,0,1],[33,49],[32,47],[45,0,2],[33,50],[32,46],[33,51],[32,9],[4,64],[32,49],[65,97],[78],[34,16],[4,127],[32,49],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,49],[65,32],[107],[33,49],[11],[32,50],[65,97],[78],[34,16],[4,127],[32,50],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,50],[65,32],[107],[33,50],[11],[32,51],[65,97],[78],[34,16],[4,127],[32,51],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,51],[65,32],[107],[33,51],[11],[11],[32,51],[32,49],[78],[34,16],[4,127],[32,51],[32,50],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[65,1],[33,48],[12,2],[26],[11],[32,47],[65,3],[106],[33,47],[5],[32,28],[65,1],[70],[4,64],[32,47],[45,0,1],[33,44],[32,46],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[70],[4,64],[65,1],[33,48],[12,3],[26],[11],[32,47],[65,2],[106],[33,47],[5],[32,28],[65,2],[70],[4,64],[32,47],[45,0,1],[33,52],[65,0],[33,53],[32,52],[65,1],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,53],[5],[32,52],[65,2],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[5],[32,52],[65,3],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[33,53],[5],[32,52],[65,4],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[69],[33,53],[5],[32,52],[65,5],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,53],[5],[32,52],[65,6],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[11],[11],[11],[11],[11],[11],[32,53],[4,64],[65,1],[33,48],[12,4],[26],[11],[32,47],[65,2],[106],[33,47],[11],[11],[11],[12,1],[11],[11],[32,27],[65,3],[70],[4,64],[32,48],[69],[33,48],[11],[32,48],[4,64],[3,64],[32,47],[45,0,0],[65,255],[71],[4,64],[32,47],[45,0,0],[34,28],[69],[4,64],[32,47],[65,3],[106],[33,47],[5],[32,28],[65,1],[70],[4,64],[32,47],[65,2],[106],[33,47],[5],[32,28],[65,2],[70],[4,64],[32,47],[65,2],[106],[33,47],[11],[11],[11],[12,1],[11],[11],[32,47],[65,1],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,4],[70],[4,64],[32,24],[32,14],[78],[4,64],[65,1],[33,43],[5],[32,23],[45,0,1],[33,52],[32,2],[32,24],[106],[45,0,4],[33,46],[65,0],[33,53],[32,52],[65,1],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,53],[5],[32,52],[65,2],[70],[4,64],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[5],[32,52],[65,3],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[33,53],[5],[32,52],[65,4],[70],[4,64],[32,46],[65,32],[70],[32,46],[65,9],[70],[114],[32,46],[65,10],[70],[114],[32,46],[65,13],[70],[114],[32,46],[65,11],[70],[114],[32,46],[65,12],[70],[114],[69],[33,53],[5],[32,52],[65,5],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,53],[5],[32,52],[65,6],[70],[4,64],[32,46],[65,65],[78],[34,16],[4,127],[32,46],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,97],[78],[34,16],[4,127],[32,46],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,48],[78],[34,16],[4,127],[32,46],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[32,17],[33,17],[11],[34,16],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[4,127],[32,46],[65,95],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[33,54],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,54],[40,1,0],[69],[12,1],[11]]),[32,54],[69],[11],[33,53],[11],[11],[11],[11],[11],[11],[32,53],[4,64],[32,23],[65,2],[106],[33,23],[32,24],[65,1],[106],[33,24],[5],[65,1],[33,43],[11],[11],[5],[32,27],[65,5],[70],[4,64],[32,24],[69],[34,16],[69],[4,127],[32,10],[34,16],[4,127],[32,24],[65,0],[74],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,127],[32,2],[32,24],[106],[45,0,3],[65,10],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,6],[70],[4,64],[32,24],[32,14],[70],[34,16],[69],[4,127],[32,10],[34,16],[4,127],[32,24],[32,14],[72],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[34,16],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,127],[32,2],[32,24],[106],[45,0,4],[65,10],[70],[65,2],[33,17],[5],[32,16],[32,17],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,7],[70],[4,64],[65,0],[33,55],[32,24],[65,0],[74],[4,64],[32,2],[32,24],[106],[45,0,3],[34,56],[65,65],[78],[34,16],[4,127],[32,56],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,56],[65,97],[78],[34,16],[4,127],[32,56],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,48],[78],[34,16],[4,127],[32,56],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,95],[70],[114],[33,55],[11],[65,0],[33,57],[32,24],[32,14],[72],[4,64],[32,2],[32,24],[106],[45,0,4],[34,58],[65,65],[78],[34,16],[4,127],[32,58],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,58],[65,97],[78],[34,16],[4,127],[32,58],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,48],[78],[34,16],[4,127],[32,58],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,95],[70],[114],[33,57],[11],[32,55],[32,57],[71],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,8],[70],[4,64],[65,0],[33,55],[32,24],[65,0],[74],[4,64],[32,2],[32,24],[106],[45,0,3],[34,56],[65,65],[78],[34,16],[4,127],[32,56],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,56],[65,97],[78],[34,16],[4,127],[32,56],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,48],[78],[34,16],[4,127],[32,56],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,56],[65,95],[70],[114],[33,55],[11],[65,0],[33,57],[32,24],[32,14],[72],[4,64],[32,2],[32,24],[106],[45,0,4],[34,58],[65,65],[78],[34,16],[4,127],[32,58],[65,90],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,58],[65,97],[78],[34,16],[4,127],[32,58],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,48],[78],[34,16],[4,127],[32,58],[65,57],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[114],[32,58],[65,95],[70],[114],[33,57],[11],[32,55],[32,57],[70],[4,64],[32,23],[65,1],[106],[33,23],[5],[65,1],[33,43],[11],[5],[32,27],[65,9],[70],[4,64],[32,24],[32,14],[78],[34,16],[69],[4,127],[32,11],[69],[34,16],[4,127],[32,2],[32,24],[106],[45,0,4],[65,10],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[32,17],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[65,1],[33,43],[5],[32,23],[65,1],[106],[33,23],[32,24],[65,1],[106],[33,24],[11],[5],[32,27],[65,10],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,1],[107],[65,2],[108],[33,61],[65,1],[33,62],[32,61],[65,1],[106],[32,21],[40,1,0],[78],[4,64],[32,23],[65,2],[106],[33,23],[5],[32,61],[33,66],[32,21],[33,65],[32,66],[65,5],[108],[32,65],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,64],[33,63],[32,61],[65,1],[106],[33,70],[32,21],[33,69],[32,70],[65,5],[108],[32,69],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,68],[33,67],[32,63],[65,-1],[70],[34,16],[69],[4,127],[32,67],[65,-1],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[65,2],[106],[33,23],[5],[32,67],[32,63],[107],[33,71],[65,1],[33,72],[32,24],[32,71],[106],[32,14],[74],[4,64],[65,1],[33,43],[5],[65,1],[33,73],[65,2],[33,74],[65,0],[33,75],[65,1],[33,76],[3,64],[32,75],[32,71],[72],[4,64],[2,64],[32,2],[32,63],[106],[32,75],[106],[45,0,4],[33,44],[32,2],[32,24],[106],[32,75],[106],[45,0,4],[33,45],[32,9],[4,64],[32,44],[65,97],[78],[34,16],[4,127],[32,44],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,44],[65,32],[107],[33,44],[11],[32,45],[65,97],[78],[34,16],[4,127],[32,45],[65,122],[76],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,45],[65,32],[107],[33,45],[11],[11],[32,44],[32,45],[71],[4,64],[65,0],[33,73],[65,2],[33,74],[12,2],[26],[11],[11],[32,75],[65,1],[106],[33,75],[12,1],[11],[11],[32,73],[4,64],[32,24],[32,71],[106],[33,24],[32,23],[65,2],[106],[33,23],[5],[65,1],[33,43],[11],[11],[11],[11],[5],[32,27],[65,11],[70],[34,16],[69],[4,127],[32,27],[65,12],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,23],[46,0,1],[33,77],[65,1],[33,78],[32,23],[32,77],[106],[65,3],[106],[33,41],[65,1],[33,42],[32,24],[33,39],[65,1],[33,40],[32,20],[65,72],[32,41],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,39],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,21],[40,1,0],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,27],[65,12],[70],[4,64],[32,20],[65,72],[65,-2000],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[5],[32,20],[65,72],[65,-3000],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[11],[32,23],[65,3],[106],[33,23],[5],[32,27],[65,32],[70],[4,64],[32,23],[32,23],[46,0,1],[106],[33,23],[5],[32,27],[65,33],[70],[4,64],[32,23],[46,0,1],[33,79],[65,1],[33,80],[32,23],[46,0,3],[33,81],[65,1],[33,82],[32,20],[65,72],[32,23],[32,81],[106],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,24],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,20],[65,72],[32,21],[40,1,0],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[32,23],[32,79],[106],[33,23],[5],[32,27],[65,48],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,255],[106],[33,61],[65,1],[33,62],[32,21],[33,84],[32,61],[33,85],[32,84],[32,85],[65,5],[108],[106],[34,83],[32,24],[54,0,4],[32,83],[65,1],[58,0,8],[32,23],[65,2],[106],[33,23],[5],[32,27],[65,49],[70],[4,64],[32,23],[45,0,1],[33,59],[65,1],[33,60],[32,59],[65,1],[107],[65,2],[108],[65,1],[106],[33,61],[65,1],[33,62],[3,64],[32,21],[40,1,0],[32,61],[76],[4,64],[32,21],[65,72],[65,-1],[65,1],[16,builtin('__Porffor_array_fastPushI32')],[26],[12,1],[11],[11],[32,21],[33,86],[32,61],[65,1],[107],[33,87],[32,86],[32,87],[65,5],[108],[106],[34,83],[32,59],[65,255],[106],[33,89],[32,21],[33,88],[32,89],[65,5],[108],[32,88],[106],[34,32],[40,0,4],[32,32],[45,0,8],[33,17],[54,0,4],[32,83],[32,17],[58,0,8],[32,21],[33,90],[32,61],[33,91],[32,90],[32,91],[65,5],[108],[106],[34,83],[32,24],[54,0,4],[32,83],[65,1],[58,0,8],[32,23],[65,2],[106],[33,23],[5],[65,1],[33,43],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[11],[32,43],[4,64],[32,20],[40,1,0],[69],[4,64],[12,2],[26],[11],[32,20],[40,1,0],[65,4],[78],[4,64],[32,20],[40,1,0],[65,1],[107],[33,93],[32,20],[33,92],[32,93],[65,5],[108],[32,92],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,29],[34,28],[65,-2000],[70],[34,16],[69],[4,127],[32,28],[65,-3000],[70],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,28],[65,-2000],[70],[33,33],[65,2],[33,34],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,35],[65,1],[33,36],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,37],[65,1],[33,38],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,39],[65,1],[33,40],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,41],[65,1],[33,42],[32,39],[33,24],[32,21],[32,37],[54,1,0],[32,33],[4,64],[32,41],[33,23],[65,0],[33,43],[5],[65,1],[33,43],[11],[12,4],[26],[11],[11],[32,21],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[54,1,0],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,24],[32,20],[65,72],[16,builtin('__Porffor_array_fastPopI32')],[33,23],[11],[12,1],[11],[11],[32,25],[4,64],[32,4],[4,64],[65,1],[65,2],[15],[26],[11],[32,22],[33,94],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,0],[32,26],[59,0,8],[11],[65,4096],[16,builtin('__Porffor_allocateBytes')],[34,95],[183],[65,72],[32,2],[65,1],[32,94],[65,1],[32,26],[65,1],[16,builtin('__ByteString_prototype_substring')],[33,17],[183],[32,17],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[65,0],[33,75],[65,1],[33,76],[3,64],[32,75],[32,8],[72],[4,64],[2,64],[32,75],[65,2],[108],[33,96],[65,1],[33,97],[32,96],[65,1],[106],[32,21],[40,1,0],[72],[4,64],[32,96],[33,99],[32,21],[33,98],[32,99],[65,5],[108],[32,98],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,64],[33,63],[32,96],[65,1],[106],[33,101],[32,21],[33,100],[32,101],[65,5],[108],[32,100],[106],[34,32],[40,0,4],[32,32],[45,0,8],[34,17],[33,68],[33,67],[32,63],[65,-1],[71],[34,16],[4,127],[32,67],[65,-1],[71],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],...t([67,195],()=>[[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11]]),[32,18],[11],[4,64],[32,95],[183],[65,72],[32,2],[65,1],[32,63],[32,64],[32,67],[32,68],[16,builtin('__ByteString_prototype_substring')],[33,17],[183],[32,17],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[5],[32,95],[183],[65,72],[65,0],[183],[65,0],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[11],[5],[32,95],[183],[65,72],[65,0],[183],[65,0],[16,builtin('__Porffor_array_fastPush')],[252,2],[26],[11],[11],[32,75],[65,1],[106],[33,75],[12,1],[11],[11],[32,95],[33,102],...i32ify(makeString(_,\"index\",1)),[33,103],[32,102],[65,72],[32,103],[65,195],[32,94],[183],[65,1],[65,1641275797],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,95],[33,104],...i32ify(makeString(_,\"input\",1)),[33,105],[32,104],[65,72],[32,105],[65,195],[32,2],[183],[65,195],[65,941935221],[65,1],[16,builtin('__Porffor_object_set_withHash')],[26],[26],[32,95],[65,72],[15],[26],[11],[32,13],[4,64],[32,0],[65,0],[59,0,8],[32,4],[4,64],[65,0],[65,2],[15],[26],[11],[65,0],[65,7],[15],[26],[11],[11],[32,22],[65,1],[106],[33,22],[12,1],[11],[11],[32,12],[34,16],[69],[4,127],[32,13],[65,2],[33,17],[5],[32,16],[65,2],[33,17],[11],[33,18],[32,17],[33,19],[2,127],[32,19],[65,67],[70],[32,19],[65,195],[70],[114],[4,64],[32,18],[40,1,0],[12,1],[11],[32,18],[11],[4,64],[32,0],[65,0],[59,0,8],[11],[32,4],[4,64],[65,0],[65,2],[15],[26],[11],[65,0],[65,7],[15]]"),
|
2811
2823
|
params:[127,127,127,127,127,127],typedParams:1,returns:[127,127],jsLength:3,
|
2812
|
-
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["regexp","regexp#type","input","input#type","isTest","isTest#type","bcBase","flags","totalCaptures","ignoreCase","multiline","dotAll","global","sticky","inputLen","
|
2824
|
+
locals:[127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127],localNames:["regexp","regexp#type","input","input#type","isTest","isTest#type","bcBase","flags","totalCaptures","ignoreCase","multiline","dotAll","global","sticky","inputLen","lastIndex","logictmp","#last_type","#logicinner_tmp_int","#typeswitch_tmp1","backtrackStack","captures","i","pc","sp","matched","finalSp","op","marker","marker#type","#member_obj_364","#member_prop_364","#loadArray_offset","isNegative","isNegative#type","savedMarker","savedMarker#type","savedCapturesLen","savedCapturesLen#type","savedSp","savedSp#type","lookaheadEndPc","lookaheadEndPc#type","backtrack","c1","c2","char","classPc","charInClass","from","to","cCheck","classId","isMatch","#logicinner_tmp","prevIsWord","prevChar","nextIsWord","nextChar","capIndex","capIndex#type","arrIndex","arrIndex#type","capStart","capStart#type","#member_obj_365","#member_prop_365","capEnd","capEnd#type","#member_obj_366","#member_prop_366","capLen","capLen#type","matches","matches#type","k","k#type","jumpOffset","jumpOffset#type","branch1Offset","branch1Offset#type","branch2Offset","branch2Offset#type","#member_setter_ptr_tmp","#member_obj_367","#member_prop_367","#member_obj_368","#member_prop_368","#member_obj_369","#member_prop_369","#member_obj_370","#member_prop_370","#member_obj_371","#member_prop_371","matchStart","result","arrIdx","arrIdx#type","#member_obj_372","#member_prop_372","#member_obj_373","#member_prop_373","#member_obj_374","#member_prop_374","#member_obj_375","#member_prop_375"]
|
2813
2825
|
}
|
2814
2826
|
x.__RegExp_prototype_source$get={
|
2815
2827
|
wasm:()=>eval("[[32,0],[40,0,0],[65,195],[15]]"),
|
2816
2828
|
params:[127,127],typedParams:1,returns:[127,127],jsLength:0,
|
2817
2829
|
locals:[],localNames:["_this","_this#type"]
|
2818
2830
|
}
|
2831
|
+
x.__RegExp_prototype_lastIndex$get={
|
2832
|
+
wasm:()=>eval("[[32,0],[47,0,8],[65,1],[15]]"),
|
2833
|
+
params:[127,127],typedParams:1,returns:[127,127],jsLength:0,
|
2834
|
+
locals:[],localNames:["_this","_this#type"]
|
2835
|
+
}
|
2819
2836
|
x.__RegExp_prototype_flags$get={
|
2820
2837
|
wasm:(_,{builtin,internalThrow})=>eval("[[32,0],[65,9],[16,builtin('__Porffor_object_isObject')],[69],[4,64],...internalThrow(_,'TypeError',`this is a non-object`),[26],[11],[32,0],[47,0,4],[33,2],[65,16],[16,builtin('__Porffor_allocateBytes')],[33,3],[32,2],[65,64],[113],[4,64],[32,3],[183],[65,195],[65,100],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,1],[113],[4,64],[32,3],[183],[65,195],[65,103],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,2],[113],[4,64],[32,3],[183],[65,195],[65,105],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,4],[113],[4,64],[32,3],[183],[65,195],[65,109],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,8],[113],[4,64],[32,3],[183],[65,195],[65,115],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,16],[113],[4,64],[32,3],[183],[65,195],[65,117],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,128],[113],[4,64],[32,3],[183],[65,195],[65,118],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,2],[65,32],[113],[4,64],[32,3],[183],[65,195],[65,121],[183],[65,1],[16,builtin('__Porffor_bytestring_appendChar')],[252,2],[26],[11],[32,3],[65,195],[15]]"),
|
2821
2838
|
params:[127,127],typedParams:1,returns:[127,127],jsLength:0,
|
@@ -2884,13 +2901,13 @@ params:[127,127,127,127],typedParams:1,returns:[127,127],jsLength:1,
|
|
2884
2901
|
locals:[127],localNames:["_this","_this#type","input","input#type","#last_type"]
|
2885
2902
|
}
|
2886
2903
|
x.__String_prototype_match={
|
2887
|
-
wasm:(_,{builtin,internalThrow})=>eval("[[32,1],[65,67],[71],[4,64],[32,1],[69],[32,1],[65,7],[70],[32,0],[69],[113],[114],[4,64],...internalThrow(_,'TypeError',`String.prototype.match expects 'this' to be non-nullish`),[11],[32,0],[183],[32,1],[16,builtin('__ecma262_ToString')],[33,1],[252,2],[33,0],[32,1],[65,195],[70],[4,64],[32,0],[16,builtin('__Porffor_bytestringToString')],[33,0],[11],[11],[32,3],[65,9],[71],[4,64],[65,
|
2904
|
+
wasm:(_,{builtin,internalThrow})=>eval("[[32,1],[65,67],[71],[4,64],[32,1],[69],[32,1],[65,7],[70],[32,0],[69],[113],[114],[4,64],...internalThrow(_,'TypeError',`String.prototype.match expects 'this' to be non-nullish`),[11],[32,0],[183],[32,1],[16,builtin('__ecma262_ToString')],[33,1],[252,2],[33,0],[32,1],[65,195],[70],[4,64],[32,0],[16,builtin('__Porffor_bytestringToString')],[33,0],[11],[11],[32,3],[65,9],[71],[4,64],[65,25],[65,6],[65,0],[65,7],[32,2],[32,3],[65,0],[65,0],[16,builtin('RegExp')],[33,2],[65,9],[33,3],[11],[32,2],[32,3],[32,0],[65,67],[16,builtin('__RegExp_prototype_exec')],[34,4],[15]]"),
|
2888
2905
|
params:[127,127,127,127],typedParams:1,returns:[127,127],jsLength:1,
|
2889
2906
|
locals:[127],localNames:["_this","_this#type","regexp","regexp#type","#last_type"],
|
2890
2907
|
usesTag:1
|
2891
2908
|
}
|
2892
2909
|
x.__ByteString_prototype_match={
|
2893
|
-
wasm:(_,{builtin})=>eval("[[32,3],[65,9],[71],[4,64],[65,
|
2910
|
+
wasm:(_,{builtin})=>eval("[[32,3],[65,9],[71],[4,64],[65,25],[65,6],[65,0],[65,7],[32,2],[32,3],[65,0],[65,0],[16,builtin('RegExp')],[33,2],[65,9],[33,3],[11],[32,2],[32,3],[32,0],[65,195],[16,builtin('__RegExp_prototype_exec')],[34,4],[15]]"),
|
2894
2911
|
params:[127,127,127,127],typedParams:1,returns:[127,127],jsLength:1,
|
2895
2912
|
locals:[127],localNames:["_this","_this#type","regexp","regexp#type","#last_type"]
|
2896
2913
|
}
|
@@ -2937,7 +2954,7 @@ locals:[],localNames:["_this","_this#type"],
|
|
2937
2954
|
usesTag:1
|
2938
2955
|
}
|
2939
2956
|
x.__Set_prototype_forEach={
|
2940
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,11],[71],[4,64],...internalThrow(_,'TypeError',`Set.prototype.forEach expects 'this' to be a Set`),[11],[32,0],[252,3],[33,4],[65,11],[33,7],[65,0],[33,6],[32,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,4],[40,1,0],[33,5],[3,64],[2,64],[32,7],[33,10],[2,124],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[4,64],[32,5],[69],[13,2],[32,4],[43,0,4],[32,4],[45,0,12],[32,4],[65,9],[106],[33,4],[32,5],[65,1],[107],[33,5],[33,11],[12,1],[11],...t([67],()=>[[32,10],[65,67],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[47,1,4],[59,1,4],[32,4],[65,2],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,67],[33,11],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[45,0,4],[58,0,4],[32,4],[65,1],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,195],[33,11],[12,1],[11]]),...t([81,80],()=>[[32,10],[65,81],[70],[32,10],[65,80],[70],[114],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([34],()=>[[32,10],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,10],[65,12],[70],[4,64],[32,6],[32,5],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,2],[54,0,0],[32,12],[32,12],[32,12],[32,12],[32,5],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,4],[32,13],[45,0,12],[58,0,12],[32,4],[40,1,4],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,13],[32,13],[45,0,12],[58,0,21],[32,6],[65,1],[106],[33,6],[32,12],[184],[65,72],[33,11],[12,1],[11]]),[0],[11],[33,8],[32,11],[33,9],[32,2],[33,14],[32,3],[33,10],[2,124],...t([6],()=>[[32,10],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[68,0],[65,0],[32,8],[32,9],[32,8],[32,9],[32,0],[65,11],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
2957
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,11],[71],[4,64],...internalThrow(_,'TypeError',`Set.prototype.forEach expects 'this' to be a Set`),[11],[32,0],[252,3],[33,4],[65,11],[33,7],[65,0],[33,6],[32,7],[65,72],[70],[32,7],[65,11],[70],[114],[32,7],[65,12],[70],[114],[32,7],[65,67],[70],[114],[32,7],[65,195],[70],[114],[32,7],[65,34],[70],[114],[32,7],[65,80],[78],[32,7],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,4],[40,1,0],[33,5],[3,64],[2,64],[32,7],[33,10],[2,124],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[4,64],[32,5],[69],[13,2],[32,4],[43,0,4],[32,4],[45,0,12],[32,4],[65,9],[106],[33,4],[32,5],[65,1],[107],[33,5],[33,11],[12,1],[11],...t([67],()=>[[32,10],[65,67],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[47,1,4],[59,1,4],[32,4],[65,2],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,67],[33,11],[12,1],[11]]),...t([195],()=>[[32,10],[65,195],[70],[4,64],[32,5],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,1],[54,0,0],[32,12],[32,4],[45,0,4],[58,0,4],[32,4],[65,1],[106],[33,4],[32,5],[65,1],[107],[33,5],[32,12],[184],[65,195],[33,11],[12,1],[11]]),...t([81,80],()=>[[32,10],[65,81],[70],[32,10],[65,80],[70],[114],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[45,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([82],()=>[[32,10],[65,82],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[106],[44,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([83],()=>[[32,10],[65,83],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([84],()=>[[32,10],[65,84],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,2],[108],[106],[47,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([85],()=>[[32,10],[65,85],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[184],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([86],()=>[[32,10],[65,86],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[40,0,4],[183],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([89],()=>[[32,10],[65,89],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,4],[108],[106],[42,0,4],[187],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([90],()=>[[32,10],[65,90],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[43,0,4],[32,6],[65,1],[106],[33,6],[65,1],[33,11],[12,1],[11]]),...t([88],()=>[[32,10],[65,88],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([87],()=>[[32,10],[65,87],[70],[4,64],[32,6],[32,5],[70],[13,2],[32,4],[40,0,4],[32,6],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,6],[65,1],[106],[33,6],[65,4],[33,11],[12,1],[11]]),...t([34],()=>[[32,10],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,10],[65,12],[70],[4,64],[32,6],[32,5],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,12],[65,2],[54,0,0],[32,12],[32,12],[32,12],[32,12],[32,5],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,4],[32,13],[45,0,12],[58,0,12],[32,4],[40,1,4],[32,6],[65,9],[108],[106],[34,13],[43,0,4],[57,0,13],[32,13],[45,0,12],[58,0,21],[32,6],[65,1],[106],[33,6],[32,12],[184],[65,72],[33,11],[12,1],[11]]),[0],[11],[33,8],[32,11],[33,9],[32,2],[33,14],[32,3],[33,10],[2,124],...t([6],()=>[[32,10],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[68,0],[65,0],[32,8],[32,9],[32,8],[32,9],[32,0],[65,11],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
2941
2958
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
2942
2959
|
locals:[127,127,127,127,124,127,127,127,127,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#indirect_383_callee"],
|
2943
2960
|
table:1,usesTag:1
|
@@ -3453,7 +3470,7 @@ locals:[],localNames:["items","items#type"],
|
|
3453
3470
|
hasRestArgument:1
|
3454
3471
|
}
|
3455
3472
|
x.__Uint8Array_from={
|
3456
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
3473
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,1],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Uint8Array')],[15]]"),
|
3457
3474
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:81,jsLength:2,
|
3458
3475
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_396","#member_prop_396","#indirect_397_callee","#member_obj_398","#member_prop_398"],
|
3459
3476
|
table:1,usesTag:1
|
@@ -3537,73 +3554,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
3537
3554
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_413","#member_prop_413","#last_type","#member_setter_ptr_tmp","#member_obj_414","#member_prop_414","#member_obj_415","#member_prop_415","#member_obj_416","#member_prop_416"]
|
3538
3555
|
}
|
3539
3556
|
x.__Uint8Array_prototype_forEach={
|
3540
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3557
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3541
3558
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3542
3559
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_417","#member_prop_417","#last_type","#indirect_418_callee","#typeswitch_tmp1"],
|
3543
3560
|
table:1,usesTag:1
|
3544
3561
|
}
|
3545
3562
|
x.__Uint8Array_prototype_filter={
|
3546
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3563
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,10],[252,3],[58,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,81],[15]]"),
|
3547
3564
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3548
3565
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_419","#member_prop_419","#last_type","#call_val","#call_type","#indirect_420_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_421","#member_prop_421"],
|
3549
3566
|
table:1,usesTag:1
|
3550
3567
|
}
|
3551
3568
|
x.__Uint8Array_prototype_map={
|
3552
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3569
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,3],[58,0,4],[12,1],[11],[11],[32,7],[65,81],[15]]"),
|
3553
3570
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3554
3571
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_422","#member_prop_422","#call_val","#call_type","#member_obj_423","#member_prop_423","#last_type","#indirect_424_callee","#typeswitch_tmp1"],
|
3555
3572
|
table:1,usesTag:1
|
3556
3573
|
}
|
3557
3574
|
x.__Uint8Array_prototype_find={
|
3558
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3575
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3559
3576
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3560
3577
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_425","#member_prop_425","#last_type","#call_val","#call_type","#indirect_426_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3561
3578
|
table:1,usesTag:1
|
3562
3579
|
}
|
3563
3580
|
x.__Uint8Array_prototype_findLast={
|
3564
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
3581
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3565
3582
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3566
3583
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_427","#member_prop_427","#last_type","#call_val","#call_type","#indirect_428_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3567
3584
|
table:1,usesTag:1
|
3568
3585
|
}
|
3569
3586
|
x.__Uint8Array_prototype_findIndex={
|
3570
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3587
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3571
3588
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3572
3589
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_429","#member_prop_429","#last_type","#indirect_430_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3573
3590
|
table:1,usesTag:1
|
3574
3591
|
}
|
3575
3592
|
x.__Uint8Array_prototype_findLastIndex={
|
3576
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
3593
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3577
3594
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3578
3595
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_431","#member_prop_431","#last_type","#indirect_432_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3579
3596
|
table:1,usesTag:1
|
3580
3597
|
}
|
3581
3598
|
x.__Uint8Array_prototype_every={
|
3582
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3599
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
3583
3600
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3584
3601
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_433","#member_prop_433","#last_type","#indirect_434_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3585
3602
|
table:1,usesTag:1
|
3586
3603
|
}
|
3587
3604
|
x.__Uint8Array_prototype_some={
|
3588
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3605
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
3589
3606
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3590
3607
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_435","#member_prop_435","#last_type","#indirect_436_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3591
3608
|
table:1,usesTag:1
|
3592
3609
|
}
|
3593
3610
|
x.__Uint8Array_prototype_reduce={
|
3594
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3611
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
3595
3612
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3596
3613
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_437","#member_prop_437","#last_type","#member_obj_438","#member_prop_438","#indirect_439_callee","#typeswitch_tmp1"],
|
3597
3614
|
table:1,usesTag:1
|
3598
3615
|
}
|
3599
3616
|
x.__Uint8Array_prototype_reduceRight={
|
3600
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3617
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,81],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
3601
3618
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3602
3619
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_440","#member_prop_440","#last_type","#member_obj_441","#member_prop_441","#indirect_442_callee","#typeswitch_tmp1"],
|
3603
3620
|
table:1,usesTag:1
|
3604
3621
|
}
|
3605
3622
|
x.__Uint8Array_prototype_sort={
|
3606
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_443'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
3623
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_443'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,12],[252,3],[58,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[32,6],[252,3],[58,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,81],[15]]"),
|
3607
3624
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
3608
3625
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_444","#member_prop_444","#last_type","j","y","y#type","#member_obj_445","#member_prop_445","v","logictmpi","#indirect_446_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_447","#member_prop_447","#member_obj_448","#member_prop_448"],
|
3609
3626
|
table:1,usesTag:1
|
@@ -3656,7 +3673,7 @@ locals:[],localNames:["items","items#type"],
|
|
3656
3673
|
hasRestArgument:1
|
3657
3674
|
}
|
3658
3675
|
x.__Int8Array_from={
|
3659
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
3676
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,55],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Int8Array')],[15]]"),
|
3660
3677
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:82,jsLength:2,
|
3661
3678
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_457","#member_prop_457","#indirect_458_callee","#member_obj_459","#member_prop_459"],
|
3662
3679
|
table:1,usesTag:1
|
@@ -3740,73 +3757,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
3740
3757
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_474","#member_prop_474","#last_type","#member_setter_ptr_tmp","#member_obj_475","#member_prop_475","#member_obj_476","#member_prop_476","#member_obj_477","#member_prop_477"]
|
3741
3758
|
}
|
3742
3759
|
x.__Int8Array_prototype_forEach={
|
3743
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3760
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3744
3761
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3745
3762
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_478","#member_prop_478","#last_type","#indirect_479_callee","#typeswitch_tmp1"],
|
3746
3763
|
table:1,usesTag:1
|
3747
3764
|
}
|
3748
3765
|
x.__Int8Array_prototype_filter={
|
3749
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[44,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3766
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[44,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,10],[252,2],[58,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,82],[15]]"),
|
3750
3767
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3751
3768
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_480","#member_prop_480","#last_type","#call_val","#call_type","#indirect_481_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_482","#member_prop_482"],
|
3752
3769
|
table:1,usesTag:1
|
3753
3770
|
}
|
3754
3771
|
x.__Int8Array_prototype_map={
|
3755
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3772
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,2],[58,0,4],[12,1],[11],[11],[32,7],[65,82],[15]]"),
|
3756
3773
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3757
3774
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_483","#member_prop_483","#call_val","#call_type","#member_obj_484","#member_prop_484","#last_type","#indirect_485_callee","#typeswitch_tmp1"],
|
3758
3775
|
table:1,usesTag:1
|
3759
3776
|
}
|
3760
3777
|
x.__Int8Array_prototype_find={
|
3761
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3778
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3762
3779
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3763
3780
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_486","#member_prop_486","#last_type","#call_val","#call_type","#indirect_487_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3764
3781
|
table:1,usesTag:1
|
3765
3782
|
}
|
3766
3783
|
x.__Int8Array_prototype_findLast={
|
3767
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
3784
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3768
3785
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3769
3786
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_488","#member_prop_488","#last_type","#call_val","#call_type","#indirect_489_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3770
3787
|
table:1,usesTag:1
|
3771
3788
|
}
|
3772
3789
|
x.__Int8Array_prototype_findIndex={
|
3773
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3790
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3774
3791
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3775
3792
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_490","#member_prop_490","#last_type","#indirect_491_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3776
3793
|
table:1,usesTag:1
|
3777
3794
|
}
|
3778
3795
|
x.__Int8Array_prototype_findLastIndex={
|
3779
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
3796
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[44,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3780
3797
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3781
3798
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_492","#member_prop_492","#last_type","#indirect_493_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3782
3799
|
table:1,usesTag:1
|
3783
3800
|
}
|
3784
3801
|
x.__Int8Array_prototype_every={
|
3785
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3802
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
3786
3803
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3787
3804
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_494","#member_prop_494","#last_type","#indirect_495_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3788
3805
|
table:1,usesTag:1
|
3789
3806
|
}
|
3790
3807
|
x.__Int8Array_prototype_some={
|
3791
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3808
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
3792
3809
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3793
3810
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_496","#member_prop_496","#last_type","#indirect_497_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3794
3811
|
table:1,usesTag:1
|
3795
3812
|
}
|
3796
3813
|
x.__Int8Array_prototype_reduce={
|
3797
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3814
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
3798
3815
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3799
3816
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_498","#member_prop_498","#last_type","#member_obj_499","#member_prop_499","#indirect_500_callee","#typeswitch_tmp1"],
|
3800
3817
|
table:1,usesTag:1
|
3801
3818
|
}
|
3802
3819
|
x.__Int8Array_prototype_reduceRight={
|
3803
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3820
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[44,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,82],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
3804
3821
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3805
3822
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_501","#member_prop_501","#last_type","#member_obj_502","#member_prop_502","#indirect_503_callee","#typeswitch_tmp1"],
|
3806
3823
|
table:1,usesTag:1
|
3807
3824
|
}
|
3808
3825
|
x.__Int8Array_prototype_sort={
|
3809
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_504'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
3826
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_504'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[44,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[44,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,12],[252,2],[58,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[32,6],[252,2],[58,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,82],[15]]"),
|
3810
3827
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
3811
3828
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_505","#member_prop_505","#last_type","j","y","y#type","#member_obj_506","#member_prop_506","v","logictmpi","#indirect_507_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_508","#member_prop_508","#member_obj_509","#member_prop_509"],
|
3812
3829
|
table:1,usesTag:1
|
@@ -3859,7 +3876,7 @@ locals:[],localNames:["items","items#type"],
|
|
3859
3876
|
hasRestArgument:1
|
3860
3877
|
}
|
3861
3878
|
x.__Uint8ClampedArray_from={
|
3862
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
3879
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,92],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Uint8ClampedArray')],[15]]"),
|
3863
3880
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:80,jsLength:2,
|
3864
3881
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_518","#member_prop_518","#indirect_519_callee","#member_obj_520","#member_prop_520"],
|
3865
3882
|
table:1,usesTag:1
|
@@ -3943,73 +3960,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
3943
3960
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_535","#member_prop_535","#last_type","#member_setter_ptr_tmp","#member_obj_536","#member_prop_536","#member_obj_537","#member_prop_537","#member_obj_538","#member_prop_538"]
|
3944
3961
|
}
|
3945
3962
|
x.__Uint8ClampedArray_prototype_forEach={
|
3946
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3963
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3947
3964
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3948
3965
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_539","#member_prop_539","#last_type","#indirect_540_callee","#typeswitch_tmp1"],
|
3949
3966
|
table:1,usesTag:1
|
3950
3967
|
}
|
3951
3968
|
x.__Uint8ClampedArray_prototype_filter={
|
3952
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3969
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[106],[45,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,10],[68,0],[165],[68,255],[164],[252,3],[58,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,80],[15]]"),
|
3953
3970
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3954
3971
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_541","#member_prop_541","#last_type","#call_val","#call_type","#indirect_542_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_543","#member_prop_543"],
|
3955
3972
|
table:1,usesTag:1
|
3956
3973
|
}
|
3957
3974
|
x.__Uint8ClampedArray_prototype_map={
|
3958
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
3975
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[68,0],[165],[68,255],[164],[252,3],[58,0,4],[12,1],[11],[11],[32,7],[65,80],[15]]"),
|
3959
3976
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3960
3977
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_544","#member_prop_544","#call_val","#call_type","#member_obj_545","#member_prop_545","#last_type","#indirect_546_callee","#typeswitch_tmp1"],
|
3961
3978
|
table:1,usesTag:1
|
3962
3979
|
}
|
3963
3980
|
x.__Uint8ClampedArray_prototype_find={
|
3964
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
3981
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3965
3982
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3966
3983
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_547","#member_prop_547","#last_type","#call_val","#call_type","#indirect_548_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3967
3984
|
table:1,usesTag:1
|
3968
3985
|
}
|
3969
3986
|
x.__Uint8ClampedArray_prototype_findLast={
|
3970
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
3987
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3971
3988
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3972
3989
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_549","#member_prop_549","#last_type","#call_val","#call_type","#indirect_550_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3973
3990
|
table:1,usesTag:1
|
3974
3991
|
}
|
3975
3992
|
x.__Uint8ClampedArray_prototype_findIndex={
|
3976
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
3993
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3977
3994
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3978
3995
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_551","#member_prop_551","#last_type","#indirect_552_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3979
3996
|
table:1,usesTag:1
|
3980
3997
|
}
|
3981
3998
|
x.__Uint8ClampedArray_prototype_findLastIndex={
|
3982
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
3999
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[106],[45,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
3983
4000
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3984
4001
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_553","#member_prop_553","#last_type","#indirect_554_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3985
4002
|
table:1,usesTag:1
|
3986
4003
|
}
|
3987
4004
|
x.__Uint8ClampedArray_prototype_every={
|
3988
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4005
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
3989
4006
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3990
4007
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_555","#member_prop_555","#last_type","#indirect_556_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3991
4008
|
table:1,usesTag:1
|
3992
4009
|
}
|
3993
4010
|
x.__Uint8ClampedArray_prototype_some={
|
3994
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4011
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
3995
4012
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
3996
4013
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_557","#member_prop_557","#last_type","#indirect_558_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
3997
4014
|
table:1,usesTag:1
|
3998
4015
|
}
|
3999
4016
|
x.__Uint8ClampedArray_prototype_reduce={
|
4000
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4017
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4001
4018
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4002
4019
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_559","#member_prop_559","#last_type","#member_obj_560","#member_prop_560","#indirect_561_callee","#typeswitch_tmp1"],
|
4003
4020
|
table:1,usesTag:1
|
4004
4021
|
}
|
4005
4022
|
x.__Uint8ClampedArray_prototype_reduceRight={
|
4006
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4023
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[106],[45,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,80],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4007
4024
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4008
4025
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_562","#member_prop_562","#last_type","#member_obj_563","#member_prop_563","#indirect_564_callee","#typeswitch_tmp1"],
|
4009
4026
|
table:1,usesTag:1
|
4010
4027
|
}
|
4011
4028
|
x.__Uint8ClampedArray_prototype_sort={
|
4012
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_565'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
4029
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_565'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[106],[45,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[106],[32,12],[68,0],[165],[68,255],[164],[252,3],[58,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[106],[32,6],[68,0],[165],[68,255],[164],[252,3],[58,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,80],[15]]"),
|
4013
4030
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
4014
4031
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_566","#member_prop_566","#last_type","j","y","y#type","#member_obj_567","#member_prop_567","v","logictmpi","#indirect_568_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_569","#member_prop_569","#member_obj_570","#member_prop_570"],
|
4015
4032
|
table:1,usesTag:1
|
@@ -4062,7 +4079,7 @@ locals:[],localNames:["items","items#type"],
|
|
4062
4079
|
hasRestArgument:1
|
4063
4080
|
}
|
4064
4081
|
x.__Uint16Array_from={
|
4065
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
4082
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,129],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Uint16Array')],[15]]"),
|
4066
4083
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:83,jsLength:2,
|
4067
4084
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_579","#member_prop_579","#indirect_580_callee","#member_obj_581","#member_prop_581"],
|
4068
4085
|
table:1,usesTag:1
|
@@ -4146,73 +4163,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
4146
4163
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_596","#member_prop_596","#last_type","#member_setter_ptr_tmp","#member_obj_597","#member_prop_597","#member_obj_598","#member_prop_598","#member_obj_599","#member_prop_599"]
|
4147
4164
|
}
|
4148
4165
|
x.__Uint16Array_prototype_forEach={
|
4149
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4166
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4150
4167
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4151
4168
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_600","#member_prop_600","#last_type","#indirect_601_callee","#typeswitch_tmp1"],
|
4152
4169
|
table:1,usesTag:1
|
4153
4170
|
}
|
4154
4171
|
x.__Uint16Array_prototype_filter={
|
4155
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4172
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[32,10],[252,3],[59,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,83],[15]]"),
|
4156
4173
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4157
4174
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_602","#member_prop_602","#last_type","#call_val","#call_type","#indirect_603_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_604","#member_prop_604"],
|
4158
4175
|
table:1,usesTag:1
|
4159
4176
|
}
|
4160
4177
|
x.__Uint16Array_prototype_map={
|
4161
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4178
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,3],[59,0,4],[12,1],[11],[11],[32,7],[65,83],[15]]"),
|
4162
4179
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4163
4180
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_605","#member_prop_605","#call_val","#call_type","#member_obj_606","#member_prop_606","#last_type","#indirect_607_callee","#typeswitch_tmp1"],
|
4164
4181
|
table:1,usesTag:1
|
4165
4182
|
}
|
4166
4183
|
x.__Uint16Array_prototype_find={
|
4167
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4184
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4168
4185
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4169
4186
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_608","#member_prop_608","#last_type","#call_val","#call_type","#indirect_609_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4170
4187
|
table:1,usesTag:1
|
4171
4188
|
}
|
4172
4189
|
x.__Uint16Array_prototype_findLast={
|
4173
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
4190
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4174
4191
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4175
4192
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_610","#member_prop_610","#last_type","#call_val","#call_type","#indirect_611_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4176
4193
|
table:1,usesTag:1
|
4177
4194
|
}
|
4178
4195
|
x.__Uint16Array_prototype_findIndex={
|
4179
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4196
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4180
4197
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4181
4198
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_612","#member_prop_612","#last_type","#indirect_613_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4182
4199
|
table:1,usesTag:1
|
4183
4200
|
}
|
4184
4201
|
x.__Uint16Array_prototype_findLastIndex={
|
4185
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
4202
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4186
4203
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4187
4204
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_614","#member_prop_614","#last_type","#indirect_615_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4188
4205
|
table:1,usesTag:1
|
4189
4206
|
}
|
4190
4207
|
x.__Uint16Array_prototype_every={
|
4191
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4208
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
4192
4209
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4193
4210
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_616","#member_prop_616","#last_type","#indirect_617_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4194
4211
|
table:1,usesTag:1
|
4195
4212
|
}
|
4196
4213
|
x.__Uint16Array_prototype_some={
|
4197
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4214
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
4198
4215
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4199
4216
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_618","#member_prop_618","#last_type","#indirect_619_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4200
4217
|
table:1,usesTag:1
|
4201
4218
|
}
|
4202
4219
|
x.__Uint16Array_prototype_reduce={
|
4203
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4220
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4204
4221
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4205
4222
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_620","#member_prop_620","#last_type","#member_obj_621","#member_prop_621","#indirect_622_callee","#typeswitch_tmp1"],
|
4206
4223
|
table:1,usesTag:1
|
4207
4224
|
}
|
4208
4225
|
x.__Uint16Array_prototype_reduceRight={
|
4209
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4226
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,83],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4210
4227
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4211
4228
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_623","#member_prop_623","#last_type","#member_obj_624","#member_prop_624","#indirect_625_callee","#typeswitch_tmp1"],
|
4212
4229
|
table:1,usesTag:1
|
4213
4230
|
}
|
4214
4231
|
x.__Uint16Array_prototype_sort={
|
4215
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_626'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
4232
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_626'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[47,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[32,12],[252,3],[59,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[32,6],[252,3],[59,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,83],[15]]"),
|
4216
4233
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
4217
4234
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_627","#member_prop_627","#last_type","j","y","y#type","#member_obj_628","#member_prop_628","v","logictmpi","#indirect_629_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_630","#member_prop_630","#member_obj_631","#member_prop_631"],
|
4218
4235
|
table:1,usesTag:1
|
@@ -4265,7 +4282,7 @@ locals:[],localNames:["items","items#type"],
|
|
4265
4282
|
hasRestArgument:1
|
4266
4283
|
}
|
4267
4284
|
x.__Int16Array_from={
|
4268
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
4285
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,166],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Int16Array')],[15]]"),
|
4269
4286
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:84,jsLength:2,
|
4270
4287
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_640","#member_prop_640","#indirect_641_callee","#member_obj_642","#member_prop_642"],
|
4271
4288
|
table:1,usesTag:1
|
@@ -4349,73 +4366,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
4349
4366
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_657","#member_prop_657","#last_type","#member_setter_ptr_tmp","#member_obj_658","#member_prop_658","#member_obj_659","#member_prop_659","#member_obj_660","#member_prop_660"]
|
4350
4367
|
}
|
4351
4368
|
x.__Int16Array_prototype_forEach={
|
4352
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4369
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4353
4370
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4354
4371
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_661","#member_prop_661","#last_type","#indirect_662_callee","#typeswitch_tmp1"],
|
4355
4372
|
table:1,usesTag:1
|
4356
4373
|
}
|
4357
4374
|
x.__Int16Array_prototype_filter={
|
4358
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4375
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[32,10],[252,2],[59,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,84],[15]]"),
|
4359
4376
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4360
4377
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_663","#member_prop_663","#last_type","#call_val","#call_type","#indirect_664_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_665","#member_prop_665"],
|
4361
4378
|
table:1,usesTag:1
|
4362
4379
|
}
|
4363
4380
|
x.__Int16Array_prototype_map={
|
4364
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4381
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,2],[59,0,4],[12,1],[11],[11],[32,7],[65,84],[15]]"),
|
4365
4382
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4366
4383
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_666","#member_prop_666","#call_val","#call_type","#member_obj_667","#member_prop_667","#last_type","#indirect_668_callee","#typeswitch_tmp1"],
|
4367
4384
|
table:1,usesTag:1
|
4368
4385
|
}
|
4369
4386
|
x.__Int16Array_prototype_find={
|
4370
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4387
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4371
4388
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4372
4389
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_669","#member_prop_669","#last_type","#call_val","#call_type","#indirect_670_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4373
4390
|
table:1,usesTag:1
|
4374
4391
|
}
|
4375
4392
|
x.__Int16Array_prototype_findLast={
|
4376
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
4393
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4377
4394
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4378
4395
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_671","#member_prop_671","#last_type","#call_val","#call_type","#indirect_672_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4379
4396
|
table:1,usesTag:1
|
4380
4397
|
}
|
4381
4398
|
x.__Int16Array_prototype_findIndex={
|
4382
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4399
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4383
4400
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4384
4401
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_673","#member_prop_673","#last_type","#indirect_674_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4385
4402
|
table:1,usesTag:1
|
4386
4403
|
}
|
4387
4404
|
x.__Int16Array_prototype_findLastIndex={
|
4388
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
4405
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4389
4406
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4390
4407
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_675","#member_prop_675","#last_type","#indirect_676_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4391
4408
|
table:1,usesTag:1
|
4392
4409
|
}
|
4393
4410
|
x.__Int16Array_prototype_every={
|
4394
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4411
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
4395
4412
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4396
4413
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_677","#member_prop_677","#last_type","#indirect_678_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4397
4414
|
table:1,usesTag:1
|
4398
4415
|
}
|
4399
4416
|
x.__Int16Array_prototype_some={
|
4400
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4417
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
4401
4418
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4402
4419
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_679","#member_prop_679","#last_type","#indirect_680_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4403
4420
|
table:1,usesTag:1
|
4404
4421
|
}
|
4405
4422
|
x.__Int16Array_prototype_reduce={
|
4406
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4423
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4407
4424
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4408
4425
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_681","#member_prop_681","#last_type","#member_obj_682","#member_prop_682","#indirect_683_callee","#typeswitch_tmp1"],
|
4409
4426
|
table:1,usesTag:1
|
4410
4427
|
}
|
4411
4428
|
x.__Int16Array_prototype_reduceRight={
|
4412
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4429
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,84],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4413
4430
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4414
4431
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_684","#member_prop_684","#last_type","#member_obj_685","#member_prop_685","#indirect_686_callee","#typeswitch_tmp1"],
|
4415
4432
|
table:1,usesTag:1
|
4416
4433
|
}
|
4417
4434
|
x.__Int16Array_prototype_sort={
|
4418
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_687'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
4435
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_687'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,2],[108],[106],[46,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,2],[108],[106],[32,12],[252,2],[59,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,2],[108],[106],[32,6],[252,2],[59,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,84],[15]]"),
|
4419
4436
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
4420
4437
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_688","#member_prop_688","#last_type","j","y","y#type","#member_obj_689","#member_prop_689","v","logictmpi","#indirect_690_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_691","#member_prop_691","#member_obj_692","#member_prop_692"],
|
4421
4438
|
table:1,usesTag:1
|
@@ -4468,7 +4485,7 @@ locals:[],localNames:["items","items#type"],
|
|
4468
4485
|
hasRestArgument:1
|
4469
4486
|
}
|
4470
4487
|
x.__Uint32Array_from={
|
4471
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
4488
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,203],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Uint32Array')],[15]]"),
|
4472
4489
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:85,jsLength:2,
|
4473
4490
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_701","#member_prop_701","#indirect_702_callee","#member_obj_703","#member_prop_703"],
|
4474
4491
|
table:1,usesTag:1
|
@@ -4552,73 +4569,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
4552
4569
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_718","#member_prop_718","#last_type","#member_setter_ptr_tmp","#member_obj_719","#member_prop_719","#member_obj_720","#member_prop_720","#member_obj_721","#member_prop_721"]
|
4553
4570
|
}
|
4554
4571
|
x.__Uint32Array_prototype_forEach={
|
4555
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4572
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4556
4573
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4557
4574
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_722","#member_prop_722","#last_type","#indirect_723_callee","#typeswitch_tmp1"],
|
4558
4575
|
table:1,usesTag:1
|
4559
4576
|
}
|
4560
4577
|
x.__Uint32Array_prototype_filter={
|
4561
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4578
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,10],[252,3],[54,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,85],[15]]"),
|
4562
4579
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4563
4580
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_724","#member_prop_724","#last_type","#call_val","#call_type","#indirect_725_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_726","#member_prop_726"],
|
4564
4581
|
table:1,usesTag:1
|
4565
4582
|
}
|
4566
4583
|
x.__Uint32Array_prototype_map={
|
4567
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4584
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,3],[54,0,4],[12,1],[11],[11],[32,7],[65,85],[15]]"),
|
4568
4585
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4569
4586
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_727","#member_prop_727","#call_val","#call_type","#member_obj_728","#member_prop_728","#last_type","#indirect_729_callee","#typeswitch_tmp1"],
|
4570
4587
|
table:1,usesTag:1
|
4571
4588
|
}
|
4572
4589
|
x.__Uint32Array_prototype_find={
|
4573
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4590
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4574
4591
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4575
4592
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_730","#member_prop_730","#last_type","#call_val","#call_type","#indirect_731_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4576
4593
|
table:1,usesTag:1
|
4577
4594
|
}
|
4578
4595
|
x.__Uint32Array_prototype_findLast={
|
4579
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
4596
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4580
4597
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4581
4598
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_732","#member_prop_732","#last_type","#call_val","#call_type","#indirect_733_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4582
4599
|
table:1,usesTag:1
|
4583
4600
|
}
|
4584
4601
|
x.__Uint32Array_prototype_findIndex={
|
4585
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4602
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4586
4603
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4587
4604
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_734","#member_prop_734","#last_type","#indirect_735_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4588
4605
|
table:1,usesTag:1
|
4589
4606
|
}
|
4590
4607
|
x.__Uint32Array_prototype_findLastIndex={
|
4591
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
4608
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,11],[32,6],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4592
4609
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4593
4610
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_736","#member_prop_736","#last_type","#indirect_737_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4594
4611
|
table:1,usesTag:1
|
4595
4612
|
}
|
4596
4613
|
x.__Uint32Array_prototype_every={
|
4597
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4614
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
4598
4615
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4599
4616
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_738","#member_prop_738","#last_type","#indirect_739_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4600
4617
|
table:1,usesTag:1
|
4601
4618
|
}
|
4602
4619
|
x.__Uint32Array_prototype_some={
|
4603
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4620
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
4604
4621
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4605
4622
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_740","#member_prop_740","#last_type","#indirect_741_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4606
4623
|
table:1,usesTag:1
|
4607
4624
|
}
|
4608
4625
|
x.__Uint32Array_prototype_reduce={
|
4609
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4626
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4610
4627
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4611
4628
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_742","#member_prop_742","#last_type","#member_obj_743","#member_prop_743","#indirect_744_callee","#typeswitch_tmp1"],
|
4612
4629
|
table:1,usesTag:1
|
4613
4630
|
}
|
4614
4631
|
x.__Uint32Array_prototype_reduceRight={
|
4615
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4632
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,12],[32,9],[65,1],[32,0],[65,85],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4616
4633
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4617
4634
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_745","#member_prop_745","#last_type","#member_obj_746","#member_prop_746","#indirect_747_callee","#typeswitch_tmp1"],
|
4618
4635
|
table:1,usesTag:1
|
4619
4636
|
}
|
4620
4637
|
x.__Uint32Array_prototype_sort={
|
4621
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_748'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
4638
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_748'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[184],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,12],[252,3],[54,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[32,6],[252,3],[54,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,85],[15]]"),
|
4622
4639
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
4623
4640
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_749","#member_prop_749","#last_type","j","y","y#type","#member_obj_750","#member_prop_750","v","logictmpi","#indirect_751_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_752","#member_prop_752","#member_obj_753","#member_prop_753"],
|
4624
4641
|
table:1,usesTag:1
|
@@ -4671,7 +4688,7 @@ locals:[],localNames:["items","items#type"],
|
|
4671
4688
|
hasRestArgument:1
|
4672
4689
|
}
|
4673
4690
|
x.__Int32Array_from={
|
4674
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
4691
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,240],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Int32Array')],[15]]"),
|
4675
4692
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:86,jsLength:2,
|
4676
4693
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_762","#member_prop_762","#indirect_763_callee","#member_obj_764","#member_prop_764"],
|
4677
4694
|
table:1,usesTag:1
|
@@ -4755,73 +4772,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
4755
4772
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_779","#member_prop_779","#last_type","#member_setter_ptr_tmp","#member_obj_780","#member_prop_780","#member_obj_781","#member_prop_781","#member_obj_782","#member_prop_782"]
|
4756
4773
|
}
|
4757
4774
|
x.__Int32Array_prototype_forEach={
|
4758
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4775
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4759
4776
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4760
4777
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_783","#member_prop_783","#last_type","#indirect_784_callee","#typeswitch_tmp1"],
|
4761
4778
|
table:1,usesTag:1
|
4762
4779
|
}
|
4763
4780
|
x.__Int32Array_prototype_filter={
|
4764
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4781
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,10],[252,2],[54,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,86],[15]]"),
|
4765
4782
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4766
4783
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_785","#member_prop_785","#last_type","#call_val","#call_type","#indirect_786_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_787","#member_prop_787"],
|
4767
4784
|
table:1,usesTag:1
|
4768
4785
|
}
|
4769
4786
|
x.__Int32Array_prototype_map={
|
4770
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4787
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[252,2],[54,0,4],[12,1],[11],[11],[32,7],[65,86],[15]]"),
|
4771
4788
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4772
4789
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_788","#member_prop_788","#call_val","#call_type","#member_obj_789","#member_prop_789","#last_type","#indirect_790_callee","#typeswitch_tmp1"],
|
4773
4790
|
table:1,usesTag:1
|
4774
4791
|
}
|
4775
4792
|
x.__Int32Array_prototype_find={
|
4776
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4793
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4777
4794
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4778
4795
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_791","#member_prop_791","#last_type","#call_val","#call_type","#indirect_792_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4779
4796
|
table:1,usesTag:1
|
4780
4797
|
}
|
4781
4798
|
x.__Int32Array_prototype_findLast={
|
4782
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
4799
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4783
4800
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4784
4801
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_793","#member_prop_793","#last_type","#call_val","#call_type","#indirect_794_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4785
4802
|
table:1,usesTag:1
|
4786
4803
|
}
|
4787
4804
|
x.__Int32Array_prototype_findIndex={
|
4788
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4805
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4789
4806
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4790
4807
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_795","#member_prop_795","#last_type","#indirect_796_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4791
4808
|
table:1,usesTag:1
|
4792
4809
|
}
|
4793
4810
|
x.__Int32Array_prototype_findLastIndex={
|
4794
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
4811
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,11],[32,6],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4795
4812
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4796
4813
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_797","#member_prop_797","#last_type","#indirect_798_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4797
4814
|
table:1,usesTag:1
|
4798
4815
|
}
|
4799
4816
|
x.__Int32Array_prototype_every={
|
4800
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4817
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
4801
4818
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4802
4819
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_799","#member_prop_799","#last_type","#indirect_800_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4803
4820
|
table:1,usesTag:1
|
4804
4821
|
}
|
4805
4822
|
x.__Int32Array_prototype_some={
|
4806
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4823
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
4807
4824
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4808
4825
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_801","#member_prop_801","#last_type","#indirect_802_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4809
4826
|
table:1,usesTag:1
|
4810
4827
|
}
|
4811
4828
|
x.__Int32Array_prototype_reduce={
|
4812
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4829
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4813
4830
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4814
4831
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_803","#member_prop_803","#last_type","#member_obj_804","#member_prop_804","#indirect_805_callee","#typeswitch_tmp1"],
|
4815
4832
|
table:1,usesTag:1
|
4816
4833
|
}
|
4817
4834
|
x.__Int32Array_prototype_reduceRight={
|
4818
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4835
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,12],[32,9],[65,1],[32,0],[65,86],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
4819
4836
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4820
4837
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_806","#member_prop_806","#last_type","#member_obj_807","#member_prop_807","#indirect_808_callee","#typeswitch_tmp1"],
|
4821
4838
|
table:1,usesTag:1
|
4822
4839
|
}
|
4823
4840
|
x.__Int32Array_prototype_sort={
|
4824
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_809'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
4841
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_809'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[40,0,4],[183],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,12],[252,2],[54,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[32,6],[252,2],[54,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,86],[15]]"),
|
4825
4842
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
4826
4843
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_810","#member_prop_810","#last_type","j","y","y#type","#member_obj_811","#member_prop_811","v","logictmpi","#indirect_812_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_813","#member_prop_813","#member_obj_814","#member_prop_814"],
|
4827
4844
|
table:1,usesTag:1
|
@@ -4874,7 +4891,7 @@ locals:[],localNames:["items","items#type"],
|
|
4874
4891
|
hasRestArgument:1
|
4875
4892
|
}
|
4876
4893
|
x.__Float32Array_from={
|
4877
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
4894
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,277],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Float32Array')],[15]]"),
|
4878
4895
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:89,jsLength:2,
|
4879
4896
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_823","#member_prop_823","#indirect_824_callee","#member_obj_825","#member_prop_825"],
|
4880
4897
|
table:1,usesTag:1
|
@@ -4958,73 +4975,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
4958
4975
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_840","#member_prop_840","#last_type","#member_setter_ptr_tmp","#member_obj_841","#member_prop_841","#member_obj_842","#member_prop_842","#member_obj_843","#member_prop_843"]
|
4959
4976
|
}
|
4960
4977
|
x.__Float32Array_prototype_forEach={
|
4961
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
4978
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4962
4979
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4963
4980
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_844","#member_prop_844","#last_type","#indirect_845_callee","#typeswitch_tmp1"],
|
4964
4981
|
table:1,usesTag:1
|
4965
4982
|
}
|
4966
4983
|
x.__Float32Array_prototype_filter={
|
4967
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4984
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,10],[182],[56,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,89],[15]]"),
|
4968
4985
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4969
4986
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_846","#member_prop_846","#last_type","#call_val","#call_type","#indirect_847_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_848","#member_prop_848"],
|
4970
4987
|
table:1,usesTag:1
|
4971
4988
|
}
|
4972
4989
|
x.__Float32Array_prototype_map={
|
4973
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
4990
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[182],[56,0,4],[12,1],[11],[11],[32,7],[65,89],[15]]"),
|
4974
4991
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4975
4992
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_849","#member_prop_849","#call_val","#call_type","#member_obj_850","#member_prop_850","#last_type","#indirect_851_callee","#typeswitch_tmp1"],
|
4976
4993
|
table:1,usesTag:1
|
4977
4994
|
}
|
4978
4995
|
x.__Float32Array_prototype_find={
|
4979
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
4996
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4980
4997
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4981
4998
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_852","#member_prop_852","#last_type","#call_val","#call_type","#indirect_853_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4982
4999
|
table:1,usesTag:1
|
4983
5000
|
}
|
4984
5001
|
x.__Float32Array_prototype_findLast={
|
4985
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
5002
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4986
5003
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4987
5004
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_854","#member_prop_854","#last_type","#call_val","#call_type","#indirect_855_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4988
5005
|
table:1,usesTag:1
|
4989
5006
|
}
|
4990
5007
|
x.__Float32Array_prototype_findIndex={
|
4991
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5008
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4992
5009
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4993
5010
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_856","#member_prop_856","#last_type","#indirect_857_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
4994
5011
|
table:1,usesTag:1
|
4995
5012
|
}
|
4996
5013
|
x.__Float32Array_prototype_findLastIndex={
|
4997
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,11],[32,6],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
5014
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,11],[32,6],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
4998
5015
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
4999
5016
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_858","#member_prop_858","#last_type","#indirect_859_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5000
5017
|
table:1,usesTag:1
|
5001
5018
|
}
|
5002
5019
|
x.__Float32Array_prototype_every={
|
5003
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5020
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
5004
5021
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5005
5022
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_860","#member_prop_860","#last_type","#indirect_861_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5006
5023
|
table:1,usesTag:1
|
5007
5024
|
}
|
5008
5025
|
x.__Float32Array_prototype_some={
|
5009
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5026
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
5010
5027
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5011
5028
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_862","#member_prop_862","#last_type","#indirect_863_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5012
5029
|
table:1,usesTag:1
|
5013
5030
|
}
|
5014
5031
|
x.__Float32Array_prototype_reduce={
|
5015
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5032
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5016
5033
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5017
5034
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_864","#member_prop_864","#last_type","#member_obj_865","#member_prop_865","#indirect_866_callee","#typeswitch_tmp1"],
|
5018
5035
|
table:1,usesTag:1
|
5019
5036
|
}
|
5020
5037
|
x.__Float32Array_prototype_reduceRight={
|
5021
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,9],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5038
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,12],[32,9],[65,1],[32,0],[65,89],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5022
5039
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5023
5040
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_867","#member_prop_867","#last_type","#member_obj_868","#member_prop_868","#indirect_869_callee","#typeswitch_tmp1"],
|
5024
5041
|
table:1,usesTag:1
|
5025
5042
|
}
|
5026
5043
|
x.__Float32Array_prototype_sort={
|
5027
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_870'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
5044
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_870'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,4],[108],[106],[42,0,4],[187],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,4],[108],[106],[32,12],[182],[56,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,4],[108],[106],[32,6],[182],[56,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,89],[15]]"),
|
5028
5045
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
5029
5046
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_871","#member_prop_871","#last_type","j","y","y#type","#member_obj_872","#member_prop_872","v","logictmpi","#indirect_873_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_874","#member_prop_874","#member_obj_875","#member_prop_875"],
|
5030
5047
|
table:1,usesTag:1
|
@@ -5077,7 +5094,7 @@ locals:[],localNames:["items","items#type"],
|
|
5077
5094
|
hasRestArgument:1
|
5078
5095
|
}
|
5079
5096
|
x.__Float64Array_from={
|
5080
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
5097
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11],...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,314],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('Float64Array')],[15]]"),
|
5081
5098
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:90,jsLength:2,
|
5082
5099
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_884","#member_prop_884","#indirect_885_callee","#member_obj_886","#member_prop_886"],
|
5083
5100
|
table:1,usesTag:1
|
@@ -5161,73 +5178,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
5161
5178
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_901","#member_prop_901","#last_type","#member_setter_ptr_tmp","#member_obj_902","#member_prop_902","#member_obj_903","#member_prop_903","#member_obj_904","#member_prop_904"]
|
5162
5179
|
}
|
5163
5180
|
x.__Float64Array_prototype_forEach={
|
5164
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5181
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5165
5182
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5166
5183
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_905","#member_prop_905","#last_type","#indirect_906_callee","#typeswitch_tmp1"],
|
5167
5184
|
table:1,usesTag:1
|
5168
5185
|
}
|
5169
5186
|
x.__Float64Array_prototype_filter={
|
5170
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5187
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,10],[57,0,4],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,90],[15]]"),
|
5171
5188
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5172
5189
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_907","#member_prop_907","#last_type","#call_val","#call_type","#indirect_908_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_909","#member_prop_909"],
|
5173
5190
|
table:1,usesTag:1
|
5174
5191
|
}
|
5175
5192
|
x.__Float64Array_prototype_map={
|
5176
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5193
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[57,0,4],[12,1],[11],[11],[32,7],[65,90],[15]]"),
|
5177
5194
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5178
5195
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_910","#member_prop_910","#call_val","#call_type","#member_obj_911","#member_prop_911","#last_type","#indirect_912_callee","#typeswitch_tmp1"],
|
5179
5196
|
table:1,usesTag:1
|
5180
5197
|
}
|
5181
5198
|
x.__Float64Array_prototype_find={
|
5182
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5199
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5183
5200
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5184
5201
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_913","#member_prop_913","#last_type","#call_val","#call_type","#indirect_914_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5185
5202
|
table:1,usesTag:1
|
5186
5203
|
}
|
5187
5204
|
x.__Float64Array_prototype_findLast={
|
5188
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
5205
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5189
5206
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5190
5207
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_915","#member_prop_915","#last_type","#call_val","#call_type","#indirect_916_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5191
5208
|
table:1,usesTag:1
|
5192
5209
|
}
|
5193
5210
|
x.__Float64Array_prototype_findIndex={
|
5194
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5211
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5195
5212
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5196
5213
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_917","#member_prop_917","#last_type","#indirect_918_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5197
5214
|
table:1,usesTag:1
|
5198
5215
|
}
|
5199
5216
|
x.__Float64Array_prototype_findLastIndex={
|
5200
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,11],[32,6],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
5217
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,11],[32,6],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5201
5218
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5202
5219
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_919","#member_prop_919","#last_type","#indirect_920_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5203
5220
|
table:1,usesTag:1
|
5204
5221
|
}
|
5205
5222
|
x.__Float64Array_prototype_every={
|
5206
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5223
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
5207
5224
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5208
5225
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_921","#member_prop_921","#last_type","#indirect_922_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5209
5226
|
table:1,usesTag:1
|
5210
5227
|
}
|
5211
5228
|
x.__Float64Array_prototype_some={
|
5212
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5229
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
5213
5230
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5214
5231
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_923","#member_prop_923","#last_type","#indirect_924_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5215
5232
|
table:1,usesTag:1
|
5216
5233
|
}
|
5217
5234
|
x.__Float64Array_prototype_reduce={
|
5218
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5235
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5219
5236
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5220
5237
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_925","#member_prop_925","#last_type","#member_obj_926","#member_prop_926","#indirect_927_callee","#typeswitch_tmp1"],
|
5221
5238
|
table:1,usesTag:1
|
5222
5239
|
}
|
5223
5240
|
x.__Float64Array_prototype_reduceRight={
|
5224
|
-
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,9],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5241
|
+
wasm:(_,{t,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,12],[32,9],[65,1],[32,0],[65,90],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5225
5242
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5226
5243
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_928","#member_prop_928","#last_type","#member_obj_929","#member_prop_929","#indirect_930_callee","#typeswitch_tmp1"],
|
5227
5244
|
table:1,usesTag:1
|
5228
5245
|
}
|
5229
5246
|
x.__Float64Array_prototype_sort={
|
5230
|
-
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_931'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
5247
|
+
wasm:(_,{funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_931'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[43,0,4],[65,1],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,12],[57,0,4],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[32,6],[57,0,4],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,90],[15]]"),
|
5231
5248
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
5232
5249
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_932","#member_prop_932","#last_type","j","y","y#type","#member_obj_933","#member_prop_933","v","logictmpi","#indirect_934_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_935","#member_prop_935","#member_obj_936","#member_prop_936"],
|
5233
5250
|
table:1,usesTag:1
|
@@ -5280,7 +5297,7 @@ locals:[],localNames:["items","items#type"],
|
|
5280
5297
|
hasRestArgument:1
|
5281
5298
|
}
|
5282
5299
|
x.__BigInt64Array_from={
|
5283
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
5300
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([87],()=>[[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,351],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('BigInt64Array')],[15]]"),
|
5284
5301
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:88,jsLength:2,
|
5285
5302
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_945","#member_prop_945","#indirect_946_callee","#member_obj_947","#member_prop_947"],
|
5286
5303
|
table:1,usesTag:1
|
@@ -5364,73 +5381,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
5364
5381
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_962","#member_prop_962","#last_type","#member_setter_ptr_tmp","#member_obj_963","#member_prop_963","#member_obj_964","#member_prop_964","#member_obj_965","#member_prop_965"]
|
5365
5382
|
}
|
5366
5383
|
x.__BigInt64Array_prototype_forEach={
|
5367
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5384
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5368
5385
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5369
5386
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_966","#member_prop_966","#last_type","#indirect_967_callee","#typeswitch_tmp1"],
|
5370
5387
|
table:1,usesTag:1
|
5371
5388
|
}
|
5372
5389
|
x.__BigInt64Array_prototype_filter={
|
5373
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5390
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,10],[32,11],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,14]],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,88],[15]]"),
|
5374
5391
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5375
5392
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_968","#member_prop_968","#last_type","#call_val","#call_type","#indirect_969_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_970","#member_prop_970"],
|
5376
5393
|
table:1,usesTag:1
|
5377
5394
|
}
|
5378
5395
|
x.__BigInt64Array_prototype_map={
|
5379
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5396
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[32,16],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,16]],[12,1],[11],[11],[32,7],[65,88],[15]]"),
|
5380
5397
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5381
5398
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_971","#member_prop_971","#call_val","#call_type","#member_obj_972","#member_prop_972","#last_type","#indirect_973_callee","#typeswitch_tmp1"],
|
5382
5399
|
table:1,usesTag:1
|
5383
5400
|
}
|
5384
5401
|
x.__BigInt64Array_prototype_find={
|
5385
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5402
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5386
5403
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5387
5404
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_974","#member_prop_974","#last_type","#call_val","#call_type","#indirect_975_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5388
5405
|
table:1,usesTag:1
|
5389
5406
|
}
|
5390
5407
|
x.__BigInt64Array_prototype_findLast={
|
5391
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
5408
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5392
5409
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5393
5410
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_976","#member_prop_976","#last_type","#call_val","#call_type","#indirect_977_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5394
5411
|
table:1,usesTag:1
|
5395
5412
|
}
|
5396
5413
|
x.__BigInt64Array_prototype_findIndex={
|
5397
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5414
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5398
5415
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5399
5416
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_978","#member_prop_978","#last_type","#indirect_979_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5400
5417
|
table:1,usesTag:1
|
5401
5418
|
}
|
5402
5419
|
x.__BigInt64Array_prototype_findLastIndex={
|
5403
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,11],[32,6],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
5420
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,11],[32,6],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5404
5421
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5405
5422
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_980","#member_prop_980","#last_type","#indirect_981_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5406
5423
|
table:1,usesTag:1
|
5407
5424
|
}
|
5408
5425
|
x.__BigInt64Array_prototype_every={
|
5409
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5426
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
5410
5427
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5411
5428
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_982","#member_prop_982","#last_type","#indirect_983_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5412
5429
|
table:1,usesTag:1
|
5413
5430
|
}
|
5414
5431
|
x.__BigInt64Array_prototype_some={
|
5415
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5432
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
5416
5433
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5417
5434
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_984","#member_prop_984","#last_type","#indirect_985_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5418
5435
|
table:1,usesTag:1
|
5419
5436
|
}
|
5420
5437
|
x.__BigInt64Array_prototype_reduce={
|
5421
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5438
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5422
5439
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5423
5440
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_986","#member_prop_986","#last_type","#member_obj_987","#member_prop_987","#indirect_988_callee","#typeswitch_tmp1"],
|
5424
5441
|
table:1,usesTag:1
|
5425
5442
|
}
|
5426
5443
|
x.__BigInt64Array_prototype_reduceRight={
|
5427
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,9],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5444
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,12],[32,9],[65,1],[32,0],[65,88],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5428
5445
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5429
5446
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_989","#member_prop_989","#last_type","#member_obj_990","#member_prop_990","#indirect_991_callee","#typeswitch_tmp1"],
|
5430
5447
|
table:1,usesTag:1
|
5431
5448
|
}
|
5432
5449
|
x.__BigInt64Array_prototype_sort={
|
5433
|
-
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_992'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
5450
|
+
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_992'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[65,4],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,12],[32,13],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,10]],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[32,6],[32,7],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,10]],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,88],[15]]"),
|
5434
5451
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
5435
5452
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_993","#member_prop_993","#last_type","j","y","y#type","#member_obj_994","#member_prop_994","v","logictmpi","#indirect_995_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_996","#member_prop_996","#member_obj_997","#member_prop_997"],
|
5436
5453
|
table:1,usesTag:1
|
@@ -5483,7 +5500,7 @@ locals:[],localNames:["items","items#type"],
|
|
5483
5500
|
hasRestArgument:1
|
5484
5501
|
}
|
5485
5502
|
x.__BigUint64Array_from={
|
5486
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,
|
5503
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[16,builtin('__Porffor_allocate')],[183],[33,4],[68,0],[33,5],[32,1],[184],[68,72],[97],[32,1],[65,128],[114],[183],[68,195],[97],[114],[32,1],[184],[68,11],[97],[114],[32,1],[184],[68,80],[102],[32,1],[184],[68,90],[101],[113],[114],[4,64],[68,0],[33,6],[32,3],[184],[68,0],[98],[4,64],[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Called Array.from with a non-function mapFn`),[26],[11],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],...t([72,11],()=>[[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11]]),...t([67],()=>[[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11]]),...t([195],()=>[[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11]]),...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,18],[32,6],[33,19],[32,18],[252,3],[32,19],[252,3],[65,9],[108],[106],[34,17],[32,2],[33,20],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,11],[32,12],[32,6],[65,1],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,20],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`mapFn is not a function`),[68,0],[11],[57,0,4],[32,17],[32,14],[58,0,12],[32,6],[68,1],[160],[33,6],[12,1],[11],[11],[5],[32,0],[252,3],[33,7],[32,1],[33,10],[65,0],[33,9],[32,10],[65,72],[70],[32,10],[65,11],[70],[114],[32,10],[65,12],[70],[114],[32,10],[65,67],[70],[114],[32,10],[65,195],[70],[114],[32,10],[65,34],[70],[114],[32,10],[65,80],[78],[32,10],[65,90],[76],[113],[114],[69],[4,64],...internalThrow(_,'TypeError',`Tried for..of on non-iterable type`),[11],[32,7],[40,1,0],[33,8],[3,64],[2,64],[32,10],[33,13],[2,124],[32,13],[65,72],[70],[32,13],[65,11],[70],[114],[4,64],[32,8],[69],[13,2],[32,7],[43,0,4],[32,7],[45,0,12],[32,7],[65,9],[106],[33,7],[32,8],[65,1],[107],[33,8],[33,14],[12,1],[11],[32,13],[65,67],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[47,1,4],[59,1,4],[32,7],[65,2],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,67],[33,14],[12,1],[11],[32,13],[65,195],[70],[4,64],[32,8],[69],[13,2],[65,8],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,1],[54,0,0],[32,15],[32,7],[45,0,4],[58,0,4],[32,7],[65,1],[106],[33,7],[32,8],[65,1],[107],[33,8],[32,15],[184],[65,195],[33,14],[12,1],[11],...t([81,80],()=>[[32,13],[65,81],[70],[32,13],[65,80],[70],[114],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[45,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([82],()=>[[32,13],[65,82],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[106],[44,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([83],()=>[[32,13],[65,83],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([84],()=>[[32,13],[65,84],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,2],[108],[106],[47,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([85],()=>[[32,13],[65,85],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[184],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([86],()=>[[32,13],[65,86],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[40,0,4],[183],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([89],()=>[[32,13],[65,89],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,4],[108],[106],[42,0,4],[187],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([90],()=>[[32,13],[65,90],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[43,0,4],[32,9],[65,1],[106],[33,9],[65,1],[33,14],[12,1],[11]]),...t([88],()=>[[32,13],[65,88],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromS64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11]]),[32,13],[65,87],[70],[4,64],[32,9],[32,8],[70],[13,2],[32,7],[40,0,4],[32,9],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[32,9],[65,1],[106],[33,9],[65,4],[33,14],[12,1],[11],...t([34],()=>[[32,13],[65,34],[70],[4,64],[12,2],[12,1],[11]]),...t([12],()=>[[32,13],[65,12],[70],[4,64],[32,9],[32,8],[40,1,0],[70],[13,2],[65,128],[16,builtin('__Porffor_allocateBytes')],[34,15],[65,2],[54,0,0],[32,15],[32,15],[32,15],[32,15],[32,8],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,4],[32,16],[45,0,12],[58,0,12],[32,7],[40,1,4],[32,9],[65,9],[108],[106],[34,16],[43,0,4],[57,0,13],[32,16],[45,0,12],[58,0,21],[32,9],[65,1],[106],[33,9],[32,15],[184],[65,72],[33,14],[12,1],[11]]),[0],[11],[33,11],[32,14],[33,12],[32,4],[33,21],[32,6],[32,6],[68,1],[160],[33,6],[33,22],[32,21],[252,3],[32,22],[252,3],[65,9],[108],[106],[34,17],[32,11],[57,0,4],[32,17],[32,12],[58,0,12],[12,1],[11],[11],[11],[32,6],[33,5],[11],[32,4],[252,3],[32,5],[252,3],[54,1,0],[68,390],[65,6],[68,0],[65,7],[32,4],[65,72],[68,0],[65,0],[68,0],[65,0],[16,builtin('BigUint64Array')],[15]]"),
|
5487
5504
|
params:[124,127,124,127],typedParams:1,returns:[124],returnType:87,jsLength:2,
|
5488
5505
|
locals:[124,124,124,127,127,127,127,124,127,127,127,127,127,127,124,124,124,124,124],localNames:["arg","arg#type","mapFn","mapFn#type","arr","len","i","#forof_base_pointer0","#forof_length0","#forof_counter0","#forof_itertype0","x","x#type","#typeswitch_tmp1","#last_type","#forof_allocd","#forof_mapptr","#member_setter_ptr_tmp","#member_obj_1006","#member_prop_1006","#indirect_1007_callee","#member_obj_1008","#member_prop_1008"],
|
5489
5506
|
table:1,usesTag:1
|
@@ -5567,73 +5584,73 @@ params:[124,127],typedParams:1,returns:[124,127],jsLength:0,
|
|
5567
5584
|
locals:[124,124,124,124,124,124,127,127,124,124,124,124,124,124],localNames:["_this","_this#type","len","start","end","tmp","#member_obj_1023","#member_prop_1023","#last_type","#member_setter_ptr_tmp","#member_obj_1024","#member_prop_1024","#member_obj_1025","#member_prop_1025","#member_obj_1026","#member_prop_1026"]
|
5568
5585
|
}
|
5569
5586
|
x.__BigUint64Array_prototype_forEach={
|
5570
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5587
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[26],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5571
5588
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5572
5589
|
locals:[124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_1027","#member_prop_1027","#last_type","#indirect_1028_callee","#typeswitch_tmp1"],
|
5573
5590
|
table:1,usesTag:1
|
5574
5591
|
}
|
5575
5592
|
x.__BigUint64Array_prototype_filter={
|
5576
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5593
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[16,builtin('__Porffor_allocate')],[183],[33,6],[32,0],[252,3],[40,1,0],[184],[33,7],[68,0],[33,8],[68,0],[33,9],[3,64],[32,8],[32,7],[99],[4,64],[32,8],[33,13],[32,0],[34,12],[252,3],[40,0,4],[32,13],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,14],[33,11],[33,10],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,15],[32,5],[34,16],[32,10],[32,11],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,14],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,19],[32,14],[33,18],[2,124],...t([67,195],()=>[[32,18],[65,67],[70],[32,18],[65,195],[70],[114],[4,64],[32,19],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,18],[65,31],[70],[32,18],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,19],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[33,21],[32,9],[32,9],[68,1],[160],[33,9],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,10],[32,11],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,14]],[11],[12,1],[11],[11],[32,6],[252,3],[32,9],[252,3],[54,1,0],[32,6],[65,87],[15]]"),
|
5577
5594
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5578
5595
|
locals:[124,124,124,124,124,127,124,124,127,124,127,124,127,124,127,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","out","len","i","j","el","el#type","#member_obj_1029","#member_prop_1029","#last_type","#call_val","#call_type","#indirect_1030_callee","#typeswitch_tmp1","#logicinner_tmp","#member_setter_ptr_tmp","#member_obj_1031","#member_prop_1031"],
|
5579
5596
|
table:1,usesTag:1
|
5580
5597
|
}
|
5581
5598
|
x.__BigUint64Array_prototype_map={
|
5582
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,
|
5599
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[16,builtin('__Porffor_allocate')],[183],[34,7],[252,3],[32,6],[252,3],[54,1,0],[68,0],[33,8],[3,64],[32,8],[32,6],[99],[4,64],[32,7],[33,10],[32,8],[33,11],[32,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[32,2],[33,17],[32,3],[33,18],[2,124],...t([6],()=>[[32,18],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,8],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,16],[32,8],[32,8],[68,1],[160],[33,8],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,17],[252,3],[17,18,0],[33,16],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[32,16],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,16]],[12,1],[11],[11],[32,7],[65,87],[15]]"),
|
5583
5600
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5584
5601
|
locals:[124,124,124,127,124,124,124,127,124,124,127,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","out","i","#member_setter_ptr_tmp","#member_obj_1032","#member_prop_1032","#call_val","#call_type","#member_obj_1033","#member_prop_1033","#last_type","#indirect_1034_callee","#typeswitch_tmp1"],
|
5585
5602
|
table:1,usesTag:1
|
5586
5603
|
}
|
5587
5604
|
x.__BigUint64Array_prototype_find={
|
5588
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5605
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,9],[33,8],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,13],[32,5],[34,14],[32,8],[32,9],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,17],[32,12],[33,16],[2,124],...t([67,195],()=>[[32,16],[65,67],[70],[32,16],[65,195],[70],[114],[4,64],[32,17],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,16],[65,31],[70],[32,16],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,17],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,8],[32,9],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5589
5606
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5590
5607
|
locals:[124,124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","el","el#type","#member_obj_1035","#member_prop_1035","#last_type","#call_val","#call_type","#indirect_1036_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5591
5608
|
table:1,usesTag:1
|
5592
5609
|
}
|
5593
5610
|
x.__BigUint64Array_prototype_findLast={
|
5594
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,
|
5611
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,11],[33,8],[33,7],[32,2],[33,14],[32,3],[33,15],[2,124],...t([6],()=>[[32,15],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,12],[32,5],[34,13],[32,7],[32,8],[32,6],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,14],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[32,11],[33,15],[2,124],...t([67,195],()=>[[32,15],[65,67],[70],[32,15],[65,195],[70],[114],[4,64],[32,16],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,15],[65,31],[70],[32,15],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,16],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[32,8],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5595
5612
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5596
5613
|
locals:[124,124,127,124,124,127,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","el","el#type","#member_obj_1037","#member_prop_1037","#last_type","#call_val","#call_type","#indirect_1038_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5597
5614
|
table:1,usesTag:1
|
5598
5615
|
}
|
5599
5616
|
x.__BigUint64Array_prototype_findIndex={
|
5600
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5617
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,7],[65,1],[15],[26],[11],[32,7],[68,1],[160],[33,7],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5601
5618
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5602
5619
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_1039","#member_prop_1039","#last_type","#indirect_1040_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5603
5620
|
table:1,usesTag:1
|
5604
5621
|
}
|
5605
5622
|
x.__BigUint64Array_prototype_findLastIndex={
|
5606
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,11],[32,6],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,
|
5623
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[3,64],[32,6],[68,0],[100],[4,64],[32,2],[33,12],[32,3],[33,13],[2,124],...t([6],()=>[[32,13],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,7],[32,5],[34,8],[32,6],[68,1],[161],[34,6],[33,10],[32,0],[34,9],[252,3],[40,0,4],[32,10],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,11],[32,6],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,12],[252,3],[17,18,0],[33,11],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,14],[32,11],[33,13],[2,124],...t([67,195],()=>[[32,13],[65,67],[70],[32,13],[65,195],[70],[114],[4,64],[32,14],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,13],[65,31],[70],[32,13],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,14],[153],[68,0],[100],[183],[11],[252,3],[4,64],[32,6],[65,1],[15],[26],[11],[12,1],[11],[11],[68,0],[65,0],[15]]"),
|
5607
5624
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5608
5625
|
locals:[124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","i","#call_val","#call_type","#member_obj_1041","#member_prop_1041","#last_type","#indirect_1042_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5609
5626
|
table:1,usesTag:1
|
5610
5627
|
}
|
5611
5628
|
x.__BigUint64Array_prototype_every={
|
5612
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5629
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[5],[68,0],[65,2],[15],[26],[11],[12,1],[11],[11],[68,1],[65,2],[15]]"),
|
5613
5630
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5614
5631
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_1043","#member_prop_1043","#last_type","#indirect_1044_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5615
5632
|
table:1,usesTag:1
|
5616
5633
|
}
|
5617
5634
|
x.__BigUint64Array_prototype_some={
|
5618
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,
|
5635
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[68,0],[33,7],[3,64],[32,7],[32,6],[99],[4,64],[32,2],[33,13],[32,3],[33,14],[2,124],...t([6],()=>[[32,14],[65,6],[70],[4,64],[65,3],[68,0],[65,0],[32,4],[34,8],[32,5],[34,9],[32,7],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,7],[32,7],[68,1],[160],[33,7],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,13],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,15],[32,12],[33,14],[2,124],...t([67,195],()=>[[32,14],[65,67],[70],[32,14],[65,195],[70],[114],[4,64],[32,15],[252,3],[40,1,0],[69],[69],[184],[12,1],[11]]),...t([31,32],()=>[[32,14],[65,31],[70],[32,14],[65,32],[70],[114],[4,64],[68,1],[12,1],[11]]),[32,15],[153],[68,0],[100],[183],[11],[252,3],[4,64],[68,1],[65,2],[15],[26],[11],[12,1],[11],[11],[68,0],[65,2],[15]]"),
|
5619
5636
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5620
5637
|
locals:[124,124,124,127,124,124,127,124,127,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","thisArg","thisArg#type","len","i","#call_val","#call_type","#member_obj_1045","#member_prop_1045","#last_type","#indirect_1046_callee","#typeswitch_tmp1","#logicinner_tmp"],
|
5621
5638
|
table:1,usesTag:1
|
5622
5639
|
}
|
5623
5640
|
x.__BigUint64Array_prototype_reduce={
|
5624
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5641
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[68,0],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[32,9],[68,1],[160],[33,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[32,6],[99],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,9],[32,9],[68,1],[160],[33,9],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5625
5642
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5626
5643
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_1047","#member_prop_1047","#last_type","#member_obj_1048","#member_prop_1048","#indirect_1049_callee","#typeswitch_tmp1"],
|
5627
5644
|
table:1,usesTag:1
|
5628
5645
|
}
|
5629
5646
|
x.__BigUint64Array_prototype_reduceRight={
|
5630
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,9],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,
|
5647
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,3],[184],[68,6],[98],[4,64],...internalThrow(_,'TypeError',`Callback must be a function`),[26],[11],[32,0],[252,3],[40,1,0],[184],[33,6],[32,4],[33,7],[32,5],[33,8],[32,6],[33,9],[32,7],[68,0],[97],[32,8],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],[32,6],[68,0],[97],[4,64],...internalThrow(_,'TypeError',`Reduce of empty array with no initial value`),[26],[11],[32,9],[68,1],[161],[34,9],[33,11],[32,0],[34,10],[252,3],[40,0,4],[32,11],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[33,8],[33,7],[11],[3,64],[32,9],[68,0],[100],[4,64],[32,2],[33,15],[32,3],[33,16],[2,124],...t([6],()=>[[32,16],[65,6],[70],[4,64],[65,4],[68,0],[65,0],[68,0],[65,0],[32,7],[32,8],[32,9],[68,1],[161],[34,9],[33,14],[32,0],[34,13],[252,3],[40,0,4],[32,14],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,12],[32,9],[65,1],[32,0],[65,87],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,15],[252,3],[17,18,0],[33,12],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,7],[32,12],[33,8],[12,1],[11],[11],[32,7],[32,8],[15]]"),
|
5631
5648
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5632
5649
|
locals:[124,124,127,124,124,124,127,124,124,124,127],localNames:["_this","_this#type","callbackFn","callbackFn#type","initialValue","initialValue#type","len","acc","acc#type","i","#member_obj_1050","#member_prop_1050","#last_type","#member_obj_1051","#member_prop_1051","#indirect_1052_callee","#typeswitch_tmp1"],
|
5633
5650
|
table:1,usesTag:1
|
5634
5651
|
}
|
5635
5652
|
x.__BigUint64Array_prototype_sort={
|
5636
|
-
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_1053'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,
|
5653
|
+
wasm:(_,{builtin,funcRef,internalThrow})=>eval("[[32,2],[68,0],[97],[32,3],[65,128],[114],[65,0],[65,128],[114],[70],[113],[4,64],...funcRef('#anonymous_1053'),[33,2],[65,6],[33,3],[11],[32,0],[252,3],[40,1,0],[184],[33,4],[68,0],[33,5],[3,64],[32,5],[32,4],[99],[4,64],[2,64],[32,5],[33,9],[32,0],[34,8],[252,3],[40,0,4],[32,9],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,10],[33,7],[33,6],[32,5],[33,11],[3,64],[32,11],[68,0],[100],[4,64],[32,11],[68,1],[161],[33,15],[32,0],[34,14],[252,3],[40,0,4],[32,15],[252,3],[65,8],[108],[106],[41,0,4],[16,builtin('__Porffor_bigint_fromU64')],[65,4],[34,10],[33,13],[33,12],[32,7],[184],[68,0],[97],[34,17],[4,127],[32,13],[184],[68,0],[97],[65,2],[33,10],[5],[32,17],[65,2],[33,10],[11],[4,64],[68,0],[33,16],[5],[32,7],[184],[68,0],[97],[4,64],[68,1],[33,16],[5],[32,13],[184],[68,0],[97],[4,64],[68,-1],[33,16],[5],[32,2],[33,18],[32,3],[33,19],[2,124],[32,19],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,0],[65,0],[32,6],[32,7],[32,12],[32,13],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,18],[252,3],[17,18,0],[33,10],[12,1],[11],...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[33,16],[11],[11],[11],[32,16],[68,0],[102],[4,64],[12,1],[26],[11],[32,0],[33,21],[32,11],[32,11],[68,1],[161],[33,11],[33,22],[32,21],[252,3],[40,0,4],[32,22],[252,3],[65,8],[108],[106],[32,12],[32,13],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,10]],[12,1],[11],[11],[32,0],[33,23],[32,11],[33,24],[32,23],[252,3],[40,0,4],[32,24],[252,3],[65,8],[108],[106],[32,6],[32,7],[16,builtin('__ecma262_ToBigInt')],[16,builtin('__Porffor_bigint_toI64')],[55,0,4],[[65,4],[33,10]],[11],[32,5],[68,1],[160],[33,5],[12,1],[11],[11],[32,0],[65,87],[15]]"),
|
5637
5654
|
params:[124,127,124,127],typedParams:1,returns:[124,127],jsLength:1,
|
5638
5655
|
locals:[124,124,124,127,124,124,127,124,124,127,124,124,124,127,124,127,127,124,124,124,124],localNames:["_this","_this#type","callbackFn","callbackFn#type","len","i","x","x#type","#member_obj_1054","#member_prop_1054","#last_type","j","y","y#type","#member_obj_1055","#member_prop_1055","v","logictmpi","#indirect_1056_callee","#typeswitch_tmp1","#member_setter_ptr_tmp","#member_obj_1057","#member_prop_1057","#member_obj_1058","#member_prop_1058"],
|
5639
5656
|
table:1,usesTag:1
|
@@ -5793,13 +5810,13 @@ locals:[127],localNames:["_this","_this#type","#last_type"],
|
|
5793
5810
|
usesTag:1
|
5794
5811
|
}
|
5795
5812
|
x.__WeakMap_prototype_getOrInsert={
|
5796
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,29],[71],[4,64],...internalThrow(_,'TypeError',`WeakMap.prototype.getOrInsert expects 'this' to be a WeakMap`),[11],[32,0],[65,29],[32,2],[32,3],[16,builtin('__WeakMap_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,29],[32,2],[32,3],[32,4],[32,5],[16,builtin('__WeakMap_prototype_set')],[33,6],[26],[11],[68,0],[33,9],[65,0],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,8],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('WeakMap')],[65,29],[32,0],[65,29],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,
|
5813
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,29],[71],[4,64],...internalThrow(_,'TypeError',`WeakMap.prototype.getOrInsert expects 'this' to be a WeakMap`),[11],[32,0],[65,29],[32,2],[32,3],[16,builtin('__WeakMap_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,29],[32,2],[32,3],[32,4],[32,5],[16,builtin('__WeakMap_prototype_set')],[33,6],[26],[11],[68,0],[33,9],[65,0],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,8],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('WeakMap')],[65,29],[32,0],[65,29],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,18,0],[33,6],[12,1],[11]]),...internalThrow(_,'TypeError',`WeakMap.prototype.get is not a function`),[68,0],[11],[32,6],[15]]"),
|
5797
5814
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5798
5815
|
locals:[127,124,127,124],localNames:["_this","_this#type","key","key#type","value","value#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","#indirect_1077_callee"],
|
5799
5816
|
table:1,usesTag:1
|
5800
5817
|
}
|
5801
5818
|
x.__WeakMap_prototype_getOrInsertComputed={
|
5802
|
-
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,29],[71],[4,64],...internalThrow(_,'TypeError',`WeakMap.prototype.getOrInsertComputed expects 'this' to be a WeakMap`),[11],[32,0],[65,29],[32,2],[32,3],[16,builtin('__WeakMap_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,29],[32,2],[32,3],[32,4],[33,9],[32,5],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,
|
5819
|
+
wasm:(_,{t,builtin,internalThrow})=>eval("[[32,1],[65,29],[71],[4,64],...internalThrow(_,'TypeError',`WeakMap.prototype.getOrInsertComputed expects 'this' to be a WeakMap`),[11],[32,0],[65,29],[32,2],[32,3],[16,builtin('__WeakMap_prototype_has')],[33,6],[33,7],[32,6],[33,8],[2,124],...t([67,195],()=>[[32,8],[65,67],[70],[32,8],[65,195],[70],[114],[4,64],[32,7],[252,3],[40,1,0],[69],[184],[12,1],[11]]),[32,7],[68,0],[97],[184],[11],[252,3],[4,64],[32,0],[65,29],[32,2],[32,3],[32,4],[33,9],[32,5],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,1],[68,0],[65,0],[68,0],[65,0],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,9],[252,3],[17,18,0],[33,6],[12,1],[11]]),...internalThrow(_,'TypeError',`callbackFn is not a function`),[68,0],[11],[32,6],[16,builtin('__WeakMap_prototype_set')],[33,6],[26],[11],[68,0],[33,10],[65,0],[33,8],[2,124],...t([6],()=>[[32,8],[65,6],[70],[4,64],[65,2],[68,0],[65,0],[68,8],[65,6],[68,0],[65,7],[68,0],[65,0],[16,builtin('WeakMap')],[65,29],[32,0],[65,29],[32,2],[32,3],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[68,0],[65,0],[32,10],[252,3],[17,18,0],[33,6],[12,1],[11]]),...internalThrow(_,'TypeError',`WeakMap.prototype.get is not a function`),[68,0],[11],[32,6],[15]]"),
|
5803
5820
|
params:[124,127,124,127,124,127],typedParams:1,returns:[124,127],jsLength:2,
|
5804
5821
|
locals:[127,124,127,124,124],localNames:["_this","_this#type","key","key#type","callbackFn","callbackFn#type","#last_type","#logicinner_tmp","#typeswitch_tmp1","#indirect_1078_callee","#indirect_1079_callee"],
|
5805
5822
|
table:1,usesTag:1
|
@@ -5883,7 +5900,7 @@ locals:[124,127,127],localNames:["argument","argument#type","primValue","primVal
|
|
5883
5900
|
usesTag:1
|
5884
5901
|
}
|
5885
5902
|
x.__ecma262_ToNumeric={
|
5886
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,builtin,generate})=>eval("[[32,0],[33,2],[32,1],[33,3],[32,1],[184],[68,7],[97],[34,4],[4,127],[32,0],[68,0],[98],[65,2],[33,5],[5],[32,4],[65,2],[33,5],[11],[4,64],[32,0],[32,1],[16,builtin('__ecma262_ToPrimitive_Number')],[34,5],[33,3],[33,2],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"
|
5903
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,builtin,generate})=>eval("[[32,0],[33,2],[32,1],[33,3],[32,1],[184],[68,7],[97],[34,4],[4,127],[32,0],[68,0],[98],[65,2],[33,5],[5],[32,4],[65,2],[33,5],[11],[4,64],[32,0],[32,1],[16,builtin('__ecma262_ToPrimitive_Number')],[34,5],[33,3],[33,2],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(4)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_type\"},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"primValue\",\"decorators\":[],\"optional\":false}],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"Identifier\",\"name\":\"primValue\",\"decorators\":[],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[32,2],[32,3],[16,builtin('__ecma262_ToNumber')],[15]]"),
|
5887
5904
|
params:[124,127],typedParams:1,returns:[124],returnType:1,jsLength:1,
|
5888
5905
|
locals:[124,127,127,127],localNames:["value","value#type","primValue","primValue#type","logictmpi","#last_type"]
|
5889
5906
|
}
|
@@ -5899,7 +5916,7 @@ locals:[124],localNames:["value","value#type","integer"],
|
|
5899
5916
|
usesTag:1
|
5900
5917
|
}
|
5901
5918
|
x.__ecma262_ToString={
|
5902
|
-
wasm:(_,{usedTypes,Valtype,Opcodes,makeString,builtin,internalThrow,generate})=>eval("[[32,1],[65,128],[114],[183],[68,195],[97],[4,64],[32,0],[32,1],[15],[26],[11],[32,1],[184],[68,5],[97],[4,64],...internalThrow(_,'TypeError',`Cannot convert a Symbol value to a string`),[26],[11],[32,1],[184],[68,0],[97],[4,64],...makeString(_,\"undefined\",1),[65,195],[15],[26],[11],[32,1],[184],[68,7],[97],[32,0],[68,0],[97],[113],[4,64],...makeString(_,\"null\",1),[65,195],[15],[26],[11],[32,1],[184],[68,2],[97],[4,64],[32,0],[68,1],[97],[4,64],...makeString(_,\"true\",1),[65,195],[15],[26],[11],...makeString(_,\"false\",1),[65,195],[15],[26],[11],[32,1],[184],[68,1],[97],[4,64],[32,0],[32,1],[68,10],[65,1],[16,builtin('__Number_prototype_toString')],[34,2],[15],[26],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"
|
5919
|
+
wasm:(_,{usedTypes,Valtype,Opcodes,makeString,builtin,internalThrow,generate})=>eval("[[32,1],[65,128],[114],[183],[68,195],[97],[4,64],[32,0],[32,1],[15],[26],[11],[32,1],[184],[68,5],[97],[4,64],...internalThrow(_,'TypeError',`Cannot convert a Symbol value to a string`),[26],[11],[32,1],[184],[68,0],[97],[4,64],...makeString(_,\"undefined\",1),[65,195],[15],[26],[11],[32,1],[184],[68,7],[97],[32,0],[68,0],[97],[113],[4,64],...makeString(_,\"null\",1),[65,195],[15],[26],[11],[32,1],[184],[68,2],[97],[4,64],[32,0],[68,1],[97],[4,64],...makeString(_,\"true\",1),[65,195],[15],[26],[11],...makeString(_,\"false\",1),[65,195],[15],[26],[11],[32,1],[184],[68,1],[97],[4,64],[32,0],[32,1],[68,10],[65,1],[16,builtin('__Number_prototype_toString')],[34,2],[15],[26],[11],[null,()=>{const r=()=>{valtype=Prefs.valtype??'f64';valtypeBinary=Valtype[valtype];Opcodes.const=valtypeBinary===Valtype.i32?Opcodes.i32_const:Opcodes.f64_const;Opcodes.eq=valtypeBinary===Valtype.i32?Opcodes.i32_eq:Opcodes.f64_eq;Opcodes.eqz=valtypeBinary===Valtype.i32?[[Opcodes.i32_eqz]]:[number(0),[Opcodes.f64_eq]];Opcodes.mul=valtypeBinary===Valtype.i32?Opcodes.i32_mul:Opcodes.f64_mul;Opcodes.add=valtypeBinary===Valtype.i32?Opcodes.i32_add:Opcodes.f64_add;Opcodes.sub=valtypeBinary===Valtype.i32?Opcodes.i32_sub:Opcodes.f64_sub;Opcodes.i32_to=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_s;Opcodes.i32_to_u=valtypeBinary===Valtype.i32?[]:Opcodes.i32_trunc_sat_f64_u;Opcodes.i32_from=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_s];Opcodes.i32_from_u=valtypeBinary===Valtype.i32?[]:[Opcodes.f64_convert_i32_u];Opcodes.load=valtypeBinary===Valtype.i32?Opcodes.i32_load:Opcodes.f64_load;Opcodes.store=valtypeBinary===Valtype.i32?Opcodes.i32_store:Opcodes.f64_store};const a=Prefs;Prefs={\"treeshakeWasmImports\":false,\"alwaysMemory\":true,\"indirectCalls\":true,\"optUnused\":true,\"data\":true,\"passiveData\":false,\"rmUnusedTypes\":false,\"optTypes\":true,\"coctc\":false,\"ctHash\":true,\"module\":true,\"truthy\":\"no_nan_negative\",\"fastLength\":true,\"parseTypes\":true,\"activeData\":true};r();const b=generate(_,usedTypes.has(4)?{\"type\":\"BlockStatement\",\"body\":[{\"type\":\"IfStatement\",\"test\":{\"type\":\"BinaryExpression\",\"left\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_type\"},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"argument\",\"decorators\":[],\"optional\":false}],\"optional\":false},\"operator\":\"==\",\"right\":{\"type\":\"Identifier\",\"name\":\"__Porffor_TYPES_bigint\"}},\"consequent\":{\"type\":\"ReturnStatement\",\"argument\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"Identifier\",\"name\":\"__Porffor_bigint_toString\",\"decorators\":[],\"optional\":false},\"arguments\":[{\"type\":\"Identifier\",\"name\":\"argument\",\"decorators\":[],\"optional\":false},{\"type\":\"Literal\",\"value\":10,\"raw\":\"10\"}],\"optional\":false}},\"alternate\":null}]}:{\"type\":\"EmptyStatement\"});if(b.at(-1)[0]>=0x41&&b.at(-1)[0]<=0x44)b.pop();Prefs=a;r();return b;}],[32,1],[184],[68,33],[97],[4,64],[32,0],[65,67],[15],[26],[11],[32,0],[32,1],[16,builtin('__ecma262_ToPrimitive_String')],[34,2],[33,4],[34,3],[32,4],[16,builtin('__ecma262_ToString')],[34,2],[15]]"),
|
5903
5920
|
params:[124,127],typedParams:1,returns:[124,127],jsLength:1,
|
5904
5921
|
locals:[127,124,127],localNames:["argument","argument#type","#last_type","primValue","primValue#type"],
|
5905
5922
|
usesTag:1
|